:root {
  --bg-500: #141414;
  --font-heading: Outfit, sans-serif;
  --padding-horizontal-section-desktop: 60px;
  --padding-horizontal-section-tablet: 40px;
  --padding-horizontal-section-mobilel: 40px;
  --padding-horizontal-section-mobile: 30px;
  --p-100: #f9f9f9;
  --font-paragraph: "IBM Plex Sans", sans-serif;
  --alice-blue: #f0f8ff;
  --n-900: #212121;
  --n-500: #9e9e9e;
  --a-500: #fffb7e;
  --light-steel-blue: #b0c4de;
  --n-400: white;
  --deep-sky-blue: deepskyblue;
  --slate-gray: #708090;
  --bg-100: #f2f2f2;
  --p-400: #b7b7b7;
  --p-500: #878787;
  --n-800: #444;
  --n-300: #dfdfdf;
  --n-700: #616161;
  --p-300: #dbdbdb;
  --a-400: #fffc9e;
  --a-300: #fffdb1;
  --new-car: #214fc6;
  --dodger-blue: dodgerblue;
  --n-100: whitesmoke;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --bg-200: #e6e6e6;
  --bg-300: #b5b5b5;
  --bg-400: #6c6c6c;
  --p-200: #f3f3f3;
  --a-100: #fffee5;
  --a-200: #fffdcb;
  --a-600: #dbd65c;
  --a-700: #b7b33f;
  --a-800: #938f28;
  --a-900: #7a7618;
  --n-200: #f1f1f1;
  --n-600: #757575;
  --n-1000: #0a0a0a;
  --su-100: #dcfbd6;
  --su-200: #b4f7af;
  --su-300: #82e985;
  --su-400: #5fd36d;
  --su-500: #31b74e;
  --su-600: #239d49;
  --su-700: #188344;
  --su-800: #0f6a3d;
  --su-900: #095738;
  --er-100: #ffe7d9;
  --er-200: #ffcab3;
  --er-300: #ffa68d;
  --er-400: #ff8371;
  --er-500: #ff4b42;
  --er-600: #db3036;
  --er-700: #b72133;
  --er-800: #93152e;
  --er-900: #7a0c2c;
  --wa-100: #fff6d7;
  --wa-200: #ffecaf;
  --wa-300: #ffde87;
  --wa-400: #ffd169;
  --wa-500: #ffbb38;
  --wa-600: #db9828;
  --wa-700: #b7771c;
  --wa-800: #935911;
  --wa-900: #7a440a;
  --i-100: #cef1fe;
  --i-200: #9ddefe;
  --i-300: #6cc6fd;
  --i-400: #47aefb;
  --i-500: #0c87f9;
  --i-600: #0868d6;
  --i-700: #064eb3;
  --i-800: #033690;
  --i-900: #022677;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

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

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

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

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  background-color: var(--bg-500);
  font-family: var(--font-heading);
}

.navbar-section {
  padding: 0px var(--padding-horizontal-section-desktop);
  color: #141414;
}

.navbar-container {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1440px;
  position: relative;
}

.navbar-logo {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: auto;
  height: auto;
  color: var(--p-100);
  letter-spacing: 0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 61px;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.navbar-logo-text-block {
  letter-spacing: 0;
  align-self: auto;
  font-size: 20px;
  line-height: 1em;
}

.navbar-block-2 {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-inner-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  width: 160px;
  font-family: var(--font-paragraph);
  color: var(--alice-blue);
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
  display: flex;
}

.navbar-block-1 {
  z-index: 6;
  background-color: var(--bg-500);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
}

.navbar-menu-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--n-900);
  font-family: var(--font-paragraph);
  color: var(--alice-blue);
  text-transform: uppercase;
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.navbar-menu-logo {
  width: 17px;
  height: 14px;
}

.navbar-menu {
  z-index: 5;
  background-image: url('../images/Mask-group.png');
  background-position: 50% 0;
  background-size: auto;
  flex-flow: column;
  width: 100%;
  height: 100ch;
  display: none;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.navbar-menu-block-1 {
  border-top: 1px solid var(--n-900);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.navbar-menu-label {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  font-family: var(--font-paragraph);
  color: var(--n-500);
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  line-height: 1em;
  display: flex;
}

.navbar-menu-label-icon {
  width: 4px;
  height: 4px;
}

.navbar-menu-text-block {
  font-family: var(--font-paragraph);
  color: var(--n-500);
  font-weight: 500;
  line-height: 1em;
}

.navbar-menu-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.nav-link {
  color: var(--p-100);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 140px;
  line-height: 1em;
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.nav-link:hover {
  color: var(--a-500);
}

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

.navbar-menu-block-3 {
  border-top: 1px solid var(--n-900);
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 25px;
  padding-bottom: 40px;
  display: flex;
}

.navbar-menu-block-5 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navbar-menu-inner-block-1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navbar-menu-info {
  font-family: var(--font-paragraph);
  color: var(--p-100);
  font-size: 16px;
  line-height: 1em;
  text-decoration: none;
}

.navbar-menu-block-4 {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navbar-menu-inner-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-link-icon {
  width: 87px;
  height: 86px;
  position: absolute;
  inset: auto -120px auto auto;
}

.navbar-menu-link-close {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--n-900);
  font-family: var(--font-paragraph);
  color: #fff;
  text-transform: uppercase;
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: none;
}

.hero-section {
  height: 80vh;
  padding: 20px var(--padding-horizontal-section-desktop);
  border-bottom: 1px solid var(--n-900);
  background-image: url('../images/bg08.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.hero-container {
  flex-flow: wrap;
  max-width: 1440px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.hero-block-1 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 29%;
  padding-right: 0;
  display: flex;
}

.hero-inner-block {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-desc-text-block-1 {
  font-family: var(--font-paragraph);
  color: var(--light-steel-blue);
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3em;
}

.text-span {
  color: var(--alice-blue);
  font-weight: 500;
}

.hero-block-2 {
  z-index: 0;
  flex: 0 auto;
  width: 42%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: visible;
}

.hero-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 29%;
  padding-left: 40px;
  display: flex;
}

.hero-text-block-3 {
  font-family: var(--font-paragraph);
  color: #fff;
  letter-spacing: -1px;
  font-size: 50px;
  font-weight: 400;
  line-height: 1em;
}

.hero-text-block-3.outfit {
  width: 100%;
  font-family: var(--font-heading);
  color: var(--alice-blue);
  font-size: 44px;
  font-weight: 400;
}

.cube-wrapper {
  z-index: 0;
  opacity: 1;
  mix-blend-mode: normal;
  width: 300px;
  height: 300px;
  transform-style: preserve-3d;
  margin: auto;
  transition: transform .95s;
  display: block;
  position: relative;
  transform: rotateX(-36deg)rotateY(-45deg)rotateZ(0);
}

.cube-back {
  z-index: 0;
  width: 300px;
  height: 300px;
  transform-style: preserve-3d;
  background-color: #0000;
  position: absolute;
  transform: translate3d(0, 0, -150px);
}

.cube-bottom {
  z-index: 0;
  width: 300px;
  height: 300px;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 0 #000;
  position: absolute;
  transform: translate(0, 150px)rotateX(90deg)rotateY(0)rotateZ(0);
}

.cube-right {
  z-index: 0;
  cursor: auto;
  width: 300px;
  height: 300px;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 0 #000;
  position: absolute;
  transform: translate(150px)rotateX(0)rotateY(90deg)rotateZ(0);
}

.cube-left {
  z-index: 0;
  width: 300px;
  height: 300px;
  transform-style: preserve-3d;
  background-color: #0000;
  position: absolute;
  transform: translate(-150px)rotateX(0)rotateY(90deg)rotateZ(0);
}

.cube-top {
  z-index: 0;
  cursor: auto;
  mix-blend-mode: normal;
  width: 300px;
  height: 300px;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 0 #141414;
  position: absolute;
  transform: translate(0, -150px)rotateX(90deg)rotateY(0)rotateZ(0);
}

.cube-front {
  z-index: 0;
  cursor: auto;
  width: 300px;
  height: 300px;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 0 #141414;
  position: absolute;
  transform: translate3d(0, 0, 150px);
}

.cube-image {
  opacity: 1;
  cursor: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-button {
  z-index: 1;
  opacity: 0;
  filter: blur();
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  pointer-events: none;
  background-image: none;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-button-block {
  background-color: var(--bg-500);
  opacity: .75;
  font-family: var(--font-paragraph);
  color: var(--n-400);
  text-align: center;
  border-radius: 300px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}

.hero-block-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.hero-link {
  font-family: var(--font-paragraph);
  color: var(--alice-blue);
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: underline;
  transition: color .2s;
}

.hero-link:hover {
  color: var(--deep-sky-blue);
}

.hero-inner-block-2 {
  border-top: 1px solid var(--n-900);
  border-bottom: 1px solid var(--n-900);
  justify-content: space-between;
  width: 100%;
  margin-top: 80px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.hero-inner-block-3 {
  justify-content: space-between;
  width: 32%;
  display: flex;
}

.hero-text-block-2 {
  font-family: var(--font-paragraph);
  color: var(--n-500);
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}

.about-section {
  padding: 100px var(--padding-horizontal-section-desktop);
  overflow: hidden;
}

.about-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.about-block-1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.about-inner-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-heading-1 {
  color: var(--alice-blue);
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 116px;
  font-weight: 500;
  line-height: 1.1em;
}

.about-text-block {
  color: var(--p-100);
  font-size: 48px;
  line-height: 1.3em;
}

.about-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.about-heading-2 {
  color: var(--slate-gray);
  text-align: right;
  letter-spacing: -1px;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 116px;
  font-weight: 500;
  line-height: 1.1em;
}

.about-icon-1 {
  width: 60px;
  height: 60px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.about-icon-2 {
  width: 60px;
  height: 60px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.about-block-3 {
  border-radius: 20px;
  width: 100%;
  height: 700px;
  margin-top: 0;
  display: none;
  position: absolute;
  inset: auto auto 0%;
  overflow: hidden;
}

.about-background-video {
  width: 100%;
  height: 100%;
}

.about-text-background {
  font-family: var(--font-paragraph);
  color: #fff;
  mix-blend-mode: difference;
  font-size: 76px;
  font-weight: 400;
  line-height: 1em;
  position: absolute;
  inset: auto 40px 170px auto;
}

.about-text-background.outfit {
  font-family: var(--font-heading);
  font-weight: 700;
}

.service-section {
  padding: 100px var(--padding-horizontal-section-desktop);
  border-bottom: 1px solid var(--n-900);
  background-image: url('../images/bg_black_small.jpg');
  background-position: 0 0;
  background-size: contain;
  background-attachment: fixed;
  overflow: hidden;
}

.service-container {
  max-width: 1440px;
}

.service-block-1 {
  justify-content: space-between;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.service-icon {
  width: 60px;
  height: 60px;
}

.service-text-block {
  font-family: var(--font-heading);
  color: var(--slate-gray);
  font-size: 24px;
  font-weight: 400;
  line-height: 1em;
}

.service-item-container {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

.service-item {
  display: flex;
}

.service-item-block-1 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 20%;
  padding-bottom: 20px;
  display: flex;
}

.service-item-block-2 {
  width: 55%;
}

.service-item-block-3 {
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  padding-left: 40px;
  display: flex;
}

.service-item-image {
  mix-blend-mode: normal;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.service-item-text-block {
  font-family: var(--font-paragraph);
  color: var(--alice-blue);
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

.service-item-title {
  z-index: 1;
  color: #f0f8ff;
  text-transform: capitalize;
  white-space: nowrap;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 96px;
  font-weight: 600;
  line-height: 1.1em;
  position: relative;
}

.work-section {
  padding: 100px var(--padding-horizontal-section-desktop) 0px;
  overflow: visible;
}

.work-container {
  max-width: 1440px;
}

.work-block {
  border-top: 1px solid var(--n-900);
  border-bottom: 1px solid var(--n-900);
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.work-text-block {
  font-family: var(--font-paragraph);
  color: var(--n-400);
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}

.work-text-block-2 {
  font-family: var(--font-paragraph);
  color: var(--p-100);
  letter-spacing: -1px;
  text-transform: none;
  font-size: 61px;
  font-weight: 400;
  line-height: 1.2em;
}

.work-animate-block {
  margin-bottom: 60px;
  position: relative;
}

.block-text {
  width: 100%;
  height: 33%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.block-text.blocking-1 {
  -webkit-text-fill-color: inherit;
  background-color: #141414a6;
  background-clip: padding-box;
}

.block-text.blocking-2 {
  -webkit-text-fill-color: inherit;
  background-color: #141414a6;
  background-clip: padding-box;
  top: 33%;
}

.block-text.blocking-3 {
  -webkit-text-fill-color: inherit;
  background-color: #141414a6;
  background-clip: padding-box;
  top: 66%;
}

.scene---extra, .scene---trigger {
  height: 100dvh;
}

.stage---item {
  border-radius: .25rem;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  overflow: visible;
}

.stage---item.x-00 {
  left: auto;
  right: 75%;
}

.stage---item.x-04 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  left: 50%;
  transform: translate3d(-50%, 0, -250rem);
}

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

.stage---item.x-01 {
  transform-style: preserve-3d;
  left: 75%;
  right: auto;
  transform: translate3d(0, 0, -50rem);
}

.stage---item.x-03 {
  transform-style: preserve-3d;
  left: 75%;
  right: auto;
  transform: translate3d(0, 0, -150rem);
}

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

.stage---item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.scene---sticky {
  perspective: 24rem;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: flex;
  position: sticky;
  top: 0%;
  overflow: hidden;
  transform: none;
}

.text-block-2 {
  font-family: var(--font-heading);
  font-weight: 400;
}

.work-item-block {
  z-index: 0;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  left: -40%;
}

.work-item-label {
  background-color: var(--a-500);
  font-family: var(--font-paragraph);
  color: var(--bg-500);
  padding-left: 2px;
  padding-right: 2px;
  font-size: 1.6rem;
  line-height: 1.1em;
}

.work-item-title {
  font-family: var(--font-paragraph);
  color: #f9f9f9;
  font-size: 4.6rem;
  line-height: 1em;
}

.work-item-text {
  font-family: var(--font-paragraph);
  color: var(--bg-100);
  letter-spacing: 1px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1em;
}

.portfolio-section {
  padding: 100px var(--padding-horizontal-section-desktop);
  overflow: visible;
}

.portfolio-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  padding-top: 140px;
  display: flex;
  position: relative;
}

.service-item-image-wrapper {
  width: 100%;
  height: 590px;
  overflow: hidden;
}

.portfolio-block {
  z-index: 1;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.portfolio-inner-block-1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 10%;
  display: flex;
}

.portfolio-item-block-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.portfolio-item-image-wrapper {
  width: 620px;
  height: 420px;
  overflow: hidden;
}

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

.portfolio-item-inner-block-1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.portfolio-item-client {
  font-family: var(--font-heading);
  color: #f0f8ff;
  font-size: 32px;
  font-weight: 600;
  line-height: 1em;
}

.portfolio-item-category {
  font-family: var(--font-paragraph);
  color: var(--p-400);
  font-size: 25px;
  line-height: 1em;
}

.portfolio-item-block-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 35%;
  bottom: 140px;
}

.portfolio-item-year {
  font-family: var(--font-paragraph);
  color: var(--light-steel-blue);
  font-size: 20px;
  line-height: 1em;
}

.portfolio-item-line {
  background-color: var(--deep-sky-blue);
  width: 50px;
  height: 1px;
  margin-top: .7em;
}

.portfolio-item-inner-block-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.portfolio-item-text-block-1 {
  width: 224px;
  font-family: var(--font-paragraph);
  color: var(--alice-blue);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

.portfolio-item-text-block-2 {
  font-family: var(--font-paragraph);
  color: var(--p-500);
  font-size: 20px;
  line-height: 1.2em;
}

.portfolio-inner-block-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0%;
  display: flex;
}

.marquee-block {
  flex-flow: column;
  width: 99vw;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
  overflow: hidden;
}

.marquee-text-block-1 {
  color: var(--alice-blue);
  white-space: nowrap;
  font-size: 130px;
  font-weight: 600;
  line-height: 1em;
}

.marquee-text-block-2 {
  color: var(--slate-gray);
  white-space: nowrap;
  font-size: 130px;
  font-weight: 600;
  line-height: 1em;
}

.testimonial-section {
  padding: 100px var(--padding-horizontal-section-desktop) 0px;
  position: relative;
  overflow: hidden;
}

.testimonial-container {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  display: flex;
  position: relative;
}

.testimonial-block-1 {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 100px;
  display: flex;
}

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

.testimonial-icon {
  width: 60px;
  height: 60px;
}

.testimonial-text-block {
  font-family: var(--font-paragraph);
  color: var(--n-400);
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}

.footer-section {
  padding: 40px var(--padding-horizontal-section-desktop);
  border-top: 1px solid var(--n-900);
  background-color: #141414;
  background-image: url('../images/bg_black_small.jpg');
  background-size: cover;
  overflow: hidden;
}

.footer-container {
  max-width: 1440px;
}

.footer-block-1 {
  width: 100%;
  display: flex;
}

.footer-inner-block-1 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 58%;
  display: flex;
}

.footer-heading {
  color: var(--light-steel-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 96px;
  font-weight: 600;
  line-height: 1em;
}

.footer-text-block {
  font-family: var(--font-paragraph);
  color: var(--slate-gray);
  font-size: 25px;
  line-height: 1em;
}

.footer-inner-block-2 {
  width: 42%;
  padding-left: 40px;
}

.text-field {
  border: 1px solid var(--n-800);
  background-color: var(--bg-500);
  width: 100%;
  height: auto;
  min-height: auto;
  font-family: var(--font-paragraph);
  color: var(--n-300);
  border-radius: 2px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 16px;
  line-height: 1em;
}

.text-field-2 {
  margin-bottom: 0;
}

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

.textarea {
  border: 1px solid var(--n-800);
  background-color: var(--bg-500);
  min-height: 150px;
  font-family: var(--font-paragraph);
  color: var(--n-300);
  border-radius: 2px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 16px;
  line-height: 1.2em;
}

.submit-button {
  border: 1px solid var(--n-800);
  background-color: var(--alice-blue);
  height: auto;
  font-family: var(--font-heading);
  color: var(--bg-500);
  text-align: center;
  border-radius: 300px;
  padding: 20px;
  font-size: 20px;
  line-height: 1em;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: var(--light-steel-blue);
}

.footer-block-2 {
  border-top: 1px solid var(--n-900);
  border-bottom: 1px solid var(--n-900);
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-inner-block-3 {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-inner-block-4 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-inner-block-4.badges {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
}

.footer-label {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  font-family: var(--font-paragraph);
  color: var(--slate-gray);
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  line-height: 1em;
  display: flex;
}

.footer-label-icon {
  width: 4px;
  height: 4px;
}

.footer-info {
  font-family: var(--font-paragraph);
  color: var(--alice-blue);
  font-size: 16px;
  line-height: 1em;
  text-decoration: none;
}

.footer-info:hover {
  color: var(--deep-sky-blue);
}

.footer-inner-block-5, .footer-inner-block-6 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-inner-block-6.badges-block {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: wrap;
}

.footer-text-copyright {
  font-family: var(--font-paragraph);
  color: var(--n-500);
  text-align: center;
  font-weight: 400;
  line-height: 1em;
}

.footer-inner-block-7 {
  border-right: 1px solid var(--n-900);
  border-left: 1px solid var(--n-900);
  justify-content: space-between;
  align-items: flex-start;
  width: 20%;
  padding: 20px;
  display: flex;
}

.footer-icon {
  width: 60px;
  height: 60px;
}

.footer-link-up {
  border: 1px solid var(--alice-blue);
  border-radius: 300px;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  padding: 20px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.footer-link-up:hover {
  background-color: var(--n-900);
}

.footer-link-up-icon {
  width: 24px;
  height: 24px;
}

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

.hero-popup-wrapper {
  z-index: 200;
  opacity: 0;
  background-color: #4e4e4ef7;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-popup-wrapper {
  background-color: #d3d2d0;
  width: 50%;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.image-popup-wrapper._01 {
  opacity: 0;
  display: block;
}

.image-popup-wrapper._02 {
  opacity: 0;
  display: none;
}

.image-popup-wrapper._03 {
  opacity: 0;
  display: block;
}

.popup-image {
  text-align: center;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  position: static;
}

.popup-close-icon {
  width: 40px;
  height: 40px;
  position: static;
  inset: 0% 0% auto auto;
}

.popup-close-link {
  text-decoration: none;
  position: absolute;
  inset: 10px 10px auto auto;
}

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

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

._404-section {
  overflow: hidden;
}

._404-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: center;
  max-width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

._404-marquee-block-1 {
  z-index: 1;
  width: 100%;
  position: relative;
}

._404-text-block-1 {
  color: var(--p-500);
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 130px;
  font-weight: 600;
  line-height: 1em;
}

._404-marquee-block-2 {
  z-index: 1;
  box-sizing: content-box;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

._404-text-block-2 {
  color: var(--p-100);
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 130px;
  line-height: 1em;
  overflow: visible;
}

._404-link-block {
  box-sizing: border-box;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  aspect-ratio: auto;
  white-space: nowrap;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

._404-link-block-line {
  background-color: var(--p-100);
  width: 100%;
  height: 8px;
}

._404-text-block-3 {
  opacity: .1;
  color: var(--slate-gray);
  text-align: center;
  font-size: 980px;
  line-height: .9em;
  position: absolute;
  inset: 0% auto auto;
}

.navbar-hero {
  z-index: 0;
  background-image: linear-gradient(to bottom, var(--n-800), var(--n-800));
  margin-top: 0;
  position: relative;
  overflow: visible;
}

.hero-blog-section {
  z-index: 1;
  padding: 450px var(--padding-horizontal-section-desktop) 130px;
  position: relative;
}

.hero-blog-container {
  max-width: 1440px;
}

.hero-blog-block {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.hero-blog-inner-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-date {
  font-family: var(--font-paragraph);
  color: var(--p-100);
  font-size: 16px;
  line-height: 1.4em;
}

.blog-title {
  width: 75%;
  color: var(--p-100);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 76px;
  font-weight: 400;
  line-height: 1.1em;
}

.blog-category {
  border: 1px solid var(--n-700);
  font-family: var(--font-paragraph);
  color: var(--p-500);
  letter-spacing: .2px;
  text-transform: uppercase;
  border-radius: 1000px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.blog-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: clip;
}

.navbar-block-1-copy {
  z-index: 4;
  background-color: #0b0b0b00;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.hero-blog-shadow {
  background-image: linear-gradient(#000000ab, #0000004d 50%, #000000c2);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.privacy-policy {
  z-index: 200;
  padding: 140px var(--padding-horizontal-section-desktop) 100px;
  background-color: var(--bg-500);
  position: relative;
}

.privacy-policy-container {
  max-width: 1024px;
}

.blog-single-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.blog-single-item-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.blog-single-title {
  font-family: var(--font-heading);
  color: var(--p-100);
  font-size: 60px;
  line-height: 1.2em;
}

.blog-single-title.back-button {
  font-size: 20px;
}

.blog-single-paragraph {
  font-family: var(--font-paragraph);
  color: var(--p-300);
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
}

.blog-single-inner-block {
  flex-flow: column;
  display: flex;
}

.blog-single-inner-block-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 4px;
  display: flex;
}

.blog-single-icon {
  width: 11px;
  height: 11px;
  margin-top: 10px;
}

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

.blog-single-social-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid var(--n-900);
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.social-link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-family: var(--font-paragraph);
  color: var(--bg-100);
  letter-spacing: .5px;
  justify-content: flex-start;
  align-items: center;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.social-icon-1 {
  width: 30px;
  height: 30px;
}

.social-icon-2 {
  width: 24px;
  height: 24px;
}

.testimonial-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: -300px;
  display: flex;
}

.testimonial-item {
  background-image: url('../images/Rectangle-4928-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 550px;
  height: 338px;
  margin-bottom: 240px;
  padding: 30px;
  display: flex;
}

.testimonial-item._01, .testimonial-item._02 {
  opacity: 0;
  display: none;
  position: relative;
}

.testimonial-item._03 {
  position: relative;
}

.testimonial-item._04, .testimonial-item._05 {
  opacity: 0;
  display: none;
  position: relative;
}

.testimonial-item-name {
  background-color: var(--a-500);
  font-family: var(--font-paragraph);
  color: var(--n-900);
  margin-bottom: 10px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 20px;
  line-height: 1.2em;
}

.testimonial-item-position {
  font-family: var(--font-paragraph);
  color: var(--p-400);
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1em;
}

.testimonial-item-value {
  font-family: var(--font-paragraph);
  color: var(--p-100);
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2em;
}

.testimonial-item-image {
  object-fit: cover;
  align-self: center;
  width: 132px;
  height: 128px;
  position: absolute;
  bottom: -20%;
}

.testimonial-circle {
  border: 1px solid var(--n-800);
  border-radius: 1000px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 600px;
  height: 600px;
  display: flex;
  position: relative;
}

.testimonial-tab-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--n-800);
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 76px;
  line-height: 1em;
  display: flex;
  position: absolute;
  top: -19%;
}

.testimonial-tab-block._01 {
  inset: auto auto 40% -14%;
  transform: rotate(-90deg);
}

.testimonial-tab-block._05 {
  inset: auto -15% 40% auto;
  transform: rotate(90deg);
}

.testimonial-tab-block._03 {
  inset: -19% auto auto;
  transform: rotate(0);
}

.testimonial-tab-block._02 {
  inset: -2% auto auto 2%;
  transform: rotate(-45deg);
}

.testimonial-tab-block._04 {
  inset: -2% 2% auto auto;
  transform: rotate(45deg);
}

.testimonial-tab-block._06 {
  inset: auto 2% -2% auto;
  transform: rotate(135deg);
}

.testimonial-tab-block._07 {
  inset: auto auto -19%;
  transform: rotate(180deg);
}

.testimonial-tab-block._08 {
  inset: auto auto -2% 2%;
  transform: rotate(225deg);
}

.testimonial-tab-icon {
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 1em;
}

.div-block {
  background-color: var(--bg-100);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 75px;
  height: 120px;
  margin-bottom: -8px;
}

.testimonial-background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-popup-wrapper-1 {
  background-color: var(--bg-100);
  opacity: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 80vh;
  margin: auto;
  display: inline-flex;
  position: absolute;
}

.image-popup-wrapper-2 {
  background-color: var(--bg-100);
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 80vh;
  display: flex;
  position: absolute;
}

.image-popup-wrapper-3 {
  background-color: var(--bg-100);
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 80vh;
  display: flex;
  position: absolute;
}

.navbar-menu-wrapper {
  z-index: 5;
  background-image: url('../images/Mask-group.png');
  background-position: 50% 0;
  background-size: auto;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: static;
  inset: auto;
  overflow: auto;
}

.hero-cube-block {
  display: block;
}

.links {
  background-color: var(--a-400);
  color: var(--bg-500);
  text-transform: capitalize;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.color-secondary-9 {
  background-color: #212121;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.style-subheading-7 {
  color: var(--bg-100);
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
}

.color-secondary-1 {
  background-color: #f5f5f5;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.color-primary-7 {
  background-color: #b7b33f;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.button-secondary-icon {
  width: 24px;
  height: 24px;
}

.color-primary-3 {
  background-color: #fffdb1;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.color-secondary-7 {
  background-color: #616161;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.style-color-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 11.11%;
  padding-bottom: 14px;
  display: flex;
  overflow: hidden;
}

.style-color-text-1 {
  font-family: var(--font-paragraph);
  color: var(--p-100);
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.color-secondary-8 {
  background-color: #444;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.style-label-2 {
  background-color: var(--a-400);
  color: var(--bg-500);
  border: 1px #f1f1f1;
  border-radius: 100px;
  padding: 10px 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.style-subheading-1 {
  font-family: var(--font-paragraph);
  color: var(--bg-100);
  font-size: 72px;
  font-weight: 500;
  line-height: 1em;
}

.color-accent-8 {
  background-color: #74401a;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.tabs-content {
  width: 75%;
  padding-left: 40px;
  overflow: visible;
}

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

.style-subheading-5 {
  color: var(--bg-100);
  font-size: 40px;
  font-weight: 500;
  line-height: 1em;
}

.style-heading-1 {
  font-family: var(--font-heading);
  color: var(--bg-100);
  font-size: 84px;
  font-weight: 400;
  line-height: 1em;
}

.tabs-menu {
  background-color: #141414;
  border: 1px #f1f1f1;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 25%;
  padding: 20px;
  display: flex;
  position: static;
}

.style-label {
  font-family: var(--font-paragraph);
  color: var(--bg-100);
  border: 1px solid #dfdfdf;
  border-radius: 100px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}

.style-subheading-3 {
  color: var(--bg-100);
  font-size: 56px;
  font-weight: 500;
  line-height: 1em;
}

.style-heading-3 {
  font-family: var(--font-heading);
  color: var(--bg-100);
  font-size: 60px;
  font-weight: 400;
  line-height: 1em;
}

.style-typography-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  font-family: var(--font-paragraph);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.color-primary-5 {
  background-color: #fffb7e;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.color-secondary-6 {
  background-color: #757575;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.color-accent-4 {
  background-color: #ffa766;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.style-heading-2 {
  font-family: var(--font-heading);
  color: var(--bg-100);
  font-size: 72px;
  font-weight: 400;
  line-height: 1em;
}

.color-primary-2 {
  background-color: #fffdcb;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.style-typography-item-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.style-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #36f;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.style-guide-container {
  max-width: 1440px;
}

.style-subheading-2 {
  color: var(--bg-100);
  font-size: 64px;
  font-weight: 500;
  line-height: 1em;
}

.style-typography-text {
  color: var(--a-300);
  letter-spacing: .5px;
  font-weight: 300;
  line-height: 1em;
}

.button-primary-v1-icon {
  width: 44px;
  height: 44px;
  color: var(--bg-500);
  background-color: #fff;
  border-radius: 1000px;
  padding: 0;
}

.style-heading-5 {
  font-family: var(--font-heading);
  color: var(--bg-100);
  font-size: 36px;
  font-weight: 400;
  line-height: 1em;
}

.color-primary-4 {
  background-color: #fffc9e;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.color-secondary-4 {
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.style-block-2 {
  font-family: var(--font-paragraph);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
  display: flex;
}

.color-secondary-2 {
  background-color: #f1f1f1;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.color-primary-1 {
  background-color: #fffee5;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.button-primary-v1 {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  pointer-events: auto;
  color: #fff;
  letter-spacing: .25px;
  text-transform: uppercase;
  background-color: #36f;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 25px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: inset -10px 12px 50px #60ffd2;
}

.button-primary-v1:hover {
  box-shadow: inset 0 0 #60ffd2;
}

.button-primary-v1:active {
  background-color: #36f;
}

.button-primary-v1.button-with-icon {
  background-color: var(--a-300);
  box-shadow: none;
  color: #0b0b0b;
  box-shadow: none;
  background-color: #fffdb1;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 40px;
  display: flex;
}

.style-heading-4 {
  font-family: var(--font-heading);
  color: var(--bg-100);
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1em;
}

.button-primary-special-v3-icon {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(315deg, #60ffd2, #36f);
  border-radius: 1000px;
  width: 44px;
  height: 44px;
  padding: 10px;
}

.color-accent-5 {
  background-color: #ff9140;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.style-content {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  background-color: #0000;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 40px 0;
  display: flex;
  box-shadow: 0 0 35px #0000000a;
}

.button-primary-v3-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #36f, #60ffd2);
  -webkit-background-clip: text;
  background-clip: text;
}

.tab-link {
  color: var(--bg-100);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 1px solid #f1f1f13d;
  padding: 20px 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1em;
}

.tab-link.w--current {
  color: var(--a-300);
  background-color: #fff0;
  border-bottom-color: #f1f1f11c;
  padding: 20px 0;
  font-weight: 500;
}

.tab-link.tab-link-no-border, .tab-link.tab-link-no-border.w--current {
  border-bottom-style: none;
}

.style-content-block {
  width: 100%;
  font-family: var(--font-heading);
  flex-flow: column;
  display: flex;
}

.color-accent-2 {
  background-color: #ffd3b3;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.style-subheading-8 {
  color: var(--bg-100);
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.style-subheading-4 {
  color: var(--bg-100);
  font-size: 48px;
  font-weight: 500;
  line-height: 1em;
}

.color-accent-9 {
  background-color: #5d3313;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.style-text-1 {
  color: var(--bg-100);
  font-size: 24px;
  font-weight: 400;
  line-height: 1em;
}

.style-block-1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.style-title {
  font-family: var(--font-paragraph);
  color: var(--a-400);
  font-size: 32px;
  font-weight: 400;
  line-height: 1em;
}

.style-subheading-6 {
  color: var(--bg-100);
  font-size: 32px;
  font-weight: 500;
  line-height: 1em;
}

.color-primary-8 {
  background-color: #938f28;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.style-color-text-2 {
  font-family: var(--font-paragraph);
  color: var(--p-100);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
}

.color-secondary-5 {
  background-color: #9e9e9e;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.button-primary-v1-hover {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  pointer-events: auto;
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #36f;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 25px 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 #60ffd2;
}

.button-primary-v1-hover:hover {
  box-shadow: inset -10px 12px 50px #60ffd2;
}

.button-primary-v1-hover:active {
  background-color: #36f;
}

.color-accent-7 {
  background-color: #a25b26;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.color-accent-3 {
  background-color: #ffbd8c;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.style-guide-section {
  padding: 0 0 220px;
}

.color-secondary-3 {
  background-color: #dfdfdf;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.button-primary-v3-shadow {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 25px 40px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 0 12px #0000000f;
}

.button-primary-v3-shadow:active {
  background-color: #fff;
}

.button-primary-v3-shadow.button-with-icon {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 14px;
}

.style-body-1 {
  color: var(--bg-100);
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
}

.style-color-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  display: flex;
}

.color-accent-6 {
  background-color: #d17633;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.color-primary-6 {
  background-color: #dbd65c;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.style-heading-6 {
  font-family: var(--font-heading);
  color: var(--bg-100);
  font-size: 24px;
  font-weight: 400;
  line-height: 1em;
}

.button-secondary {
  z-index: 1;
  float: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--alice-blue);
  color: var(--alice-blue);
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 16px 30px;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: block;
  position: static;
}

.button-secondary:hover {
  background-color: var(--light-steel-blue);
  color: var(--bg-500);
  font-weight: 400;
}

.style-link-icon {
  width: 24px;
  height: 24px;
}

.color-accent-1 {
  background-color: #ffe9d9;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.color-primary-9 {
  background-color: #7a7618;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.text-block-3, .text-block-4, .text-block-5 {
  font-family: var(--font-paragraph);
  font-size: 20px;
}

.style-text-2 {
  color: #f2f2f2;
  font-size: 24px;
  font-weight: 400;
  line-height: 1em;
}

.style-content-block-2 {
  flex-flow: column;
  width: 100%;
  font-family: Anton, sans-serif;
  display: flex;
}

.style-subheading-9 {
  color: #f2f2f2;
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
}

.tabs-menu-2 {
  background-color: #141414;
  border: 1px #f1f1f1;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 25%;
  padding: 20px;
  display: flex;
  position: static;
}

.color-primary-10 {
  background-color: #fffee5;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.color-secondary-10 {
  background-color: #f1f1f1;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.color-secondary-11 {
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.tab-link-2 {
  color: #f2f2f2;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 1px solid #f1f1f13d;
  padding: 20px 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1em;
}

.tab-link-2.w--current {
  color: #fffdb1;
  background-color: #fff0;
  border-bottom-color: #f1f1f11c;
  padding: 20px 0;
  font-weight: 500;
}

.tab-link-2.tab-link-no-border, .tab-link-2.tab-link-no-border.w--current {
  border-bottom-style: none;
}

.color-secondary-12 {
  background-color: #757575;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.style-subheading-10 {
  color: #f2f2f2;
  font-size: 48px;
  font-weight: 500;
  line-height: 1em;
}

.style-title-2 {
  color: #fffc9e;
  font-family: Mulish, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1em;
}

.style-block-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
  font-family: Mulish, sans-serif;
  display: flex;
}

.style-label-2 {
  color: var(--bg-500);
  border: 1px #dfdfdf;
  border-radius: 100px;
  padding: 14px 24px;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}

.color-primary-11 {
  background-color: #fffdb1;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.text-block-6 {
  font-family: Mulish, sans-serif;
  font-size: 20px;
}

.style-heading-7 {
  color: #f2f2f2;
  font-family: Anton, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1em;
}

.style-heading-8 {
  color: #f2f2f2;
  margin-bottom: 10px;
  font-family: Anton, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1em;
}

.style-subheading-11 {
  color: #f2f2f2;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.style-body-2 {
  color: #f2f2f2;
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
}

.color-primary-12 {
  background-color: #dbd65c;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.color-secondary-13 {
  background-color: #444;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.color-accent-10 {
  background-color: #ffd3b3;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.style-subheading-1-2 {
  color: #f2f2f2;
  font-family: Mulish, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 1em;
}

.color-accent-11 {
  background-color: #ffbd8c;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.color-primary-13 {
  background-color: #b7b33f;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.color-secondary-14 {
  background-color: #dfdfdf;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.color-primary-14 {
  background-color: #fffc9e;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.color-primary-15 {
  background-color: #fffb7e;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.button-primary-geo {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--alice-blue);
  color: var(--bg-500);
  border: 0 solid #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 16px 30px;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.button-primary-geo:hover {
  background-color: var(--light-steel-blue);
  color: #0b0b0b;
}

.style-typography-text-2 {
  color: #fffdb1;
  letter-spacing: .5px;
  font-weight: 300;
  line-height: 1em;
}

.style-heading-9 {
  color: #f2f2f2;
  font-family: Anton, sans-serif;
  font-size: 84px;
  font-weight: 400;
  line-height: 1em;
}

.text-block-7 {
  font-family: Mulish, sans-serif;
  font-size: 20px;
}

.style-heading-10 {
  color: #f2f2f2;
  font-family: Anton, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1em;
}

.color-accent-12 {
  background-color: #d17633;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.color-accent-13 {
  background-color: #ffe9d9;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.color-primary-16 {
  background-color: #7a7618;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.style-color-text-3 {
  color: #f9f9f9;
  text-transform: uppercase;
  font-family: Mulish, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
}

.style-color-text-4 {
  color: #f9f9f9;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.style-heading-11 {
  color: #f2f2f2;
  font-family: Anton, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1em;
}

.style-subheading-12 {
  color: #f2f2f2;
  font-size: 64px;
  font-weight: 500;
  line-height: 1em;
}

.color-accent-14 {
  background-color: #ff9140;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.style-typography-block-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Mulish, sans-serif;
  display: flex;
}

.style-label-2-2 {
  color: #0b0b0b;
  background-color: #fffc9e;
  border: 1px #f1f1f1;
  border-radius: 100px;
  padding: 10px 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.color-accent-15 {
  background-color: #5d3313;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.style-heading-12 {
  color: #f2f2f2;
  font-family: Anton, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 1em;
}

.style-subheading-13 {
  color: #f2f2f2;
  font-size: 40px;
  font-weight: 500;
  line-height: 1em;
}

.text-block-8 {
  font-family: Mulish, sans-serif;
  font-size: 20px;
}

.style-block-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.style-subheading-14 {
  color: #f2f2f2;
  font-size: 56px;
  font-weight: 500;
  line-height: 1em;
}

.color-primary-17 {
  background-color: #938f28;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.style-subheading-15 {
  color: #f2f2f2;
  font-size: 32px;
  font-weight: 500;
  line-height: 1em;
}

.color-accent-16 {
  background-color: #a25b26;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.color-secondary-15 {
  background-color: #212121;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.color-secondary-16 {
  background-color: #f5f5f5;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.color-secondary-17 {
  background-color: #616161;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.blog-single-section-2 {
  z-index: 200;
  background-color: #0b0b0b;
  padding: 140px 60px 40px;
  position: relative;
}

.color-accent-17 {
  background-color: #74401a;
  border-radius: 16px;
  width: 100%;
  height: 72px;
}

.section-logo {
  width: 100svw;
  display: block;
  overflow: hidden;
}

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  padding-top: 2em;
  padding-bottom: 2em;
  display: block;
  position: static;
}

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

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

.padding-vertical.padding-xxlarge {
  padding: 0;
}

.logo_component-slider {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.logo-slider-img {
  width: 200px;
}

.section {
  flex-flow: column;
  display: flex;
}

.text-span-2 {
  color: var(--alice-blue);
  font-family: Outfit, sans-serif;
  font-size: 96px;
  font-weight: 300;
}

.partner-section {
  padding: 60px var(--padding-horizontal-section-desktop);
  overflow: hidden;
}

.partner-container {
  max-width: 1440px;
}

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

.section-logo-2 {
  display: block;
  overflow: hidden;
}

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

.logo-slider-img-2 {
  width: auto;
  height: 84px;
}

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

.logo-slider-img-3 {
  width: auto;
  height: 84px;
}

.section-logo-3 {
  display: block;
  overflow: hidden;
}

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

.logo-slider-img-4 {
  width: auto;
  height: 84px;
}

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

.logo-slider-img-5 {
  width: auto;
  height: 80px;
}

.image {
  width: 32px;
}

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

.nav-menu-two {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  color: #f0f8ff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.navbar-logo-left {
  padding-left: 60px;
  padding-right: 60px;
  position: static;
  overflow: hidden;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1440px;
  margin-bottom: 0;
  padding: 24px 0;
}

.nav-link-2 {
  color: #f0f8ff;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: var(--deep-sky-blue);
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: var(--dodger-blue);
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.work-block-2 {
  border-top: 0 solid #212121;
  border-bottom: 0 solid #212121;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 720px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.work-block-2.title {
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.work-text-block-3 {
  color: #f9f9f9;
  letter-spacing: -1px;
  text-transform: none;
  font-family: Mulish, sans-serif;
  font-size: 61px;
  font-weight: 400;
  line-height: 1.2em;
}

.work-text-block-4 {
  color: var(--slate-gray);
  font-family: Mulish, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1em;
}

.work-item-label-2 {
  color: #0b0b0b;
  background-color: #fffb7e;
  padding-left: 2px;
  padding-right: 2px;
  font-family: Mulish, sans-serif;
  font-size: 1.6rem;
  line-height: 1.1em;
}

.text-block-9 {
  font-family: Anton, sans-serif;
  font-weight: 400;
}

.work-item-title-2 {
  color: #f9f9f9;
  font-family: Mulish, sans-serif;
  font-size: 4.6rem;
  line-height: 1em;
}

.work-item-text-2 {
  color: #f2f2f2;
  letter-spacing: 1px;
  font-family: Mulish, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1em;
}

.work-section-2 {
  padding: 100px 60px;
  overflow: visible;
}

.work-section-2.mobile {
  display: none;
}

.image-3 {
  width: 100%;
}

.div-block-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  display: flex;
}

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

.portfolio-inner-block-1-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 10%;
  display: flex;
}

.link {
  color: var(--deep-sky-blue);
}

.lightbox-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  vertical-align: baseline;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 24px;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.lightbox-link.video-button {
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 40px;
  padding-right: 40px;
}

.video-button.tablet-button {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 32px;
  height: 58px;
}

.video-button.tablet-button:hover {
  -webkit-text-fill-color: inherit;
  background-color: #14141480;
  background-clip: content-box;
  border-radius: 32px;
}

.background-video {
  height: 700px;
}

.image-4 {
  width: 100%;
}

.background-video-2 {
  width: 100%;
  height: 100%;
}

.background-video-3 {
  background-color: #14141499;
  height: 100vh;
}

.hero-without-image {
  object-fit: fill;
  background-color: #0000;
  border-bottom: 0 #e4ebf3;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  padding: 104px 60px 0;
  display: flex;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  font-family: var(--font-paragraph);
  color: var(--alice-blue);
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.heading {
  font-family: var(--font-heading);
  color: var(--alice-blue);
  text-align: center;
  margin-top: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #141414bf;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding: 20px 60px;
  position: fixed;
}

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

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

.nav-menu-two-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-3 {
  color: var(--alice-blue);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: var(--deep-sky-blue);
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.link-2 {
  color: var(--deep-sky-blue);
  font-size: 20px;
}

.image-6 {
  height: 240px;
  margin-bottom: 20px;
}

.section-01 {
  height: 100vh;
  margin-top: 0;
  overflow: hidden;
}

.hp-hero-buttons-container {
  z-index: 1;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  display: flex;
}

.hp-hero-wrapper {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.display-heading-1 {
  z-index: 6;
  font-family: var(--font-heading);
  color: var(--n-100);
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-size: calc(5rem + 3vh);
  font-weight: 500;
  line-height: 1.05em;
  position: relative;
}

.button-tertiary {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #333;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: .5rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: underline;
  display: flex;
}

.button-tertiary.top-padding {
  color: var(--deep-sky-blue);
  margin-top: 1.5rem;
}

.hp-hero-image-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  max-height: 85%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.paragraph-18 {
  font-family: var(--font-paragraph);
  color: var(--n-100);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5em;
}

.inline-link-image {
  width: .75rem;
}

.hp-hero_text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.hp-hero-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  max-width: 750px;
  height: 100%;
  position: relative;
  overflow: clip;
}

.section-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.section-3.section-hp-hero {
  z-index: 2;
  background-color: #141414;
  background-image: url('../images/HeroSection.png');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-top: 0;
  padding: 8rem 60px 4rem;
  display: flex;
  position: relative;
}

.hero-text-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 34rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.container-4 {
  width: 100%;
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.gallery-scroll {
  background-color: #101014;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 1440px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

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

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

.gallery-link {
  color: var(--deep-sky-blue);
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: var(--new-car);
}

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

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

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

.gallery-image {
  width: 100%;
}

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

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

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

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

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.hero-heading-right {
  background-color: #101014;
  border-bottom: 1px #e4ebf3;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 60px;
  position: relative;
}

.hero-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px-2 {
  font-family: var(--font-paragraph);
  color: var(--n-100);
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.heading-3 {
  font-family: var(--font-heading);
  color: var(--n-100);
  font-size: 48px;
}

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

.rl-heading-style-h2 {
  font-family: var(--font-heading);
  color: var(--n-100);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.rl_gallery3_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_gallery3_image {
  border-radius: 20px;
  width: auto;
  height: auto;
  position: absolute;
  inset: 0%;
}

.rl_gallery3_image-wrapper {
  width: auto;
  height: auto;
  padding-top: 100%;
  position: relative;
}

.rl_gallery3_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_gallery3_lightbox-link {
  width: auto;
  height: auto;
}

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

.rl_gallery3_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl_section_gallery3 {
  background-color: var(--bg-500);
}

.rl-text-style-medium {
  font-family: var(--font-paragraph);
  color: var(--n-100);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.rl-padding-global {
  padding-left: 60px;
  padding-right: 60px;
}

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

.rl_gallery3_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.body-2 {
  font-family: Outfit, sans-serif;
}

.rl-padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.rl-form-checkbox {
  color: var(--alice-blue);
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.rl-heading-style-h2-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  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: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-error-text {
  color: #e23939;
}

.rl_contact1_form-field-wrapper {
  font-family: var(--font-paragraph);
  color: var(--alice-blue);
  position: relative;
}

.rl-form-input {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  height: auto;
  min-height: 2.75rem;
  color: var(--relume-library-lite--rl-black);
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-input:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-input::placeholder {
  color: var(--relume-library-lite--rl-black);
  font-size: 1rem;
}

.rl_contact1_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

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

.rl-checkbox-label-small {
  font-family: var(--font-paragraph);
  color: var(--alice-blue);
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.rl_contact1_spacing-block-4 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl_section_contact1 {
  background-color: var(--bg-500);
  padding-top: 0;
}

.rl-button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-success-text {
  font-weight: 600;
}

.rl_contact1_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-form-text-area {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  height: auto;
  min-height: 11.25rem;
  color: var(--relume-library-lite--rl-black);
  margin-bottom: 0;
  padding: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  overflow: auto;
}

.rl-form-text-area:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-text-area::placeholder {
  color: var(--relume-library-lite--rl-black);
}

.rl-form-checkbox-icon {
  border: 1px solid var(--alice-blue);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.rl-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
  background-size: 16px 16px;
}

.rl-form-checkbox-icon.w--redirected-focus {
  border-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
}

.rl-text-style-medium-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  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: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.rl_contact1_spacing-block-3 {
  width: 100%;
  padding-bottom: 3rem;
}

.rl_contact1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-link {
  font-family: var(--font-paragraph);
  color: var(--deep-sky-blue);
  font-weight: 400;
  text-decoration: underline;
}

.rl_contact1_button-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-text-style-subheading {
  font-family: var(--font-paragraph);
  color: var(--deep-sky-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl-padding-global-2 {
  height: auto;
  padding-top: 100px;
  padding-left: 5%;
  padding-right: 5%;
}

.rl_contact1_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_contact1_form-block {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35rem;
  margin-bottom: 0;
}

.rl-field-label {
  font-family: var(--font-paragraph);
  color: var(--alice-blue);
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 400;
}

.body-3 {
  background-color: var(--bg-500);
}

.hero-bakground-pattern {
  opacity: .65;
  mix-blend-mode: plus-lighter;
  max-width: 90rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-style-h2 {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-style-h2.text-color-gradient {
  font-family: var(--font-heading);
}

.pricing-title {
  justify-content: space-between;
  align-items: center;
  min-height: 2rem;
  display: flex;
}

.page-main {
  overflow: clip;
}

.video-grid-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem 3.5rem;
  display: flex;
}

.features-card {
  background-color: #181b25;
  border-radius: 1.25rem;
  flex-flow: column;
  display: flex;
}

.pricing-light {
  filter: blur(50px);
  pointer-events: none;
  mix-blend-mode: plus-lighter;
  background-color: #2590e159;
  border-radius: 100vw;
  width: 15rem;
  height: 15rem;
  position: absolute;
  top: -12%;
  left: 50%;
  right: 0%;
  transform: translate(-50%);
}

.our-value-top {
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  padding-bottom: 2rem;
  display: flex;
}

.testimonial-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #181b25;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 31.25rem;
  padding: 2.5rem;
  display: flex;
}

.benefits-items {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.benefits-visual {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.cta-marquee-icon {
  pointer-events: none;
  width: 3rem;
  height: 3rem;
}

.benefit-content {
  padding-left: 4rem;
  overflow: hidden;
}

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

.video-grid {
  background-color: #181b25;
  border-radius: 1.25rem;
}

.video-grid.grid-2-cols {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #1c1c1c;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-plan {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #1c1c1c;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: space-between;
  padding: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-plan.is-popular {
  box-shadow: inset 0 0 0 1px var(--deep-sky-blue);
}

.cta-marquee {
  grid-column-gap: 1rem;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: .5rem;
  display: flex;
  overflow: hidden;
}

.our-value-tag {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #1c1c1c;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.features-grid-heading.text-color-gradient {
  font-family: var(--font-heading);
  color: var(--alice-blue);
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
}

.hero-blob-right {
  aspect-ratio: 1;
  opacity: .8;
  background-image: radial-gradient(circle at 100% 100%, #2590e180, #0000 34%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-style-h4 {
  color: #fff;
  letter-spacing: -.02em;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.container-6 {
  width: 100%;
  max-width: 79rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.our-values-layout {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  display: flex;
}

.pricing-badge {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--bg-500);
  color: #fff;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .25rem .5rem;
  display: flex;
}

.section-header-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.testimonial-client-image {
  object-fit: cover;
  border-radius: 100vw;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.testimonial-mask {
  width: 34%;
  overflow: visible;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
  padding-bottom: 5rem;
  position: relative;
  overflow: visible;
}

.tabs-menu-3 {
  background-color: #1c1c1c;
  border: 1px solid #01060d26;
  border-radius: .75rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.pricing-price {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.button-main {
  color: #fff;
  ---mode--collection-6ea1f3ea-83a0-7804-1448-ebbeb5725c2b: base;
  background-color: #222530;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  height: 3.25rem;
  padding: .75rem 1.5rem;
  font-weight: 500;
  display: flex;
  overflow: hidden;
}

.button-main.primary-5 {
  ---mode--collection-6ea1f3ea-83a0-7804-1448-ebbeb5725c2b: mode-4e63bb10-4b7c-ae52-972d-ba21f5aa0a85;
}

.button-main.secondary {
  ---mode--collection-6ea1f3ea-83a0-7804-1448-ebbeb5725c2b: mode-f206e819-9cbc-bd04-b235-92ccfd90dfbc;
}

.benefits-visual-wrap {
  z-index: -1;
  position: absolute;
}

.testimonial-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.overlay-right {
  background-image: linear-gradient(90deg, transparent, var(--bg-500));
  width: 6.25rem;
  height: 100%;
  position: absolute;
  right: 0;
}

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

.overlay-left {
  background-image: linear-gradient(90deg, var(--bg-500), transparent);
  width: 6.25rem;
  height: 100%;
  position: absolute;
  left: 0;
}

.pricing-feature {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.our-value-tag-icon {
  width: 1.125rem;
  height: 1.125rem;
  color: var(--dodger-blue);
}

.video-grid-visual {
  padding: 4rem 2rem;
  position: relative;
}

.pricing-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.feature-card-visual {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.brands-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.benefit-icon {
  color: #fff;
  width: 100%;
  height: 100%;
}

.slider-arrow {
  color: #fff;
  background-color: #181b25;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow.is-bottom-previous {
  inset: auto 4rem 0% auto;
}

.slider-arrow.is-bottom-next {
  inset: auto 0% 0% auto;
}

.pricing-check-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--light-steel-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-header-text-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-header-text-wrap.align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.section-header-text-wrap.text-align-center {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.brand-image {
  width: 2rem;
  height: 2rem;
}

.features-card-text-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  padding: 2.5rem 3.5rem 4rem;
  display: flex;
}

.section-header-text {
  max-width: 56ch;
}

.section-header-text.text-style-large {
  max-width: 104ch;
  margin-top: 0;
  margin-bottom: 0;
}

.text-style-eyebrow {
  color: #3b82f6;
  letter-spacing: .01em;
  text-transform: uppercase;
  font-family: Outfit, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

.text-style-eyebrow.is-small {
  font-size: .875rem;
}

.pricing-tab-badge {
  grid-column-gap: .375rem;
  color: #99a0ae;
  white-space: nowrap;
  background-color: #2b2b2b;
  border-radius: .25rem;
  align-items: center;
  padding: .125rem .125rem .125rem .25rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.hero-blob-center {
  filter: blur(100px);
  mix-blend-mode: plus-lighter;
  background-image: linear-gradient(90deg, #2590e14d, #2590e180 50%, #2590e14d);
  width: 100%;
  min-height: 50%;
  position: absolute;
  inset: auto auto 10%;
}

.heading-style-h5 {
  font-family: var(--font-heading);
  color: #fff;
  letter-spacing: -.015em;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.testimonial-rating-icon {
  color: #717784;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.section-header.left-align {
  justify-content: flex-start;
  align-items: flex-start;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.pricing-feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.video-grid-text-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.section-layout {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.section-layout.integration-layout {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.section-layout.section-split-text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
}

.video-layout {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.testimonial-star-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.our-value-card {
  background-color: #1c1c1c;
  border-radius: 1.25rem;
}

.testimonial-client {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.hero-background-wrap {
  pointer-events: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.brands-list-wrapper {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brands-list-wrapper.is-small {
  flex-flow: row-reverse;
  width: 56%;
}

.our-value-icon {
  color: #3b82f6;
  width: 3rem;
  height: 3rem;
}

.rive-animation-wrap {
  width: 100%;
  max-width: 35.5rem;
  height: 100%;
  max-height: 30.3125rem;
}

.pricing-tabs {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.split-text {
  color: #fff;
  text-align: center;
  max-width: 41ch;
}

.our-value-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.hero-visual-shadow {
  pointer-events: none;
  background-image: linear-gradient(#0e121b00 20%, #0e121b99 70%, #0e121b);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0%;
  left: 0%;
}

.pricing-content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.text-style-small {
  letter-spacing: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.6;
}

.integration-section {
  position: relative;
}

.brands-list {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  align-items: stretch;
  min-width: 100%;
  padding-right: 1rem;
  display: flex;
}

.pricing-badge-discount {
  color: #fff;
  background-color: #0e121b;
  border-radius: .25rem;
  padding-left: .25rem;
  padding-right: .25rem;
}

.testimonial-rating-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.testimonial-shadow-left {
  z-index: 3;
  pointer-events: none;
  background-image: linear-gradient(90deg, #0e121b, #0000);
  width: 10%;
  position: absolute;
  inset: 0%;
}

.testimonial-slide {
  padding-right: 1.5rem;
}

.cta-marquee-content {
  grid-column-gap: 2rem;
  color: #fff;
  flex: none;
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  padding-right: 1rem;
  display: flex;
  transform: translate(-70%);
}

.image-wrap {
  position: relative;
}

.benefit-icon-wrap {
  background-color: #222530;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: .75rem;
  display: flex;
}

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

.button-text-reveal {
  transform: translate(0, 80%);
}

.benefits-grid.grid-2-cols {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.our-values-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 5.5rem;
  padding-right: 5.5rem;
  display: flex;
}

.benefits-image {
  width: 100%;
  height: 100%;
}

.testimonial-section-2 {
  position: relative;
}

.pricing-plans {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.pricing-tab-pane {
  position: relative;
}

.benefit-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.benefit-divider {
  background-color: #2b303b;
  width: 100%;
  height: 1px;
}

.testimonial-shadow-right {
  z-index: 3;
  pointer-events: none;
  background-image: linear-gradient(90deg, #0000, #0e121b);
  width: 10%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.brands-item {
  aspect-ratio: 1;
  background-color: #1c1c1c;
  background-image: linear-gradient(135deg, #2f2f30, #202020 50%, #131313);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.cta-marquee-text {
  grid-column-gap: 1rem;
  text-transform: uppercase;
  font-size: 12vw;
  font-weight: 600;
  line-height: 1;
}

.section-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.hero-section-2.is-home {
  border-bottom-right-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
  max-height: 64rem;
  position: relative;
  overflow: hidden;
}

.section-header-title {
  overflow-wrap: normal;
  max-width: 22ch;
  margin-top: 0;
  margin-bottom: 0;
}

.section-header-title.text-color-gradient {
  font-family: var(--font-heading);
  color: var(--alice-blue);
  text-align: center;
  font-size: 72px;
  font-weight: 500;
  line-height: 72px;
}

.button-text-wrap {
  text-align: center;
  flex-flow: column;
  height: 1.5rem;
  display: flex;
}

.our-value-icon-wrapper {
  background-image: linear-gradient(135deg, #262626, #202020 50%, #191919);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.hero-visual-wrap {
  border-radius: 1.5rem 1.5rem 0 0;
  position: relative;
  box-shadow: 0 0 0 10px #ffffff14;
}

.pricing-badge-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--dodger-blue);
}

.hero-blob-left {
  aspect-ratio: 1;
  opacity: .8;
  background-image: radial-gradient(circle at 0 100%, #2590e180, #0000 34%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.benefit-title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-gradient {
  pointer-events: none;
  background-image: linear-gradient(#181b2500, #181b2578 50%, #1c1c1c);
  height: 40%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.benefits-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.testimonial-slide-nav {
  justify-content: center;
  align-items: flex-end;
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.tab-link-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #99a0ae;
  background-color: #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  min-width: 10.625rem;
  padding: .625rem 1rem;
  display: flex;
}

.tab-link-3.w--current {
  font-family: var(--font-paragraph);
  color: #fff;
  background-color: #2b2b2b;
  border-color: #01060d26;
  font-weight: 500;
}

.container-7 {
  width: 100%;
  max-width: 79rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.hero-section-3.is-home {
  border-bottom-right-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
  max-height: 64rem;
  position: relative;
  overflow: hidden;
}

.container-8 {
  width: 100%;
  max-width: 79rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.container-8.padding-top-hero {
  padding-top: 11.875rem;
}

.image-9 {
  border-radius: 24px;
}

.hero-section-4.is-home {
  background-color: #0f0f0f;
  border-bottom-right-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
  max-height: 64rem;
  position: relative;
  overflow: hidden;
}

.body-4 {
  background-color: var(--bg-500);
}

.paragraph-19 {
  font-family: IBM Plex Sans, sans-serif;
}

.container-9 {
  width: 100%;
  max-width: 79rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.text-style-eyebrow-2 {
  color: #3b82f6;
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.container-10 {
  width: 100%;
  max-width: 79rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.container-10.padding-top-main.padding-bottom-main {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.eyebrow-text {
  font-family: var(--font-heading);
  color: var(--dodger-blue);
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.paragraph-20 {
  font-family: var(--font-paragraph);
  color: var(--alice-blue);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.youtube {
  border-radius: 16px;
}

.container-11 {
  width: 100%;
  max-width: 79rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.container-11.padding-top-main.padding-bottom-main {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.text-style-eyebrow-4 {
  font-family: var(--font-heading);
  color: #3b82f6;
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.text-block-10 {
  font-family: var(--font-paragraph);
  color: var(--light-steel-blue);
  font-size: 16px;
}

.text-block-11, .text-block-12, .tag-text-block {
  font-family: var(--font-paragraph);
  color: var(--alice-blue);
  font-size: 16px;
}

.container-12 {
  width: 100%;
  max-width: 79rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.container-12.padding-top-main.padding-bottom-main {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.text-style-eyebrow-5 {
  color: #3b82f6;
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.cta-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 3.5rem;
  display: flex;
}

.cta-text-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.cta-grid-heading.text-color-gradient {
  font-family: var(--font-heading);
  color: var(--alice-blue);
  text-align: center;
  font-size: 64px;
  font-weight: 500;
  line-height: 64px;
}

.cta-container {
  background-color: #1c1c1c;
  border-radius: 1.25rem;
}

.cta-container.grid-2-cols {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #1c1c1c;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cta-layout {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

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

.cta-button-div {
  margin-top: 2rem;
}

.button-primary-ch {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--alice-blue);
  color: var(--bg-500);
  border: 0 solid #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 16px 30px;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.button-primary-ch:hover {
  background-color: var(--light-steel-blue);
  color: #0b0b0b;
}

.hero-blob-center-copy {
  filter: blur(100px);
  mix-blend-mode: plus-lighter;
  background-image: linear-gradient(90deg, #00e0c64d, #00e0c680 50%, #00e0c64d);
  width: 100%;
  min-height: 50%;
  position: absolute;
  inset: auto auto 10%;
}

.hero-blob-left-copy {
  aspect-ratio: 1;
  opacity: .8;
  background-image: radial-gradient(circle at 0 100%, #00e0c680, #0000 34%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-blob-right-copy {
  aspect-ratio: 1;
  opacity: .8;
  background-image: radial-gradient(circle at 100% 100%, #00e0c680, #0000 34%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

@media screen and (min-width: 1440px) {
  .hero-section {
    height: 60vh;
    display: none;
  }

  .hero-block-1 {
    width: 30%;
  }

  .hero-block-2 {
    width: 40%;
  }

  .hero-block-3 {
    width: 30%;
  }

  .hero-text-block-3.outfit {
    font-weight: 400;
  }

  .about-heading-1, .about-heading-2 {
    font-weight: 600;
  }

  .about-block-3 {
    display: none;
  }

  .service-section {
    background-image: url('../images/bg_black_small_1.jpg');
  }

  .service-item-container {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
  }

  .service-item-title {
    font-size: 116px;
  }

  .portfolio-inner-block-1 {
    padding-left: 15%;
  }

  .footer-section {
    background-image: url('../images/bg_black_small_1.jpg');
  }

  .portfolio-inner-block-1-copy {
    padding-left: 15%;
  }

  .lightbox-link {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
  }

  .lightbox-link.video-button {
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 40px;
    padding-right: 40px;
  }

  .video-button.tablet-button {
    opacity: 1;
  }

  .video-button.tablet-button:hover {
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-clip: border-box;
    border-radius: 32px;
  }

  .hero-without-image {
    height: 100%;
  }

  .container-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    max-width: 1200px;
    display: flex;
  }

  .hero-wrapper-two {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .margin-bottom-24px {
    font-weight: 400;
  }

  .heading {
    margin-top: 0;
    font-size: 72px;
    line-height: 80px;
  }

  .navbar-logo-left-2 {
    background-color: #141414b3;
  }

  .container-3 {
    max-width: 1440px;
  }

  .section-01 {
    background-color: #101014;
  }

  .slide {
    background-image: url('../images/Thumbnail.png');
    background-position: 0 0;
    background-size: auto;
    height: 100px;
  }

  .slider {
    height: 100%;
    display: block;
  }

  .slide-2 {
    background-color: #101014;
    background-image: url('../images/Slider0001.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .slide-3 {
    background-color: #101014;
    background-image: url('../images/Slider0001_1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .slide-4 {
    background-color: #101014;
    background-image: url('../images/Slide-01.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .heading-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: var(--bg-100);
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    font-family: Outfit, sans-serif;
    display: flex;
    position: static;
  }

  .div-block-4 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    display: flex;
  }

  .container-5 {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-style-h2.text-color-gradient {
    font-family: var(--font-heading);
  }

  .pricing-plan {
    background-color: #1c1c1c;
  }

  .pricing-plan.is-popular {
    box-shadow: inset 0 0 0 1px #00bfff;
  }

  .our-value-tag {
    background-color: #1c1c1c;
  }

  .pricing-badge {
    background-color: var(--bg-500);
  }

  .tabs-menu-3 {
    background-color: #1c1c1c;
  }

  .our-value-tag-icon {
    color: var(--dodger-blue);
  }

  .pricing-tab-badge {
    background-color: #2f2f2f;
  }

  .brands-item {
    background-color: #1c1c1c;
    background-image: linear-gradient(135deg, #2c2c2c, #222 50%, #19191a);
  }

  .section-header-title.text-color-gradient {
    font-size: 72px;
    line-height: 72px;
  }

  .tab-link-3.w--current {
    background-color: #2f2f2f;
  }

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

  .paragraph-20, .text-block-10 {
    color: var(--light-steel-blue);
  }

  .container-12.padding-top-main.padding-bottom-main {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .text-block-13, .text-block-14 {
    font-family: var(--font-paragraph);
  }

  .button-primary-ch {
    background-color: var(--deep-sky-blue);
  }
}

@media screen and (max-width: 991px) {
  .navbar-section {
    padding-right: var(--padding-horizontal-section-tablet);
    padding-bottom: 10px;
    padding-left: var(--padding-horizontal-section-tablet);
  }

  .navbar-logo {
    font-size: 52px;
  }

  .navbar-block-2 {
    grid-column-gap: 74px;
    grid-row-gap: 74px;
  }

  .navbar-inner-block, .navbar-menu-link {
    font-size: 14px;
  }

  .navbar-menu-logo {
    width: 14px;
  }

  .navbar-menu {
    overflow: hidden;
  }

  .navbar-menu-text-block {
    font-size: 12px;
  }

  .nav-link {
    font-size: 83px;
  }

  .navbar-menu-info {
    font-size: 14px;
    font-weight: 500;
  }

  .navbar-menu-inner-block-2 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
  }

  .nav-link-icon {
    width: 46px;
    height: 56px;
    right: -62px;
  }

  .navbar-menu-link-close {
    font-size: 14px;
  }

  .hero-section {
    height: 60vh;
    padding-right: var(--padding-horizontal-section-tablet);
    padding-left: var(--padding-horizontal-section-tablet);
  }

  .hero-container {
    flex-flow: column;
  }

  .hero-block-1 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .hero-inner-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-desc-text-block-1 {
    text-align: center;
    font-size: 18px;
  }

  .hero-block-2 {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-block-3 {
    width: 100%;
    padding-left: 0;
  }

  .hero-text-block-3 {
    text-align: center;
    font-size: 40px;
  }

  .hero-text-block-3.outfit {
    font-size: 48px;
  }

  .cube-wrapper {
    width: 150px;
    height: 150px;
  }

  .cube-back {
    width: 150px;
    height: 150px;
    transform: translate3d(0, 0, -75px);
  }

  .cube-bottom {
    width: 150px;
    height: 150px;
    transform: translate(0, 75px)rotateX(90deg)rotateY(0)rotateZ(0);
  }

  .cube-right {
    width: 150px;
    height: 150px;
    transform: translate(75px)rotateX(0)rotateY(90deg)rotateZ(0);
  }

  .cube-left {
    width: 150px;
    height: 150px;
    transform: translate(-75px)rotateX(0)rotateY(90deg)rotateZ(0);
  }

  .cube-top {
    width: 150px;
    height: 150px;
    transform: translate(0, -75px)rotateX(90deg)rotateY(0)rotateZ(0);
  }

  .cube-front {
    width: 150px;
    height: 150px;
    transform: translate3d(0, 0, 75px);
  }

  .hero-button {
    display: none;
  }

  .hero-block-4 {
    margin-top: 60px;
  }

  .hero-inner-block-2 {
    margin-top: 40px;
  }

  .about-section {
    padding-right: var(--padding-horizontal-section-tablet);
    padding-left: var(--padding-horizontal-section-tablet);
  }

  .about-container {
    padding-bottom: 0;
  }

  .about-heading-1 {
    font-size: 60px;
  }

  .about-text-block {
    font-size: 28px;
    line-height: 1.1em;
  }

  .about-heading-2 {
    font-size: 60px;
  }

  .about-icon-1, .about-icon-2 {
    width: 50px;
    height: 50px;
  }

  .about-block-3 {
    height: 480px;
  }

  .about-text-background {
    font-size: 50px;
    bottom: 85px;
  }

  .service-section {
    padding-right: var(--padding-horizontal-section-tablet);
    padding-left: var(--padding-horizontal-section-tablet);
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: 200%;
  }

  .service-block-1 {
    margin-bottom: 0;
  }

  .service-icon {
    width: 40px;
    height: 40px;
  }

  .service-text-block {
    font-size: 20px;
  }

  .service-item-container {
    margin-top: 30px;
  }

  .service-item-block-1 {
    width: 15%;
  }

  .service-item-block-2 {
    width: 55%;
  }

  .service-item-block-3 {
    width: 30%;
    padding-left: 30px;
  }

  .service-item-image {
    height: 100%;
  }

  .service-item-text-block {
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 400;
  }

  .service-item-title {
    font-size: 56px;
    font-weight: 600;
  }

  .work-section {
    padding: 60px var(--padding-horizontal-section-tablet);
  }

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

  .work-text-block-2 {
    font-size: 37px;
  }

  .stage {
    width: 16rem;
    height: 16rem;
  }

  .scene---sticky {
    height: 70dvh;
  }

  .text-block-2 {
    font-size: 4.2rem;
    line-height: 1.1;
  }

  .work-item-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    left: 0%;
  }

  .work-item-label {
    font-size: 1.2rem;
  }

  .work-item-title {
    font-size: 3.3rem;
  }

  .work-item-text {
    font-size: 1rem;
  }

  .portfolio-section {
    padding-top: 100px;
    padding-right: var(--padding-horizontal-section-tablet);
    padding-left: var(--padding-horizontal-section-tablet);
  }

  .service-item-image-wrapper {
    height: 380px;
  }

  .portfolio-inner-block-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 10%;
  }

  .portfolio-item-image-wrapper {
    width: 300px;
    height: 300px;
  }

  .portfolio-item-client {
    font-size: 20px;
  }

  .portfolio-item-category, .portfolio-item-year {
    font-size: 16px;
  }

  .portfolio-item-line {
    width: 20px;
    margin-top: .6em;
  }

  .portfolio-item-inner-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .portfolio-item-text-block-1 {
    width: 100%;
    font-size: 16px;
  }

  .portfolio-item-text-block-1.left-block {
    width: 90%;
  }

  .portfolio-item-text-block-1.second-block {
    width: 80%;
  }

  .portfolio-item-text-block-2 {
    font-size: 16px;
  }

  .portfolio-inner-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0%;
  }

  .marquee-text-block-1, .marquee-text-block-2 {
    font-size: 80px;
  }

  .testimonial-section {
    padding-right: var(--padding-horizontal-section-tablet);
    padding-left: var(--padding-horizontal-section-tablet);
  }

  .testimonial-icon {
    width: 40px;
    height: 40px;
  }

  .footer-section {
    padding-top: 100px;
    padding-right: var(--padding-horizontal-section-tablet);
    padding-left: var(--padding-horizontal-section-tablet);
  }

  .footer-inner-block-1 {
    width: 52%;
  }

  .footer-heading {
    font-size: 48px;
  }

  .footer-text-block {
    font-size: 20px;
  }

  .footer-inner-block-2 {
    width: 48%;
    padding-left: 20px;
  }

  .text-field, .textarea {
    font-size: 14px;
  }

  .submit-button {
    font-size: 16px;
  }

  .footer-inner-block-3 {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
  }

  .footer-info {
    font-size: 14px;
    font-weight: 500;
  }

  .footer-inner-block-6 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
  }

  .footer-inner-block-6.badges-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-text-copyright {
    font-size: 12px;
  }

  .footer-inner-block-7 {
    width: 25%;
  }

  .footer-icon {
    width: 50px;
    height: 50px;
  }

  .footer-link-up {
    flex: 0 auto;
    padding: 16px;
  }

  .footer-link-up-icon {
    width: 20px;
    height: 20px;
  }

  .image-popup-wrapper {
    width: 80%;
    height: 500px;
  }

  ._404-container {
    justify-content: center;
    align-items: center;
  }

  ._404-text-block-1, ._404-text-block-2 {
    font-size: 90px;
  }

  ._404-link-block-line {
    height: 6px;
  }

  ._404-text-block-3 {
    font-size: 514px;
    line-height: 1em;
    top: auto;
  }

  .hero-blog-section {
    padding: 220px var(--padding-horizontal-section-tablet) 60px;
  }

  .hero-blog-inner-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .blog-title {
    width: 100%;
    font-size: 44px;
  }

  .blog-category {
    font-size: 12px;
  }

  .privacy-policy {
    padding-top: 100px;
    padding-right: var(--padding-horizontal-section-tablet);
    padding-left: var(--padding-horizontal-section-tablet);
  }

  .blog-single-block {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
  }

  .blog-single-item-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog-single-title {
    font-size: 40px;
  }

  .blog-single-paragraph {
    font-size: 18px;
  }

  .blog-additional-image {
    height: 400px;
  }

  .testimonial-block-2 {
    margin-bottom: -250px;
  }

  .testimonial-circle {
    width: 500px;
    height: 500px;
  }

  .testimonial-tab-block {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    font-size: 60px;
  }

  .style-color-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .style-color-text-1 {
    font-size: 12px;
  }

  .tabs-content {
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
  }

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

  .tabs-menu {
    background-color: #141414;
    border-radius: 100px;
    flex-flow: row;
    width: auto;
  }

  .style-label {
    padding: 10px 20px;
    font-size: 16px;
  }

  .style-link {
    font-size: 14px;
  }

  .button-primary-v1-icon {
    width: 36px;
    height: 36px;
    padding: 0;
  }

  .button-primary-v1 {
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    font-size: 18px;
  }

  .button-primary-v1.button-with-icon {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .style-heading-4 {
    font-size: 32px;
  }

  .button-primary-special-v3-icon {
    width: 36px;
    height: 36px;
    padding: 8px;
  }

  .tab-link {
    border-bottom-style: none;
    border-right: 1px solid #f1f1f1;
    padding: 0 30px;
    font-size: 18px;
  }

  .tab-link.w--current {
    padding: 0 30px;
  }

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

  .style-text-1 {
    font-size: 20px;
  }

  .style-title {
    font-size: 28px;
  }

  .style-color-text-2 {
    font-size: 12px;
  }

  .button-primary-v1-hover {
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    font-size: 18px;
  }

  .style-guide-section {
    padding-bottom: 140px;
    padding-left: 0;
    padding-right: 0;
  }

  .button-primary-v3-shadow {
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    font-size: 16px;
  }

  .button-primary-v3-shadow.button-with-icon {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.645, .045, .355, 1);
  }

  .style-color-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .button-secondary {
    font-size: 16px;
  }

  .style-link-icon {
    width: 18px;
    height: 18px;
  }

  .style-text-2 {
    font-size: 20px;
  }

  .tabs-menu-2 {
    background-color: #141414;
    border-radius: 0;
    flex-flow: row;
    width: 100%;
  }

  .tab-link-2 {
    border-bottom-style: none;
    border-right: 1px solid #f1f1f1;
    padding: 0 30px;
    font-size: 18px;
  }

  .tab-link-2.w--current {
    padding: 0 30px;
  }

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

  .style-title-2 {
    font-size: 28px;
  }

  .style-label-2 {
    padding: 10px 20px;
    font-size: 16px;
  }

  .style-heading-8 {
    font-size: 32px;
  }

  .style-color-text-3, .style-color-text-4 {
    font-size: 12px;
  }

  .blog-single-section-2 {
    padding-top: 100px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-logo {
    overflow: hidden;
  }

  .page-padding.s0 {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .logo_component-slider {
    grid-column-gap: 4rem;
  }

  .logo-slider-img {
    width: 174px;
  }

  .text-span-2 {
    font-size: 48px;
  }

  .partner-section {
    padding-right: var(--padding-horizontal-section-tablet);
    padding-left: var(--padding-horizontal-section-tablet);
  }

  .section-logo-2 {
    overflow: hidden;
  }

  .logo-slider-img-2, .logo-slider-img-3 {
    width: 174px;
  }

  .section-logo-3 {
    overflow: hidden;
  }

  .logo-slider-img-4 {
    width: 174px;
  }

  .logo-slider-img-5 {
    width: auto;
  }

  .menu-button {
    margin-right: -12px;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--new-car);
    color: #fff;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    overflow: visible;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-two {
    background-color: var(--alice-blue);
    border-radius: 16px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .navbar-logo-left {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-link-2 {
    color: var(--bg-500);
    padding-left: 5px;
    padding-right: 5px;
  }

  .icon {
    color: #f0f8ff;
    font-size: 32px;
  }

  .work-block-2 {
    height: 480px;
    margin-top: 40px;
    overflow: hidden;
  }

  .work-block-2.title {
    width: auto;
    height: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .work-text-block-3 {
    font-size: 37px;
  }

  .work-text-block-4 {
    font-size: 20px;
  }

  .work-item-label-2 {
    font-size: 1.2rem;
  }

  .text-block-9 {
    font-size: 4.2rem;
    line-height: 1.1;
  }

  .work-item-title-2 {
    font-size: 3.3rem;
  }

  .work-item-text-2 {
    font-size: 1rem;
  }

  .work-section-2 {
    padding: 100px var(--padding-horizontal-section-tablet);
    display: none;
  }

  .work-section-2.mobile {
    display: block;
  }

  .div-block-2 {
    justify-content: center;
    align-items: flex-end;
  }

  .badge {
    height: 80px;
  }

  .portfolio-inner-block-1-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 10%;
  }

  .video-button.tablet-button {
    height: 48px;
  }

  .background-video-2 {
    width: 100%;
    height: 100%;
  }

  .hero-without-image {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-2 {
    max-width: 728px;
  }

  .margin-bottom-24px {
    font-size: 16px;
    line-height: 1.2em;
  }

  .heading {
    font-size: 60px;
    line-height: 1.1em;
  }

  .navbar-logo-left-container-2.shadow-three {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-3 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    background-color: var(--bg-500);
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link-3.dropdown {
    color: var(--bg-500);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

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

  .menu-button-2.w--open {
    background-color: var(--slate-gray);
    color: var(--bg-500);
  }

  .icon-2 {
    color: var(--alice-blue);
    font-size: 32px;
  }

  .display-heading-1 {
    font-size: 4rem;
  }

  .hp-hero-image-wrapper {
    width: 50%;
  }

  .paragraph-18 {
    background-color: #14141499;
    font-size: 1rem;
  }

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

  .section-3.section-hp-hero {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-text-wrapper {
    justify-content: flex-start;
    align-items: center;
    max-width: 36rem;
  }

  .container-5 {
    max-width: 728px;
  }

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

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

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

  .rl_gallery3_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

  .rl_gallery3_gallery-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: minmax(auto, 240px);
  }

  .rl-padding-global {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .rl-heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .rl_contact1_spacing-block-3 {
    padding-bottom: 2.5rem;
  }

  .video-grid-content {
    padding: 2rem;
  }

  .cta-marquee-icon {
    width: 2rem;
    height: 2rem;
  }

  .video-grid.grid-2-cols {
    grid-template-columns: 1fr;
  }

  .testimonial-mask {
    width: 50%;
  }

  .testimonial-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .features-card-text-wrap {
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-blob-center {
    bottom: 0%;
  }

  .our-value-content {
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .benefits-grid.grid-2-cols {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .our-values-row {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .pricing-plans {
    grid-template-columns: 1fr;
  }

  .hero-section-2.is-home, .hero-section-3.is-home, .hero-section-4.is-home {
    max-height: 64rem;
  }

  .cta-content {
    padding: 2rem;
  }

  .hero-blob-center-copy {
    bottom: 0%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-section {
    padding-right: var(--padding-horizontal-section-mobilel);
    padding-bottom: 0;
    padding-left: var(--padding-horizontal-section-mobilel);
  }

  .navbar-logo {
    font-size: 42px;
  }

  .navbar-inner-block {
    display: none;
  }

  .nav-link {
    font-size: 56px;
  }

  .navbar-menu-block-3 {
    grid-column-gap: 76px;
    grid-row-gap: 76px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .navbar-menu-block-5 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    justify-content: flex-start;
    align-items: center;
  }

  .navbar-menu-inner-block-1 {
    justify-content: flex-start;
    align-items: center;
  }

  .navbar-menu-block-4 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .navbar-menu-inner-block-2 {
    flex-flow: row;
  }

  .nav-link-icon {
    width: 34px;
    height: 36px;
    right: -50px;
  }

  .hero-section {
    height: 80vh;
    padding-right: var(--padding-horizontal-section-mobilel);
    padding-left: var(--padding-horizontal-section-mobilel);
  }

  .hero-inner-block {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .hero-desc-text-block-1 {
    font-size: 16px;
  }

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

  .hero-text-block-3.outfit {
    font-size: 48px;
    font-weight: 500;
  }

  .hero-block-4 {
    justify-content: flex-start;
    align-items: center;
  }

  .about-section {
    padding: 100px var(--padding-horizontal-section-mobilel);
  }

  .about-container {
    padding-bottom: 0;
  }

  .about-inner-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .about-heading-1 {
    letter-spacing: 0;
    font-size: 48px;
  }

  .about-text-block {
    font-size: 24px;
    line-height: 1em;
  }

  .about-block-2 {
    margin-top: 20px;
  }

  .about-heading-2 {
    letter-spacing: 0;
    font-size: 48px;
  }

  .about-icon-1, .about-icon-2 {
    width: 36px;
    height: 36px;
  }

  .about-block-3 {
    height: 300px;
  }

  .about-text-background {
    font-size: 32px;
    bottom: 58px;
    right: 30px;
  }

  .service-section {
    padding-right: var(--padding-horizontal-section-mobilel);
    padding-left: var(--padding-horizontal-section-mobilel);
  }

  .service-inner-block {
    justify-content: space-between;
    width: 58%;
  }

  .service-item {
    flex-flow: column;
  }

  .service-item-block-1 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .service-item-block-2 {
    width: 100%;
  }

  .service-item-block-3 {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }

  .service-item-image {
    height: 100%;
  }

  .service-item-text-block {
    text-align: left;
  }

  .service-item-title {
    white-space: normal;
    font-weight: 500;
  }

  .work-section {
    padding-right: var(--padding-horizontal-section-mobilel);
    padding-left: var(--padding-horizontal-section-mobilel);
  }

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

  .work-text-block-2 {
    text-align: center;
    font-size: 28px;
  }

  .stage---item.x-04 {
    font-size: 3rem;
  }

  .stage {
    width: 10rem;
    height: 10rem;
  }

  .work-item-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    left: -25%;
  }

  .work-item-label {
    font-size: 1rem;
  }

  .work-item-title {
    font-size: 2.3rem;
  }

  .work-item-text {
    font-size: .7rem;
  }

  .portfolio-section {
    padding-right: var(--padding-horizontal-section-mobilel);
    padding-left: var(--padding-horizontal-section-mobilel);
    overflow: hidden;
  }

  .service-item-image-wrapper {
    height: 260px;
  }

  .portfolio-block {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .portfolio-inner-block-1 {
    padding-left: 0%;
  }

  .portfolio-item-block-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .portfolio-item-image-wrapper {
    width: 280px;
  }

  .portfolio-item-inner-block-1 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .portfolio-item-block-2 {
    flex-flow: column;
    top: 100px;
    bottom: 100px;
  }

  .marquee-text-block-1, .marquee-text-block-2 {
    font-size: 60px;
  }

  .testimonial-section {
    padding-right: var(--padding-horizontal-section-mobilel);
    padding-left: var(--padding-horizontal-section-mobilel);
  }

  .testimonial-block-1 {
    margin-bottom: 60px;
  }

  .testimonial-inner-block {
    justify-content: space-between;
    width: 58%;
  }

  .footer-section {
    padding-right: var(--padding-horizontal-section-mobilel);
    padding-left: var(--padding-horizontal-section-mobilel);
  }

  .footer-block-1 {
    flex-flow: column;
  }

  .footer-inner-block-1 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .footer-heading {
    text-align: center;
    font-size: 48px;
    line-height: 1.1em;
  }

  .footer-inner-block-2 {
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
  }

  .footer-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .footer-inner-block-3 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-inner-block-4 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-inner-block-5 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-inner-block-6 {
    flex-flow: row;
  }

  .footer-inner-block-6.badges-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
  }

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

  .footer-inner-block-7 {
    border-left-style: none;
    border-right-style: none;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .footer-icon {
    display: none;
  }

  .footer-link-up {
    align-self: auto;
  }

  .image-popup-wrapper {
    width: 90%;
    height: 430px;
  }

  ._404-container {
    padding-top: 220px;
    padding-bottom: 220px;
  }

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

  ._404-marquee-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  ._404-link-block-line {
    height: 4px;
  }

  ._404-text-block-3 {
    font-size: 376px;
  }

  .hero-blog-section {
    padding-right: var(--padding-horizontal-section-mobilel);
    padding-left: var(--padding-horizontal-section-mobilel);
  }

  .hero-blog-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .hero-blog-inner-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .blog-title {
    font-size: 40px;
    line-height: 1.2em;
  }

  .privacy-policy {
    padding-top: 60px;
    padding-right: var(--padding-horizontal-section-mobilel);
    padding-left: var(--padding-horizontal-section-mobilel);
  }

  .blog-single-title {
    font-size: 30px;
  }

  .blog-single-paragraph {
    font-size: 16px;
  }

  .blog-single-icon {
    margin-top: 6px;
  }

  .blog-additional-image {
    height: 340px;
  }

  .testimonial-block-2 {
    margin-bottom: -200px;
  }

  .testimonial-item {
    width: 100%;
    margin-bottom: 140px;
    padding-bottom: 0;
  }

  .testimonial-item-name, .testimonial-item-position {
    font-size: 18px;
  }

  .testimonial-item-value {
    margin-bottom: 40px;
    font-size: 20px;
  }

  .testimonial-item-image {
    width: 125px;
    bottom: -10%;
  }

  .testimonial-circle {
    width: 400px;
    height: 400px;
  }

  .testimonial-tab-block {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    font-size: 46px;
  }

  .button-secondary-icon {
    width: 20px;
    height: 20px;
  }

  .style-color-item {
    width: 15%;
  }

  .style-color-text-1 {
    font-size: 14px;
  }

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

  .style-label {
    font-size: 14px;
  }

  .style-link {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    font-size: 14px;
  }

  .button-primary-v1 {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
  }

  .style-heading-4 {
    font-size: 28px;
  }

  .style-content {
    padding: 20px;
  }

  .style-title {
    font-size: 24px;
  }

  .button-primary-v1-hover {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
  }

  .style-guide-section {
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .style-color-block {
    flex-flow: wrap;
  }

  .button-secondary {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: #14141499;
    font-size: 15px;
  }

  .style-link-icon {
    width: 18px;
    height: 18px;
  }

  .tabs-menu-2 {
    justify-content: center;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link-2.w--current {
    font-size: 16px;
  }

  .style-title-2 {
    font-size: 24px;
  }

  .style-label-2 {
    font-size: 14px;
  }

  .text-block-6 {
    font-size: 18px;
  }

  .style-heading-8 {
    font-size: 28px;
  }

  .button-primary-geo {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .text-block-7 {
    font-size: 18px;
  }

  .style-color-text-4 {
    font-size: 14px;
  }

  .text-block-8 {
    font-size: 18px;
  }

  .blog-single-section-2 {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .page-padding.s0 {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-slider-img {
    width: 125px;
  }

  .text-span-2 {
    font-size: 48px;
  }

  .partner-section {
    padding-right: var(--padding-horizontal-section-mobilel);
    padding-left: var(--padding-horizontal-section-mobilel);
  }

  .partner-inner-block {
    justify-content: space-between;
    width: 58%;
  }

  .logo-slider-img-2, .logo-slider-img-3, .logo-slider-img-4 {
    width: 125px;
  }

  .logo-slider-img-5 {
    width: auto;
    height: 72px;
  }

  .nav-menu-two {
    background-color: var(--alice-blue);
    border-radius: 16px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .contact-us-button {
    margin-top: 10px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .nav-link-2 {
    color: var(--bg-500);
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .work-block-2 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    height: 320px;
    margin-left: 0;
    padding-left: 0;
    display: block;
  }

  .work-text-block-3 {
    text-align: center;
    font-size: 28px;
  }

  .work-item-label-2 {
    font-size: 1rem;
  }

  .work-item-title-2 {
    font-size: 2.3rem;
  }

  .work-item-text-2 {
    font-size: .7rem;
  }

  .work-section-2 {
    padding-left: 40px;
    padding-right: 40px;
    display: none;
    overflow: hidden;
  }

  .work-section-2.mobile {
    display: block;
  }

  .div-block-2 {
    justify-content: center;
    align-items: flex-end;
  }

  .portfolio-inner-block-1-copy {
    padding-left: 0%;
  }

  .lightbox-link {
    justify-content: flex-end;
    align-items: center;
    padding-right: 0;
  }

  .background-video-2 {
    width: auto;
    height: 100%;
    margin-left: 0;
    padding-left: 0;
    display: block;
  }

  .background-video-3 {
    height: 100vh;
  }

  .hero-without-image {
    padding: 60px 40px;
  }

  .heading {
    font-size: 48px;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    background-color: var(--bg-500);
    border-radius: 20px;
    flex-direction: column;
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 30px;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .div-block-3 {
    display: none;
  }

  .display-heading-1 {
    font-size: 3rem;
  }

  .hp-hero-image-wrapper {
    opacity: .75;
  }

  .paragraph-18 {
    background-color: #14141499;
    line-height: 1.5rem;
  }

  .hp-hero_text-wrapper {
    margin-bottom: 1rem;
  }

  .section-3.section-hp-hero {
    background-position: 100%;
    background-size: cover;
  }

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

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

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

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

  .rl_gallery3_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .rl_gallery3_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl_gallery3_lightbox-link {
    height: 320px;
  }

  .rl_gallery3_gallery-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl-padding-global {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .body-2 {
    overflow: visible;
  }

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

  .rl-heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .rl_contact1_spacing-block-3 {
    padding-bottom: 2rem;
  }

  .rl_contact1_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl-padding-global-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .rl_contact1_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .video-grid-content {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .our-value-top {
    padding-top: 2rem;
  }

  .cta-marquee-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .our-values-grid.grid-3-cols {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .video-grid.grid-2-cols {
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .pricing-plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .testimonial-mask {
    width: 80%;
  }

  .testimonial-slider {
    padding-bottom: 5rem;
    transform: translate(0%);
  }

  .features-card-text-wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pricing-tab-badge {
    padding: .125rem .5rem;
  }

  .testimonial-client {
    width: 100%;
  }

  .our-values-row {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-plans {
    grid-template-columns: 1fr;
  }

  .benefit-title {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 1.25rem;
  }

  .testimonial-slide-nav {
    transform: translate(0%);
  }

  .cta-content {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .cta-container.grid-2-cols {
    grid-row-gap: 2.5rem;
  }

  .button-primary-ch {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-section {
    padding-right: var(--padding-horizontal-section-mobile);
    padding-bottom: 10px;
    padding-left: var(--padding-horizontal-section-mobile);
  }

  .navbar-logo {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    font-size: 28px;
  }

  .navbar-block-1 {
    padding-bottom: 20px;
  }

  .navbar-menu-link {
    font-size: 12px;
  }

  .navbar-menu-logo {
    width: 12px;
    height: 12px;
  }

  .navbar-menu-text-block {
    text-align: center;
  }

  .nav-link {
    font-size: 40px;
  }

  .navbar-menu-block-3 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .navbar-menu-block-5 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .navbar-menu-inner-block-1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .navbar-menu-block-4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .navbar-menu-inner-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .nav-link-icon {
    width: 24px;
    height: 26px;
    right: -36px;
  }

  .navbar-menu-link-close {
    font-size: 12px;
  }

  .hero-section {
    padding: 40px var(--padding-horizontal-section-mobile);
  }

  .hero-text-block-3 {
    font-size: 32px;
    line-height: 1.2em;
  }

  .hero-text-block-3.outfit {
    font-size: 32px;
    font-weight: 500;
  }

  .hero-block-4 {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-inner-block-3 {
    width: 50%;
  }

  .hero-text-block-2 {
    font-size: 14px;
  }

  .about-section {
    padding: 60px var(--padding-horizontal-section-mobile);
  }

  .about-container {
    padding-bottom: 0;
  }

  .about-heading-1 {
    font-size: 32px;
    font-weight: 500;
  }

  .about-text-block {
    font-size: 18px;
  }

  .about-heading-2 {
    font-size: 32px;
    font-weight: 500;
  }

  .about-icon-1, .about-icon-2 {
    width: 28px;
    height: 28px;
  }

  .about-block-3 {
    height: 200px;
  }

  .about-text-background {
    font-size: 24px;
    bottom: 32px;
    right: 20px;
  }

  .service-section {
    padding: 60px var(--padding-horizontal-section-mobile);
  }

  .service-inner-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 60%;
  }

  .service-icon {
    width: 32px;
    height: 32px;
  }

  .service-text-block {
    font-size: 16px;
  }

  .service-item-container {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

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

  .service-item-image {
    height: 100%;
  }

  .service-item-text-block {
    text-align: left;
  }

  .service-item-title {
    font-size: 32px;
  }

  .work-section {
    padding-right: var(--padding-horizontal-section-mobile);
    padding-left: var(--padding-horizontal-section-mobile);
  }

  .work-text-block {
    font-size: 14px;
  }

  .work-text-block-2 {
    font-size: 24px;
  }

  .work-animate-block {
    margin-bottom: 40px;
  }

  .stage---item.x-02 {
    right: 30%;
  }

  .stage---item.x-03 {
    left: 30%;
  }

  .stage---item.x-00, .stage---item.x-02 {
    right: 30%;
  }

  .stage---item.x-01, .stage---item.x-03 {
    left: 30%;
  }

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

  .work-item-block {
    left: 0%;
  }

  .work-item-label {
    font-size: .8rem;
  }

  .work-item-title {
    font-size: 1.9rem;
  }

  .portfolio-section {
    padding: 60px var(--padding-horizontal-section-mobile);
  }

  .service-item-image-wrapper {
    height: 180px;
  }

  .portfolio-block {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .portfolio-inner-block-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .portfolio-item-image-wrapper {
    width: auto;
  }

  .portfolio-item-client {
    font-size: 20px;
  }

  .portfolio-item-block-2 {
    position: static;
  }

  .portfolio-item-inner-block-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .portfolio-item-text-block-1.second-block {
    width: 100%;
  }

  .portfolio-inner-block-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .marquee-text-block-1, .marquee-text-block-2 {
    font-size: 40px;
  }

  .testimonial-section {
    padding-right: var(--padding-horizontal-section-mobile);
    padding-left: var(--padding-horizontal-section-mobile);
  }

  .testimonial-block-1 {
    margin-bottom: 60px;
  }

  .testimonial-inner-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 60%;
  }

  .testimonial-icon {
    width: 32px;
    height: 32px;
  }

  .testimonial-text-block {
    font-size: 14px;
  }

  .footer-section {
    padding-right: var(--padding-horizontal-section-mobile);
    padding-left: var(--padding-horizontal-section-mobile);
  }

  .footer-heading {
    font-size: 40px;
    font-weight: 500;
  }

  .footer-text-block {
    font-size: 18px;
  }

  .form {
    grid-template-rows: auto auto auto auto;
  }

  .footer-block-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-inner-block-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-inner-block-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .footer-inner-block-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-inner-block-5.social {
    flex-flow: row;
  }

  .footer-inner-block-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

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

  .hero-popup-wrapper {
    padding-top: 100px;
  }

  .image-popup-wrapper {
    width: 100%;
    height: 310px;
  }

  ._404-text-block-1, ._404-text-block-2 {
    font-size: 40px;
  }

  ._404-link-block {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  ._404-link-block-line {
    height: 2px;
  }

  ._404-text-block-3 {
    font-size: 227px;
  }

  .hero-blog-section {
    padding-top: 140px;
    padding-right: var(--padding-horizontal-section-mobile);
    padding-left: var(--padding-horizontal-section-mobile);
  }

  .hero-blog-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-blog-inner-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .blog-date {
    font-size: 16px;
  }

  .blog-title {
    font-size: 32px;
  }

  .blog-image {
    object-position: 47% 50%;
  }

  .navbar-block-1-copy {
    padding-bottom: 20px;
  }

  .hero-blog-shadow {
    background-image: linear-gradient(#000000ad, #0000004d 50%, #000000c9);
  }

  .privacy-policy {
    padding-right: var(--padding-horizontal-section-mobile);
    padding-left: var(--padding-horizontal-section-mobile);
  }

  .blog-single-item-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .blog-single-title {
    font-size: 28px;
  }

  .blog-single-icon {
    width: 8px;
    height: 8px;
    margin-top: 7px;
  }

  .blog-additional-image {
    height: 250px;
  }

  .blog-single-social-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 20px;
  }

  .social-icon-1 {
    width: 26px;
    height: 26px;
  }

  .social-icon-2 {
    width: 20px;
    height: 20px;
  }

  .testimonial-block-2 {
    margin-bottom: -125px;
  }

  .testimonial-item {
    background-size: 100% 100%;
    margin-bottom: 160px;
    padding-bottom: 40px;
  }

  .testimonial-item-name {
    font-size: 16px;
  }

  .testimonial-item-position {
    font-size: 16px;
    line-height: 1.2em;
  }

  .testimonial-item-value {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .testimonial-item-image {
    width: 110px;
    height: 110px;
    bottom: -30%;
  }

  .testimonial-circle {
    width: 250px;
    height: 250px;
  }

  .testimonial-tab-block {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    font-size: 30px;
  }

  .testimonial-tab-block._01 {
    bottom: 40%;
    left: -13%;
  }

  .testimonial-tab-block._05 {
    bottom: 40%;
    right: -14%;
  }

  .style-color-item {
    width: 30%;
  }

  .style-label-2 {
    padding: 6px 20px;
    font-size: 12px;
  }

  .style-subheading-1 {
    font-size: 40px;
  }

  .style-subheading-5 {
    font-size: 28px;
  }

  .style-heading-1 {
    font-size: 48px;
  }

  .tabs-menu {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .style-label {
    font-size: 12px;
  }

  .style-subheading-3 {
    font-size: 34px;
  }

  .style-heading-3 {
    font-size: 40px;
  }

  .style-heading-2 {
    font-size: 42px;
  }

  .style-link {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    font-size: 14px;
  }

  .style-subheading-2 {
    font-size: 38px;
  }

  .style-heading-5 {
    font-size: 36px;
  }

  .style-block-2 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button-primary-v1 {
    font-size: 16px;
  }

  .button-primary-v1-text {
    font-size: 14px;
  }

  .button-primary-special-v3-icon {
    width: 26px;
    height: 26px;
    padding: 4px;
  }

  .tab-link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .tab-link.w--current, .tab-link.tab-link-no-border.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .style-subheading-4 {
    font-size: 30px;
  }

  .style-block-1 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .style-title {
    font-size: 20px;
  }

  .style-subheading-6 {
    font-size: 26px;
  }

  .button-primary-v1-hover {
    font-size: 14px;
  }

  .style-guide-section {
    padding-left: 0;
    padding-right: 0;
  }

  .button-primary-v3-shadow {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .button-secondary {
    padding: 10px 20px;
    font-size: 14px;
  }

  .style-link-icon {
    width: 20px;
    height: 20px;
  }

  .tabs-menu-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-2 {
    text-align: center;
    border-top: 1px solid #ffffff14;
    border-bottom-style: solid;
    border-bottom-color: #ffffff14;
    border-right-style: none;
    padding: 15px 10px;
    font-size: 14px;
  }

  .tab-link-2.w--current {
    border-top-style: none;
    border-bottom: 0 #6c6c6c;
    border-right-style: none;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-2.tab-link-no-border {
    border-top-style: none;
    border-top-width: 0;
    border-bottom: 0 #ffffff14;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tab-link-2.tab-link-no-border.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .style-subheading-10 {
    font-size: 30px;
  }

  .style-title-2 {
    font-size: 20px;
  }

  .style-block-3 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .style-label-2 {
    font-size: 12px;
  }

  .style-heading-7 {
    font-size: 36px;
  }

  .style-subheading-1-2 {
    font-size: 40px;
  }

  .button-primary-geo {
    text-align: center;
    padding: 10px 20px;
    font-size: 20px;
  }

  .style-heading-9 {
    font-size: 48px;
  }

  .style-heading-10 {
    font-size: 40px;
  }

  .style-subheading-12 {
    font-size: 38px;
  }

  .style-label-2-2 {
    padding: 6px 20px;
    font-size: 12px;
  }

  .style-heading-12 {
    font-size: 42px;
  }

  .style-subheading-13 {
    font-size: 28px;
  }

  .style-block-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .style-subheading-14 {
    font-size: 34px;
  }

  .style-subheading-15 {
    font-size: 26px;
  }

  .blog-single-section-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .page-padding.s0 {
    box-sizing: border-box;
    object-fit: fill;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .padding-vertical.padding-xxlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .logo_component-slider {
    box-sizing: border-box;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: visible;
  }

  .logo-slider-img {
    width: 100px;
  }

  .text-span-2 {
    font-size: 40px;
    font-weight: 600;
  }

  .partner-section {
    padding: 60px var(--padding-horizontal-section-mobile);
  }

  .partner-inner-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 60%;
  }

  .logo-slider-img-2, .logo-slider-img-3, .logo-slider-img-4 {
    width: 100px;
  }

  .container-large-5 {
    box-sizing: border-box;
  }

  .logo-slider-img-5 {
    width: auto;
    height: 56px;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    background-color: var(--alice-blue);
    border-radius: 16px;
    flex-direction: column;
  }

  .image-2 {
    height: 48px;
  }

  .navbar-logo-left {
    background-color: #141414;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
  }

  .nav-link-2 {
    color: var(--bg-500);
  }

  .work-block-2 {
    height: 240px;
  }

  .work-text-block-3 {
    text-align: left;
    font-size: 24px;
  }

  .work-text-block-4 {
    font-size: 16px;
  }

  .work-item-label-2 {
    font-size: .8rem;
  }

  .text-block-9 {
    font-size: 3rem;
  }

  .work-item-title-2 {
    font-size: 1.9rem;
  }

  .work-section-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .portfolio-inner-block-1-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .lightbox-link {
    padding-bottom: 20px;
  }

  .video-button.tablet-button {
    height: 44px;
  }

  .background-video-2 {
    left: auto;
  }

  .hero-without-image {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .container-2 {
    max-width: none;
  }

  .heading {
    font-size: 40px;
  }

  .navbar-logo-left-container-2.shadow-three {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-3 {
    max-width: none;
  }

  .nav-menu-two-2 {
    flex-direction: column;
    margin-left: 30px;
    margin-right: 30px;
  }

  .image-5 {
    height: 48px;
  }

  .display-heading-1 {
    margin-bottom: 1rem;
    font-size: calc(.75rem + 9vw);
    line-height: 1.15em;
  }

  .hp-hero-image-wrapper {
    width: 100%;
    margin-top: 2rem;
    position: relative;
  }

  .hp-hero_text-wrapper {
    margin-bottom: 1.5rem;
  }

  .hp-hero-image {
    aspect-ratio: 3 / 2;
  }

  .section-3.section-hp-hero {
    background-position: 90%;
    padding: 6rem 30px 2rem;
  }

  .hero-text-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .container-4 {
    flex-wrap: nowrap;
  }

  .container-5 {
    max-width: none;
  }

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

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .rl_gallery3_lightbox-link {
    height: 240px;
  }

  .rl_gallery3_gallery-grid {
    align-items: center;
  }

  .rl-padding-global, .rl-padding-global-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .testimonial-content {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .our-values-grid.grid-3-cols {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .video-grid {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .video-grid.grid-2-cols {
    grid-row-gap: 0rem;
    grid-template-rows: 1fr auto;
    grid-template-columns: auto;
    grid-auto-rows: 1fr;
    grid-auto-columns: auto;
    grid-auto-flow: column;
  }

  .cta-marquee {
    padding-top: 3rem;
  }

  .features-grid-heading.text-color-gradient {
    text-align: center;
    font-size: 36px;
    line-height: 1.1em;
  }

  .testimonial-mask {
    width: 95%;
  }

  .video-grid-visual {
    padding: 2rem;
  }

  .section-button-group {
    flex-flow: column;
    align-self: stretch;
    align-items: stretch;
  }

  .section-header-title.text-color-gradient {
    font-size: 40px;
    line-height: 1.1em;
  }

  .eyebrow-text, .paragraph-20 {
    text-align: center;
  }

  .cta-grid-heading.text-color-gradient {
    font-size: 40px;
    line-height: 1.1em;
  }

  .cta-container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .button-primary-ch {
    text-align: center;
    padding: 10px 20px;
    font-size: 20px;
  }
}

#Message-2.w-node-_32e3ec9a-7e84-0516-6f2f-ab2b40bb1298-40bb128b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_32e3ec9a-7e84-0516-6f2f-ab2b40bb1299-40bb128b {
  grid-area: 3 / 1 / 4 / 3;
}

#Message-2.w-node-_909fbf4f-1586-30d7-c38e-d6297e5fc59f-156e4d65 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_909fbf4f-1586-30d7-c38e-d6297e5fc5a0-156e4d65 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-c6f28382-d30f-bb69-f765-771d2110eac1-36508b6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6f28382-d30f-bb69-f765-771d2110eac3-36508b6e {
  justify-self: start;
}

#w-node-c7a81063-4836-dacd-ca91-5d2ba9d055d0-b57196e5, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d055d6-b57196e5, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d055dc-b57196e5, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d055e2-b57196e5, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d055e8-b57196e5, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d05609-b57196e5, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d0560f-b57196e5, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d05615-b57196e5, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d0561b-b57196e5, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d05621-b57196e5, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d0563a-b57196e5, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d05640-b57196e5, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d05646-b57196e5, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d0564c-b57196e5, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d05652-b57196e5, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d0566d-b57196e5, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d05673-b57196e5, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d05679-b57196e5, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d0567f-b57196e5, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d05685-b57196e5, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d056a4-b57196e5, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d056aa-b57196e5, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d056b0-b57196e5, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d056b6-b57196e5, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d056bc-b57196e5, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d056d5-b57196e5, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d056db-b57196e5, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d056e1-b57196e5, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d056e7-b57196e5, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d056ed-b57196e5 {
  align-self: start;
}

#Message-2.w-node-c1cf0d66-a9be-25d8-ff21-be3a9feb7aea-b57196e5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c1cf0d66-a9be-25d8-ff21-be3a9feb7aeb-b57196e5 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-c7a81063-4836-dacd-ca91-5d2ba9d055d0-d0e4bae6, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d055d6-d0e4bae6, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d055dc-d0e4bae6, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d055e2-d0e4bae6, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d055e8-d0e4bae6, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d05609-d0e4bae6, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d0560f-d0e4bae6, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d05615-d0e4bae6, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d0561b-d0e4bae6, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d05621-d0e4bae6, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d0563a-d0e4bae6, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d05640-d0e4bae6, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d05646-d0e4bae6, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d0564c-d0e4bae6, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d05652-d0e4bae6, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d0566d-d0e4bae6, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d05673-d0e4bae6, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d05679-d0e4bae6, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d0567f-d0e4bae6, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d05685-d0e4bae6, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d056a4-d0e4bae6, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d056aa-d0e4bae6, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d056b0-d0e4bae6, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d056b6-d0e4bae6, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d056bc-d0e4bae6, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d056d5-d0e4bae6, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d056db-d0e4bae6, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d056e1-d0e4bae6, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d056e7-d0e4bae6, #w-node-c7a81063-4836-dacd-ca91-5d2ba9d056ed-d0e4bae6 {
  align-self: start;
}

#Message-2.w-node-c1cf0d66-a9be-25d8-ff21-be3a9feb7aea-d0e4bae6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c1cf0d66-a9be-25d8-ff21-be3a9feb7aeb-d0e4bae6 {
  grid-area: 3 / 1 / 4 / 3;
}

#Message-2.w-node-c1cf0d66-a9be-25d8-ff21-be3a9feb7aea-36c15c8b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c1cf0d66-a9be-25d8-ff21-be3a9feb7aeb-36c15c8b {
  grid-area: 3 / 1 / 4 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_467fefca-3e7b-f024-1b0c-3f9e0d83263f-36c15c8b {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_41adf972-437c-7db7-dcb8-1398cf2c4a44-156e4d65 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_41adf972-437c-7db7-dcb8-1398cf2c4a47-156e4d65 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #name-2.w-node-_32e3ec9a-7e84-0516-6f2f-ab2b40bb1296-40bb128b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #email-2.w-node-_32e3ec9a-7e84-0516-6f2f-ab2b40bb1297-40bb128b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #Message-2.w-node-_32e3ec9a-7e84-0516-6f2f-ab2b40bb1298-40bb128b {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_32e3ec9a-7e84-0516-6f2f-ab2b40bb1299-40bb128b {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_41adf972-437c-7db7-dcb8-1398cf2c4a44-156e4d65 {
    justify-self: auto;
  }

  #name-2.w-node-_909fbf4f-1586-30d7-c38e-d6297e5fc59d-156e4d65 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #email-2.w-node-_909fbf4f-1586-30d7-c38e-d6297e5fc59e-156e4d65 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #Message-2.w-node-_909fbf4f-1586-30d7-c38e-d6297e5fc59f-156e4d65 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_909fbf4f-1586-30d7-c38e-d6297e5fc5a0-156e4d65 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #name-2.w-node-c1cf0d66-a9be-25d8-ff21-be3a9feb7ae8-b57196e5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #email-2.w-node-c1cf0d66-a9be-25d8-ff21-be3a9feb7ae9-b57196e5 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #Message-2.w-node-c1cf0d66-a9be-25d8-ff21-be3a9feb7aea-b57196e5 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-c1cf0d66-a9be-25d8-ff21-be3a9feb7aeb-b57196e5 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #name-2.w-node-c1cf0d66-a9be-25d8-ff21-be3a9feb7ae8-d0e4bae6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #email-2.w-node-c1cf0d66-a9be-25d8-ff21-be3a9feb7ae9-d0e4bae6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #Message-2.w-node-c1cf0d66-a9be-25d8-ff21-be3a9feb7aea-d0e4bae6 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-c1cf0d66-a9be-25d8-ff21-be3a9feb7aeb-d0e4bae6 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #name-2.w-node-c1cf0d66-a9be-25d8-ff21-be3a9feb7ae8-36c15c8b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #email-2.w-node-c1cf0d66-a9be-25d8-ff21-be3a9feb7ae9-36c15c8b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #Message-2.w-node-c1cf0d66-a9be-25d8-ff21-be3a9feb7aea-36c15c8b {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-c1cf0d66-a9be-25d8-ff21-be3a9feb7aeb-36c15c8b {
    grid-area: 4 / 1 / 5 / 3;
  }
}


