:root {
  --font--primary-font: Inter, sans-serif;
  --color--second-color: #000;
  --button--font-size: 14px;
  --line-height--page-line-height: 1.1;
  --font-weight--500: 500;
  --font--h1: 9rem;
  --font--h2: 3rem;
  --font--h3: 1.7rem;
  --font-weight--600: 600;
  --font--h4: 1.4rem;
  --font--h5: 1.2rem;
  --font--h6: .9rem;
  --font--work-title: 1rem;
  --line-height--paragraph-line-height: 1.3;
  --colors--first-color: #000;
  --button--button-color: white;
  --colors--fourth-color: #fff;
  --font-weight--400: 400;
  --colors--second-color: whitesmoke;
  --page-container--width: 100%;
  --page-container--container-large: 1400px;
  --color--first-color: white;
  --page-margin--margin-30px\<deleted\|variable-6c1e3925-07e9-8131-6edf-36a407b4761d\>: 30px;
  --page-margin--divider-small: 20px;
  --page-margin--divider-medium: 50px;
  --memoh: 7rem;
  --line-height--page-line-height-2: .85;
  --work-title: 11rem;
  --button--nav-text: 15px;
  --page-title: 4rem;
  --button--cta-title: 4rem;
  --backdrop-filter--backdrop-size: 40px;
  --page-margin--divider-x-large: 120px;
  --page-margin--divider-large: 60px;
  --counter-title-2: 3.8rem;
  --button--round-corners: 2.6rem;
  --counter-title: 4rem;
  --text-field: .8rem;
  --colors--third-color: #ffffffb3;
  --colors--footer-color: #f7f7f7;
  --colors--color: #ffd6e8;
  --button--circle-round-corners: 10rem;
  --backdrop-filter--blur-color: #f8f8f31a;
  --backdrop-filter--backdrop-size-second: 15px;
  --page-container--round-corners: .6rem;
  --page-margin--divider-extra-small: 10px;
  --font--second-font: "Coolvetica Rg Cond";
  --font--third-font: Caveat;
  --section--padding-top-bottom: 250px;
  --section--padding-left-right: 2%;
  --font-weight--300: 300;
  --font-weight--700: 700;
  --font-weight--800: 800;
}

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

body {
  font-family: var(--font--primary-font);
  color: var(--color--second-color);
  font-size: var(--button--font-size);
  line-height: var(--line-height--page-line-height);
  font-weight: var(--font-weight--500);
  /*
  cursor: none;
  */
}

h1 {
  font-size: var(--font--h1);
  line-height: var(--line-height--page-line-height);
  font-weight: var(--font-weight--500);
  margin-top: 20px;
  margin-bottom: 10px;
}

h2 {
  font-size: var(--font--h2);
  line-height: var(--line-height--page-line-height);
  font-weight: var(--font-weight--500);
  margin-top: 20px;
  margin-bottom: 10px;
}

h3 {
  font-size: var(--font--h3);
  font-weight: var(--font-weight--600);
  margin-top: 20px;
  margin-bottom: 10px;
}

h4 {
  font-size: var(--font--h4);
  letter-spacing: -.7px;
  margin-top: 10px;
  margin-bottom: 10px;
}

h5 {
  font-size: var(--font--h5);
  margin-top: 10px;
  margin-bottom: 10px;
}

h6 {
  font-size: var(--font--h6);
  margin-top: 10px;
  margin-bottom: 10px;
}

p {
  opacity: .7;
  font-size: var(--font--work-title);
  line-height: var(--line-height--paragraph-line-height);
  font-weight: var(--font-weight--500);
  letter-spacing: -.5px;
  margin-bottom: 10px;
}

a {
  color: var(--colors--first-color);
  /*
  cursor: none;
  */
  text-decoration: underline;
}

li {
  opacity: .7;
  font-size: var(--font--work-title);
  line-height: var(--line-height--paragraph-line-height);
  font-weight: var(--font-weight--500);
  letter-spacing: -.5px;
}

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

blockquote {
  border-left: 1px solid var(--button--button-color);
  color: var(--colors--fourth-color);
  font-size: 28px;
  line-height: var(--line-height--paragraph-line-height);
  font-weight: var(--font-weight--400);
  margin-bottom: 10px;
  padding: 0 20px;
}

.page-wrapper {
  z-index: 20;
  position: relative;
}

.button-with-animation {
  color: #0c0c1d;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 24px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button {
  background-color: var(--colors--first-color);
  width: 100%;
  color: var(--colors--second-color);
  font-size: var(--font--work-title);
  font-weight: var(--font-weight--500);
  text-align: center;
  letter-spacing: -.6px;
  /*
  cursor: none;
  */
  border-radius: 30px;
  padding: .95rem 1.4rem;
  text-decoration: none;
  transition: all .2s;
  overflow: visible;
  box-shadow: 0 2px 5px #0003, -1.1px 1.2px .1px #00000003, -2.2px 2.4px .3px #00000005, -3.3px 3.7px .5px #00000005, -4.6px 5.1px .7px #00000008, -6px 6.6px .9px #00000008, -7.6px 8.4px 1.3px #00000008, -9.5px 10.5px 1.8px #00000008, -11.8px 13px 2.4px #00000008, -14.7px 16.2px 3.2px #00000008, -18.3px 20.2px 4.4px #0000000a, -23px 25.4px 6px #0000000a, -29.3px 32.3px 8.2px #0000000a, -37.8px 41.8px 11.3px #0000000a, -49.9px 55.1px 15.9px #0000000a;
}

.button:hover {
  opacity: .76;
}

.button.for-sbc {
  width: auto;
  position: absolute;
  inset: 8px 8px auto auto;
}

.button.not-full {
  width: auto;
  padding: 1.35rem 3.5rem;
}

.container {
  z-index: 30;
  width: var(--page-container--width);
  max-width: var(--page-container--container-large);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.abs {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 30px;
}

.container.add-percent {
  align-self: flex-end;
  padding-left: 2%;
}

.section {
  z-index: 11;
  background-color: var(--color--first-color);
  padding: 2%;
  position: relative;
}

.section.with-utility {
  background-color: var(--colors--second-color);
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.add-top {
  padding-top: 10%;
}

.section.gr {
  background-color: var(--colors--second-color);
}

.section.gr.mns-wp {
  z-index: 10;
  margin-top: -100px;
}

.section.with-minus {
  z-index: 10;
  margin-top: -100px;
  padding-top: 10%;
}

.section.drk {
  background-color: var(--colors--first-color);
  color: var(--color--first-color);
}

.section.ctc {
  z-index: 9;
  background-color: var(--colors--first-color);
  min-height: 90vh;
  color: var(--color--first-color);
  justify-content: center;
  align-items: center;
  margin-top: -100px;
  margin-bottom: -100px;
  padding-top: 13%;
  padding-bottom: 8%;
  display: flex;
  overflow: hidden;
}

.section.ctc:where(.w-variant-c6b0b2b0-b210-2750-5d2d-62dc3b90b26c) {
  border-radius: 40px;
  max-width: 1400px;
  margin: 0 auto;
}

.section._100vh {
  grid-row-gap: 0px;
  background-color: var(--colors--fourth-color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 130px;
  padding-bottom: 55px;
  display: flex;
}

.section.work-photo {
  z-index: 9;
  background-image: url('../images/01_Lalo_Home.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 90vh;
  margin-top: -100px;
  margin-bottom: -100px;
}

.section.work-photo2 {
  z-index: 9;
  background-image: url('../images/02_Bero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 90vh;
  margin-top: -100px;
  margin-bottom: -100px;
}

.section.work-photo3 {
  z-index: 9;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 90vh;
  margin-top: -100px;
  margin-bottom: -100px;
}
.section.project01{
  background-image: url('../images/projects/01_dearfoams_1.jpg');
}
.section.project02{
  background-image: url('../images/projects/02_laelia_1.jpg');
}
.section.project03{
  background-image: url('../images/projects/03_bero_0.jpg');
}
.section.project04{
  background-image: url('../images/projects/04_Amaraz_0.jpg');
}
.section.project05{
  background-image: url('../images/projects/05_Lalo_0.jpg');
}
.section.project06{
  background-image: url('../images/projects/06_almave_0.jpg');
}
.section.project07{
  background-image: url('../images/projects/07_Lienzos_0.jpg');
}
.section.project08{
  background-image: url('../images/projects/08_Amex_00.jpg');
}
.section.project09{
  background-image: url('../images/projects/09_DonJulio_00.jpg');
}
.section.project10{
  background-image: url('../images/projects/10_alpura_00.jpg');
}
.section.project11{
  background-image: url('../images/projects/11_PH_00.jpg');
}
.section.project12{
  background-image: url('../images/projects/12_MP_00.jpg');
}




.section.project01 {
  z-index: 9;
  background-image: url('../images/projects/01_dearfoams_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 90vh;
  margin-top: -100px;
  margin-bottom: -100px;
}

.display-1 {
  opacity: 100;
  line-height: var(--line-height--page-line-height);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.display-1.second {
  font-weight: var(--font-weight--600);
  letter-spacing: -.05rem;
}

.margin-30 {
  margin-top: var(--page-margin--margin-30px\<deleted\|variable-6c1e3925-07e9-8131-6edf-36a407b4761d\>);
}

.project-circle {
  z-index: 999;
  opacity: 1;
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 76px;
  height: 76px;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 20px 20px auto;
}

.margin-20 {
  margin-top: var(--page-margin--divider-small);
}

.hero_pricing-link {
  color: #fff;
  text-align: center;
  background-color: #2a2a2d;
  border: 1px solid #414141;
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
}

.hero_pricing-link:hover {
  box-shadow: 0 0 5px 2px #ffffffbf;
}

.hero_pricing-features-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.faq-item-top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px #ffffff1f;
  border-left: 1px #ffffff1f;
  border-right: 1px #ffffff1f;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 5rem 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center start;
  width: 100%;
  padding-top: 34px;
  padding-bottom: 34px;
  display: grid;
}

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

.faq-item.w--current {
  background-color: #ddd0;
  overflow: hidden;
}

.utility-page-wrap {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.error-message {
  color: var(--colors--fourth-color);
  text-align: center;
  background-color: #fa242a;
  background-image: linear-gradient(#fa242a, #fc4247);
  border-radius: 7px;
}

.white-block {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 20px;
}

.caption {
  color: #ffffff8c;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.caption.margined {
  opacity: .74;
  color: var(--colors--first-color);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 700;
}

.caption.margined._2 {
  opacity: 100;
  font-size: var(--font--h6);
  font-weight: var(--font-weight--600);
  text-transform: none;
}

.color-block {
  background-color: var(--colors--first-color);
  border: 1px solid #ffffff59;
  border-radius: 2px;
  width: 100%;
  height: 85px;
  margin-bottom: 5px;
  padding: 10px;
  display: flex;
}

.color-block._2 {
  background-color: var(--colors--second-color);
  color: var(--colors--second-color);
}

.light-block-second {
  border-radius: 3px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 20px;
}

.light-block-second.rounded-bottom {
  border-radius: 3px;
  padding-bottom: 30px;
}

.color-block-parent {
  width: 20%;
  margin-right: 20px;
}

.color-row {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.light-block {
  border-radius: 3px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 20px;
}

.licensing-content {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

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

.subhead {
  color: var(--colors--first-color);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3;
}

.margin-50 {
  margin-top: var(--page-margin--divider-medium);
}

.licensing-title {
  font-size: 30px;
}

.licensing-link {
  color: var(--colors--first-color);
  text-decoration: underline;
}

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

.button-first-line {
  color: var(--colors--first-color);
  font-size: var(--button--font-size);
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
  position: relative;
}

.navlinks {
  z-index: 5;
  height: 71px;
  color: var(--colors--first-color);
  font-size: 76px;
  font-weight: 400;
  line-height: .9;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.social-icon-wrapper {
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 22px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-main {
  font-size: var(--button--font-size);
  letter-spacing: 0;
  white-space: nowrap;
  filter: url('../images/');
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  transition-property: all;
  transition-duration: .9s;
  transition-timing-function: cubic-bezier(.135, .9, .15, 1);
  display: flex;
  position: relative;
}

.blog-link {
  width: 100%;
  height: 100%;
  color: var(--color--first-color);
  text-decoration: none;
}

.work-wrapper-first {
  color: var(--colors--first-color);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-overlay {
  z-index: 1;
  opacity: .28;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.work-overlay.first {
  opacity: 1;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #fff0;
  -webkit-mask-image: linear-gradient(to top, #000 10%, #0000 100%);
  mask-image: linear-gradient(to top, #000 10%, #0000 100%);
}

.work-overlay.first.half {
  background-color: #fff0;
  height: 50%;
  inset: auto 0% 0%;
}

.photo-wrapper {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.photo-interaction {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.wrok-card-wrapper {
  width: 100%;
}

.work-wrapper {
  width: 100%;
  min-height: 40vw;
  color: var(--colors--fourth-color);
  background-color: #222;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text {
  text-transform: capitalize;
  height: 48px;
}

.button-text:where(.w-variant-83ed8c83-4d97-b61d-2146-78e915c17bb4) {
  height: 20px;
  line-height: 20px;
}

.button-text-wrapper {
  height: 48px;
  line-height: 48px;
  overflow: hidden;
}

.button-text-wrapper:where(.w-variant-83ed8c83-4d97-b61d-2146-78e915c17bb4) {
  height: 20px;
  line-height: 25px;
}

.button-line-first {
  background-color: #ffffff4d;
  width: 100%;
  height: 2px;
  position: relative;
  top: 3px;
}

.button-line-first:where(.w-variant-83ed8c83-4d97-b61d-2146-78e915c17bb4) {
  height: 1px;
  top: 2px;
}

.button-line-overlay {
  z-index: 1;
  background-color: var(--colors--second-color);
  width: 100%;
  height: 1px;
  position: absolute;
}

.button-with-line {
  font-family: var(--font--primary-font);
  color: var(--colors--second-color);
  font-size: var(--font--h2);
  font-weight: var(--font-weight--400);
  letter-spacing: -2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  position: relative;
}

.button-with-line:where(.w-variant-83ed8c83-4d97-b61d-2146-78e915c17bb4) {
  font-size: var(--font--h6);
  letter-spacing: 0;
}

.max-w-left {
  max-width: 300px;
}

.max-w-left.add-cnt {
  max-width: 370px;
}

.max-w-left.add-wkp {
  max-width: 550px;
}

.max-w-left.add-mr {
  max-width: 250px;
  position: sticky;
  top: 50px;
}

.service-item {
  cursor: pointer;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-top: -1px;
}

.blog-main-wrapper {
  color: #121212;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.social-wrapper {
  grid-row-gap: 2px;
  background-color: #222;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-wrapper.sq {
  border-radius: 0%;
}

.navigation-main {
  color: var(--color--first-color);
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.hero {
  z-index: 10;
  background-color: var(--colors--fourth-color);
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 2% 2% 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero.for-inner {
  justify-content: flex-end;
  align-items: center;
  height: 70vh;
  margin-bottom: -100px;
  padding-bottom: 15%;
}

.hero.for-inner.cntr {
  background-color: var(--colors--second-color);
  justify-content: center;
  align-items: center;
  padding-bottom: 4%;
}

.hero.for-inner.wp {
  z-index: 11;
  justify-content: center;
  align-items: center;
  height: 65vh;
  padding-top: 0;
  padding-bottom: 80px;
}

.hero.for-inner.std {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 130px;
}

.container-bottom {
  z-index: 2;
  width: var(--page-container--width);
  max-width: var(--page-container--container-large);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 120px 0% auto;
}

.container-bottom.bottom {
  inset: auto 0% 30px;
}

.bottom-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  padding-left: 2%;
  padding-right: 2%;
  display: grid;
}

.bottom-grid._2 {
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  display: flex;
}

.bottom-grid._3 {
  margin-top: 107px;
}

.bottom-grid._1 {
  place-items: center stretch;
  padding-left: 0%;
  padding-right: 0%;
}

.bottom-grid._1.tp {
  place-items: start;
}

.bottom-grid._1.mw {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.bottom-grid._1.grd.fr-abt {
  grid-template-columns: 1fr 1fr 1fr;
}

.top-text {
  opacity: 100;
  font-size: var(--font--work-title);
  font-weight: var(--font-weight--600);
  margin-bottom: 0;
}

.top-text.logo {
  z-index: 2;
  font-size: var(--font--h5);
  line-height: var(--line-height--page-line-height);
  position: relative;
}

.top-text.logo.w {
  color: var(--colors--fourth-color);
  font-size: var(--font--h3);
  font-weight: var(--font-weight--500);
  background-color: #fff0;
}

.top-text.logo.z-inxed {
  z-index: 1;
  opacity: 0;
  transform: translate(-63px);
}

.top-text.logo.z-inxed.nrm {
  border-radius: 2px;
  margin-left: 3px;
  padding-left: 3px;
  padding-right: 3px;
  transform: none;
}

.top-text.logo.nbg {
  background-color: #fff0;
}

.top-text.logo.inv {
  filter: invert();
}

.top-text.logo.no-bg {
  background-color: #fff0;
}

.top-text.big {
  font-size: var(--font--work-title);
  font-weight: var(--font-weight--600);
  letter-spacing: -.7px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.top-text.big.gray {
  opacity: .43;
}

.top-text.big.gray.sm {
  font-size: var(--font--h6);
}

.top-text.big.nm {
  border-bottom-style: none;
}

.top-text.big.w {
  z-index: 5;
  color: var(--color--first-color);
  font-weight: var(--font-weight--500);
  position: relative;
}

.top-text.big.w.opc {
  opacity: .6;
}

.top-text.big.svr {
  font-size: var(--font--h6);
  margin-top: 10px;
}

.top-text.gray-small {
  opacity: .65;
  font-size: var(--font--h6);
  font-weight: var(--font-weight--500);
}

.top-text.gray-small.drk {
  color: var(--colors--first-color);
  font-weight: var(--font-weight--600);
}

.top-text.for-b {
  font-size: var(--font--work-title);
  font-weight: var(--font-weight--400);
  letter-spacing: -.3px;
}

.top-text.for-r {
  font-weight: var(--font-weight--500);
}

.top-text.for-tst {
  font-size: var(--font--h5);
  line-height: var(--line-height--paragraph-line-height);
  letter-spacing: -.7px;
  display: block;
}

.top-text.for-tst.sts {
  font-size: var(--font--work-title);
  letter-spacing: -.5px;
}

.top-text.w {
  z-index: 2;
  color: var(--button--button-color);
  position: relative;
}

.top-text.sml {
  opacity: .5;
  font-size: var(--font--h6);
  font-weight: var(--font-weight--500);
}

.top-text.sml._80-opc {
  opacity: .8;
}

.top-text.gry {
  opacity: .4;
}

.top-text.gry.dt {
  font-size: var(--font--h6);
  margin-bottom: 10px;
}

.top-text.half {
  max-width: 82%;
  margin-left: auto;
  margin-right: auto;
}

.top-text._05 {
  font-size: var(--font--h6);
}

.top-text.for-sst {
  max-width: 90%;
  font-size: var(--font--h3);
}

.top-text.opc {
  opacity: .6;
  font-weight: var(--font-weight--500);
}

.top-text.for-abt {
  color: var(--color--first-color);
  font-size: var(--font--h5);
  font-weight: var(--font-weight--600);
}

.top-text.aw-t {
  opacity: 1;
}

.top-text.for-slide {
  font-size: var(--font--h6);
}

.social-icon-main {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: -4px;
  margin-right: -4px;
  display: flex;
  position: relative;
}

.work-card-link {
  /*
  cursor: none;
  */
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.item-wrapper {
  flex-flow: column;
  width: 100%;
  margin-bottom: 6px;
  text-decoration: none;
  display: flex;
}

.navigation-link {
  color: #212121;
  letter-spacing: -.3px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navigation-text-main {
  z-index: 1;
  color: var(--colors--first-color);
  font-size: var(--font--work-title);
  font-weight: var(--font-weight--600);
  letter-spacing: -.7px;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.navigation-text-main:where(.w-variant-b1bb63d0-0274-8c16-baad-8061fa201eb5) {
  color: var(--colors--first-color);
}

.navigation-text-main.wht {
  color: var(--button--button-color);
}

.navigation-text-main.white-5, .navigation-text-main.white-9, .navigation-text-main.white-13, .navigation-text-main.white-17, .navigation-text-main.white-21 {
  color: var(--colors--first-color);
}

.last-part {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.last-part:where(.w-variant-294ef66c-421a-29fc-b6b2-4de5a0b9e1c1) {
  display: none;
}

.nav-menu {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  display: flex;
}

.nav-menu.first {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  order: -1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.nav-arrow-move {
  justify-content: center;
  align-items: center;
  width: 11px;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.logo-first {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo-first.normal {
  margin-bottom: 10px;
}

.logo-first.bottom-menu {
  justify-content: center;
  align-items: center;
}

.social-circle-small {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar {
  width: var(--page-container--width);
  max-width: var(--page-container--container-large);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  min-height: 11vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 1%;
  display: grid;
}

.navbar:where(.w-variant-294ef66c-421a-29fc-b6b2-4de5a0b9e1c1) {
  position: fixed;
  inset: 0% 0% auto;
}

.button-link {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  font-family: var(--font--primary-font);
  color: var(--colors--first-color);
  font-size: var(--font--work-title);
  /*
  cursor: none;
  */
  background-color: #f0f0f000;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-link:where(.w-variant-b1bb63d0-0274-8c16-baad-8061fa201eb5), .button-link.white-2, .button-link.white-6, .button-link.white-10, .button-link.white-14, .button-link.white-18 {
  filter: invert();
  color: var(--colors--first-color);
}

.last-item {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  order: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.make-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

.make-grid.hide-mobile {
  width: 100%;
  display: flex;
}

.social-icon-wrapper-2 {
  /*
  cursor: none;
  */
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-item-main {
  height: 100%;
}

.about-title {
  font-size: var(--font--h3);
  line-height: var(--line-height--paragraph-line-height);
  font-weight: var(--font-weight--600);
}

.about-title.no-top {
  font-size: var(--font--h5);
  letter-spacing: -.7px;
  margin-top: 0;
}

.cta-flex {
  /*
  cursor: none;
  */
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hero-track {
  z-index: 4;
  height: 300vh;
  margin-bottom: -100px;
  position: relative;
}

.main-content {
  z-index: 333;
  /*
  cursor: none;
  */
  position: relative;
  overflow: clip;
  transform: translate(0);
}

.work-wrapper-main {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.max-w-center {
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.max-w-center._01 {
  max-width: 600px;
}

.navigation-top {
  z-index: 999;
  position: absolute;
  inset: 0% 0% auto;
}

.navigation-top.effect.add-prc {
  padding-left: 1%;
}

.absolute-element {
  position: absolute;
  inset: 0% 0% auto;
}

.menu-wrapper {
  z-index: 222;
  background-color: var(--colors--first-color);
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fixed-close-button {
  z-index: 500;
  background-color: #333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  min-height: 60px;
  display: flex;
  position: absolute;
  inset: auto 23% 50% auto;
  transform: scale(0);
}

.navigation-wrapper {
  width: 100%;
  max-width: 22%;
  margin-right: 1.5%;
}

.navigation-content {
  grid-column-gap: 15px;
  grid-row-gap: 0vh;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100vh;
  padding-top: 7vh;
  padding-bottom: 7vh;
  padding-left: 40px;
  display: flex;
}

.lottie-x {
  filter: invert();
  width: 23px;
  height: 23px;
}

.social-menu-wrapper {
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.absolute-main {
  z-index: 9999;
  display: none;
  position: absolute;
  inset: 0%;
}

.social-content {
  grid-column-gap: 20px;
  justify-content: flex-end;
  display: flex;
}

.social-content.for-footer {
  grid-column-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

.social-content.for-footer.no-top {
  margin-top: 0;
}

.social-icon {
  z-index: 1;
  width: 16px;
  position: relative;
}

.social-icon.second {
  width: 14px;
}

.page-content {
  z-index: 20;
  position: relative;
}

.page-content._01 {
  background-color: var(--colors--fourth-color);
  padding-top: 100px;
}

.h1 {
  font-size: var(--memoh);
  line-height: var(--line-height--page-line-height-2);
  font-weight: var(--font-weight--600);
  text-align: left;
  letter-spacing: -8px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 15px;
}

.h1.third {
  font-size: var(--font--h2);
  letter-spacing: -3px;
}

.h1.memoh {
  font-size: var(--memoh);
  padding-right: 15px;
}

.thumb-link-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

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

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

.pricing-big-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--colors--second-color);
  border-radius: 10px;
  justify-content: flex-start;
  width: 100%;
  max-width: 950px;
  height: 100%;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 1%;
  display: flex;
}

.pricing-card {
  border-radius: 10px;
  width: 50%;
  height: 100%;
  padding: 40px 50px;
  position: relative;
}

.pricing-card.dark {
  background-color: var(--button--button-color);
}

.add-max-w {
  opacity: .5;
  max-width: 80%;
}

.add-max-w.full-color {
  opacity: 100;
  margin-bottom: 0;
}

.add-max-w.full-color.footer-lft {
  max-width: 400px;
}

.flex-btw {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.flex-btw.make-flx {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.line-divider {
  background-color: var(--colors--first-color);
  opacity: .12;
  width: 100%;
  height: 1px;
  margin-top: 150px;
  margin-bottom: 150px;
}

.line-divider.sec {
  margin-top: 30px;
  margin-bottom: 30px;
}

.item-flex {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 13px;
  display: flex;
}

.p-no-bottom {
  opacity: .68;
  margin-bottom: 0;
}

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

.lighter-text {
  opacity: .42;
}

.goal-card {
  z-index: 10;
  grid-row-gap: 10px;
  filter: saturate(170%) brightness(120%);
  -webkit-backdrop-filter: blur(34px);
  backdrop-filter: blur(34px);
  background-color: #ffffff1a;
  border: 1px solid #ffffff38;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 25px 35px;
  display: flex;
  position: relative;
}

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

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

.p-chat {
  opacity: .8;
  color: var(--colors--fourth-color);
  font-size: var(--font--h6);
  margin-bottom: 10px;
}

.p-chat.white {
  opacity: 1;
  color: var(--color--second-color);
  font-size: var(--button--font-size);
  font-weight: var(--font-weight--600);
  margin-bottom: 0;
}

.p-chat.white.sec {
  opacity: .85;
  color: #f2f2f7;
  font-weight: var(--font-weight--500);
}

.flex-chat {
  align-items: center;
  display: flex;
}

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

.bubble-first {
  z-index: 2;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  min-width: 60px;
  min-height: 40px;
  color: var(--color--second-color);
  background-color: #ffffffe0;
  border: 1px solid #fff9;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 45px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.bubble-first.green {
  background-image: linear-gradient(#1c1c1f, #0f0f12);
  border-color: #ffffff14;
}

.bubble-first.absolute {
  z-index: 1;
  position: absolute;
}

.bubble-first._01.absolute, .bubble-first._02 {
  margin-left: 45px;
}

.bubble-first._03 {
  min-width: 0;
}

.bubble-first._05 {
  background-color: #111;
  margin-right: 42px;
}

.bubble-first._06 {
  background-color: #111;
  min-width: 65px;
  margin-right: 41px;
}

.bubble-first._06.green {
  background-image: linear-gradient(#1c1c1f, #0f0f12);
}

.bubble-first._07 {
  background-color: #111;
  margin-right: 41px;
}

.button-rounded-tooltip-2 {
  z-index: 10;
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  pointer-events: auto;
  color: #000;
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-height: 2.8rem;
  padding: .8em 1em;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.line-1 {
  background-color: var(--colors--first-color);
  width: 100%;
  height: 1.5px;
}

.toogle-icon {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  position: relative;
}

.toggle-space {
  padding: 15px 20px 20px;
}

.toggle-top {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.toggle-content {
  overflow: hidden;
}

.toggle-wrapper {
  background-color: var(--colors--second-color);
  text-align: left;
  border-radius: 10px;
  position: relative;
}

.toggle-header {
  width: 100%;
  color: var(--colors--first-color);
  font-size: var(--font--work-title);
  font-weight: var(--font-weight--600);
  text-align: left;
  letter-spacing: -.3px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.line-2 {
  background-color: var(--colors--first-color);
  width: 100%;
  height: 1.5px;
  position: absolute;
  transform: rotate(90deg);
}

.text-block-sec {
  background-color: var(--colors--fourth-color);
  min-width: 32px;
  min-height: 32px;
  color: var(--colors--first-color);
  font-size: var(--font--h6);
  font-weight: var(--font-weight--600);
  letter-spacing: -.7px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.blog-main-block {
  width: 100%;
  color: var(--button--button-color);
  font-size: var(--font--h4);
  font-weight: var(--font-weight--500);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.data-text {
  opacity: .7;
  font-size: var(--button--nav-text);
  margin-bottom: 0;
}

.data-text.ab {
  opacity: .5;
  margin-bottom: 10px;
}

.button-icon-main {
  z-index: 5;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  background-color: #3333338c;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
  overflow: hidden;
  transform: none;
}

.button-icon-main.sec {
  background-color: #00000030;
  top: 25px;
  right: 25px;
}

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

.buton-icon-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.buton-icon-svg.is-absolute {
  z-index: 2;
  position: absolute;
  transform: translate(-30px);
}

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

.image-wrap.full-width {
  height: 100%;
}

.image-wrap.for-service {
  aspect-ratio: 3 / 2;
  border-radius: 10px;
  height: auto;
}

.image-wrap.rnd {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-full {
  height: 100%;
}

.work-card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  height: 80vh;
  margin-bottom: 5vh;
  position: sticky;
  top: 10%;
  overflow: hidden;
}

.work-card.card-1 {
  justify-content: flex-start;
}

.work-card.no-mrg {
  margin-bottom: 0;
}

.wrok-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: sticky;
  top: 0;
}

.collection-list-wrapper {
  height: 100%;
}

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

.testimonials-photo {
  aspect-ratio: 3 / 2.3;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 7px;
  min-width: 100%;
  margin-bottom: 15px;
  position: relative;
  bottom: auto;
  right: auto;
  overflow: hidden;
}

.overlay {
  z-index: 1;
  background-color: var(--colors--first-color);
  opacity: .28;
  position: absolute;
  inset: 0%;
}

.overlay.sec {
  opacity: .35;
}

.overlay.third {
  opacity: .1;
  width: 100%;
  height: 100%;
}

.blog-wrapper {
  background-color: var(--colors--second-color);
  width: 100%;
  height: 100%;
  color: var(--colors--first-color);
  font-size: var(--font--h5);
  line-height: var(--line-height--paragraph-line-height);
  font-weight: var(--font-weight--600);
  border-radius: 7px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.blog-wrapper.first {
  background-image: linear-gradient(180deg, var(--colors--fourth-color), var(--colors--second-color) 30%);
  letter-spacing: -.7px;
}

.flex-top {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.preloader {
  z-index: 9999;
  background-color: var(--colors--first-color);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
  transform: translate(0, -120%);
}

.hero-agency {
  z-index: 2;
  background-color: #111;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.grid-hero-agency {
  grid-column-gap: 8vh;
  grid-row-gap: 10em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: grid;
}

.hero-photo-wrapper {
  z-index: 2;
  flex-flow: column;
  display: flex;
  position: relative;
}

.hero-photo-wrapper.up {
  grid-column-gap: 0px;
  grid-row-gap: 8vh;
}

.photo-block {
  grid-row-gap: 8vh;
  flex-flow: column;
  min-height: auto;
  display: flex;
}

.photo-block.only-mobile {
  display: none;
}

.photo-block-reverse {
  grid-column-gap: 0px;
  grid-row-gap: 8vh;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 8vh;
  display: flex;
}

.video-logo {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 4px;
  display: flex;
  overflow: hidden;
}

.video-logo.for-cht {
  z-index: 20;
  position: absolute;
}

.video-logo.for-cht._01 {
  width: 40px;
  height: 40px;
}

.video-logo.for-cht._02 {
  width: 34px;
  height: 34px;
  margin-right: 0;
}

.video-logo.for-prc {
  z-index: 20;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.video-logo.for-prc._01 {
  filter: saturate(0%);
}

.video-logo.for-sct {
  width: 60px;
  height: 60px;
  position: absolute;
  inset: 18px auto auto 50px;
}

.logo-bg {
  width: 220%;
  height: 220%;
}

.logo-bg.ab {
  z-index: 1;
  position: absolute;
  inset: -73% 0% 0% -60%;
}

.nav-top-flex {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.flex-bottom {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  align-items: flex-start;
  display: flex;
}

.flex-bottom.add-top {
  margin-top: 20px;
}

.plus-line-wrapper {
  z-index: 9998;
  pointer-events: none;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.verical-line {
  opacity: .14;
  background-color: #d3d3d3;
  width: 100%;
  height: 1px;
}

.horizontal-line {
  opacity: .14;
  background-color: #d3d3d3;
  width: 1px;
  height: 100vh;
  position: absolute;
}

.plus-wrapper {
  z-index: 2;
  background-color: var(--button--button-color);
  border-radius: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
}

.circle-divider {
  background-color: var(--colors--first-color);
  border-radius: 100%;
  width: 8px;
  height: 8px;
}

.circle-divider.gry {
  opacity: .52;
}

.circle-divider.gry.mr {
  opacity: .15;
}

.circle-divider.gry.inv {
  filter: invert();
}

.partner-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

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

.card-container {
  perspective: 500px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.card-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}

.card-side {
  background-color: var(--colors--fourth-color);
  backface-visibility: hidden;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-side.is-back {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.front-logo {
  background-color: var(--colors--fourth-color);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.partner-logo {
  filter: invert();
  height: 5rem;
}

.partner-logo.back {
  filter: invert();
  -webkit-text-stroke-color: #a50909;
  transform: rotate(0);
}

.partner-logo._01 {
  filter: invert();
  height: 6.5rem;
}

.back-logo {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.rounder-wrapper {
  z-index: 20;
  height: 100px;
  margin-bottom: -1px;
  position: relative;
  overflow: hidden;
  transform: translate(0, -1px);
}

.rounder-wrapper._01 {
  z-index: 22;
}

.circle-animation {
  border-radius: 50%;
  width: 150%;
  height: 750%;
  position: absolute;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%);
}

.circle-animation.btm {
  transform: translate(-50%, -86.6%);
}

.cirle-bg-color {
  background-color: var(--colors--second-color);
  position: absolute;
  inset: 0%;
}

.cirle-bg-color.cw {
  background-color: var(--colors--fourth-color);
}

.cirle-bg-color.drk {
  background-color: var(--colors--first-color);
}

.scroll-down {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%);
}

.scroll-badge {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--color--first-color);
  font-size: 12px;
  font-weight: var(--font-weight--600);
  letter-spacing: -.5px;
  background-color: #4446;
  border-radius: 7px;
  padding: 7px;
}

.scroll-line {
  background-color: #8888889c;
  width: 100%;
  height: 2px;
  margin-top: 3px;
  position: relative;
}

.scroll-line-overlay {
  background-color: var(--button--button-color);
  width: 60%;
  height: 1px;
  position: absolute;
  inset: 0%;
}

.contact-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  max-width: 220px;
  color: var(--colors--first-color);
  border: 1px solid #0000001f;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 7px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 #0000, -1.1px 1.2px .1px #00000003, -2.2px 2.4px .3px #00000005, -3.3px 3.7px .5px #00000005, -4.6px 5.1px .7px #00000008, -6px 6.6px .9px #00000008, -7.6px 8.4px 1.3px #00000008, -9.5px 10.5px 1.8px #00000008, -11.8px 13px 2.4px #00000008, -14.7px 16.2px 3.2px #00000008, -18.3px 20.2px 4.4px #0000000a, -23px 25.4px 6px #0000000a, -29.3px 32.3px 8.2px #0000000a, -37.8px 41.8px 11.3px #0000000a, -49.9px 55.1px 15.9px #0000000a;
}

.contact-info.for-button {
  background-color: var(--colors--first-color);
  max-width: 100%;
  color: var(--colors--fourth-color);
  font-size: var(--font--work-title);
  border-style: none;
  padding: 15px 24px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.contact-info.for-button:where(.w-variant-6163d949-440e-f68f-1cb4-5777ca2b8f73) {
  background-color: #222;
  box-shadow: 0 0 #4440, -1.1px 1.2px .1px #44444403, -2.2px 2.4px .3px #44444405, -3.3px 3.7px .5px #44444405, -4.6px 5.1px .7px #44444408, -6px 6.6px .9px #44444408, -7.6px 8.4px 1.3px #44444408, -9.5px 10.5px 1.8px #44444408, -11.8px 13px 2.4px #44444408, -14.7px 16.2px 3.2px #44444408, -18.3px 20.2px 4.4px #4444440a, -23px 25.4px 6px #4444440a, -29.3px 32.3px 8.2px #4444440a, -37.8px 41.8px 11.3px #4444440a, -49.9px 55.1px 15.9px #4444440a;
}

.contact-info.no-shadow {
  box-shadow: none;
  color: var(--colors--fourth-color);
  background-color: #121212;
  position: relative;
  overflow: hidden;
}

.contact-info.for-awa {
  background-color: var(--colors--first-color);
  max-width: 100%;
  color: var(--button--button-color);
  border-style: none;
  border-radius: 12px;
  flex-flow: column;
  padding: 35px 36px;
  display: block;
}

.photo-circle {
  z-index: 2;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.photo-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 110%;
  max-width: none;
  height: 110%;
  position: absolute;
}

.flex-author {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  height: 23px;
  text-decoration: none;
  display: flex;
}

.lottie-animation {
  width: 30px;
  position: relative;
  top: 1px;
  left: -9px;
}

.move-left {
  height: 19px;
  text-decoration: none;
  position: relative;
  left: -14px;
  overflow: hidden;
}

.add-bottom {
  margin-bottom: 80px;
}

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

.bg-overflow {
  z-index: 1;
  background-image: linear-gradient(#00000073, #00000073);
  position: absolute;
  inset: -8% 0% 0% -10%;
}

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

.grid-work {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.h2 {
  font-size: var(--page-title);
  font-weight: var(--font-weight--600);
  letter-spacing: -1.3px;
  margin-top: 15px;
  margin-bottom: 0;
}

.h2._01 {
  z-index: 3;
  font-size: var(--button--cta-title);
  font-weight: var(--font-weight--500);
  margin-top: 0;
  position: relative;
}

.h2._01.sm {
  z-index: 2;
  font-size: var(--font--h3);
  font-weight: var(--font-weight--500);
  letter-spacing: -1px;
  position: relative;
}

.h2._01.sm._600 {
  opacity: 100;
  font-weight: var(--font-weight--600);
}

.h2._01.sm._600.lw {
  font-size: var(--font--h5);
  letter-spacing: -.7px;
}

.h2._01.wkp {
  font-size: var(--font--h3);
  line-height: var(--line-height--paragraph-line-height);
  font-weight: var(--font-weight--600);
  letter-spacing: -1.3px;
}

.h2.for-stats {
  font-weight: var(--font-weight--500);
  text-indent: 60px;
}

.h2.no-top {
  margin-top: 0;
}

.h2.for-ctn {
  font-size: var(--backdrop-filter--backdrop-size);
  font-weight: var(--font-weight--500);
}

.h2.for-bg {
  font-size: var(--font--h3);
  letter-spacing: -.7px;
}

.h2.for-abt {
  color: var(--color--first-color);
  font-size: var(--font--h1);
  line-height: var(--line-height--page-line-height-2);
  font-weight: var(--font-weight--500);
  letter-spacing: -5px;
  margin-top: 0;
}

.small-ftd {
  opacity: .34;
  font-size: var(--font--work-title);
  vertical-align: bottom;
  margin-left: 6px;
  position: relative;
  top: -12px;
}

.small-ftd.finr {
  font-size: var(--font--h4);
  font-weight: var(--font-weight--500);
  margin-left: -13px;
  top: -18px;
}

.small-ftd.finr.sml-sht {
  font-size: var(--font--h3);
  letter-spacing: -1.3px;
  top: -27px;
}

.work-main {
  min-height: 1200px;
}

.sticky-lft {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 500px;
  display: flex;
  position: sticky;
  top: 50px;
}

.sticky-lft._01 {
  padding-left: 1%;
}

.sticky-lft._02 {
  min-height: 440px;
}

.collection-full {
  height: 100%;
}

.work-main-wrapper {
  width: 100%;
  height: 100%;
}

.work-title-main {
  z-index: 10;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--button--button-color);
  letter-spacing: -.6px;
  border-radius: 4px;
  padding: 9px 10px;
  display: flex;
  position: absolute;
  inset: auto 20px 20px auto;
}

.work-title {
  font-size: var(--font--work-title);
  line-height: var(--line-height--page-line-height-2);
  font-weight: var(--font-weight--500);
  margin-top: 0;
  margin-bottom: 0;
}

.work-title.b {
  font-weight: var(--font-weight--600);
}

.copy-flex {
  opacity: .36;
  display: flex;
}

.view-work {
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 0;
  height: 0;
  color: var(--color--first-color);
  font-size: var(--font--h6);
  text-align: center;
  background-color: #00000059;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.mn-text {
  overflow-wrap: break-word;
  width: 100%;
  position: absolute;
}

.text-tool-tip {
  z-index: 9999;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.view-all-work-img {
  border-radius: 5px;
  width: 0;
  height: 0;
  overflow: hidden;
}

.spacer-xxl {
  min-height: var(--page-margin--divider-x-large);
}

.photo-hero {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.slide-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-text-rotator {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.bg-change {
  z-index: 1;
  background-color: #343434;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(0);
}

.bg-change:where(.w-variant-6163d949-440e-f68f-1cb4-5777ca2b8f73) {
  background-color: #444;
}

.z-index-btn {
  z-index: 20;
  position: relative;
}

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

.invert-chat-circle {
  filter: invert();
}

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

.make-g {
  opacity: .8;
  color: #111;
}

.video-card {
  grid-row-gap: 20px;
  text-align: center;
  border-radius: 10px;
  flex-flow: column;
  align-items: stretch;
  padding: 65px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bg-collab {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-glass {
  opacity: .44;
  pointer-events: none;
  background-image: linear-gradient(#ffffff2e, #ffffff0d 40%);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.hero-vd-overlay {
  background-image: radial-gradient(circle at 50% 40%, #0003, #0000008c);
  position: absolute;
  inset: 0%;
}

.card-full {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.card-half {
  border-radius: 10px;
  height: 50%;
  position: relative;
}

.card-half._02 {
  grid-row-gap: 4px;
  background-color: var(--colors--first-color);
  background-image: linear-gradient(#f5f5f5, #f5f6f8 60%, #dee0e4);
  flex-flow: column;
  padding: 25px;
  display: flex;
  overflow: hidden;
}

.card-half._01 {
  grid-row-gap: 4px;
  background-color: var(--colors--first-color);
  color: var(--color--first-color);
  background-image: linear-gradient(#1c1c1f, #0f0f12);
  border: 1px solid #ffffff14;
  flex-flow: column;
  padding: 25px;
  display: flex;
  overflow: hidden;
}

.map {
  filter: brightness(116%);
  pointer-events: none;
  position: absolute;
  inset: auto 0% -150px;
}

.team-circle {
  z-index: 20;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 35px 25px auto auto;
}

.team-circle.btm {
  inset: 25px 25px auto auto;
}

.team-circle.rl {
  grid-column-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
  right: 0;
}

.team-circle.rl.lf-tm {
  justify-content: space-between;
  align-items: flex-start;
}

.team-flex {
  display: flex;
}

.team-flex.mv {
  margin-left: 15px;
}

.team-small-card {
  background-image: url('../images/team-1_1team-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-left: -10px;
}

.team-small-card.no-photo {
  background-color: #555;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  padding-right: 3px;
  display: flex;
}

.team-small-card.no-photo.color-2 {
  color: var(--colors--fourth-color);
}

.team-small-card._02 {
  background-image: url('../images/team-4_1team-4.webp');
}

.team-small-card._03 {
  background-image: url('../images/team-2_2team-2.webp');
}

.team-small-card._04 {
  background-image: url('../images/team-3_1team-3.webp');
}

.team-small-card.add-line-w {
  border: 2px solid #fff;
  width: 43px;
  height: 43px;
}

.div-block-2 {
  z-index: 20;
  position: relative;
}

.flex-txt {
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.animation-section {
  background-color: var(--colors--first-color);
  background-image: linear-gradient(#2d2d31, #151518 54%, #0f0f12);
  height: 800vh;
  margin-top: -100px;
  margin-bottom: -100px;
}

.animation-sticky {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: sticky;
  top: 0;
}

.absolute-top {
  text-align: center;
  position: absolute;
  inset: 30px 0% auto;
}

.absolute-top.btm {
  inset: auto 0% 30px;
}

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

.cta-sm-title {
  color: var(--colors--second-color);
  font-size: var(--button--cta-title);
  line-height: var(--line-height--paragraph-line-height);
  letter-spacing: -3px;
  position: absolute;
}

.cta-sm-title._01 {
  position: absolute;
}

.cta-sm-title._03, .cta-sm-title._05 {
  display: block;
}

.absolute-photo {
  background-image: url('../images/3_.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 0;
  height: 0;
  position: absolute;
}

.service-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.service-title-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .12;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.service-title-wrap:where(.w-variant-f1d8637b-90be-ebd5-37d3-ac536866b560) {
  opacity: 100;
}

.service-title {
  font-size: var(--button--cta-title);
  font-weight: var(--font-weight--600);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
}

.service-media-wrap {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.service-media-wrap:where(.w-variant-f1d8637b-90be-ebd5-37d3-ac536866b560) {
  opacity: 100;
}

.service-media-sticky {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 30px;
}

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

.video-section {
  background-color: var(--colors--first-color);
  height: 400vh;
  margin-top: -100px;
  margin-bottom: -100px;
  position: relative;
}

.video-grid {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 100vh;
  padding: 10px;
  display: grid;
  overflow: hidden;
}

.video-wrapper {
  border-radius: .6vw;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.video-bg-animation {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sticky-video-section {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.tv-dots {
  z-index: 9999;
  opacity: .04;
  pointer-events: none;
  background-image: url('../images/dots.gif');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tv-dots.thir {
  opacity: .03;
}

.tv-dots.four {
  opacity: 0;
  mix-blend-mode: overlay;
}

.tv-dots.fifth {
  z-index: 10;
}

.sticky-text-center {
  z-index: 15;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.pricing-txt-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.pricing-txt {
  font-size: var(--button--cta-title);
  font-weight: var(--font-weight--600);
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
}

.spacer-xl {
  height: 60px;
}

.spacer-m {
  height: 40px;
}

.flex-prc {
  grid-row-gap: 3px;
  flex-flow: column;
  display: flex;
}

.invert-div {
  filter: invert();
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.faq-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.testimonials-card {
  background-color: var(--colors--fourth-color);
  max-width: 400px;
  min-height: 450px;
  color: var(--colors--first-color);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  padding: 35px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.testimonials-card._01 {
  z-index: 4;
  display: none;
}

.testimonials-card._02 {
  z-index: 3;
  display: none;
}

.testimonials-card._03 {
  z-index: 2;
  color: var(--colors--fourth-color);
  display: flex;
}

.testimonials-card._03.rl {
  max-width: 100%;
  padding: 25px;
  position: relative;
}

.testimonials-card._04 {
  z-index: 1;
}

.start-flex {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  display: flex;
}

.start-flex.invert {
  filter: invert();
}

.author-circle {
  background-image: url('../images/mmlog.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 100%;
  width: 60px;
  height: 60px;
}

.author-circle._01 {
  background-image: url('../images/Relaxed-Portrait_1Relaxed-Portrait.webp');
}

.author-circle._02 {
  background-image: url('../images/Blurred-Portrait-Outdoors_1Blurred-Portrait-Outdoors.webp');
}

.author-circle.small {
  background-image: url('../images/Smiling-Man-in-Sunlight-3_1Smiling-Man-in-Sunlight-(3).webp');
  width: 40px;
  height: 40px;
}

.author-circle.small._01 {
  background-image: url('../images/Portrait-of-a-Woman-2_1Portrait-of-a-Woman-(2).webp');
  background-position: 50%;
}

.author-circle.small._02 {
  background-image: url('../images/Smiling-Man-in-Natural-Light-1_1Smiling-Man-in-Natural-Light-(1).webp');
}

.author-circle.small._03 {
  background-image: url('../images/Portrait-of-Smiling-Woman-1_1Portrait-of-Smiling-Woman-(1).webp');
}

.author-circle._03 {
  background-image: url('../images/mmlog.png');
}

.author-circle._04 {
  background-image: url('../images/mmlog.png');
}

.testimonials-section {
  z-index: 10;
  background-color: var(--colors--second-color);
  height: 500vh;
  margin-top: -100px;
  margin-bottom: -100px;
  position: relative;
}

.testimonials-sticky {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: sticky;
  top: 0;
}

.testimonials-width {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  display: grid;
}

.testimonials-card-wrapper {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 500px;
  display: flex;
}

.card-testi {
  z-index: 10;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.card-testi.sec {
  grid-row-gap: 5px;
}

.number-rotator {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  display: flex;
}

.number-wrapper {
  height: 20px;
  overflow: hidden;
}

.card-author {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.card-author.third {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.photo-half {
  z-index: 10;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/work-14_1work-14.webp');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.photo-half._01 {
  background-image: url('../images/5.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 200%;
  background-attachment: fixed;
  display: none;
  overflow: visible;
}

.photo-half._02 {
  background-image: url('../images/5.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 200%;
  background-attachment: fixed;
  display: none;
  inset: 0% 0% 0% auto;
}

.rl-div {
  position: relative;
}

.stats-card {
  justify-content: center;
  align-items: center;
  height: 320px;
  display: flex;
  position: relative;
}

.stats-container {
  perspective: 1000px;
  width: 100%;
  height: 100%;
}

.cart-wrapper {
  width: 100%;
  height: 100%;
}

.card-stats-side {
  z-index: 2;
  backface-visibility: hidden;
  background-color: #141414;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 20px 20px 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-stats-side.back {
  background-color: var(--colors--fourth-color);
  color: var(--colors--first-color);
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.stats-name {
  font-size: var(--counter-title-2);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 7px;
}

.max-w-smc {
  max-width: 94%;
}

.max-w-smc._01 {
  max-width: 85%;
}

.p-max {
  max-width: 90%;
}

.stats-sticky-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

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

.sticky-first._01 {
  margin-top: 200px;
}

.sticky-first._02 {
  margin-top: 400px;
}

.sticky-first._03 {
  margin-top: 600px;
}

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

.card-color {
  background-color: #141414;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.card-color.gray {
  background-color: var(--colors--second-color);
}

.logo-absolute {
  position: absolute;
}

.blog-txt._01 {
  max-width: 85%;
}

.read-more {
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 0;
  height: 0;
  color: var(--colors--fourth-color);
  font-size: var(--font--h6);
  text-align: center;
  background-color: #00000059;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.photo-section {
  opacity: .65;
  width: 100vw;
  height: 100%;
  color: var(--color--first-color);
  background-image: url('../images/13.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

.photo-section:where(.w-variant-c6b0b2b0-b210-2750-5d2d-62dc3b90b26c) {
  height: 120%;
}

.photo-section2 {
  opacity: .65;
  width: 100vw;
  height: 100%;
  color: var(--color--first-color);
  background-image: url('../images/futer.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

.photo-section2:where(.w-variant-c6b0b2b0-b210-2750-5d2d-62dc3b90b26c) {
  height: 120%;
}

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

.contact-grid:where(.w-variant-c6b0b2b0-b210-2750-5d2d-62dc3b90b26c) {
  padding-left: 2%;
}

.contact-card {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  width: 73%;
  max-width: 80%;
  color: var(--color--first-color);
  background-color: #ffffff26;
  border-radius: 10px;
  padding: 25px;
  position: relative;
  overflow: hidden;
}

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

.grid-form._01 {
  margin-top: 20px;
}

.text-field {
  min-height: 52px;
  color: var(--colors--fourth-color);
  font-size: var(--font--work-title);
  font-weight: var(--font-weight--400);
  background-color: #fff0;
  border: 1px solid #ffffff3d;
  border-radius: 6px;
  padding-left: 15px;
  transition: all .2s;
}

.text-field:focus {
  border-color: #fff;
  padding-left: 20px;
}

.text-field::placeholder {
  color: #ffffff8a;
  font-size: var(--font--work-title);
  line-height: var(--line-height--paragraph-line-height);
  font-weight: var(--font-weight--400);
}

.footer {
  z-index: 13;
  background-color: var(--colors--first-color);
  min-height: 600px;
  color: var(--color--first-color);
  margin-top: 100px;
  padding: 2% 2% 5%;
  position: relative;
}

.footer:where(.w-variant-619734fb-ed91-57a4-c35d-bce8aa127418) {
  margin-top: 0;
}

.footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #ffffff24;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-bottom: 50px;
  display: grid;
}

.link-footer {
  color: var(--colors--fourth-color);
  text-decoration: none;
}

.div-spc {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-bottom-grid {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

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

.footer-btm-part-1 {
  margin-top: 50px;
  padding-right: 50px;
}

.footer-small-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.flex-item {
  grid-row-gap: 3px;
  flex-flow: column;
  display: flex;
}

.subscribe-field-main {
  height: 64px;
  color: var(--colors--second-color);
  font-size: var(--font--work-title);
  background-color: #f5f5f540;
  border: 1px solid #000;
  border-radius: 50px;
  align-self: center;
  margin-bottom: 0;
  padding-left: 25px;
  transition: all .2s;
}

.subscribe-field-main:focus {
  background-color: #f5f5f54f;
  border-style: none;
  padding-left: 30px;
}

.subscribe-field-main::placeholder {
  color: #ffffff8a;
  font-size: var(--font--work-title);
  font-weight: var(--font-weight--500);
}

.subscribe-form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

.margin-10.mk-flx {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  padding-left: 5px;
  display: flex;
}

.footer-form {
  max-width: 88%;
}

.success-message-main {
  background-color: var(--colors--first-color);
  background-image: linear-gradient(180deg, var(--colors--first-color), #141414);
  color: var(--colors--second-color);
  border: 1px solid #ffffff4a;
  border-radius: 7px;
}

.menu-bottom {
  z-index: 9996;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--colors--fourth-color);
  opacity: 0;
  border: 1px solid #ffffff47;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(50px, .3fr) 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
  transition: all .45s cubic-bezier(.22, .61, .36, 1);
  display: grid;
  position: fixed;
  inset: auto 0% 15px;
  overflow: hidden;
  transform: translate(0, 150%);
  box-shadow: 0 -1px #0000001f, 0 12px 30px #0000001a, inset 0 1px #ffffff96;
}

.logo-bottom-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-first-bottom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.menu-first-bottom.right {
  justify-content: flex-end;
}

.menu-absolute-grd {
  opacity: .55;
  pointer-events: none;
  background-image: linear-gradient(#ffffff73, #ffffff14 40%, #ffffff05);
  position: absolute;
  inset: 0%;
}

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

.inner-grid.flex {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inner-grid.btm {
  place-items: end stretch;
}

.inner-title {
  font-size: var(--button--cta-title);
  font-weight: var(--font-weight--600);
  letter-spacing: -2px;
  margin-bottom: 0;
}

.inner-title.bigger {
  font-size: var(--font--h1);
  letter-spacing: -5px;
}

.inner-title._02 {
  font-size: var(--font--h2);
}

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

.work-wrapper-2 {
  width: 100%;
  min-height: 400px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.work-content-wrapper {
  border-radius: 10px;
  width: 100%;
  height: 42rem;
  max-height: none;
  position: relative;
  overflow: hidden;
}

.work-content-wrapper._01 {
  height: 30rem;
}

.work-content-wrapper._02 {
  height: 42rem;
}

.work-content-wrapper._03 {
  height: 27rem;
}

.work-content-wrapper._04 {
  width: 260px;
  height: 270px;
  margin-left: auto;
}

.work-mask {
  z-index: 4;
  background-color: var(--colors--fourth-color);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.work-mask.mask-gr {
  background-color: var(--colors--second-color);
}

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

.title-work-2-wrapper {
  font-size: var(--font--work-title);
  line-height: var(--line-height--paragraph-line-height);
  font-weight: var(--font-weight--600);
  letter-spacing: -.5px;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  display: flex;
}

.flex-kllapa {
  display: flex;
}

.flex-kllapa.mkc {
  justify-content: center;
  align-items: center;
}

.work-wrapper-3 {
  width: 100%;
  text-decoration: none;
  overflow: hidden;
}

.work-card-2 {
  border-radius: 10px;
  width: 100%;
  min-height: 450px;
  position: relative;
  overflow: hidden;
}

.card-item-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.progress-bar-wrapper {
  z-index: 8;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  padding: 25px 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.progress {
  background-image: linear-gradient(#ffffff26, #ffffff7a);
  border-radius: 100px;
  flex: 1;
  width: 3px;
  position: relative;
  overflow: hidden;
}

.progress-bar {
  background-color: var(--colors--fourth-color);
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-work-wrapper {
  position: absolute;
  inset: 0%;
}

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

.image-work.image-01 {
  z-index: 1;
}

.image-work.image-02 {
  z-index: 2;
}

.image-work.image-03 {
  z-index: 3;
}

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

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

.blog-2-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.blog-3-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  height: 100%;
  display: grid;
}

.blog-image {
  position: relative;
}

.blog-text-wrp {
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 5%;
}

.blog-text-wrp._01 {
  max-width: 400px;
  padding-left: 0;
  padding-right: 15%;
}

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

.blog-flex {
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.blog-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--colors--fourth-color);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 500px;
  padding: 10px;
  display: grid;
}

.blog-photo-wrapper {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.blog-photo-overlay {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-content-2 {
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  padding-left: 10%;
  display: flex;
}

.collection-item-3 {
  position: sticky;
  top: 100px;
}

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

.field-name {
  opacity: 1;
  font-size: var(--text-field);
  font-weight: var(--font-weight--600);
  letter-spacing: -.2px;
  text-transform: uppercase;
}

.text-field-2 {
  min-height: 46px;
  color: var(--color--second-color);
  font-size: var(--font--h6);
  font-weight: var(--font-weight--500);
  border: 1px #000;
  border-bottom: 1px solid #00000026;
  padding-left: 0;
}

.text-field-2:hover, .text-field-2:focus {
  border-bottom-color: #000;
}

.text-field-2.for-select {
  background-color: #f3f3f300;
}

.text-field-2.for-area {
  min-height: auto;
  padding-bottom: 68px;
}

.form-amin {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
}

.spacer-s {
  height: 20px;
}

.legal-link {
  color: var(--colors--fourth-color);
}

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

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

.case-details {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.line-flex {
  border-top: .5px solid #ffffff4d;
  border-bottom: 1px solid #00000026;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.work-photo-first {
  width: 100%;
  min-height: 100%;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
}

.case-picture {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.case-sticky {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: sticky;
  top: 0;
}

.project-bottom-line {
  max-width: 95%;
}

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

.blog-flx {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.blog-size-wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.sutdio-animation {
  justify-content: center;
  align-items: stretch;
  width: 400vw;
  height: 400vh;
  margin-top: -100px;
  margin-bottom: -100px;
  display: flex;
  position: relative;
}

.studio-sticky {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding-bottom: 60px;
  padding-left: .5%;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.studio-sticky._04 {
  background-color: var(--colors--first-color);
}

.abt-flex-left {
  max-width: 400px;
}

.about-flx {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.image-about {
  object-fit: cover;
  background-image: url('../images/work7_1work7.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 125%;
  height: 125%;
  position: absolute;
  inset: 0%;
}

.image-about._01 {
  background-image: url('../images/aboutmemo1.png');
}

.image-about._02 {
  background-image: url('../images/aboutmemo2.jpeg');
}

.image-about._03 {
  background-image: url('../images/aboutmemo3.jpeg');
}

.image-about._04 {
  background-image: url('../images/aboutmemo4.jpeg');
}

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

.about-images {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.about-max-w {
  width: 100%;
  max-width: 500px;
}

.as-seen {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

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

.about-effect {
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

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

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

.grdi-3-columns.opaciy {
  opacity: .7;
}

.grdi-3-columns.opaciy.mk3 {
  opacity: 100;
  padding-left: 15px;
  padding-right: 15px;
}

.button-overlay {
  background-color: #000;
  border-radius: 100%;
  width: 200%;
  height: 300%;
  display: none;
  position: absolute;
  inset: auto auto auto -82px;
}

.award-text {
  z-index: 1;
  opacity: .6;
  font-weight: var(--font-weight--500);
  letter-spacing: -.7px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  position: relative;
}

.award-content {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.award-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: invert();
  min-width: 8rem;
  color: var(--colors--first-color);
  font-size: var(--font--work-title);
  font-weight: var(--font-weight--600);
  text-align: center;
  border-top: 1px dashed #cac8c8;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: -1px;
  padding: 15px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.team-grid {
  grid-column-gap: 16px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.team-wrapper {
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.team-image {
  border-radius: 10px;
  overflow: hidden;
}

.grid-tm-01 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.play-video {
  z-index: 20;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
}

.template-navigator {
  z-index: 9997;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--colors--second-color);
  background-color: #040404;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 8px 10px 8px 8px;
  display: flex;
  position: fixed;
  inset: auto auto 15px 15px;
}

.template-navigator-dropdowns {
  display: flex;
}

.template-navigator-dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  opacity: 1;
  color: var(--colors--fourth-color);
  font-weight: var(--font-weight--500);
  letter-spacing: -.6px;
  /*
  cursor: none;
  */
  border: 1px solid #ffffff45;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 9px;
  display: flex;
}

.template-navigator-dropdown-toggle:hover {
  background-color: #222;
}

.template-navigator-dropdown-list {
  background-color: #ddd0;
  bottom: 100%;
}

.template-navigator-pages-wrap {
  background-color: var(--colors--first-color);
  border-radius: 5px;
  width: 1200px;
  min-height: 516px;
  padding: 15px;
  position: relative;
  bottom: 13px;
  left: -6px;
}

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

.template-slide {
  grid-row-gap: 10px;
  color: var(--color--first-color);
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.template-slide.w--current {
  grid-row-gap: 10px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.template-image {
  object-fit: cover;
  border: 1px solid #00000012;
  border-radius: 5px;
  width: 100%;
  height: auto;
}

.play-button-icon {
  filter: invert();
}

.circle-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 45px;
  height: 12px;
  display: flex;
}

.line-divider-menu {
  background-color: var(--colors--first-color);
  width: 100%;
  height: 2px;
}

.glass {
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.arrow-dd {
  margin-left: 4px;
  position: relative;
  top: -2px;
  left: -3px;
}

.text-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #fffffff7;
  border: 1px solid #e1e1e1;
  border-radius: 7px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 13px 10px 11px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.badge-content {
  z-index: 9999;
  position: fixed;
  inset: auto 15px 15px auto;
}

.code-embed {
  color: #000;
}

.circle-badge-hover {
  background-color: #4353ff;
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
  inset: auto auto 15px 15px;
}

.icon-badge {
  z-index: 1;
  width: 20px;
  height: 20px;
  position: relative;
}

.text-badge-wrapper {
  z-index: 1;
  height: 18px;
  position: relative;
  overflow: hidden;
}

.badge-paragraph {
  opacity: 1;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}

.badge-paragraph.biger {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.badge-wrapper {
  z-index: 999;
  grid-row-gap: 5px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.photo-badge {
  background-image: url('../images/unlock-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 7px;
  min-width: 140px;
  min-height: 130px;
}

.remove-icon {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: -5px -5px auto auto;
}


.inner-title-2 {
  letter-spacing: -2px;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 600;
}

.inner-title-2._02 {
  font-size: 3rem;
}

.top-text-2 {
  opacity: 100;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
}

.top-text-2.big {
  letter-spacing: -.7px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 1rem;
  font-weight: 600;
}

.margin-151 {
  margin-top: 10px;
}

.cirle-bg-color-2 {
  background-color: #f5f5f5;
  position: absolute;
  inset: 0%;
}

.cirle-bg-color-2.cw {
  background-color: #fff;
}

.section-2 {
  z-index: 11;
  background-color: #fff;
  padding: 2%;
  position: relative;
}

.section-2.work-photo {
  z-index: 9;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 90vh;
  margin-top: -100px;
  margin-bottom: -100px;
}


.cirle-bg-color-3 {
  background-color: #f5f5f5;
  position: absolute;
  inset: 0%;
}

.cirle-bg-color-3.cw {
  background-color: #fff;
}

.container-2 {
  z-index: 30;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contact-info-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  border: 1px solid #0000001f;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  max-width: 220px;
  padding: 7px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 #0000, -1.1px 1.2px .1px #00000003, -2.2px 2.4px .3px #00000005, -3.3px 3.7px .5px #00000005, -4.6px 5.1px .7px #00000008, -6px 6.6px .9px #00000008, -7.6px 8.4px 1.3px #00000008, -9.5px 10.5px 1.8px #00000008, -11.8px 13px 2.4px #00000008, -14.7px 16.2px 3.2px #00000008, -18.3px 20.2px 4.4px #0000000a, -23px 25.4px 6px #0000000a, -29.3px 32.3px 8.2px #0000000a, -37.8px 41.8px 11.3px #0000000a, -49.9px 55.1px 15.9px #0000000a;
}

.contact-info-2.for-button {
  color: #fff;
  background-color: #000;
  border-style: none;
  max-width: 100%;
  padding: 15px 24px;
  font-size: 1rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.contact-info-2.no-shadow {
  box-shadow: none;
  color: #fff;
  background-color: #121212;
  position: relative;
  overflow: hidden;
}

.section-3 {
  z-index: 11;
  background-color: #fff;
  padding: 2%;
  position: relative;
}

.h2-2 {
  letter-spacing: -1.3px;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 600;
}

.h2-2._01 {
  z-index: 3;
  margin-top: 0;
  font-size: 4rem;
  font-weight: 500;
  position: relative;
}

.h2-2._01.wkp {
  letter-spacing: -1.3px;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.3;
}

.top-text-3 {
  opacity: 100;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
}

.top-text-3.for-b {
  letter-spacing: -.3px;
  font-size: 1rem;
  font-weight: 400;
}

.margin-152 {
  margin-top: 30px;
}

.spacer-xxl-2 {
  min-height: 120px;
}

.bg-change-2 {
  z-index: 1;
  background-color: #343434;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(0);
}

.cirle-bg-color-4 {
  background-color: #f5f5f5;
  position: absolute;
  inset: 0%;
}

.cirle-bg-color-4.cw {
  background-color: #fff;
}

.container-3 {
  z-index: 30;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-4 {
  z-index: 11;
  background-color: #fff;
  padding: 2%;
  position: relative;
}

.section-4.gr {
  background-color: #f5f5f5;
  display: none;
}

.section-4.gr.mns-wp {
  z-index: 10;
  margin-top: -100px;
}

.top-text-4 {
  opacity: 100;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
}

.spacer-xxl-3 {
  min-height: 120px;
}

.view-work-2, .read-more-2 {
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  text-align: center;
  background-color: #00000059;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  font-size: .9rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.button-text-wrapper-2 {
  height: 48px;
  line-height: 48px;
  overflow: hidden;
}

.button-text-wrapper-2.small-3 {
  height: 20px;
  line-height: 25px;
}

.top-text-5 {
  opacity: 100;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 10px;
  font-size: 1rem;
  font-weight: 600;
}

.top-text-5.for-r {
  font-weight: 500;
}

.top-text-5.gray-small {
  opacity: .65;
  font-size: .9rem;
  font-weight: 500;
}

.button-line-first-2 {
  background-color: #ffffff4d;
  width: 100%;
  height: 2px;
  position: relative;
  top: 3px;
}

.button-line-first-2.small-6 {
  height: 1px;
  top: 2px;
}

.button-with-line-2 {
  color: #f5f5f5;
  letter-spacing: -2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.button-with-line-2.small-8 {
  letter-spacing: 0;
  font-size: .9rem;
}

.button-text-2 {
  text-transform: capitalize;
  height: 48px;
}

.button-text-2.small-5 {
  height: 20px;
  line-height: 20px;
}

.button-line-overlay-2 {
  z-index: 1;
  background-color: #f5f5f5;
  width: 100%;
  height: 1px;
  position: absolute;
}

@media screen and (min-width: 1920px) {
  .fixed-close-button {
    right: 24%;
  }

  .case-details {
    grid-template-columns: minmax(35rem, 1fr) 3fr;
  }

  .link {
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  body {
    /*
    cursor: auto;
    */
    --font--primary-font: Inter, sans-serif;
    --color--second-color: #000;
    --button--font-size: 14px;
    --line-height--page-line-height: 1.1;
    --font-weight--500: 500;
    --font--h1: 5.5rem;
    --font--h2: 2rem;
    --font--h3: 1.7rem;
    --font-weight--600: 600;
    --font--h4: 1.4rem;
    --font--h5: 1.2rem;
    --font--h6: .9rem;
    --font--work-title: 1rem;
    --line-height--paragraph-line-height: 1.3;
    --colors--first-color: #000;
    --button--button-color: white;
    --colors--fourth-color: #fff;
    --font-weight--400: 400;
    --colors--second-color: whitesmoke;
    --page-container--width: 100%;
    --page-container--container-large: 1400px;
    --color--first-color: white;
    --page-margin--margin-30px\<deleted\|variable-6c1e3925-07e9-8131-6edf-36a407b4761d\>: 30px;
    --page-margin--divider-small: 20px;
    --page-margin--divider-medium: 50px;
    --memoh: 7rem;
    --line-height--page-line-height-2: .85;
    --work-title: 12vw;
    --button--nav-text: 15px;
    --page-title: 3rem;
    --button--cta-title: 3rem;
    --backdrop-filter--backdrop-size: 40px;
    --page-margin--divider-x-large: 120px;
    --page-margin--divider-large: 60px;
    --counter-title-2: 3.8rem;
    --button--round-corners: 2.6rem;
    --counter-title: 4rem;
    --text-field: .8rem;
    --colors--third-color: #ffffffb3;
    --colors--footer-color: #f7f7f7;
    --colors--color: #ffd6e8;
    --button--circle-round-corners: 10rem;
    --backdrop-filter--blur-color: #f8f8f31a;
    --backdrop-filter--backdrop-size-second: 15px;
    --page-container--round-corners: .6rem;
    --page-margin--divider-extra-small: 10px;
    --font--second-font: "Coolvetica Rg Cond";
    --font--third-font: Caveat;
    --section--padding-top-bottom: 100px;
    --section--padding-left-right: 2%;
    --font-weight--300: 300;
    --font-weight--700: 700;
    --font-weight--800: 800;
  }

  .container.add-percent {
    padding-left: 0%;
  }

  .section.with-utility {
    padding-top: 100px;
  }

  .section.add-top {
    padding-top: 15%;
  }

  .section.ctc:where(.w-variant-c6b0b2b0-b210-2750-5d2d-62dc3b90b26c) {
    margin-left: 2%;
    margin-right: 2%;
  }

  .section._100vh {
    grid-row-gap: 100px;
    height: auto;
    padding-top: 92px;
  }

  .display-1, .display-1.second {
    letter-spacing: -.05rem;
  }

  .faq-item-top {
    grid-template-columns: 2rem 1fr auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .utility-page-wrap {
    height: auto;
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .color-block-parent {
    width: 33.3333%;
  }

  .subhead {
    font-size: 19px;
  }

  .navlinks {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 60px;
    line-height: .9;
  }

  .work-wrapper {
    aspect-ratio: 3 / 2;
    min-height: auto;
  }

  .max-w-left {
    max-width: 100%;
  }

  .hero {
    padding-left: 2%;
    padding-right: 2%;
  }

  .hero.for-inner {
    height: 500px;
    padding-bottom: 150px;
  }

  .hero.for-inner.cntr {
    height: 450px;
  }

  .hero.for-inner.wp {
    height: 50vh;
    padding-top: 30px;
  }

  .hero.for-inner.std {
    padding-top: 50px;
  }

  .container-bottom {
    width: 95%;
  }

  .bottom-grid {
    padding-left: 0%;
    padding-right: 0%;
  }

  .top-text.for-sst {
    max-width: 100%;
    font-size: var(--font--work-title);
  }

  .work-card-link {
    justify-content: center;
    align-items: center;
  }

  .navigation-link {
    justify-content: center;
    align-items: flex-start;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .last-part {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-end;
    align-items: center;
  }

  .nav-menu {
    grid-row-gap: 15px;
    background-color: #171717;
    padding: 20px;
  }

  .nav-menu.first {
    z-index: 3;
    background-color: var(--colors--second-color);
    order: 0;
    padding-left: 2%;
    padding-right: 2%;
    display: block;
  }

  .lottie-white {
    filter: invert();
    width: 23px;
  }

  .menu-button {
    background-color: var(--colors--second-color);
    border-radius: 7px;
    order: 1;
    padding: 10px 10px 7px;
  }

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

  .navbar {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    align-items: center;
    min-height: 7vh;
    padding: 1% 2%;
  }

  .navbar:where(.w-variant-294ef66c-421a-29fc-b6b2-4de5a0b9e1c1) {
    display: none;
  }

  .button-link {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .last-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
  }

  .make-grid.hide-mobile {
    display: none;
  }

  .about-title, .about-title.no-top {
    font-size: var(--font--h4);
  }

  .navigation-top.effect, .navigation-top.effect.add-prc {
    padding-left: 0%;
  }

  .menu-wrapper, .fixed-close-button {
    display: none;
  }

  .page-content._01 {
    padding-top: 78px;
  }

  .h1 {
    letter-spacing: -5px;
  }

  .pricing-big-card {
    min-height: 400px;
  }

  .pricing-card {
    padding-left: 25px;
    padding-right: 25px;
  }

  .add-max-w {
    max-width: 100%;
  }

  .line-divider {
    margin-top: 100px;
    margin-bottom: 100px;
  }

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

  .flex-pricing {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .image-wrap {
    height: 450px;
  }

  .work-card {
    height: 60vh;
  }

  .testimonials-photo {
    min-height: 160px;
  }

  .blog-wrapper {
    padding-right: 10px;
  }

  .video-logo.for-sct {
    width: 50px;
    height: 50px;
    left: 34px;
  }

  .plus-line-wrapper {
    display: none;
  }

  .card-wrapper._03 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .partner-logo {
    height: 4rem;
  }

  .partner-logo._01 {
    height: 5.5rem;
  }

  .contact-info.for-awa {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-work {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .h2.for-bg {
    font-size: var(--font--h4);
  }

  .small-ftd.finr {
    margin-left: -2px;
    top: -12px;
  }

  .text-tool-tip {
    display: none;
  }

  .spacer-xxl.make-20 {
    min-height: 20px;
  }

  .spacer-xxl.hdi {
    display: none;
  }

  .video-card {
    padding: 35px 20px;
  }

  .map {
    bottom: -40px;
  }

  .team-circle, .team-circle.btm {
    inset: auto 20px 20px auto;
  }

  .cta-sm-title {
    letter-spacing: -1px;
  }

  .pricing-txt-wrapper {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .pricing-txt {
    letter-spacing: -1px;
  }

  .testimonials-section {
    height: 300vh;
  }

  .photo-half._01, .photo-half._02 {
    background-size: 200%;
    display: none;
  }

  .stats-sticky-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .sticky-first._01, .sticky-first._02, .sticky-first._03 {
    margin-top: 0;
  }

  .card-color {
    padding: 30px 25px;
  }

  .contact-grid {
    padding-left: 2%;
  }

  .contact-card {
    width: 100%;
    max-width: 100%;
  }

  .footer-bottom-grid {
    grid-template-columns: 1fr 1px 1.5fr;
  }

  .footer-btm-part-1 {
    padding-right: 0;
  }

  .footer-small-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-form {
    max-width: 100%;
  }

  .menu-bottom {
    display: none;
  }

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

  .inner-grid.btm.on-lft {
    justify-content: center;
    align-items: flex-start;
  }

  .inner-title {
    font-size: var(--counter-title);
  }

  .inner-title.bigger {
    letter-spacing: -3px;
  }

  .inner-title._02 {
    font-size: var(--font--h2);
  }

  .max-lft-dvc {
    align-self: flex-start;
    width: 100%;
    max-width: 300px;
    margin-right: auto;
  }

  .grid-work-02 {
    place-items: start stretch;
  }

  .work-wrapper-2 {
    min-height: auto;
  }

  .work-content-wrapper {
    height: 18rem;
  }

  .work-card-2 {
    min-height: 220px;
  }

  .blog-text-wrp._01 {
    padding-right: 10%;
  }

  .blog-wrapper-2 {
    min-height: 350px;
  }

  .blog-content-2 {
    padding-left: 3%;
  }

  .contact-1-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1.4fr;
  }

  .form-amin {
    max-width: 100%;
  }

  .case-details {
    grid-row-gap: 50px;
    flex-flow: column;
    display: flex;
  }

  .case-picture {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
  }

  .case-picture.gr {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .case-sticky {
    grid-column-gap: 20px;
    grid-row-gap: 50px;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .work-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog-size-wrapper, .award-content {
    max-width: 100%;
  }

  .template-navigator, .circle-wrap {
    display: none;
  }
  .inner-title-2 {
    font-size: 4rem;
  }

  .inner-title-2._02 {
    font-size: 3rem;
  }

  .spacer-xxl-2.make-20 {
    min-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  body {
    --font--primary-font: Inter, sans-serif;
    --color--second-color: #000;
    --button--font-size: 14px;
    --line-height--page-line-height: 1.1;
    --font-weight--500: 500;
    --font--h1: 4rem;
    --font--h2: 2rem;
    --font--h3: 1.7rem;
    --font-weight--600: 600;
    --font--h4: 1.4rem;
    --font--h5: 1.2rem;
    --font--h6: .9rem;
    --font--work-title: 1rem;
    --line-height--paragraph-line-height: 1.3;
    --colors--first-color: #000;
    --button--button-color: white;
    --colors--fourth-color: #fff;
    --font-weight--400: 400;
    --colors--second-color: whitesmoke;
    --page-container--width: 100%;
    --page-container--container-large: 1400px;
    --color--first-color: white;
    --page-margin--margin-30px\<deleted\|variable-6c1e3925-07e9-8131-6edf-36a407b4761d\>: 30px;
    --page-margin--divider-small: 20px;
    --page-margin--divider-medium: 50px;
    --memoh: 7rem;
    --line-height--page-line-height-2: .85;
    --work-title: 75px;
    --button--nav-text: 15px;
    --page-title: 3rem;
    --button--cta-title: 3rem;
    --backdrop-filter--backdrop-size: 40px;
    --page-margin--divider-x-large: 100px;
    --page-margin--divider-large: 60px;
    --counter-title-2: 3.8rem;
    --button--round-corners: 2.6rem;
    --counter-title: 4rem;
    --text-field: .8rem;
    --colors--third-color: #ffffffb3;
    --colors--footer-color: #f7f7f7;
    --colors--color: #ffd6e8;
    --button--circle-round-corners: 10rem;
    --backdrop-filter--blur-color: #f8f8f31a;
    --backdrop-filter--backdrop-size-second: 15px;
    --page-container--round-corners: .4rem;
    --page-margin--divider-extra-small: 10px;
    --font--second-font: "Coolvetica Rg Cond";
    --font--third-font: Caveat;
    --section--padding-top-bottom: 60px;
    --section--padding-left-right: 2%;
    --font-weight--300: 300;
    --font-weight--700: 700;
    --font-weight--800: 800;
  }

  .button {
    font-size: var(--font--work-title);
  }

  .container.abs {
    bottom: 2%;
  }

  .section {
    padding-left: 2%;
    padding-right: 2%;
  }

  .section.add-top {
    padding-top: 20%;
  }

  .section._100vh {
    grid-row-gap: 50px;
  }

  .display-1.second {
    font-size: 2rem;
  }

  .project-circle {
    width: 90px;
    height: 90px;
  }

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

  .utility-page-wrap {
    padding-top: 175px;
    padding-bottom: 155px;
  }

  .work-wrapper {
    aspect-ratio: auto;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .max-w-left.add-mr {
    position: relative;
    top: 0;
  }

  .hero.for-inner {
    height: 450px;
    padding-bottom: 140px;
  }

  .hero.for-inner.cntr {
    padding-bottom: 80px;
  }

  .hero.for-inner.wp {
    height: 550px;
  }

  .container-bottom {
    bottom: 10px;
  }

  .bottom-grid {
    flex-flow: column;
  }

  .bottom-grid._2.for-hr {
    flex-flow: row;
  }

  .bottom-grid._1.tp {
    grid-row-gap: 20px;
    display: flex;
  }

  .top-text.for-b {
    font-size: var(--font--h6);
  }

  .top-text.for-sst {
    font-size: var(--font--h5);
  }

  .last-part {
    order: 1;
  }

  .logo-first {
    order: -1;
  }

  .navbar {
    align-items: center;
    display: flex;
  }

  .last-item {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .max-w-center._01 {
    max-width: 500px;
  }

  .pricing-big-card {
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .pricing-card {
    width: 100%;
  }

  .button-rounded-tooltip-2 {
    font-size: .9rem;
  }

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

  .image-wrap {
    height: 320px;
  }

  .image-wrap.rnd {
    border-radius: 8px;
  }

  .work-card {
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
    min-height: 400px;
    margin-bottom: 0;
    position: relative;
    top: 0%;
  }

  .wrok-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .blog-wrapper {
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .video-logo.for-sct {
    left: 63px;
  }

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

  .circle-animation {
    height: 400%;
  }

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

  .grid-work {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .small-ftd.finr {
    margin-left: -4px;
  }

  .sticky-lft {
    width: 100%;
    min-height: 200px;
    position: relative;
    top: 0;
  }

  .sticky-lft._01 {
    min-height: 250px;
  }

  .sticky-lft._02 {
    grid-row-gap: 40px;
    min-height: auto;
  }

  .spacer-xxl {
    min-height: var(--page-margin--divider-large);
  }

  .spacer-xxl.make-20 {
    min-height: 10px;
  }

  .wdo-grid {
    flex-flow: column;
    display: flex;
  }

  .card-half._01 {
    height: 60%;
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .cta-sm-title, .pricing-txt {
    letter-spacing: -.6px;
  }

  .spacer-xl {
    height: 40px;
  }

  .spacer-xl.make-15 {
    height: 15px;
  }

  .testimonials-card {
    min-height: 400px;
  }

  .testimonials-card._03.rl {
    max-width: 90%;
  }

  .stats-card {
    height: 280px;
  }

  .p-max {
    max-width: 100%;
  }

  .testi-grid {
    flex-flow: column;
    display: flex;
  }

  .testi-grid._01 {
    margin-top: 100px;
  }

  .card-color {
    min-height: 300px;
  }

  .contact-grid {
    padding-right: 2%;
  }

  .footer-grid {
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 25px;
    display: flex;
  }

  .footer-bottom-grid {
    flex-flow: column;
    display: flex;
  }

  .line-vertical {
    width: 100%;
    height: 1px;
    margin-top: 25px;
  }

  .footer-btm-part-1 {
    margin-top: 25px;
  }

  .full-left {
    width: 100%;
  }

  .inner-title._02 {
    font-size: var(--font--h1);
  }

  .inner-title._02.for-blg {
    font-size: var(--font--h2);
  }

  .inner-title.for-eml {
    font-size: var(--page-title);
  }

  .work-content-wrapper {
    height: 14rem;
  }

  .work-content-wrapper._01 {
    height: 150px;
  }

  .work-content-wrapper._02 {
    height: 250px;
  }

  .work-content-wrapper._03 {
    height: 160px;
  }

  .title-work-2-wrapper {
    padding-top: 10px;
  }

  .work-card-2 {
    min-height: 180px;
  }

  .progress-bar-wrapper {
    padding-right: 15px;
  }

  .blog-main-grid {
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .blog-2-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .blog-3-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-image {
    border-radius: 10px;
    height: 200px;
    overflow: hidden;
  }

  .blog-text-wrp {
    padding-left: 0;
  }

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

  .blog-content-2 {
    padding-left: 0%;
  }

  .contact-1-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .case-picture.gr, .work-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .about-grid {
    grid-row-gap: 40px;
    flex-flow: column-reverse;
    display: flex;
  }

  .about-images {
    grid-column-gap: 16px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-tm-01 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
    display: flex;
  }
  .inner-title-2._02 {
    font-size: 9rem;
  }

  .section-2, .section-3 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .top-text-3.for-b {
    font-size: .9rem;
  }

  .spacer-xxl-2 {
    min-height: 60px;
  }

  .spacer-xxl-2.make-20 {
    min-height: 10px;
  }

  .section-4 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .spacer-xxl-3 {
    min-height: 60px;
  }
}

@media screen and (max-width: 479px) {
  body {
    --font--primary-font: Inter, sans-serif;
    --color--second-color: #000;
    --button--font-size: 14px;
    --line-height--page-line-height: 1.1;
    --font-weight--500: 500;
    --font--h1: 2.5rem;
    --font--h2: 1.9rem;
    --font--h3: 1.1rem;
    --font-weight--600: 600;
    --font--h4: 1.4rem;
    --font--h5: 1.2rem;
    --font--h6: 1rem;
    --font--work-title: 1.1rem;
    --line-height--paragraph-line-height: 1.3;
    --colors--first-color: #000;
    --button--button-color: white;
    --colors--fourth-color: #fff;
    --font-weight--400: 400;
    --colors--second-color: whitesmoke;
    --page-container--width: 100%;
    --page-container--container-large: 1400px;
    --color--first-color: white;
    --page-margin--margin-30px\<deleted\|variable-6c1e3925-07e9-8131-6edf-36a407b4761d\>: 30px;
    --page-margin--divider-small: 20px;
    --page-margin--divider-medium: 50px;
    --memoh: 7rem;
    --line-height--page-line-height-2: .85;
    --work-title: 75px;
    --button--nav-text: 15px;
    --page-title: 1.9rem;
    --button--cta-title: 2.3rem;
    --backdrop-filter--backdrop-size: 40px;
    --page-margin--divider-x-large: 60px;
    --page-margin--divider-large: 60px;
    --counter-title-2: 3.8rem;
    --button--round-corners: 2.6rem;
    --counter-title: 4rem;
    --text-field: .8rem;
    --colors--third-color: #ffffffb3;
    --colors--footer-color: #f7f7f7;
    --colors--color: #ffd6e8;
    --button--circle-round-corners: 10rem;
    --backdrop-filter--blur-color: #f8f8f31a;
    --backdrop-filter--backdrop-size-second: 15px;
    --page-container--round-corners: .4rem;
    --page-margin--divider-extra-small: 10px;
    --font--second-font: "Coolvetica Rg Cond";
    --font--third-font: Caveat;
    --section--padding-top-bottom: 60px;
    --section--padding-left-right: 2%;
    --font-weight--300: 300;
    --font-weight--700: 700;
    --font-weight--800: 800;
  }

  h4 {
    letter-spacing: -.5px;
  }

  p {
    font-size: var(--font--h6);
  }

  .button {
    font-size: var(--font--h6);
    letter-spacing: -.3px;
  }

  .section.with-utility, .section.add-top {
    padding-top: 80px;
  }

  .section.ctc:where(.w-variant-c6b0b2b0-b210-2750-5d2d-62dc3b90b26c) {
    border-radius: 10px;
  }

  .display-1.second {
    font-size: 1.6rem;
  }

  .project-circle {
    width: 70px;
    height: 70px;
  }

  .hero_pricing-link {
    width: 100%;
  }

  .utility-page-wrap {
    padding-top: 111px;
    padding-bottom: 54px;
  }

  .utility-page-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .color-block {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .color-block-parent {
    width: 100%;
    margin-right: 3%;
  }

  .color-row {
    flex-direction: column;
  }

  .subhead {
    font-size: 16px;
  }

  .licensing-title {
    font-size: 29px;
  }

  .licensing-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .navlinks {
    font-size: 50px;
  }

  .work-wrapper-first {
    justify-content: center;
  }

  .work-wrapper {
    padding-top: 29px;
    padding-bottom: 79px;
  }

  .max-w-left.add-tp {
    margin-top: 50px;
  }

  .hero.for-inner.wp {
    height: 550px;
    padding-bottom: 130px;
  }

  .container-bottom.bottom.add-max-cnt {
    width: auto;
    max-width: 320px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 2%;
    padding-right: 2%;
    bottom: 100px;
  }

  .container-bottom.add-px {
    max-width: 320px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 2%;
    top: 84px;
  }

  .bottom-grid {
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .bottom-grid._2 {
    flex-flow: row;
    justify-content: space-between;
    display: flex;
  }

  .bottom-grid._2.for-hr {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    position: relative;
    bottom: 15px;
  }

  .bottom-grid._3.mk-grd {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .bottom-grid._1.grd {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .bottom-grid.max-w-rsp {
    max-width: 300px;
  }

  .bottom-grid.hdi {
    display: none;
  }

  .top-text {
    font-size: var(--font--h6);
  }

  .top-text.logo.w.for-mbl {
    font-size: var(--font--h2);
  }

  .top-text.big.svr {
    margin-top: 0;
  }

  .top-text.for-tst {
    font-size: var(--font--h6);
  }

  .top-text.sml {
    font-size: var(--button--font-size);
  }

  .top-text.for-sst {
    font-size: var(--font--h6);
  }

  .top-text.opc.hdi {
    display: none;
  }

  .navigation-text-main:where(.w-variant-b1bb63d0-0274-8c16-baad-8061fa201eb5), .navigation-text-main.white-5, .navigation-text-main.white-9, .navigation-text-main.white-13, .navigation-text-main.white-17, .navigation-text-main.white-21 {
    font-size: var(--font--h6);
  }

  .last-part {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .nav-arrow-move {
    display: none;
  }

  .nav-arrow-move:where(.w-variant-b1bb63d0-0274-8c16-baad-8061fa201eb5), .nav-arrow-move.white-4, .nav-arrow-move.white-8, .nav-arrow-move.white-12, .nav-arrow-move.white-16, .nav-arrow-move.white-20 {
    width: 9px;
  }

  .logo-first {
    flex: none;
  }

  .navbar {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    min-height: 8vh;
  }

  .button-link {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .last-item {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex: none;
  }

  .hide-mobile, .social-content {
    display: none;
  }

  .h1 {
    font-size: var(--work-title);
    letter-spacing: -2px;
    --font--primary-font: Inter, sans-serif;
    --color--second-color: #000;
    --button--font-size: 14px;
    --line-height--page-line-height: 1.1;
    --font-weight--500: 500;
    --font--h1: 2.5rem;
    --font--h2: 1.9rem;
    --font--h3: 1.1rem;
    --font-weight--600: 600;
    --font--h4: 1.4rem;
    --font--h5: 1.2rem;
    --font--h6: 1rem;
    --font--work-title: 1.1rem;
    --line-height--paragraph-line-height: 1.3;
    --colors--first-color: #000;
    --button--button-color: white;
    --colors--fourth-color: #fff;
    --font-weight--400: 400;
    --colors--second-color: whitesmoke;
    --page-container--width: 100%;
    --page-container--container-large: 1400px;
    --color--first-color: white;
    --page-margin--margin-30px\<deleted\|variable-6c1e3925-07e9-8131-6edf-36a407b4761d\>: 30px;
    --page-margin--divider-small: 20px;
    --page-margin--divider-medium: 50px;
    --memoh: 7rem;
    --line-height--page-line-height-2: .85;
    --work-title: 75px;
    --button--nav-text: 15px;
    --page-title: 1.9rem;
    --button--cta-title: 2.3rem;
    --backdrop-filter--backdrop-size: 40px;
    --page-margin--divider-x-large: 60px;
    --page-margin--divider-large: 60px;
    --counter-title-2: 3.8rem;
    --button--round-corners: 2.6rem;
    --counter-title: 4rem;
    --text-field: .8rem;
    --colors--third-color: #ffffffb3;
    --colors--footer-color: #f7f7f7;
    --colors--color: #ffd6e8;
    --button--circle-round-corners: 10rem;
    --backdrop-filter--blur-color: #f8f8f31a;
    --backdrop-filter--backdrop-size-second: 15px;
    --page-container--round-corners: .4rem;
    --page-margin--divider-extra-small: 10px;
    --font--second-font: "Coolvetica Rg Cond";
    --font--third-font: Caveat;
    --section--padding-top-bottom: 60px;
    --section--padding-left-right: 2%;
    --font-weight--300: 300;
    --font-weight--700: 700;
    --font-weight--800: 800;
    padding-right: 0;
  }

  .h1.third {
    letter-spacing: -1px;
  }

  .thumb-link-wrapper {
    grid-template-columns: 1fr .3fr;
  }

  .margin-70.add-px {
    margin-top: 30px;
  }

  .pricing-big-card {
    grid-row-gap: 20px;
    padding: 4%;
  }

  .pricing-card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .line-divider {
    margin-top: 70px;
    margin-bottom: 70px;
  }

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

  .p-no-bottom {
    font-size: .8rem;
  }

  .goal-card {
    padding-left: 12px;
    padding-right: 12px;
  }

  .button-rounded-tooltip-2 {
    width: 100%;
  }

  .toogle-icon {
    flex: none;
  }

  .toggle-space {
    padding-right: 0;
  }

  .toggle-top {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .toggle-header {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 10px;
    line-height: 1.1;
  }

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

  .image-wrap {
    height: 240px;
    min-height: 240px;
  }

  .work-card {
    min-height: auto;
  }

  .testimonials-photo {
    min-width: 80px;
    min-height: 90px;
  }

  .blog-wrapper.first {
    font-size: var(--font--h3);
    letter-spacing: -.4px;
  }

  .grid-hero-agency {
    grid-column-gap: 2vh;
  }

  .hero-photo-wrapper.up, .photo-block {
    grid-row-gap: 2vh;
  }

  .photo-block.only-mobile {
    display: flex;
  }

  .photo-block-reverse {
    grid-row-gap: 2vh;
    margin-top: 2vh;
  }

  .video-logo.for-sct {
    width: 28px;
    height: 28px;
    top: 17px;
    left: 53px;
  }

  .circle-divider.hide-crc {
    display: none;
  }

  .circle-animation {
    height: 200%;
  }

  .scroll-badge {
    min-width: 80px;
  }

  .h2._01.sm {
    font-size: var(--font--h5);
    letter-spacing: -.5px;
  }

  .h2._01.wkp {
    letter-spacing: -.7px;
  }

  .h2.for-bg {
    font-size: var(--font--h5);
  }

  .small-ftd.finr {
    font-size: var(--font--h3);
    margin-left: 0;
    top: -7px;
  }

  .sticky-lft._01 {
    min-height: 220px;
  }

  .work-title-main {
    bottom: 15px;
    right: 15px;
  }

  .photo-hero {
    height: 250px;
  }

  .video-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-half._02 {
    padding-left: 15px;
  }

  .card-half._01 {
    padding-top: 15px;
    padding-bottom: 90px;
    padding-left: 15px;
  }

  .team-circle.btm {
    margin-top: 15px;
    position: relative;
    bottom: 0;
    right: 0;
  }

  .cta-sm-title._06 {
    letter-spacing: -2px;
  }

  .service-title {
    font-size: var(--page-title);
  }

  .service-media-wrap {
    display: none;
  }

  .video-grid {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
  }

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

  .testimonials-card {
    min-height: 350px;
    padding: 25px;
  }

  .author-circle {
    width: 40px;
    height: 40px;
  }

  .testimonials-width {
    flex-flow: column;
    display: flex;
  }

  .testimonials-card-wrapper {
    min-height: 400px;
  }

  .stats-name {
    font-size: var(--button--round-corners);
  }

  .stats-sticky-grid {
    grid-template-columns: 1fr;
  }

  .card-color {
    min-height: 370px;
  }

  .logo-absolute {
    width: 28%;
  }

  .text-field, .text-field::placeholder {
    font-size: var(--font--h6);
  }

  .footer-small-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-small-grid.sec {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .footer-small-grid.sec.mk-gri {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .subscribe-field-main {
    font-size: var(--font--h6);
    background-image: none;
  }

  .subscribe-field-main::placeholder {
    font-size: var(--font--h6);
  }

  .subscribe-form {
    width: 100%;
  }

  .inner-title {
    font-size: var(--button--cta-title);
  }

  .inner-title._02.for-blg {
    font-size: var(--font--h4);
    letter-spacing: -.7px;
  }

  .grid-work-02 {
    grid-template-columns: 1fr;
  }

  .work-content-wrapper._01 {
    height: 100px;
  }

  .work-content-wrapper._02 {
    height: 150px;
  }

  .work-content-wrapper._03 {
    height: 90px;
  }

  .work-card-2 {
    min-height: 240px;
  }

  .main-grid, .blog-2-grid, .blog-3-grid {
    grid-template-columns: 1fr;
  }

  .blog-image {
    height: 240px;
  }

  .blog-text-wrp._01 {
    padding-top: 0;
  }

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

  .blog-photo-wrapper {
    min-height: 200px;
  }

  .blog-content-2 {
    grid-row-gap: 30px;
    padding-left: 0;
  }

  .collection-item-3 {
    position: relative;
    top: 0;
  }

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

  .text-field-2 {
    min-height: 30px;
  }

  .case-sticky {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .studio-sticky {
    height: 85vh;
    padding: .5% 1% 30px;
  }

  .about-flx {
    grid-row-gap: 10px;
  }

  .about-images {
    grid-column-gap: 10px;
  }

  .grdi-3-columns.opaciy {
    grid-template-columns: 1fr 1fr;
  }

  .grdi-3-columns.opaciy.mk3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .award-wrapper {
    flex-flow: column;
    display: flex;
  }

  .team-grid {
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
  .inner-title-2 {
    font-size: 4rem;
  }

  .top-text-2 {
    font-size: .9rem;
  }

  .h2-2._01.wkp {
    letter-spacing: -.7px;
  }

  .top-text-3, .top-text-4, .top-text-5 {
    font-size: .9rem;
  }
}

#w-node-_54ae2f6e-5eb5-cb0a-f8fb-8172c12b4a39-df914c01 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-fa34d70a-0972-fc85-5e22-95a787cde49d-df914c01 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-c44e7f44-9cfd-0045-5c86-dd2c8048da12-df914c01 {
  grid-area: 1 / 5 / 2 / 4;
  justify-self: start;
}

#w-node-_8b6615c0-c73a-8e41-b393-ce31ea8aca88-df914c01 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-da44edbb-e63a-a7b3-2d43-17da77de12c3-df914c01 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_88596c5b-17b1-f358-41d2-9c96d3020644-df914c01 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_5392266e-4170-d7a6-1aa8-1e94a5c51d68-df914c01 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ba158952-0b86-f81a-6d4b-f6ffa8e54dd6-df914c01 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_903874e3-d224-4746-bda2-0528ae6011bc-df914c01 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_9a4727fa-a720-e812-9688-12c2ea99bf85-df914c01, #w-node-daa9333c-1b77-f6e7-6abd-3a2bb9a401cc-df914c01 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-e13d813c-aa3f-f228-a725-2f9f69c2bd99-df914c01 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_121df2e8-d7a9-fe71-d45e-60965b832a4f-df914c01 {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-_745b1e52-4d67-8d5e-e02c-e3c9f3abf574-df914c01 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-f44b6bad-635b-8bb9-d3e3-3ba01c594700-df914c01 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_05b18c21-7f7d-af15-7093-59f562d76e5d-df914c01 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_6cee3d7d-907a-824c-bb09-da293ddb1230-df914c01 {
  justify-self: start;
}

#w-node-_78c0db1c-1d1d-9c90-a29e-9dcfdf5985dd-df914c01 {
  justify-self: end;
}

#w-node-_214f4abd-0d9c-5ad2-cf5a-9f3746f68654-df914c01 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-fc172a0f-676f-2984-960f-404f1cbb0fed-df914c01, #w-node-ff05eb9a-fec5-cae0-bfa7-1fca97c46ecf-df914c01 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-cef755a0-84ca-d2b0-58bc-bc70300557c0-300557bb {
  justify-self: center;
}

#w-node-_27eb354a-fcce-9a8d-a738-4459bfb2d1e9-bfb2d1e5 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_27eb354a-fcce-9a8d-a738-4459bfb2d1f0-bfb2d1e5 {
  grid-area: 1 / 3 / 2 / 5;
  justify-self: end;
}

#w-node-_27eb354a-fcce-9a8d-a738-4459bfb2d218-bfb2d1e5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_27eb354a-fcce-9a8d-a738-4459bfb2d241-bfb2d1e5 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_27eb354a-fcce-9a8d-a738-4459bfb2d23e-bfb2d1e5, #w-node-_27eb354a-fcce-9a8d-a738-4459bfb2d246-bfb2d1e5 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_27eb354a-fcce-9a8d-a738-4459bfb2d24b-bfb2d1e5 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_27eb354a-fcce-9a8d-a738-4459bfb2d251-bfb2d1e5 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_27eb354a-fcce-9a8d-a738-4459bfb2d253-bfb2d1e5 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_27eb354a-fcce-9a8d-a738-4459bfb2d258-bfb2d1e5 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_27eb354a-fcce-9a8d-a738-4459bfb2d25b-bfb2d1e5 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_6f1b72ba-de01-eecf-fcb3-8ffbec1c22bd-ec1c22b7 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_00cdae18-38ec-1b3e-ec88-656f2336553e-2336553d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_00cdae18-38ec-1b3e-ec88-656f23365540-2336553d {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: start;
}

#w-node-_00cdae18-38ec-1b3e-ec88-656f23365540-2336553d:where(.w-variant-294ef66c-421a-29fc-b6b2-4de5a0b9e1c1) {
  grid-column: 3 / 5;
}

#w-node-_00cdae18-38ec-1b3e-ec88-656f23365547-2336553d {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-c01f92b0-c897-0124-4e37-463bf7eef9a5-df914c06 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-c01f92b0-c897-0124-4e37-463bf7eef9aa-df914c06 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-_0b26514e-2f3c-8f11-b6d7-1cec030d664e-df914c06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f092b8d-6abc-d515-2800-4d97c243c256-df914c06 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_29198dc6-857a-148a-df5b-3ba80795f52a-df914c06 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-af3957af-39c4-ee3e-c744-a46d1223167a-df914c09 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-af3957af-39c4-ee3e-c744-a46d1223167d-df914c09, #w-node-afe39f76-d9f9-a827-21f4-adc5a14b0ba2-df914c09 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-afe39f76-d9f9-a827-21f4-adc5a14b0ba5-df914c09 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-_373af2cf-20d6-edfa-f731-aeb87124b301-df914c0a {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_373af2cf-20d6-edfa-f731-aeb87124b304-df914c0a {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-aee14c3f-e78e-a2b2-a52d-b947d042416f-df914c0a, #w-node-_6380cdb7-8e11-59a1-fc80-cd3b93f6da2b-df914c0a, #w-node-_6717ddc3-dd96-c552-13f9-07db239a21ec-df914c0a, #w-node-_8dac8822-518e-0aec-6616-057aa22977b3-df914c0a {
  place-self: center;
}

#w-node-b4054b18-a328-7e5e-db60-ed3273ada0ef-df914c0a {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_1b970164-22bb-7f7f-dbe8-86f00a234b11-df914c0a {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_8a43d27d-b7fc-1aa9-5720-a9b126877931-df914c0a {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_8fd1d186-4590-97f8-ca96-eaab35b924c2-df914c0a {
  justify-self: center;
}

#w-node-_8fd1d186-4590-97f8-ca96-eaab35b924c4-df914c0a {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_8fd1d186-4590-97f8-ca96-eaab35b924c9-df914c0a, #w-node-_8fd1d186-4590-97f8-ca96-eaab35b924cb-df914c0a {
  justify-self: start;
}

#w-node-_8fd1d186-4590-97f8-ca96-eaab35b924cd-df914c0a {
  justify-self: end;
}

#w-node-_8fd1d186-4590-97f8-ca96-eaab35b924d1-df914c0a, #w-node-_8fd1d186-4590-97f8-ca96-eaab35b924d3-df914c0a {
  justify-self: start;
}

#w-node-_8fd1d186-4590-97f8-ca96-eaab35b924d5-df914c0a {
  justify-self: end;
}

#w-node-_8fd1d186-4590-97f8-ca96-eaab35b924d9-df914c0a, #w-node-_8fd1d186-4590-97f8-ca96-eaab35b924db-df914c0a {
  justify-self: start;
}

#w-node-_8fd1d186-4590-97f8-ca96-eaab35b924dd-df914c0a {
  justify-self: end;
}

#w-node-_8fd1d186-4590-97f8-ca96-eaab35b924e1-df914c0a, #w-node-_8fd1d186-4590-97f8-ca96-eaab35b924e3-df914c0a {
  justify-self: start;
}

#w-node-_8fd1d186-4590-97f8-ca96-eaab35b924e5-df914c0a {
  justify-self: end;
}

#w-node-_8fd1d186-4590-97f8-ca96-eaab35b924e9-df914c0a, #w-node-_8fd1d186-4590-97f8-ca96-eaab35b924eb-df914c0a {
  justify-self: start;
}

#w-node-_8fd1d186-4590-97f8-ca96-eaab35b924ed-df914c0a {
  justify-self: end;
}

#w-node-_8fd1d186-4590-97f8-ca96-eaab35b924f1-df914c0a, #w-node-_8fd1d186-4590-97f8-ca96-eaab35b924f3-df914c0a {
  justify-self: start;
}

#w-node-_8fd1d186-4590-97f8-ca96-eaab35b924f5-df914c0a {
  justify-self: end;
}

#w-node-_8fd1d186-4590-97f8-ca96-eaab35b924f9-df914c0a, #w-node-_8fd1d186-4590-97f8-ca96-eaab35b924fb-df914c0a {
  justify-self: start;
}

#w-node-_8fd1d186-4590-97f8-ca96-eaab35b924fd-df914c0a {
  justify-self: end;
}

#w-node-f7fb6f0b-16b8-25a9-4160-54883563fe60-df914c0e {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_4c85f7ed-a93f-c659-bb08-5308c5d9df05-df914c0e {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_7b32b3fd-aab2-3747-344c-671a0d7ce027-df914c0e {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-f7fb6f0b-16b8-25a9-4160-5488356400b9-df914c0e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f7fb6f0b-16b8-25a9-4160-5488356400ba-df914c0e {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-f7fb6f0b-16b8-25a9-4160-5488356400bb-df914c0e {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-af2153a1-3cab-09b2-ff83-2d42552a1feb-552a1feb {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-f9b69b9b-5c62-b8c4-a123-bfe377b98c88-df914c0f {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-f9b69b9b-5c62-b8c4-a123-bfe377b98c92-df914c0f {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_331484bf-f1fa-06a8-dd3e-62cefd905b63-df914c10 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_331484bf-f1fa-06a8-dd3e-62cefd905b6d-df914c10 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-cf00d0e1-5169-7919-4421-ef06275cd635-df914c10 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-cf00d0e1-5169-7919-4421-ef06275cd653-df914c10 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-cf00d0e1-5169-7919-4421-ef06275cd671-df914c10 {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-cf00d0e1-5169-7919-4421-ef06275cd68f-df914c10 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-e0da001e-b5c5-88b7-50d4-40f86a660302-df914c11 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_8353f36d-cfb8-86ec-ae94-7cc88587aed3-df914c12 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_8353f36d-cfb8-86ec-ae94-7cc88587aed6-df914c12 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_60ba106a-8c12-40af-646b-aabfd72b6783-df914c13 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_60ba106a-8c12-40af-646b-aabfd72b6786-df914c13 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_60ba106a-8c12-40af-646b-aabfd72b678b-df914c13 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-f13f1871-a656-2d0d-e82f-cf704be15861-df914c14 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-f13f1871-a656-2d0d-e82f-cf704be15864-df914c14 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-dd4a029b-e456-05ad-fffb-eec1a1517112-df914c14 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-a342e60e-a3f6-e6b0-521d-ad97df1990bd-df914c16 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a342e60e-a3f6-e6b0-521d-ad97df1990c4-df914c16 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-de1a0c42-ff4b-a9ba-cfbb-5baa2a655dc8-df914c16 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-de1a0c42-ff4b-a9ba-cfbb-5baa2a655dcc-df914c16 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_54ae2f6e-5eb5-cb0a-f8fb-8172c12b4a39-ee8a4e15 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-fa34d70a-0972-fc85-5e22-95a787cde49d-ee8a4e15 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-c44e7f44-9cfd-0045-5c86-dd2c8048da12-ee8a4e15 {
  grid-area: 1 / 5 / 2 / 4;
  justify-self: start;
}

#w-node-_8b6615c0-c73a-8e41-b393-ce31ea8aca88-ee8a4e15 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-da44edbb-e63a-a7b3-2d43-17da77de12c3-ee8a4e15 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_88596c5b-17b1-f358-41d2-9c96d3020644-ee8a4e15 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_5392266e-4170-d7a6-1aa8-1e94a5c51d68-ee8a4e15 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ba158952-0b86-f81a-6d4b-f6ffa8e54dd6-ee8a4e15 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-fd4f3de4-fdaa-ad2b-be80-ea0cd4bb3230-ee8a4e15 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-d8409bd7-6a39-bcc1-d0a6-1496addba9dd-ee8a4e15 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d2286b68-5b53-8adf-e2bc-402b1738677b-ee8a4e15 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_62a788a7-0adb-1132-03bd-f2bab0b23ffc-ee8a4e15 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_74b9eadd-70ef-4d1d-0e0e-70b406b05943-ee8a4e15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f881ed68-f5e3-0ef0-df9b-fbca0cbf6676-ee8a4e15 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_50c97e78-689d-c503-7c39-25216ec6da78-ee8a4e15, #w-node-d9be3535-bb31-516d-7780-2fd23a4b50f5-ee8a4e15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_834d27be-a307-1552-5d45-d5d881496a66-ee8a4e15 {
  justify-self: start;
}

#w-node-ce703fd1-c7cb-2ca9-85fc-0ba6f65055e0-ee8a4e15 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_903874e3-d224-4746-bda2-0528ae6011bc-ee8a4e15 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_9a4727fa-a720-e812-9688-12c2ea99bf85-ee8a4e15, #w-node-daa9333c-1b77-f6e7-6abd-3a2bb9a401cc-ee8a4e15 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-e13d813c-aa3f-f228-a725-2f9f69c2bd99-ee8a4e15 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_121df2e8-d7a9-fe71-d45e-60965b832a4f-ee8a4e15 {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-_745b1e52-4d67-8d5e-e02c-e3c9f3abf574-ee8a4e15 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-f44b6bad-635b-8bb9-d3e3-3ba01c594700-ee8a4e15 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_05b18c21-7f7d-af15-7093-59f562d76e5d-ee8a4e15 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-af2153a1-3cab-09b2-ff83-2d42552a1fea-ee8a4e15 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-fe905635-413a-4c3d-51e8-eaa13852a8d0-ee8a4e15 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fe905635-413a-4c3d-51e8-eaa13852a8d1-ee8a4e15 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-fe905635-413a-4c3d-51e8-eaa13852a8d2-ee8a4e15 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_6cee3d7d-907a-824c-bb09-da293ddb1230-ee8a4e15 {
  justify-self: start;
}

#w-node-_78c0db1c-1d1d-9c90-a29e-9dcfdf5985dd-ee8a4e15 {
  justify-self: end;
}

#w-node-_214f4abd-0d9c-5ad2-cf5a-9f3746f68654-ee8a4e15 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-fc172a0f-676f-2984-960f-404f1cbb0fed-ee8a4e15, #w-node-ff05eb9a-fec5-cae0-bfa7-1fca97c46ecf-ee8a4e15 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ed5c7070-02c2-b04e-80e4-4daf9aa3cba9-ee8a4e15 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_261b0a7e-b7b7-a545-f31c-3d511bed4947-ee8a4e15 {
  place-self: center end;
}

#w-node-f4f6d413-6968-d40f-07ed-7736cdf55b9b-cdf55b9b, #w-node-f4f6d413-6968-d40f-07ed-7736cdf55b9c-cdf55b9b {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-f4f6d413-6968-d40f-07ed-7736cdf55b9f-cdf55b9b {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-f9b69b9b-5c62-b8c4-a123-bfe377b98c88-107d9100 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-f9b69b9b-5c62-b8c4-a123-bfe377b98c92-107d9100 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-a342e60e-a3f6-e6b0-521d-ad97df1990bd-a3a495f2 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a342e60e-a3f6-e6b0-521d-ad97df1990c4-a3a495f2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-de1a0c42-ff4b-a9ba-cfbb-5baa2a655dc8-a3a495f2 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-de1a0c42-ff4b-a9ba-cfbb-5baa2a655dcc-a3a495f2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_373af2cf-20d6-edfa-f731-aeb87124b301-7d7de0c9 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_373af2cf-20d6-edfa-f731-aeb87124b304-7d7de0c9 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-aee14c3f-e78e-a2b2-a52d-b947d042416f-7d7de0c9, #w-node-_6380cdb7-8e11-59a1-fc80-cd3b93f6da2b-7d7de0c9, #w-node-_6717ddc3-dd96-c552-13f9-07db239a21ec-7d7de0c9, #w-node-_8dac8822-518e-0aec-6616-057aa22977b3-7d7de0c9 {
  place-self: center;
}

#w-node-b4054b18-a328-7e5e-db60-ed3273ada0ef-7d7de0c9 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_1b970164-22bb-7f7f-dbe8-86f00a234b11-7d7de0c9 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_8a43d27d-b7fc-1aa9-5720-a9b126877931-7d7de0c9 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_8fd1d186-4590-97f8-ca96-eaab35b924c2-7d7de0c9 {
  justify-self: center;
}

#w-node-_8fd1d186-4590-97f8-ca96-eaab35b924c4-7d7de0c9 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_8fd1d186-4590-97f8-ca96-eaab35b924c9-7d7de0c9, #w-node-_8fd1d186-4590-97f8-ca96-eaab35b924cb-7d7de0c9 {
  justify-self: start;
}

#w-node-_8fd1d186-4590-97f8-ca96-eaab35b924cd-7d7de0c9 {
  justify-self: end;
}

#w-node-_8fd1d186-4590-97f8-ca96-eaab35b924d1-7d7de0c9, #w-node-_8fd1d186-4590-97f8-ca96-eaab35b924d3-7d7de0c9 {
  justify-self: start;
}

#w-node-_8fd1d186-4590-97f8-ca96-eaab35b924d5-7d7de0c9 {
  justify-self: end;
}

#w-node-_8fd1d186-4590-97f8-ca96-eaab35b924d9-7d7de0c9, #w-node-_8fd1d186-4590-97f8-ca96-eaab35b924db-7d7de0c9 {
  justify-self: start;
}

#w-node-_8fd1d186-4590-97f8-ca96-eaab35b924dd-7d7de0c9 {
  justify-self: end;
}

#w-node-_8fd1d186-4590-97f8-ca96-eaab35b924e1-7d7de0c9, #w-node-_8fd1d186-4590-97f8-ca96-eaab35b924e3-7d7de0c9 {
  justify-self: start;
}

#w-node-_8fd1d186-4590-97f8-ca96-eaab35b924e5-7d7de0c9 {
  justify-self: end;
}

#w-node-_8fd1d186-4590-97f8-ca96-eaab35b924e9-7d7de0c9, #w-node-_8fd1d186-4590-97f8-ca96-eaab35b924eb-7d7de0c9 {
  justify-self: start;
}

#w-node-_8fd1d186-4590-97f8-ca96-eaab35b924ed-7d7de0c9 {
  justify-self: end;
}

#w-node-_8fd1d186-4590-97f8-ca96-eaab35b924f1-7d7de0c9, #w-node-_8fd1d186-4590-97f8-ca96-eaab35b924f3-7d7de0c9 {
  justify-self: start;
}

#w-node-_8fd1d186-4590-97f8-ca96-eaab35b924f5-7d7de0c9 {
  justify-self: end;
}

#w-node-_8fd1d186-4590-97f8-ca96-eaab35b924f9-7d7de0c9, #w-node-_8fd1d186-4590-97f8-ca96-eaab35b924fb-7d7de0c9 {
  justify-self: start;
}

#w-node-_8fd1d186-4590-97f8-ca96-eaab35b924fd-7d7de0c9 {
  justify-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-_54ae2f6e-5eb5-cb0a-f8fb-8172c12b4a39-df914c01 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_27eb354a-fcce-9a8d-a738-4459bfb2d241-bfb2d1e5 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_27eb354a-fcce-9a8d-a738-4459bfb2d23e-bfb2d1e5 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-af3957af-39c4-ee3e-c744-a46d1223167a-df914c09, #w-node-_373af2cf-20d6-edfa-f731-aeb87124b301-df914c0a, #w-node-f7fb6f0b-16b8-25a9-4160-54883563fe60-df914c0e, #w-node-f9b69b9b-5c62-b8c4-a123-bfe377b98c88-df914c0f, #w-node-_331484bf-f1fa-06a8-dd3e-62cefd905b63-df914c10, #w-node-_8353f36d-cfb8-86ec-ae94-7cc88587aed3-df914c12, #w-node-_60ba106a-8c12-40af-646b-aabfd72b6783-df914c13, #w-node-f13f1871-a656-2d0d-e82f-cf704be15861-df914c14, #w-node-_54ae2f6e-5eb5-cb0a-f8fb-8172c12b4a39-ee8a4e15, #w-node-f9b69b9b-5c62-b8c4-a123-bfe377b98c88-107d9100, #w-node-_373af2cf-20d6-edfa-f731-aeb87124b301-7d7de0c9 {
    grid-area: 1 / 1 / 2 / 5;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c44e7f44-9cfd-0045-5c86-dd2c8048da12-df914c01 {
    grid-column: 3 / 5;
  }

  #w-node-_27eb354a-fcce-9a8d-a738-4459bfb2d1e9-bfb2d1e5 {
    grid-column-end: 4;
  }

  #w-node-_00cdae18-38ec-1b3e-ec88-656f23365547-2336553d {
    grid-column-start: 3;
  }

  #w-node-_2f092b8d-6abc-d515-2800-4d97c243c256-df914c06 {
    grid-column-start: 1;
  }

  #w-node-_8fd1d186-4590-97f8-ca96-eaab35b924c2-df914c0a {
    justify-self: end;
  }

  #w-node-dd4a029b-e456-05ad-fffb-eec1a1517112-df914c14 {
    grid-column: 2 / 3;
  }

  #w-node-c44e7f44-9cfd-0045-5c86-dd2c8048da12-ee8a4e15 {
    grid-column: 3 / 5;
  }

  #w-node-_8fd1d186-4590-97f8-ca96-eaab35b924c2-7d7de0c9 {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c44e7f44-9cfd-0045-5c86-dd2c8048da12-df914c01 {
    grid-column: 3 / 5;
  }

  #w-node-_8b6615c0-c73a-8e41-b393-ce31ea8aca88-df914c01 {
    grid-column-start: 3;
  }

  #w-node-_6f1b72ba-de01-eecf-fcb3-8ffbec1c22bd-ec1c22b7 {
    grid-column-end: 3;
  }

  #w-node-dd4a029b-e456-05ad-fffb-eec1a1517112-df914c14 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c44e7f44-9cfd-0045-5c86-dd2c8048da12-ee8a4e15 {
    grid-column: 3 / 5;
  }

  #w-node-_8b6615c0-c73a-8e41-b393-ce31ea8aca88-ee8a4e15 {
    grid-column-start: 3;
  }

  #w-node-d8409bd7-6a39-bcc1-d0a6-1496addba9dd-ee8a4e15 {
    grid-column: 1 / 2;
  }

  #w-node-d2286b68-5b53-8adf-e2bc-402b1738677b-ee8a4e15 {
    grid-column: 2 / 3;
  }

  #w-node-_62a788a7-0adb-1132-03bd-f2bab0b23ffc-ee8a4e15 {
    grid-column: 3 / 4;
  }

  #w-node-_834d27be-a307-1552-5d45-d5d881496a66-ee8a4e15 {
    grid-area: 1 / 4 / 2 / 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_54ae2f6e-5eb5-cb0a-f8fb-8172c12b4a39-df914c01 {
    grid-column-start: 1;
  }

  #w-node-fa34d70a-0972-fc85-5e22-95a787cde49d-df914c01, #w-node-c44e7f44-9cfd-0045-5c86-dd2c8048da12-df914c01 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_57b5af3e-8de7-1a3d-0bcc-71e02f1dacc5-df914c01 {
    justify-self: end;
  }

  #w-node-_96a8e976-239c-c4dc-6d16-dd68408c13e0-df914c01 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_27eb354a-fcce-9a8d-a738-4459bfb2d23e-bfb2d1e5 {
    grid-column-end: 3;
  }

  #w-node-_27eb354a-fcce-9a8d-a738-4459bfb2d24b-bfb2d1e5 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_27eb354a-fcce-9a8d-a738-4459bfb2d258-bfb2d1e5 {
    grid-column-end: 4;
  }

  #w-node-af3957af-39c4-ee3e-c744-a46d1223167a-df914c09, #w-node-_373af2cf-20d6-edfa-f731-aeb87124b301-df914c0a {
    grid-column-start: 1;
  }

  #w-node-c91f79d6-3c22-feae-fff3-e2fa7aaf3b03-df914c0a {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_8fd1d186-4590-97f8-ca96-eaab35b924c0-df914c0a {
    justify-self: start;
  }

  #w-node-_8fd1d186-4590-97f8-ca96-eaab35b924c2-df914c0a {
    justify-self: center;
  }

  #w-node-f7fb6f0b-16b8-25a9-4160-54883563fe60-df914c0e, #w-node-f9b69b9b-5c62-b8c4-a123-bfe377b98c88-df914c0f, #w-node-_331484bf-f1fa-06a8-dd3e-62cefd905b63-df914c10 {
    grid-column-start: 1;
  }

  #w-node-cf00d0e1-5169-7919-4421-ef06275cd635-df914c10 {
    grid-column-end: 2;
  }

  #w-node-cf00d0e1-5169-7919-4421-ef06275cd653-df914c10 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cf00d0e1-5169-7919-4421-ef06275cd671-df914c10 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-cf00d0e1-5169-7919-4421-ef06275cd68f-df914c10 {
    grid-row: 4 / 5;
    grid-column-end: 2;
  }

  #w-node-_8353f36d-cfb8-86ec-ae94-7cc88587aed3-df914c12 {
    grid-column-start: 1;
  }

  #w-node-_74584e43-5991-5442-ad3b-9150ae588ec6-df914c12 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_60ba106a-8c12-40af-646b-aabfd72b6783-df914c13, #w-node-f13f1871-a656-2d0d-e82f-cf704be15861-df914c14, #w-node-_54ae2f6e-5eb5-cb0a-f8fb-8172c12b4a39-ee8a4e15 {
    grid-column-start: 1;
  }

  #w-node-fa34d70a-0972-fc85-5e22-95a787cde49d-ee8a4e15, #w-node-c44e7f44-9cfd-0045-5c86-dd2c8048da12-ee8a4e15 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_57b5af3e-8de7-1a3d-0bcc-71e02f1dacc5-ee8a4e15 {
    justify-self: end;
  }

  #w-node-_96a8e976-239c-c4dc-6d16-dd68408c13e0-ee8a4e15 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_50c97e78-689d-c503-7c39-25216ec6da78-ee8a4e15 {
    justify-self: center;
  }

  #w-node-_834d27be-a307-1552-5d45-d5d881496a66-ee8a4e15 {
    grid-column-start: 3;
    justify-self: end;
  }

  #w-node-f9b69b9b-5c62-b8c4-a123-bfe377b98c88-107d9100, #w-node-_373af2cf-20d6-edfa-f731-aeb87124b301-7d7de0c9 {
    grid-column-start: 1;
  }

  #w-node-c91f79d6-3c22-feae-fff3-e2fa7aaf3b03-7d7de0c9 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_8fd1d186-4590-97f8-ca96-eaab35b924c0-7d7de0c9 {
    justify-self: start;
  }

  #w-node-_8fd1d186-4590-97f8-ca96-eaab35b924c2-7d7de0c9 {
    justify-self: center;
  }
}


