:root {
  --black: black;
  --white: white;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.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;
  cursor: none;
  background-color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  cursor: none;
  text-decoration: underline;
}

.ad-landing-page-figma-to-webflow {
  background-color: #501b74;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-logo-left {
  background-color: #b10b0b00;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.navbarcontainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.navbar-brand {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 141px;
  height: 36px;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar-link {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  display: flex;
}

.text {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.navbar-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  display: flex;
}

.text-2 {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.hero-heading-right {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 64px 24px;
  display: flex;
}

.container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  width: 49%;
  max-width: 1200px;
  display: flex;
  position: static;
}

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

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

.image {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.column-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.text-3 {
  color: #000;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}

.text-4 {
  color: #212121;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.actions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.pricing-items {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 64px 24px;
  display: flex;
}

.small-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  display: flex;
}

.pricing-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f5f7fa;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 40px 32px;
  display: flex;
}

.image-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 260px;
  height: 180px;
  display: flex;
}

.image-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 180px;
  display: flex;
}

.info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  display: flex;
}

.pricing-info {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  box-shadow: 0 1px #e4ebf3;
}

.text-5 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

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

.detail {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.description {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

.div-block {
  background-color: #1c1c1c;
  width: auto;
  max-width: none;
  height: 2500px;
  overflow: visible;
}

.navbar {
  background-color: #0000004f;
  width: auto;
  padding-left: 117px;
  padding-right: 117px;
}

.nav-link {
  color: #fff;
  -webkit-text-stroke-color: #a831f8;
  border: 1px solid #f000;
  border-radius: 500px;
  margin: 21px 5px;
  padding: 1px 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.nav-link.w--current {
  color: #fff;
  background-color: #001eff;
  border-color: #1a69fc96;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 400;
  box-shadow: 0 0 18px -1px #0686ff;
}

.nav-link.navbar-button {
  background-color: #5c5c5c00;
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 21px;
  margin-bottom: 21px;
  padding: 1px 20px;
  display: inline-block;
}

.nav-link.cta {
  background-color: #5c5c5c00;
  border: 1px solid #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 21px;
  margin-bottom: 21px;
  padding: 0 20px;
  display: inline-block;
}

.image-3 {
  background-color: #a10202;
}

.image-4 {
  max-width: 35%;
  padding: 10px 0;
}

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

.container-3 {
  background-color: #6e3a3a00;
  border-radius: 0;
  margin-left: 60px;
  margin-right: 60px;
  display: block;
}

.navbar-2 {
  background-color: #0000;
  border-radius: 0;
  position: absolute;
  inset: 0%;
}

.navbar-2.scroll {
  z-index: 50;
  background-color: red;
  height: 100px;
  position: sticky;
  top: 0%;
  overflow: visible;
}

.navbar-3 {
  z-index: 1000;
  background-color: #67151500;
  border-radius: 0;
  flex-direction: column;
  max-width: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.container-4 {
  aspect-ratio: auto;
  border-bottom: 1px solid #ffffffd1;
  order: 0;
  align-self: auto;
  max-width: none;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
}

.image-5 {
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-2 {
  width: 499px;
  height: 119px;
  margin-left: 275px;
  padding-top: 0;
  position: fixed;
  top: 805px;
}

.body {
  background-color: #282929;
  border: 1px solid #414141;
  flex-direction: column;
  display: block;
}

.landing_heading {
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 20px;
  font-family: Arsenicatrial, sans-serif;
  font-size: 63px;
  font-weight: 700;
  line-height: 66px;
}

.landing_paragraph {
  text-align: left;
  width: 55ch;
  min-width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.section {
  z-index: 99;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  margin: 250px 40px 140px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  position: absolute;
}

.container-5 {
  border: 1px solid #fff;
  max-width: none;
}

.body-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-text {
  color: #fff;
  -webkit-text-stroke-color: #a831f8;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.cta-text.navbar-button, .cta-text.cta {
  background-color: #5c5c5c00;
  border: 1px solid #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 21px;
  margin-bottom: 21px;
  padding: 0 20px;
  display: inline-block;
}

.cta {
  cursor: none;
  background-color: #001eff;
  background-image: none;
  border: 0 #fff;
  border-radius: 1000px;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-left: 33px;
  padding-right: 33px;
  font-family: Gilmer, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.section-2 {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.circle__1 {
  z-index: 1;
  filter: blur(100px);
  background-color: #283973;
  border-radius: 40%;
  width: 80vh;
  height: 80vh;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-3-copy {
  filter: blur(80px);
  background-color: #f40000;
  border-radius: 40%;
  width: 60vh;
  height: 60vh;
  position: absolute;
  inset: 0% 0% auto auto;
}

.circle__2 {
  z-index: 2;
  filter: blur(120px);
  background-color: #f40000;
  border-radius: 40%;
  width: 75vh;
  height: 75vh;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.circle__3 {
  z-index: 3;
  filter: blur(120px);
  background-color: #ff5e3d;
  border-radius: 40%;
  width: 80vh;
  height: 80vh;
  display: block;
  position: absolute;
  inset: auto auto 0% 14%;
}

.circle__4 {
  z-index: 4;
  filter: blur(120px);
  background-color: #ffe7f9;
  border-radius: 40%;
  width: 60vh;
  height: 60vh;
  display: none;
  position: absolute;
  inset: 0% 31% auto auto;
}

.circle__5 {
  z-index: 0;
  filter: blur(25px);
  mix-blend-mode: lighten;
  background-color: #ffffff75;
  border-radius: 40%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.cursor_1 {
  z-index: 1100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  transition: opacity .55s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor_dot {
  z-index: 1200;
  background-color: #fff;
  border: 2px solid #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.css-embed {
  z-index: 0;
  display: flex;
  position: relative;
}

.paragraph_odd {
  letter-spacing: 0;
  text-indent: 0;
  font-family: Gilmer, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.body-3 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  background-color: #000;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.container-6 {
  float: none;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fd4848;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: center;
  width: 90%;
  max-width: none;
  height: 500px;
  margin-top: 223px;
  padding-top: 0;
  display: block;
  position: relative;
  top: auto;
  overflow: visible;
}

.container-7 {
  object-fit: fill;
  background-color: #2353e5;
  flex: 0 auto;
  align-self: auto;
  width: 200px;
  max-width: none;
  height: 200px;
  margin: auto;
  display: none;
  position: relative;
  inset: auto;
}

.container-8-8 {
  background-color: #4bf611;
  flex: none;
  align-self: auto;
  width: 48%;
  max-width: none;
  height: 95%;
  margin: auto;
  position: relative;
  inset: 0% 0% 0% 0;
}

.container-8-8-copy {
  inset: 0% 0% 0% 0;
  background-color: #1d214a;
  flex: none;
  align-self: auto;
  width: 48%;
  max-width: none;
  height: 95%;
  margin: auto;
  position: relative;
  inset: 0% 0% 0% 0;
}

.div-block-w3 {
  background-color: #000;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 50%;
  height: 95%;
  margin-right: 0;
  display: flex;
  position: static;
}

.div-block-w3-copy {
  background-color: #0f1;
  width: 50%;
  height: 95%;
  position: static;
}

.about-paragraph {
  color: #fff;
  background-color: #0000;
  font-family: Montserrat, sans-serif;
  font-size: 2ch;
  font-weight: 300;
  line-height: 24px;
}

.about-divblock {
  background-color: #1b803345;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 300px;
  height: 100%;
  min-height: 300px;
  margin: 0 auto;
  padding-top: 0;
  font-size: 16px;
  display: flex;
  position: relative;
}

.about-divblock.about-photo {
  background-color: #292d54;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-blockds-3-copy {
  background-color: #801b1b;
  width: 45vw;
  height: 50vw;
  margin-top: auto;
  display: block;
}

.div-blockdse-3-copy {
  background-color: #801b1b;
  width: 45vw;
  min-width: 500px;
  height: 50vw;
  margin-top: 82px;
  margin-left: 10px;
  margin-right: 40px;
  padding-top: 0;
  position: relative;
}

.section-3 {
  background-color: #9c24d000;
  flex-flow: row-reverse wrap;
  place-content: space-around center;
  align-items: center;
  width: 100vw;
  height: 50vw;
  min-height: 100%;
  max-height: 50vw;
  margin-top: 0;
  margin-left: 40px;
  margin-right: 40px;
  position: relative;
}

.paragraph {
  color: #bdbdbd;
  text-align: left;
  min-width: auto;
  max-width: 45ch;
  min-height: auto;
  font-family: Montserrat, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 1.3;
  position: relative;
}

.div-block-3 {
  z-index: 1;
  object-fit: scale-down;
  background-color: #f7000000;
  background-image: linear-gradient(to right, #fea500, #ffc816);
  border-radius: 100%;
  width: 35vw;
  height: 35vw;
  font-size: 16%;
  display: block;
  position: absolute;
  top: -16px;
  left: -65px;
  box-shadow: 0 0 36px 5px #ffb700cc;
}

.ateek-image {
  z-index: 2;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  position: absolute;
}

.ateek-img {
  z-index: 2;
  object-fit: scale-down;
  max-width: 90%;
  margin-left: 7px;
  padding-left: 0;
  position: relative;
  bottom: 0;
  left: 5px;
}

.div-block-4 {
  background-color: #700000;
  border-radius: 20px;
  width: 35%;
  min-width: 300px;
  height: 500px;
  margin-left: 40px;
  margin-right: 40px;
  display: block;
}

.div-block-4-copy {
  background-color: #c53535;
  border-radius: 20px;
  width: 35%;
  min-width: 300px;
  height: 500px;
  margin-left: 40px;
  margin-right: 40px;
  display: block;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.container-9 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 60%;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-split.split-img {
  max-width: 40%;
}

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

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-center-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-heading-center-2-copy {
  z-index: 99;
  background-color: #f5f7fa00;
  width: 100vw;
  margin-left: 40px;
  margin-right: 40px;
  padding: 105px 5% 0;
  display: block;
  position: relative;
  top: -114px;
  overflow: hidden;
}

.paragraph-about-header {
  color: #fff;
  text-align: left;
  -webkit-text-stroke-color: #fff;
  min-width: auto;
  max-width: 45ch;
  min-height: auto;
  font-family: Arsenicatrial, sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}

.paragraph--about {
  color: #bdbdbd;
  text-align: left;
  min-width: auto;
  max-width: 45ch;
  min-height: auto;
  font-family: Montserrat, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 1.3;
  position: relative;
}

.about-inside {
  color: #fff;
  font-weight: 400;
}

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

.section-4 {
  background-image: linear-gradient(to right, #000, #303030);
  border-radius: 1.5rem;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 1rem 2rem;
  display: flex;
}

.div-block-5 {
  width: 6rem;
  height: auto;
  max-height: 80%;
}

.div-block-6 {
  background-color: #fff;
  width: 2px;
  height: 80%;
  margin-left: 10px;
  margin-right: 10px;
}

.body-4 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.paragraph-2 {
  color: #fff;
  max-width: 22rem;
  max-height: 90%;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.para1em {
  font-size: .8rem;
  font-style: normal;
  font-weight: 200;
  line-height: .2rem;
}

.features-metrics {
  color: #fff;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-10 {
  color: #4e4e4e;
  padding-left: 40px;
  padding-right: 40px;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.section-5 {
  background-color: #ff1010;
  width: 100vw;
  height: 10rem;
  display: block;
  position: relative;
  top: 110px;
}

.footer-dark {
  z-index: 20;
  background-color: #060606;
  background-image: linear-gradient(#0b0b0b, #121211);
  border-top: 1px solid #202020;
  width: 100%;
  margin-top: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.footer-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  margin-left: auto;
  margin-right: auto;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  color: #979797;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: auto;
  place-content: stretch;
  place-items: stretch stretch;
  margin-top: 4rem;
  display: grid;
}

.footer-block {
  color: #777;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: #505050;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
}

.footer-link {
  color: #313131;
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: .5rem;
  text-decoration: none;
}

.footer-link:hover {
  color: #39b089bf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-social-link {
  opacity: .1;
  max-width: 20px;
  margin-left: 12px;
}

.footer-social-link.size {
  max-width: 25px;
}

.footer-divider {
  background-color: #181818;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  margin-top: 21px;
  margin-bottom: 21px;
  font-size: 14px;
  line-height: 16px;
}

.features-metrics-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  width: 100vw;
  padding: 60px 30px;
  display: none;
  position: relative;
}

.logos-title-small {
  z-index: 19;
  background-color: #f000;
  border-bottom: 1px solid #e4ebf3;
  width: 100vw;
  margin-top: 93px;
  margin-bottom: 93px;
  padding: 60px 30px;
  display: block;
  position: relative;
}

.clients-tag {
  text-align: center;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.unsplash-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  display: block;
}

.svg, .path {
  width: 32px;
  height: 32px;
}

.image-6 {
  opacity: .21;
  width: 10rem;
}

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

.path-2 {
  background-color: #c60000;
}

.heading {
  color: #fff;
}

.heading-2 {
  color: #ff5e5e;
}

.typer-effect {
  z-index: 2;
  max-width: 100%;
  position: relative;
}

.typer-effect-wrapper {
  text-align: center;
  max-width: none;
  padding: 4rem 2rem;
  line-height: 3rem;
}

.heading-3 {
  color: #959595;
  font-family: Gilmer, sans-serif;
  font-size: 5rem;
  line-height: 3rem;
  display: inline;
}

.cursor_1-copy {
  z-index: 1100;
  opacity: 0;
  justify-content: center;
  align-items: center;
  transition: opacity .55s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.features-table {
  z-index: 6;
  background-color: #ffc6c600;
  width: 100vw;
  max-width: 100vw;
  padding: 2rem 2rem 4rem;
  position: relative;
}

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

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  color: #fff;
  text-align: center;
  max-width: 50ch;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
}

.comparison-table {
  color: #c5c5c5;
  background-color: #eaeaea;
  border-radius: 1.5rem;
  flex-direction: column;
  width: auto;
  min-width: auto;
  margin-top: 50px;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  align-self: auto;
  place-items: stretch center;
  max-width: none;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  color: #f1f1f1;
  max-width: none;
  margin-left: 24px;
  padding-left: 40px;
  font-size: 1rem;
  line-height: 1;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.bold-text {
  color: #fff;
  font-family: Gilmer, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
}

.bold-text-2 {
  color: #282828;
  font-family: Gilmer, sans-serif;
  font-size: 1.2rem;
  line-height: 2rem;
}

.text-span, .text-span-copy {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}

.services-text-span {
  max-width: 35ch;
  padding-left: .8rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1rem;
  display: block;
}

.bold-text-2-copy {
  color: #1e1e1e;
  overflow-wrap: normal;
  max-width: none;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.services-heading {
  color: #171717;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.6rem;
}

.paragraph-3 {
  color: #000;
  max-width: 40ch;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1rem;
}

.service-grid-type-wrapper {
  align-self: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.services-grid-unit {
  border-bottom: 2px dotted #cacaca;
  align-items: flex-start;
  max-width: 80%;
  margin-left: 20px;
  margin-right: 20px;
  padding: 5px 0 20px;
  display: flex;
}

.services-grid-unit.last_unit, .services-grid-unit.last_unit_mobile {
  border-bottom-width: 0;
}

.image-7 {
  opacity: .49;
  outline-offset: 0px;
  outline: 3px #c5c5c5;
  width: 20px;
  max-width: 40px;
  height: 20px;
  max-height: none;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 10px;
}

.bold-text-3 {
  font-weight: 400;
}

.features-metrics-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

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

.features-block-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title-2 {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small-2 {
  font-size: 24px;
  line-height: 32px;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  width: 100vw;
  height: 30vw;
  padding: 80px 30px;
  position: relative;
}

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

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

.margin-bottom-24px-2 {
  margin-bottom: 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;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.counter {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  width: 100vw;
  height: 30vw;
  padding: 80px 30px;
  position: relative;
}

.section-6 {
  position: relative;
}

.hero-heading-left {
  z-index: 150;
  background-color: #161616;
  border-radius: 20px;
  max-width: 90%;
  padding: 30px;
  display: block;
  position: relative;
}

.container-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #dedede;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Gilmer, sans-serif;
  display: flex;
}

.hero-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  position: static;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: 46%;
  height: 30px;
  max-height: none;
  display: flex;
}

.margin-bottom-24px-3 {
  color: #5d5d5d;
  justify-content: space-between;
  align-items: center;
  max-width: 100ch;
  margin-bottom: 24px;
  display: flex;
}

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

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.div-block-7 {
  z-index: 11;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #c71919;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 150px;
  display: none;
  position: relative;
}

.div-block-8 {
  background-color: #0300ae;
  flex-flow: row;
  width: 45%;
  height: 50px;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #292929;
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 4rem;
  display: flex;
}

.text-block {
  color: #e5e5e5;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.image-8 {
  max-width: 50px;
  margin-left: 6%;
  margin-right: auto;
}

.div-block-10 {
  width: 50%;
  max-width: 45%;
}

.quick-stack {
  grid-row-gap: 13px;
  background-color: #171717;
  border-radius: 20px;
  max-width: none;
  margin-top: 171px;
  position: static;
}

.quick-stack.qs2 {
  background-color: #9a9a9a12;
  margin-top: auto;
}

.quick-stack.qs3 {
  background-color: #080808;
  margin-top: auto;
}

.cell {
  color: #fff;
}

.cell-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #222;
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.heading-4 {
  color: #e6e6e6;
  font-family: Gilmer, sans-serif;
  font-weight: 300;
}

.container-15 {
  margin-top: 140px;
  display: none;
}

.container-16 {
  width: 900px;
  margin-top: 20px;
  padding-bottom: 20px;
  position: static;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #171717;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
}

.div-block-11 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #222;
  border-radius: 40px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 6px 12px;
  display: flex;
}

.div-block-12.momw {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  min-height: 50px;
}

.div-block-13 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.container-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 980px;
  margin-top: 160px;
  display: flex;
}

.grid-2 {
  background-color: #171717;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  align-content: space-between;
  width: 50%;
  height: 450px;
  padding-bottom: 30px;
}

.grid-3 {
  background-color: #171717;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  width: 50%;
}

.div-block-14 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #b1000000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 900px;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block-contact {
  background-color: #222;
  border-radius: 40px;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 90%;
  min-height: 50px;
  max-height: 50px;
  padding: 6px 12px;
  text-decoration: none;
  display: flex;
}

.link-block-contact.half-50 {
  width: 40%;
}

.image-9 {
  width: 30px;
  max-width: 30px;
}

.image-10 {
  width: 30px;
}

.div-block-17 {
  position: relative;
  top: 150px;
}

.about-top-gradient-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  font-family: Arsenicatrial, sans-serif;
  display: flex;
}

.moving-gradient {
  z-index: 2;
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(73deg, #68f7ff 21%, #ff8139 40%, #ff2023 62%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Arsenicatrial, sans-serif;
  font-size: 3.5rem;
  line-height: 3.5rem;
  position: relative;
  overflow: visible;
}

.moving-gradient.edit {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.image-11 {
  width: 40px;
}

.image-12 {
  height: 35px;
}

.image-13 {
  width: 50px;
}

.image-14 {
  height: 30px;
}

.div-block-19 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-15 {
  height: 25px;
}

.image-16 {
  height: 23px;
}

.image-17 {
  height: 15px;
}

.image-18 {
  height: 27px;
}

.div-block-20 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  display: flex;
}

.div-block-21 {
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.image-19 {
  width: 32px;
}

.div-block-22 {
  width: 35%;
  display: flex;
}

.image-20 {
  width: 35px;
}

.occordion-section {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accordion-wrapper {
  margin-bottom: 5.1rem;
  padding-top: 20px;
  display: block;
}

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

.accordion-panel {
  display: block;
}

.faq-container {
  width: 900px;
  max-width: 940px;
  margin-top: 2rem;
}

.accordion {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #171717;
  border-radius: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 1.6rem 2.4rem;
  display: block;
}

.heading-5 {
  color: #e6e6e6;
  padding: 1rem 1.7rem;
  font-family: Gilmer, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  display: none;
}

.html-embed {
  color: #fff;
  display: block;
  transform: rotate(-180deg);
}

.accordion-icon-wrapper {
  width: 2rem;
}

.text-block-2 {
  color: #e6e6e6;
  font-family: Gilmer, sans-serif;
  font-size: 2rem;
  font-weight: 300;
}

.paragraph-4 {
  color: #4e4e4e;
  border-top: 1px solid #414141;
  margin-top: 1.6rem;
  margin-bottom: .5rem;
  padding-top: .5rem;
  font-family: Gilmer, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
}

.accordion-item {
  background-color: #171717;
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  display: block;
  overflow: hidden;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
  font-family: Arsenicatrial, sans-serif;
  font-size: 3rem;
}

.accoordion-header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.text-block-4 {
  color: #fff;
  font-family: Gilmer, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}

.icon {
  color: #fff;
  display: none;
  transform: rotate(-180deg);
}

.dropdown-list {
  background-color: #171717;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  padding-bottom: 1.5rem;
  display: block;
  position: static;
}

.dropdown-link {
  color: #888;
  text-align: left;
  white-space: normal;
  word-break: normal;
  border-top: 1px solid #2e2e2e;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 94%;
  padding-top: 21px;
  padding-left: 0;
  padding-right: 0;
  font-family: Gilmer, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.5rem;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.accordion-drop-icon {
  width: 16px;
}

.image-21 {
  border: 1px solid #c72222;
}

.text-block-5 {
  color: #5e5e5e;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  font-family: Gilmer, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.4rem;
}

.text-span-2 {
  font-weight: 700;
}

.text-span-3 {
  position: relative;
  left: 1rem;
}

.inside-project {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.port-hero {
  opacity: 1;
  justify-content: center;
  align-items: center;
  margin-top: 200px;
  display: flex;
  position: relative;
}

.div-block-23 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ff1919;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 30rem;
  display: flex;
  overflow: hidden;
}

.div-block-24 {
  z-index: 6;
  opacity: .73;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  mix-blend-mode: normal;
  background-color: #5f5f5f;
  border-radius: 40px;
  width: 40%;
  height: 80%;
  margin: 5% 28px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-25 {
  background-color: #c2ff27;
  background-image: url('../images/Book_Mockup_1192.jpg');
  background-position: 100%;
  background-repeat: repeat-x;
  background-size: contain;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.image-22 {
  z-index: 5;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  position: relative;
  left: 182px;
}

.branding-section {
  z-index: 1;
  perspective: 1000px;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 6rem;
  padding-bottom: 2rem;
  position: relative;
}

.logo-explore-card {
  border: 1px solid #3b3b3b;
  width: 50%;
  height: 28rem;
  position: relative;
  overflow: hidden;
}

.logo-explore-card.ser1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #853a3a;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: block;
}

.default-portflio-container {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-top: 60px;
  display: flex;
}

.default-portflio-container.cont18child {
  max-width: 80%;
  margin-top: 10px;
  margin-bottom: 100px;
  display: block;
}

.div-block-27 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  object-fit: cover;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  height: 10%;
  display: flex;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.div-block-28 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.text-block-6 {
  z-index: 11;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 25ch;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Gilmer, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6rem;
  text-decoration: none;
  display: block;
}

.div-block-29 {
  opacity: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #0000000d;
  border: 1px solid #c7c7c79e;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 120%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
  position: static;
}

.slide {
  background-image: url('../images/Book_Mockup-enhanced.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/dr-kellyann-collagen-coffee-box-and-stick-pouch-with-cup-side-view-coffee-beans.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider {
  width: 100%;
  height: 100%;
}

.slide-nav {
  position: absolute;
  inset: auto 0% 0%;
  transform: scale(.5);
}

.text-block-7 {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Gilmer, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 0;
  display: block;
  overflow: visible;
}

.text-span-4 {
  color: #666;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 3.5rem;
}

.cell-3 {
  background-image: url('../images/dr-kellyann-collagen-coffee-box-and-stick-pouch-with-cup-side-view-coffee-beans.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.quick-stack-2 {
  grid-column-gap: 20px;
}

.cell-5 {
  background-image: url("https://cdn.prod.website-files.com/677efefeb9dafd626115ca00/677efefeb9dafd626115cb0a_steve-harvey-L'evate.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cell-5.delstevebg {
  background-image: none;
  justify-content: center;
  align-items: center;
}

.image-23 {
  object-fit: cover;
  border-radius: 20px;
  position: static;
}

.background-video {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.image-24 {
  border-radius: 20px;
  height: 100%;
}

.image-25, .image-26 {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.cell-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-27 {
  object-fit: cover;
  border-radius: 20px;
}

.image-28 {
  object-fit: cover;
}

.image-29 {
  height: 100%;
  overflow: hidden;
}

.image-30, .image-31 {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.cell-8 {
  justify-content: center;
  align-items: center;
}

.image-32, .image-33 {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.image-34 {
  object-fit: cover;
}

.image-35 {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.image-36, .image-37 {
  object-fit: cover;
  height: 100%;
}

.image-38 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 20px;
}

.image-39, .image-40 {
  object-fit: cover;
  height: 100%;
}

.image-41 {
  width: 50px;
}

.image-42 {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.image-43 {
  aspect-ratio: 1 / 1.3;
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.image-44 {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.text-span-5 {
  color: #444;
  font-size: .8rem;
  font-weight: 300;
  line-height: .8rem;
  display: inline;
  position: static;
}

.text-span-5.bold {
  color: #585858;
  font-weight: 700;
}

.text-block-8 {
  z-index: 2;
  color: #959595;
  padding-top: 9px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: .5rem;
  line-height: .5rem;
  position: relative;
  inset: 0% 0% auto;
}

.image-45 {
  z-index: 1;
  position: static;
}

.image-46, .image-47 {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.image-48, .image-49 {
  border-radius: 20px;
  height: 100%;
}

.image-50 {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.image-51 {
  border-radius: 20px;
  height: 100%;
}

.image-52 {
  height: 100%;
}

.image-53 {
  opacity: 1;
  border-radius: 20px;
  height: 100%;
}

.image-54, .image-55, .image-56, .image-57, .image-58, .image-59, .image-60 {
  border-radius: 20px;
}

.image-61 {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.image-61._100h4i {
  border-radius: 20px;
  overflow: visible;
}

.image-62, .image-63 {
  border-radius: 20px;
  height: 100%;
}

.image-64, .image-65, .image-66 {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.image-67, .image-68, .image-69 {
  object-fit: cover;
  height: 100%;
}

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

.image-70 {
  border-radius: 20px;
  height: 100%;
}

.image-71 {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.image-72 {
  border-radius: 20px;
  height: 100%;
}

.image-73, .image-74, .image-75, .image-76, .image-77, .image-78 {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

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

.image-79, .image-80 {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.image-81 {
  border-radius: 20px;
}

.image-82, .image-83 {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.text-block-9 {
  color: #b7b7b7;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Gilmer, sans-serif;
  font-weight: 300;
}

.link-2 {
  color: #5b5b5b;
  letter-spacing: normal;
  text-decoration: underline;
}

.image-84, .image-85 {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.image-86 {
  border-radius: 20px;
}

.image-87, .image-88 {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.image-89, .image-90 {
  aspect-ratio: 2;
  object-fit: cover;
  height: 100%;
  overflow: hidden;
}

.image-91 {
  aspect-ratio: 2;
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
}

.image-92, .image-93, .image-94, .image-95, .image-96, .image-97 {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.image-98 {
  border-radius: 20px;
  height: 100%;
}

.image-99 {
  aspect-ratio: 2;
  object-fit: cover;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.image-101 {
  aspect-ratio: 2;
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.image-102 {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.image-103 {
  border-radius: 20px;
  height: 100%;
}

.image-104, .image-105 {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.image-106, .image-107 {
  border-radius: 20px;
}

.image-108, .image-109, .image-110 {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.image-111, .image-112 {
  object-fit: cover;
  border: 1px solid #171717;
  border-radius: 0;
  height: 100%;
}

.image-113 {
  aspect-ratio: auto;
  object-fit: cover;
  border: 1px solid #171717;
  border-radius: 0;
  height: 100%;
  overflow: visible;
}

.cell-11 {
  justify-content: center;
  align-items: center;
}

.image-114, .image-115 {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.image-116 {
  border-radius: 20px;
}

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

.image-118 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  height: 100%;
  overflow: hidden;
}

.image-119, .image-120, .image-121, .image-122, .image-123, .image-124 {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.image-125 {
  border-radius: 20px;
  height: 100%;
}

.image-126, .image-127, .image-128, .image-129, .image-130, .image-131, .image-132, .image-133 {
  border-radius: 20px;
}

.image-134 {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.image-135, .image-136 {
  border-radius: 20px;
}

.image-137 {
  object-fit: cover;
  border: 1px solid #171717;
  border-radius: 0;
  height: 100%;
}

.slide-3 {
  background-image: url('../images/Plastic_Chemical_Bottle_By_Ateek_Designs_4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/LevateYou_Subscribers_Bottle_Mockup_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/Elevator_enhanced.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/iPhone-15-Gold.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/Gut_Rhythm_Jar_and_Pouch_Mockup_B.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-19 {
  margin-top: 75px;
}

.section-8 {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  display: none;
}

.div-block-30 {
  justify-content: center;
  align-items: center;
  max-width: 80%;
  height: 50px;
  display: block;
  position: relative;
}

.bread-crumps-container {
  z-index: 3;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  max-width: 80%;
  margin-top: 80px;
  margin-left: 10%;
  display: flex;
  position: relative;
}

.html-embed-2 {
  display: none;
}

.bread-crump {
  color: #3a3a3a;
  font-family: PT Sans, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.link-3 {
  color: #727272;
  font-family: PT Sans, sans-serif;
  text-decoration: underline;
}

.image-138 {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.text-span-6 {
  font-family: PT Serif, serif;
  font-weight: 400;
}

.gradient-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  line-height: 3.5rem;
}

.gradient-heading.port-head-edit {
  font-size: 3rem;
}

.image-139, .image-140, .image-141, .image-142 {
  border-radius: 20px;
}

.image-143, .image-144 {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.image-145 {
  object-fit: cover;
  border-radius: 19px;
  height: 100%;
}

.image-146 {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.link-4 {
  color: #535353;
}

.image-147 {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.page-up {
  z-index: 30;
  background-color: #282828;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: sticky;
  inset: auto auto 0 96%;
  transform: scale(.6);
}

.arrow-up {
  color: #ff3f3f;
  width: 50%;
  height: 50%;
}

.page-up-anchor-section {
  object-fit: fill;
  position: absolute;
  inset: -13% 0% auto;
}

.section-10 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 412px;
}

.slider-2 {
  width: 100%;
  height: 100%;
}

.slide-nav-2 {
  transform: scale(.5);
}

.slide-9 {
  background-image: url('../images/lab2.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-11 {
  width: 100%;
}

.container-21 {
  width: 80%;
}

.description-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1rem;
  position: relative;
}

.portfolio-projs-header {
  color: #fff;
  font-family: Gilmer, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2rem;
}

.portfolio-projs-paragraph {
  color: #666;
  font-family: Gilmer, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

.paragraph-6 {
  font-size: .9rem;
}

.image-148 {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.cell-12 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-149, .image-150, .image-151 {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.slide-nav-3 {
  transform: scale(.5);
}

.slide-10 {
  object-fit: contain;
}

.slide-11 {
  height: 100%;
}

.slider-3 {
  border-radius: 20px;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 500px;
  height: 200px;
  display: block;
}

.mask-2 {
  border-radius: 0;
}

.cell-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.slider-4 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 868px;
}

.mask-3 {
  position: static;
}

.container-22 {
  width: 868px;
  height: 489px;
}

.sliderrt {
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  width: 800px;
  height: 450px;
}

.slide-14 {
  background-image: url('../images/geb_cover.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mask-4 {
  border-radius: 20px;
}

.slide-15 {
  background-image: url('../images/geb_grey.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-16 {
  background-image: url('../images/geb_colors.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-17 {
  background-image: url('../images/geb_colors_two.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-18 {
  background-image: url('../images/geb_concept.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-19 {
  background-image: url('../images/geb_patterns_two.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-20 {
  background-image: url('../images/geb_landscape_lines.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-21 {
  background-image: url('../images/geb_pattern.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-22 {
  background-image: url('../images/geb_typpgraphy.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1 {
  background-image: url('../images/geb_thankyou.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav-4 {
  transform: scale(.7);
}

.image-152 {
  width: 100%;
}

.slider-in-project {
  object-fit: cover;
  border-radius: 20px;
  height: 27%;
}

.mask-5 {
  border-radius: 20px;
}

.paragraph-7 {
  text-align: right;
  padding: 1rem 10px 10px 1rem;
}

.external-link {
  width: 24px;
  max-width: 24px;
  height: 24px;
  max-height: 24px;
  position: static;
  inset: -14px auto auto 74px;
}

.external-link.friday-link {
  left: 95px;
}

.external-link.noya-link {
  left: 82px;
}

.cursor-ghost-container {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

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

._100h4i {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.behance-project-wrapper {
  transform-style: preserve-3d;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.div-block-34 {
  background-color: #0b00d3;
  border-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 3rem;
  text-decoration: none;
  display: flex;
}

.heading-6 {
  font-size: 1.5rem;
}

.heading-6.full-behance {
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Gilmer, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  text-decoration: none;
}

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

.slide-23 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-24 {
  background-image: url('../images/fri-thum.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-25 {
  background-image: url('../images/fri-thum2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-26 {
  background-image: url('../images/lab3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-5 {
  width: 100%;
  height: 100%;
}

.slide-nav-6 {
  transform: scale(.5);
}

.exit-link-div {
  width: 24px;
  max-width: 24px;
  height: 24px;
  max-height: 24px;
  position: absolute;
  top: -12px;
  left: 390px;
}

.background-video-3 {
  aspect-ratio: 16 / 9;
}

.slide-27 {
  background-image: url('../images/geb-thum.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-28 {
  background-image: url('../images/castle2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-29 {
  background-image: url('../images/fri-thum2_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-30 {
  background-image: url('../images/lab2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-31 {
  background-image: url('../images/noya.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading-7 {
  font-size: 1rem;
}

.section-12 {
  z-index: 1;
  margin-top: 120px;
  position: relative;
}

.section-13 {
  z-index: 1;
  position: relative;
}

._3d-explore-card {
  border: 1px solid #3b3b3b;
  width: 50%;
  height: 28rem;
  position: relative;
  overflow: hidden;
}

._3d-explore-card.ser1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #853a3a;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: block;
}

.web-explore-card {
  border: 1px solid #3b3b3b;
  width: 50%;
  height: 28rem;
  position: relative;
  overflow: hidden;
}

.web-explore-card.ser1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #853a3a;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: block;
}

.pack-explore-card {
  border: 1px solid #3b3b3b;
  width: 50%;
  height: 28rem;
  position: relative;
  overflow: hidden;
}

.pack-explore-card.ser1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #853a3a;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: block;
}

.portf-card-id {
  opacity: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #0000000d;
  border: 1px solid #c7c7c79e;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 120%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
  position: static;
}

.cell-14 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.image-155 {
  object-fit: cover;
}

.slide-nav-7 {
  transform: scale(.5);
}

.slider-6 {
  border-radius: 50px;
  height: 100%;
}

.slide-nav-8 {
  transform: scale(.5);
}

.mask-6 {
  border-radius: 50px;
}

.slider-7 {
  border-radius: 50px;
  height: 100%;
}

.mask-7 {
  border-radius: 50px;
}

.figma-project-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.fimga-proj-button {
  background-color: #0b00d3;
  background-image: linear-gradient(309deg, #111, #5a5a5a);
  border-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 3rem;
  text-decoration: none;
  display: flex;
}

.slide-nav-9 {
  transform: scale(.5);
}

.slider-8 {
  border-radius: 20px;
  height: 100%;
}

.mask-8 {
  border-radius: 20px;
}

.icon-2, .icon-3 {
  color: #8b8b8b;
}

.slide-nav-10 {
  transform: scale(.5);
}

.my-website-is-my-project-wrapper {
  text-align: center;
  max-width: 80ch;
  padding-left: 0;
  font-family: Gilmer, sans-serif;
}

.heading-8 {
  color: #4e4e4e;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 2.1rem;
}

.text-span-7 {
  color: #fff;
}

.heading-9 {
  text-align: center;
  font-size: 4rem;
}

.upcoming-counter-wrapper {
  margin-top: 40px;
}

.image-156 {
  aspect-ratio: auto;
}

.slider-in-project-copy {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 20px;
  height: 27%;
}

.exit-link-div-geb {
  width: 24px;
  max-width: 24px;
  height: 24px;
  max-height: 24px;
  position: absolute;
  top: -12px;
  left: 74px;
}

.exit-link-div-noya {
  width: 24px;
  max-width: 24px;
  height: 24px;
  max-height: 24px;
  position: absolute;
  top: -12px;
  left: 82px;
}

.slider-in-project-swedish {
  border-radius: 30px;
  height: 100%;
}

.slider-web-and-mobile {
  width: 100%;
  height: 100%;
}

.wm-slide-3 {
  background-image: url('../images/badlha.jpg');
  background-position: 50%;
  background-size: cover;
}

.wm-slide-2 {
  background-image: url('../images/volage-thumbnail.jpg');
  background-position: 50%;
  background-size: cover;
}

.wm-slide-6 {
  background-image: url('../images/mlc-thumbnail.jpg');
  background-position: 50%;
  background-size: cover;
}

.wm-slide-4 {
  background-image: url('../images/swedish-thumbnail-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.wm-slide-7 {
  background-image: url('../images/Gut_Rhythm_Jar_and_Pouch_Mockup_B.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.wm-slide {
  background-image: url('../images/Book_Mockup-enhanced.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.wm-slide-5 {
  background-image: url('../images/Elevator_enhanced.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.halmo-slider {
  aspect-ratio: auto;
  object-fit: fill;
  border-radius: 20px;
  height: 100%;
}

.mask-9 {
  border-radius: 19px;
}

.slide-nav-11 {
  transform: scale(.5);
}

.tiakto-slider {
  border-radius: 20px;
  height: 100%;
}

.slide-nav-12 {
  transform: scale(.5);
}

.mask-10 {
  border-radius: 19px;
}

.die-cut-slider {
  border-radius: 20px;
  height: 100%;
}

.mask-11 {
  border-radius: 19px;
}

.slide-nav-13 {
  transform: scale(.5);
}

.icon-4, .icon-5 {
  color: #b9b9b9;
}

.silder111, .pack-slider {
  width: 100%;
  height: 100%;
}

.slide-32 {
  background-image: url('../images/tiakto.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.scale-navs-slider {
  transform: scale(.5);
}

.slide-33 {
  background-image: url('../images/halmo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-9 {
  border-radius: 20px;
  height: 100%;
}

.icon-6, .icon-7 {
  color: #bababa;
}

.mask-12 {
  border-radius: 20px;
}

.slider-10 {
  border-radius: 20px;
  height: 100%;
}

.mask-13 {
  border-radius: 20px;
}

.icon-8, .icon-9 {
  color: #bababa;
}

.slider-11 {
  border-radius: 20px;
  height: 100%;
}

.mask-14 {
  border-radius: 20px;
}

.slider-12 {
  border-radius: 20px;
  height: 100%;
}

.icon-10, .icon-11 {
  color: #000;
}

.mask-15 {
  border-radius: 20px;
}

.slider-13 {
  border-radius: 20px;
  height: 100%;
}

.icon-12, .icon-13 {
  color: #000;
}

.icon-14, .icon-15 {
  color: #767676;
}

.slider-14 {
  border-radius: 20px;
  height: 300%;
}

.mask-16, .mask-17 {
  border-radius: 20px;
}

.slider-15 {
  border-radius: 20px;
  height: 100%;
}

.mask-18 {
  border-radius: 20px;
}

.icon-16, .icon-17 {
  color: #a9a9a9;
}

.slider-16 {
  border-radius: 20px;
  height: 100%;
}

.mask-19 {
  border-radius: 20px;
}

.icon-18, .icon-19 {
  color: #a9a9a9;
}

.slider-17 {
  border-radius: 20px;
  height: 100%;
}

.mask-20 {
  border-radius: 20px;
}

.slider-18 {
  border-radius: 20px;
  height: 100%;
}

.mask-21 {
  border-radius: 20px;
}

.icon-20, .icon-21, .icon-22, .icon-23 {
  color: #b0b0b080;
}

.slider-19 {
  border-radius: 20px;
  height: 100%;
}

.mask-22 {
  border-radius: 20px;
}

.icon-24, .icon-25 {
  color: #333;
}

.div-block-35 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  display: flex;
}

.heading-10 {
  color: #fff;
  font-family: Gilmer, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.slider-20 {
  border-radius: 20px;
  height: 100%;
}

.mask-23 {
  border-radius: 20px;
}

.icon-26, .icon-27 {
  color: #323232;
}

.port-pre-section {
  color: #777;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilmer, sans-serif;
  font-size: .8rem;
  font-weight: 300;
  line-height: .9rem;
}

.port-intro {
  justify-content: center;
  align-items: center;
  max-width: 50ch;
  margin-bottom: 1.6rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.port-sections-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  display: flex;
}

.port-tagger-div {
  background-color: #151515;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  height: 2.7rem;
  padding-left: 4%;
  padding-right: 4%;
  text-decoration: none;
  display: flex;
}

.text-block-10 {
  color: #949494;
  font-family: Gilmer, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  text-decoration: none;
}

.slider-21 {
  border-radius: 20px;
  height: 100%;
}

.mask-24 {
  border-radius: 20px;
}

.icon-28, .icon-29 {
  color: #c1c1c1;
}

.slider-22 {
  border-radius: 20px;
  height: 100%;
}

.mask-25 {
  border-radius: 20px;
}

.icon-30, .icon-31 {
  color: #c1c1c1;
}

.slider-23 {
  border-radius: 20px;
  height: 100%;
}

.mask-26 {
  border-radius: 20px;
}

.ads-vis-explore-card {
  border: 1px solid #3b3b3b;
  width: 50%;
  height: 28rem;
  position: relative;
  overflow: hidden;
}

.ads-vis-explore-card.ser1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #853a3a;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: block;
}

.mrktng-des-explore-card {
  border: 1px solid #3b3b3b;
  width: 50%;
  height: 28rem;
  position: relative;
  overflow: hidden;
}

.mrktng-des-explore-card.ser1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #853a3a;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: block;
}

.slider-24 {
  height: 100%;
}

.slide-34, .slide-35, .slide-36, .slide-37, .slide-38 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-39 {
  background-image: url('../images/waid-khaliji-Main-Poster.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-40 {
  background-image: url('../images/neoderm-post-procarexp.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-41 {
  background-image: url('../images/waid-khaliji-playing-now-poster.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-42 {
  background-image: url('../images/procarexp-fortune-wheel.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-43 {
  background-image: url('../images/the-insdier-Cover.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-44 {
  background-image: url('../images/zi-drops-box-dropper-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-45 {
  background-image: url('../images/Act-Growth-bottle.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-46 {
  background-image: url('../images/sunblock-water-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-47 {
  background-image: url('../images/biogro-sacket-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-48 {
  background-image: url('../images/clazu-care-dieline.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-ads-vis {
  height: 100%;
}

.slide-49 {
  background-image: url('../images/rotana-america.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-50 {
  background-image: url('../images/containers-square-visual-poster.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-51 {
  background-image: url('../images/Shark_Tank_Q4_202.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-52 {
  background-image: url('../images/Weink_Q4_2021.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar-no-shadow {
  z-index: 1;
}

.navbar-no-shadow-container {
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-9 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.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;
  top: 1px;
  right: 3px;
}

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

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

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  background-color: #000;
}

.nav-dropdown-link {
  color: #9c9c9c;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Exo, sans-serif;
  font-size: 14px;
}

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

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

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary-4 {
  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-4:hover {
  color: #fff;
  background-color: #32343a;
}

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

.body-5 {
  background-color: #e6e4de;
}

.nasla-icon {
  color: #000;
}

.nasla-icon-wrapper {
  width: 100px;
}

.navbar-seperator-nas {
  background-color: #000;
  height: 1px;
  margin-top: 15px;
}

.text-block-11 {
  font-family: Exo, sans-serif;
}

.nas-mouse-cursor-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.nas-cursor {
  z-index: 10;
  background-color: #000;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  position: relative;
}

.nasla-landing-head {
  z-index: 1;
  width: 100%;
  max-width: 1140px;
  margin: auto;
  padding: 20px;
  position: relative;
  top: 66px;
}

.nasla-landing-section {
  z-index: 1;
  background-color: #e6e4de;
  height: 110vh;
  position: static;
}

.heading-11 {
  color: #000;
  font-family: Arsenicatrial, sans-serif;
  font-size: 10rem;
  line-height: 10rem;
}

.paragraph-8 {
  font-family: Stretchpro, sans-serif;
  font-size: 2rem;
}

.paragraph-9 {
  font-family: Gilmer, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 2.5rem;
}

.nasla-body1st-slide {
  background-color: #a8a78f;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 150vh;
  position: relative;
}

.div-block-38 {
  background-color: #000;
  height: 100vh;
}

.nas-slide-separator {
  background-color: #000;
  max-width: 1140px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: 10% 0% 0%;
}

.nas-slide-sepa-wrapper {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px 20px;
}

.heading-12 {
  color: #000;
  font-family: Stretchpro, sans-serif;
}

.nas-proj-title-wrapper {
  max-width: 1140px;
  margin-top: 40vh;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.nasla-proj-title {
  color: var(--black);
  font-family: Stretchpro, sans-serif;
  font-size: 3rem;
  line-height: 2.5rem;
}

.nas-proj-photo-frame {
  background-color: #ae4040cc;
  background-image: url('../images/alamana-beach-house.jpg');
  background-position: 50%;
  background-size: cover;
  width: 600px;
  height: 800px;
  margin-top: 101px;
  margin-left: auto;
  position: static;
  inset: 0%;
}

.nas-proj-photo-frame-wrapper {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: absolute;
  inset: 0%;
}

.nasla-body-bg {
  z-index: 0;
  background-color: #e6e4de;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-39 {
  z-index: 0;
  background-color: #c65f5f;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-40 {
  background-color: red;
  width: 100%;
  height: 150%;
  position: absolute;
  inset: 0% 0% auto;
}

.nas-navbar-wrapper-solver {
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-41 {
  position: absolute;
  inset: 0%;
}

.freebies-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.freebies-card {
  border-radius: 20px;
  width: 50%;
  overflow: hidden;
}

.container-24 {
  width: 50%;
}

.freebies-desc {
  background-color: #181818;
  padding: 15px;
}

.freebie-title {
  color: #cacaca;
  font-family: Gilmer, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.freebie-type {
  color: #53ffe8;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Gilmer, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

.div-block-42 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.freebie-download {
  color: #9e9e9e;
  font-family: Gilmer, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.slider-25, .slider-26 {
  width: 100%;
  height: 100%;
}

.slider-27 {
  aspect-ratio: 1000 / 625;
  width: 100%;
  height: 100%;
}

.section-14 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.slider-28 {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1280px) {
  .grid-3 {
    grid-template-rows: auto auto;
  }
}

@media screen and (min-width: 1440px) {
  .div-block-17 {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100vw;
    margin-top: 191px;
    display: flex;
    position: static;
  }

  .logo-explore-card {
    border-radius: 0;
  }

  .default-portflio-container.cont18child {
    max-width: 80%;
  }

  .div-block-29 {
    width: 110%;
    height: 110%;
  }

  .quick-stack-2, .cell-5.stevebgcell5 {
    border-radius: 20px;
  }

  .cell-5.delstevebg {
    background-image: none;
  }

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

  .image-134 {
    object-fit: cover;
  }

  ._3d-explore-card, .web-explore-card {
    border-radius: 0;
  }

  .portf-card-id {
    width: 110%;
    height: 110%;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .ads-vis-explore-card {
    border-radius: 0;
  }
}

@media screen and (min-width: 1920px) {
  .typer-effect {
    display: block;
    position: relative;
  }

  .features-metrics-3 {
    z-index: 5;
    width: 100%;
    max-width: none;
    display: block;
    position: static;
  }

  .container-12 {
    width: 100vw;
    max-width: none;
  }

  .hero-stack, .counter {
    width: 100vw;
    max-width: 100vw;
  }

  .external-link {
    aspect-ratio: auto;
  }

  .slider-26 {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .navbar-logo-left {
    padding-right: 0;
  }

  .navbar-menu {
    max-width: unset;
  }

  .navbar-link, .navbar-button {
    justify-content: center;
  }

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

  .landing_paragraph {
    width: auto;
  }

  .circle__5.selective-hidden-glow, .cursor_dot.selective-hidden {
    opacity: 0;
  }

  .paragraph {
    font-size: 2.5vw;
  }

  .div-block-3 {
    top: 2px;
    left: -3px;
  }

  .ateek-img {
    width: 50vw;
    position: relative;
    left: 15px;
  }

  .container-9 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 90%;
    margin-bottom: 40px;
  }

  .hero-heading-center-2-copy {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .paragraph-about-header {
    font-size: 2.5rem;
  }

  .paragraph--about {
    font-size: 2vw;
  }

  .container-10 {
    max-width: 728px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .typer-effect-wrapper {
    text-align: center;
  }

  .container-11, .container-12 {
    max-width: 728px;
  }

  .features-wrapper-2 {
    justify-content: space-between;
  }

  .container-13, .container-14 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .logo-explore-card {
    width: 80%;
  }

  .default-portflio-container {
    flex-flow: column;
  }

  .external-link {
    height: 5px;
  }

  ._3d-explore-card {
    width: 80%;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-9 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }
}

@media screen and (max-width: 767px) {
  .pricing-item, .pricing-info {
    flex-direction: column;
    align-items: center;
  }

  .image-5 {
    max-width: 90%;
  }

  .circle__5.selective-hidden-glow {
    opacity: 0;
  }

  .container-6 {
    flex-flow: wrap;
    place-content: center;
    align-items: center;
  }

  .container-8-8-copy {
    background-color: #3af0f3;
  }

  .container-8, .container-8-copy {
    background-color: #000;
    width: 350px;
    height: 350px;
  }

  .about-divblock {
    width: 90%;
  }

  .section-3 {
    position: static;
  }

  .paragraph {
    font-size: 3vw;
  }

  .div-block-3 {
    width: 60vw;
    height: 60vw;
    top: 15px;
    left: -41px;
  }

  .ateek-img {
    top: 19px;
    left: -6px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .hero-wrapper {
    flex-direction: column;
  }

  .hero-split.split-img {
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .hero-heading-center-2, .hero-heading-center-2-copy {
    padding: 60px 15px;
  }

  .paragraph-about-header {
    font-size: 3rem;
  }

  .paragraph--about {
    font-size: 3vw;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .features-metrics-2, .logos-title-small {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .typer-effect-wrapper {
    text-align: center;
  }

  .features-table {
    padding: 60px 15px;
  }

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

  .features-metrics-3 {
    padding: 60px 15px;
  }

  .features-wrapper-2 {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block-2 {
    width: 50%;
    margin-bottom: 40px;
  }

  .hero-stack, .counter, .hero-heading-left {
    padding: 60px 15px;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-9 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    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;
  }

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

@media screen and (max-width: 479px) {
  .nav-link.navbar-button {
    margin-right: 70%;
    display: flex;
  }

  .nav-link.open-now {
    justify-content: center;
    align-items: center;
    margin-right: 70%;
    display: flex;
  }

  .nav-link.open-now-mtd {
    justify-content: flex-start;
    align-items: center;
    margin-right: 48%;
    display: flex;
  }

  .nav-link.open-now-git {
    justify-content: flex-start;
    align-items: center;
    margin-right: 62%;
    display: flex;
  }

  .container-4 {
    margin-left: 1rem;
    margin-right: 16px;
  }

  .image-5 {
    max-width: 70%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .landing_heading {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 2.2rem;
  }

  .landing_paragraph {
    width: auto;
    min-width: 0;
    font-size: 1rem;
    line-height: 20px;
  }

  .section {
    margin-top: 55px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 57px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-button {
    padding: 10px 0;
  }

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

  .circle__5, .circle__5.selective-hidden-glow, .cursor_dot, .cursor_dot.selective-hidden {
    opacity: 0;
  }

  .container-8-8 {
    flex: 0 auto;
  }

  .container-8-8-copy {
    flex: 0 auto;
    align-self: auto;
  }

  .about-divblock {
    position: relative;
  }

  .paragraph {
    font-size: 4vw;
  }

  .div-block-3 {
    width: 60vw;
    height: 60vw;
    top: 16px;
    left: -19px;
    right: 8px;
  }

  .ateek-img {
    max-width: 100%;
    left: 0;
  }

  .container-9 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .hero-wrapper {
    flex-direction: column;
  }

  .hero-split.split-img {
    max-width: 100%;
  }

  .hero-heading-center-2-copy {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    top: -73px;
  }

  .paragraph-about-header {
    font-size: 1.5rem;
  }

  .paragraph--about {
    font-size: 4vw;
  }

  .container-10 {
    max-width: none;
  }

  .footer-social-block {
    margin-left: auto;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .typer-effect-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14rem;
    display: flex;
  }

  .heading-3 {
    text-align: center;
    font-size: 1.4rem;
    line-height: .1rem;
  }

  .features-table {
    padding-top: 20px;
  }

  .container-11 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

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

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    order: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    position: relative;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .services-grid-unit.last_unit_mobile {
    border-bottom: 2px dotted #cdcdcd;
  }

  .container-12, .container-13, .container-14 {
    max-width: none;
  }

  .container-16 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .grid-2 {
    width: auto;
  }

  .div-block-16 {
    flex-flow: column;
    width: 90%;
  }

  .about-top-gradient-wrapper {
    margin-top: 60px;
  }

  .moving-gradient {
    margin-top: 0;
    margin-bottom: 0;
    transform: scale(.6);
  }

  .occordion-section {
    margin-top: 0;
  }

  .accordion-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .faq-container {
    width: 95%;
    max-width: none;
  }

  .accordion-item {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .text-block-4 {
    white-space: pre-wrap;
    word-break: normal;
    overflow-wrap: break-word;
    font-size: .9rem;
  }

  .dropdown-link {
    white-space: normal;
    font-size: .9rem;
    line-height: 1rem;
  }

  .text-block-5 {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .logo-explore-card {
    width: 90%;
    height: 25rem;
  }

  .default-portflio-container {
    margin-top: -36px;
  }

  .div-block-27 {
    top: 80%;
    transform: scale(1)translate(-50%, -50%);
  }

  .text-block-6 {
    font-size: .9rem;
  }

  .div-block-29 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-7 {
    font-size: 1rem;
    line-height: 1rem;
  }

  .text-span-4 {
    font-size: .7rem;
    line-height: 3rem;
  }

  .quick-stack-2 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-33 {
    max-width: 100%;
  }

  .text-span-5 {
    line-height: .7rem;
  }

  .text-block-8 {
    color: #cfcfcf00;
    text-align: left;
    max-width: 70px;
    font-size: .3rem;
  }

  .image-74 {
    max-width: 70vw;
  }

  .image-74._100h4i, .image-92, .image-106 {
    max-width: 100%;
  }

  .image-107 {
    object-fit: fill;
  }

  .image-116 {
    max-width: 100%;
  }

  .image-135 {
    max-width: 70vw;
  }

  .image-142 {
    max-width: 100%;
  }

  .image-147 {
    max-width: 70vw;
  }

  .description-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .behance-project-wrapper {
    transform: scale3d(1none, 1none, 1none);
    margin-left: 13px;
    margin-right: 13px;
  }

  .div-block-34 {
    flex-flow: column;
    width: 90%;
    height: 2rem;
  }

  .heading-6.full-behance {
    font-size: 1rem;
    position: static;
    bottom: 5px;
  }

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

  ._3d-explore-card, .web-explore-card, .pack-explore-card {
    width: 90%;
    height: 25rem;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .figma-project-wrapper {
    margin-left: 13%;
    margin-right: 13%;
  }

  .fimga-proj-button {
    flex-flow: column;
    width: 100%;
    height: 2rem;
  }

  .heading-8 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .text-span-7 {
    line-height: 2rem;
  }

  .heading-9 {
    font-family: Gilmer, sans-serif;
    font-size: 2.5rem;
  }

  .icon-32 {
    color: #ffffff70;
  }

  .nav-menu {
    background-color: #000;
  }

  .nav-menu-2, .nav-menu-3, .nav-menu-4, .nav-menu-5 {
    background-color: #181818;
  }

  .quick-stack-3, .quick-stack-4, .quick-stack-5, .quick-stack-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-6 {
    background-color: #181818;
  }

  .quick-stack-7, .quick-stack-8, .quick-stack-9, .quick-stack-10, .quick-stack-11, .quick-stack-12, .quick-stack-13, .quick-stack-14, .quick-stack-15, .quick-stack-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-7 {
    background-color: #181818;
  }

  .quick-stack-17, .quick-stack-18, .quick-stack-19, .quick-stack-20, .quick-stack-21, .quick-stack-22 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-8 {
    background-color: #181818;
  }

  .ads-vis-explore-card, .mrktng-des-explore-card {
    width: 90%;
    height: 25rem;
  }

  .nav-menu-9 {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .freebies-wrapper {
    flex-flow: column;
  }

  .freebies-card {
    width: 100%;
  }

  .freebie-title {
    font-size: 1rem;
  }

  .freebie-download {
    font-size: .8rem;
  }
}

#w-node-_99c3f1bb-4ff5-fde1-c0fc-bc80042c6f11-6115ca0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_1490dad7-9926-77fa-7b9b-aefe6330eca0-6115ca0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a99b0d0-d573-01f6-7532-5fdc5fe2ca6e-6115ca0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_7a99b0d0-d573-01f6-7532-5fdc5fe2ca76-6115ca0a, #w-node-_69e84b48-021a-b3c4-ca0e-8a05f8259e1f-6115ca0a, #w-node-_69e84b48-021a-b3c4-ca0e-8a05f8259e27-6115ca0a, #w-node-d46d3951-da29-5831-949f-052679f855d8-6115ca0a, #w-node-d46d3951-da29-5831-949f-052679f855e0-6115ca0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c37eff8-2af6-8188-47cd-5a32eee3d528-6115ca0a {
  align-self: center;
}

#w-node-_6c37eff8-2af6-8188-47cd-5a32eee3d52a-6115ca0a, #w-node-_6c37eff8-2af6-8188-47cd-5a32eee3d535-6115ca0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c37eff8-2af6-8188-47cd-5a32eee3d547-6115ca0a {
  justify-self: center;
}

#w-node-d2bffec0-c479-ec9e-30e1-178250667e98-6115ca0d {
  grid-template-rows: minmax(auto, 1fr) auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d2bffec0-c479-ec9e-30e1-178250667e99-6115ca0d {
  grid-column: span 2 / span 2;
}

#w-node-d2bffec0-c479-ec9e-30e1-178250667e9f-6115ca0d, #w-node-d2bffec0-c479-ec9e-30e1-178250667eac-6115ca0d {
  grid-row: span 2 / span 2;
}

#w-node-d2bffec0-c479-ec9e-30e1-178250667eae-6115ca0d {
  grid-row: span 3 / span 3;
}

#w-node-_1012ff3f-35ee-ced6-ccd7-5f2c13e643d3-6115ca0d {
  grid-template-rows: minmax(auto, 1fr) auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d483dd7a-12ae-8b42-11e2-c50fa348459b-6115ca0d {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_96b888a1-030a-5736-9e4c-bbb738de1c45-6115ca0d, #w-node-_841d53ba-e59b-2942-7a24-de664b5be414-6115ca0d, #w-node-_3e010c45-6bae-25ab-45e3-34529f55e594-6115ca0d {
  grid-row: span 2 / span 2;
}

#w-node-_488c3e28-ce65-9849-6670-5f4dafe14cb4-6115ca0d {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_4f2c9d6d-8697-a962-08fd-4c14b1d99413-6115ca0d {
  grid-row: span 2 / span 2;
}

#w-node-f9f06ee9-bed1-8074-3aeb-daa16bd05249-6115ca0d {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_271f75e5-78d9-cccb-4319-5436fe85d68f-6115ca0d {
  grid-template-rows: minmax(auto, 1fr) minmax(auto, 1.25fr);
  grid-template-columns: 1.25fr 1fr 1fr 1fr 1fr;
}

#w-node-_271f75e5-78d9-cccb-4319-5436fe85d690-6115ca0d {
  grid-column: span 3 / span 3;
}

#w-node-_935c959f-330c-3cdd-7b16-eb2260a7f21c-6115ca0d, #w-node-e185ddbb-92d9-f009-73a4-8d14fa0fc506-6115ca0d {
  grid-column: span 2 / span 2;
}

#w-node-efeda674-832a-43f5-93fd-4a5dda34157c-6115ca0d {
  grid-template-rows: minmax(auto, 1fr) auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-efeda674-832a-43f5-93fd-4a5dda34157d-6115ca0d {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_027760aa-6e0b-414f-4c84-cfe61436b7e6-6115ca0d {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-b2280491-99dd-b1e4-1723-a89c840c5e62-6115ca0d {
  grid-template-rows: minmax(0, 1fr) auto;
  grid-template-columns: 1fr 1fr 1.25fr;
}

#w-node-b2280491-99dd-b1e4-1723-a89c840c5e63-6115ca0d {
  grid-column: span 2 / span 2;
}

#w-node-_9cb9fe52-6ce7-7d29-504d-745c380fef60-6115ca0d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3102d3d2-b4e4-b227-d87a-be2209db48c3-6115ca0d {
  grid-template-rows: minmax(auto, 1fr) auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_3102d3d2-b4e4-b227-d87a-be2209db48c4-6115ca0d {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_3102d3d2-b4e4-b227-d87a-be2209db48c8-6115ca0d {
  grid-row: span 2 / span 2;
}

#w-node-_3102d3d2-b4e4-b227-d87a-be2209db48cc-6115ca0d, #w-node-_3102d3d2-b4e4-b227-d87a-be2209db48ce-6115ca0d {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_3102d3d2-b4e4-b227-d87a-be2209db48d0-6115ca0d {
  grid-row: span 2 / span 2;
}

#w-node-_3102d3d2-b4e4-b227-d87a-be2209db48d2-6115ca0d {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_3102d3d2-b4e4-b227-d87a-be2209db48d4-6115ca0d {
  grid-row: span 2 / span 2;
}

#w-node-_9d6c8567-2348-2268-35a1-b4b07b58ed43-6115ca0d {
  grid-template-rows: minmax(auto, 1fr) auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_9d6c8567-2348-2268-35a1-b4b07b58ed44-6115ca0d, #w-node-_232b760f-9379-faa4-6d16-44dcf58f32b4-6115ca0d {
  grid-column: span 2 / span 2;
}

#w-node-_9d6c8567-2348-2268-35a1-b4b07b58ed48-6115ca0d {
  grid-row: span 2 / span 2;
}

#w-node-_9d6c8567-2348-2268-35a1-b4b07b58ed4a-6115ca0d, #w-node-_77a630f3-319f-125b-6859-2d4c40ddf385-6115ca0d {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_7db61dc5-7fbf-ede9-7e4b-7b156f1b7e93-6115ca0d {
  grid-template-rows: minmax(auto, 1fr) auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7db61dc5-7fbf-ede9-7e4b-7b156f1b7e94-6115ca0d, #w-node-c4d63f62-39ed-d8c2-ddbd-714dafddb926-6115ca0d {
  grid-column: span 2 / span 2;
}

#w-node-_5e35c9f4-2f62-b445-e9a6-d71d8613d13a-6115ca0d {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_77bc37d2-11fc-c11a-908b-bca6c9000d5f-6115ca0d {
  align-self: center;
}

#w-node-_77bc37d2-11fc-c11a-908b-bca6c9000d61-6115ca0d, #w-node-_77bc37d2-11fc-c11a-908b-bca6c9000d6c-6115ca0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77bc37d2-11fc-c11a-908b-bca6c9000d7e-6115ca0d {
  justify-self: center;
}

#w-node-c4d23e47-451f-eb73-5d14-ff5ba18974e2-6115ca0e {
  grid-template-rows: auto 1fr;
  grid-template-columns: 1.5fr .75fr 1fr;
}

#w-node-c4d23e47-451f-eb73-5d14-ff5ba18974e3-6115ca0e, #w-node-c4d23e47-451f-eb73-5d14-ff5ba18974e9-6115ca0e {
  grid-column: span 2 / span 2;
}

#w-node-d0e9e358-5646-d39c-3319-3f95995ab6cd-6115ca0e {
  grid-template-rows: auto 1fr;
  grid-template-columns: 1.5fr .75fr 1fr;
}

#w-node-d0e9e358-5646-d39c-3319-3f95995ab6ce-6115ca0e, #w-node-d0e9e358-5646-d39c-3319-3f95995ab6d4-6115ca0e {
  grid-column: span 2 / span 2;
}

#w-node-fe324bd4-a8cf-af3b-bb24-654c15f0595c-6115ca0e {
  grid-template-rows: auto 1fr;
  grid-template-columns: 1.5fr .75fr 1fr;
}

#w-node-fe324bd4-a8cf-af3b-bb24-654c15f0595d-6115ca0e, #w-node-fe324bd4-a8cf-af3b-bb24-654c15f05963-6115ca0e {
  grid-column: span 2 / span 2;
}

#w-node-_27d66ee1-8e30-8931-b397-94eee9bfc45c-6115ca0e {
  grid-template-rows: auto 1fr;
  grid-template-columns: 1.5fr .75fr 1fr;
}

#w-node-_27d66ee1-8e30-8931-b397-94eee9bfc45d-6115ca0e, #w-node-_27d66ee1-8e30-8931-b397-94eee9bfc463-6115ca0e {
  grid-column: span 2 / span 2;
}

#w-node-_1a6d94d1-3b1d-d9c9-b997-5407352a2330-6115ca0e {
  grid-template-rows: auto 1fr;
  grid-template-columns: 1.5fr .75fr 1fr;
}

#w-node-_1a6d94d1-3b1d-d9c9-b997-5407352a2331-6115ca0e, #w-node-_1a6d94d1-3b1d-d9c9-b997-5407352a2337-6115ca0e {
  grid-column: span 2 / span 2;
}

#w-node-_58fa134d-ebc5-82fd-b661-0ada199219ec-6115ca0e {
  grid-template-rows: auto 1fr;
  grid-template-columns: 1.5fr .75fr 1fr;
}

#w-node-_58fa134d-ebc5-82fd-b661-0ada199219ed-6115ca0e, #w-node-_58fa134d-ebc5-82fd-b661-0ada199219f3-6115ca0e {
  grid-column: span 2 / span 2;
}

#w-node-ed58b141-9fd1-914b-6a31-bd6cae371931-6115ca0e {
  align-self: center;
}

#w-node-ed58b141-9fd1-914b-6a31-bd6cae371933-6115ca0e, #w-node-ed58b141-9fd1-914b-6a31-bd6cae37193e-6115ca0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed58b141-9fd1-914b-6a31-bd6cae371950-6115ca0e {
  justify-self: center;
}

#w-node-_22bfef11-140c-8444-21b8-4a21750430b6-6115ca0f {
  align-self: center;
}

#w-node-_22bfef11-140c-8444-21b8-4a21750430b8-6115ca0f, #w-node-_22bfef11-140c-8444-21b8-4a21750430c3-6115ca0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22bfef11-140c-8444-21b8-4a21750430d5-6115ca0f {
  justify-self: center;
}

#w-node-c4d23e47-451f-eb73-5d14-ff5ba18974e2-6115ca10 {
  grid-template-rows: auto minmax(201px, 1fr);
  grid-template-columns: .25fr .75fr;
}

#w-node-c4d23e47-451f-eb73-5d14-ff5ba18974e3-6115ca10 {
  grid-column: span 2 / span 2;
}

#w-node-_58fa134d-ebc5-82fd-b661-0ada199219ec-6115ca10, #w-node-_80be97e4-08dc-bd7a-b126-99b58d0cc1e6-6115ca10 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
}

#w-node-fe324bd4-a8cf-af3b-bb24-654c15f0595c-6115ca10 {
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1.5fr 1.5fr;
}

#w-node-fe324bd4-a8cf-af3b-bb24-654c15f0595d-6115ca10, #w-node-e47a6d47-5f46-c853-77a6-d8ea26cefc5b-6115ca10 {
  grid-column: span 2 / span 2;
}

#w-node-ed58b141-9fd1-914b-6a31-bd6cae371931-6115ca10 {
  align-self: center;
}

#w-node-ed58b141-9fd1-914b-6a31-bd6cae371933-6115ca10, #w-node-ed58b141-9fd1-914b-6a31-bd6cae37193e-6115ca10 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed58b141-9fd1-914b-6a31-bd6cae371950-6115ca10 {
  justify-self: center;
}

#w-node-_0d107400-b2dd-d717-52b0-d6f266a1eeed-6115ca11 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_15ead597-16a4-31dd-6c1c-864385e715a7-6115ca11, #w-node-c139b089-88bf-073b-84d4-ef7c6c6a2475-6115ca11, #w-node-_67af8b3b-6462-2204-052c-cd84b8027e8f-6115ca11 {
  grid-column: span 2 / span 2;
}

#w-node-fe324bd4-a8cf-af3b-bb24-654c15f0595c-6115ca11 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_210f83db-94e1-b500-3cb1-91a6d3af848d-6115ca11, #w-node-_8186db3a-f797-d7c6-0805-4c404c247bb0-6115ca11 {
  grid-column: span 2 / span 2;
}

#w-node-_974d84d3-db5d-04a5-2b9e-a36b6c097c8c-6115ca11 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
}

#w-node-_990fb928-c09f-ba66-2b3a-c75a959842be-6115ca11 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_990fb928-c09f-ba66-2b3a-c75a959842bf-6115ca11, #w-node-_990fb928-c09f-ba66-2b3a-c75a959842c5-6115ca11 {
  grid-column: span 2 / span 2;
}

#w-node-_990fb928-c09f-ba66-2b3a-c75a959842c7-6115ca11 {
  grid-column: span 3 / span 3;
}

#w-node-_97318566-20cf-e4a0-6cae-40a765d16ee7-6115ca11 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
}

#w-node-_31152b83-00dd-4db5-a3fa-bf5167026f92-6115ca11 {
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1.5fr 1.5fr;
}

#w-node-_31152b83-00dd-4db5-a3fa-bf5167026f93-6115ca11, #w-node-_31152b83-00dd-4db5-a3fa-bf5167026f95-6115ca11, #w-node-_31152b83-00dd-4db5-a3fa-bf5167026fc1-6115ca11 {
  grid-column: span 2 / span 2;
}

#w-node-de6f1b6a-1345-bdca-64f5-12fd27870b11-6115ca11 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr;
}

#w-node-de6f1b6a-1345-bdca-64f5-12fd27870b12-6115ca11 {
  grid-column: span 2 / span 2;
}

#w-node-_74233cd8-0fed-d1d6-7b0f-10e45e6fe10d-6115ca11 {
  grid-template-rows: auto 1fr;
  grid-template-columns: 1.5fr 1.5fr;
}

#w-node-_74233cd8-0fed-d1d6-7b0f-10e45e6fe10e-6115ca11, #w-node-_74233cd8-0fed-d1d6-7b0f-10e45e6fe10f-6115ca11 {
  grid-column: span 2 / span 2;
}

#w-node-a6f8e265-5946-3cac-ddc5-436a756cd505-6115ca11 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
}

#w-node-_38407ef6-b401-a39f-d98a-e32c4154caf9-6115ca11 {
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr;
}

#w-node-fff6ab80-64c7-2294-6eb4-fdc9eb3f9cb6-6115ca11 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
}

#w-node-_93ee4104-64a5-b7ce-6bb9-9a2c1560185e-6115ca11 {
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1.5fr 1.5fr;
}

#w-node-_93ee4104-64a5-b7ce-6bb9-9a2c1560185f-6115ca11, #w-node-_93ee4104-64a5-b7ce-6bb9-9a2c15601862-6115ca11 {
  grid-column: span 2 / span 2;
}

#w-node-ed58b141-9fd1-914b-6a31-bd6cae371931-6115ca11 {
  align-self: center;
}

#w-node-ed58b141-9fd1-914b-6a31-bd6cae371933-6115ca11, #w-node-ed58b141-9fd1-914b-6a31-bd6cae37193e-6115ca11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed58b141-9fd1-914b-6a31-bd6cae371950-6115ca11 {
  justify-self: center;
}

#w-node-a162e8ee-d392-7413-29ca-11030177d07f-6115ca12 {
  align-self: center;
}

#w-node-a162e8ee-d392-7413-29ca-11030177d081-6115ca12, #w-node-a162e8ee-d392-7413-29ca-11030177d08c-6115ca12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a162e8ee-d392-7413-29ca-11030177d09e-6115ca12 {
  justify-self: center;
}

#w-node-_52a5f827-be02-4a0c-d96f-520fd4409eea-6115ca13 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_80be97e4-08dc-bd7a-b126-99b58d0cc1e6-6115ca13 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
}

#w-node-_79d65416-cb0f-498b-6822-a6e6e4cbf604-6115ca13 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_79d65416-cb0f-498b-6822-a6e6e4cbf605-6115ca13, #w-node-_8340574d-453e-5142-6abd-823bff2abc39-6115ca13, #w-node-_48eafbbe-0949-5902-f77f-a6038d27fb06-6115ca13 {
  grid-column: span 2 / span 2;
}

#w-node-_4c7e70a5-ce97-a1d5-db6e-15e037c5aff5-6115ca13 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_30642fd4-74c2-36e1-2cef-fe0a00ef1a0e-6115ca13 {
  grid-column: span 2 / span 2;
}

#w-node-ed58b141-9fd1-914b-6a31-bd6cae371931-6115ca13 {
  align-self: center;
}

#w-node-ed58b141-9fd1-914b-6a31-bd6cae371933-6115ca13, #w-node-ed58b141-9fd1-914b-6a31-bd6cae37193e-6115ca13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed58b141-9fd1-914b-6a31-bd6cae371950-6115ca13 {
  justify-self: center;
}

#w-node-f1fa4990-a705-3a7e-b3e2-0ac25db140ed-6115ca14 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-dae6cd75-e887-b5a5-c79d-ddfa211f21d7-6115ca14 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-dae6cd75-e887-b5a5-c79d-ddfa211f21d8-6115ca14, #w-node-_01cce354-2b03-8de7-e25a-a30a89ddbf4b-6115ca14 {
  grid-column: span 4 / span 4;
}

#w-node-fee3fc09-a8ae-ac51-4903-d2f8fe7c02d7-6115ca14, #w-node-_8b58bff0-d125-e585-622a-26e7faf84cba-6115ca14, #w-node-b8c7de22-80be-6626-37cb-57ec36650510-6115ca14, #w-node-_67b77f83-3c4d-17b9-2290-6a33056ad771-6115ca14 {
  grid-column: span 2 / span 2;
}

#w-node-_959bd010-a28f-29ea-a3a5-4e403312e87b-6115ca14 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-ed58b141-9fd1-914b-6a31-bd6cae371931-6115ca14 {
  align-self: center;
}

#w-node-ed58b141-9fd1-914b-6a31-bd6cae371933-6115ca14, #w-node-ed58b141-9fd1-914b-6a31-bd6cae37193e-6115ca14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed58b141-9fd1-914b-6a31-bd6cae371950-6115ca14 {
  justify-self: center;
}

#w-node-_22bfef11-140c-8444-21b8-4a21750430b6-6115ca17 {
  align-self: center;
}

#w-node-_22bfef11-140c-8444-21b8-4a21750430b8-6115ca17, #w-node-_22bfef11-140c-8444-21b8-4a21750430c3-6115ca17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22bfef11-140c-8444-21b8-4a21750430d5-6115ca17 {
  justify-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-d2bffec0-c479-ec9e-30e1-178250667e98-6115ca0d {
    grid-template-rows: minmax(auto, 1fr) auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-d2bffec0-c479-ec9e-30e1-178250667e9b-6115ca0d {
    grid-column: span 2 / span 2;
  }

  #w-node-d2bffec0-c479-ec9e-30e1-178250667e9f-6115ca0d {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-b7315e22-a836-0d8d-64b5-fbb0341082e5-6115ca0d, #w-node-d2bffec0-c479-ec9e-30e1-178250667e9d-6115ca0d, #w-node-d2bffec0-c479-ec9e-30e1-178250667ea6-6115ca0d, #w-node-d2bffec0-c479-ec9e-30e1-178250667ea8-6115ca0d, #w-node-_059e92af-ff66-9902-9bca-f105f0d19e5a-6115ca0d {
    grid-column: span 2 / span 2;
  }

  #w-node-d2bffec0-c479-ec9e-30e1-178250667eac-6115ca0d {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d2bffec0-c479-ec9e-30e1-178250667eae-6115ca0d {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-d2bffec0-c479-ec9e-30e1-178250667eb0-6115ca0d, #w-node-d2bffec0-c479-ec9e-30e1-178250667eb4-6115ca0d, #w-node-d2bffec0-c479-ec9e-30e1-178250667eb6-6115ca0d {
    grid-column: span 2 / span 2;
  }

  #w-node-_1012ff3f-35ee-ced6-ccd7-5f2c13e643d3-6115ca0d {
    grid-template-rows: minmax(auto, 1fr) auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-d483dd7a-12ae-8b42-11e2-c50fa348459b-6115ca0d {
    grid-row: span 2 / span 2;
  }

  #w-node-_46e75ef4-c7d2-08ff-80e9-47f413168f66-6115ca0d, #w-node-_53f1cfb5-42b3-fe19-e261-d2d610284f62-6115ca0d, #w-node-_7458d744-d5f6-08f2-bced-efe81173f02b-6115ca0d, #w-node-b0c34582-936f-4faa-ddf8-649be25acec4-6115ca0d, #w-node-_406cff0c-3785-5315-0aa8-d86204337d17-6115ca0d, #w-node-cf8fbaea-fbf8-03dd-d0f8-1c987fb816f7-6115ca0d {
    grid-column: span 2 / span 2;
  }

  #w-node-_96b888a1-030a-5736-9e4c-bbb738de1c45-6115ca0d {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-f20072ed-940d-4f90-3b1d-b43802251f89-6115ca0d, #w-node-_88bf0ad2-501d-db76-ef1a-808c624955fd-6115ca0d {
    grid-column: span 2 / span 2;
  }

  #w-node-_841d53ba-e59b-2942-7a24-de664b5be414-6115ca0d {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-c719cfd9-29d6-fe5c-7a44-ce6fb245bb4e-6115ca0d, #w-node-_7b17cad2-4950-f12e-c469-32405b751609-6115ca0d {
    grid-column: span 2 / span 2;
  }

  #w-node-_3e010c45-6bae-25ab-45e3-34529f55e594-6115ca0d {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_488c3e28-ce65-9849-6670-5f4dafe14cb4-6115ca0d {
    grid-row: span 2 / span 2;
  }

  #w-node-_4f2c9d6d-8697-a962-08fd-4c14b1d99413-6115ca0d {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-f9f06ee9-bed1-8074-3aeb-daa16bd05249-6115ca0d {
    grid-row: span 2 / span 2;
  }

  #w-node-_271f75e5-78d9-cccb-4319-5436fe85d68f-6115ca0d {
    grid-template-rows: minmax(auto, 2fr) minmax(117px, 1.5fr);
    grid-template-columns: 1fr;
  }

  #w-node-_87322143-2f3f-cfda-1ca9-4b45df89da27-6115ca0d, #w-node-c02cfd7a-ce0c-4542-c246-7edd95f78948-6115ca0d, #w-node-_271f75e5-78d9-cccb-4319-5436fe85d695-6115ca0d, #w-node-_935c959f-330c-3cdd-7b16-eb2260a7f21c-6115ca0d, #w-node-e185ddbb-92d9-f009-73a4-8d14fa0fc506-6115ca0d {
    grid-column: span 3 / span 3;
  }

  #w-node-efeda674-832a-43f5-93fd-4a5dda34157c-6115ca0d {
    grid-template-rows: minmax(auto, 1fr) auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-efeda674-832a-43f5-93fd-4a5dda34157d-6115ca0d {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_027760aa-6e0b-414f-4c84-cfe61436b7e6-6115ca0d {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-b2280491-99dd-b1e4-1723-a89c840c5e62-6115ca0d {
    grid-template-rows: minmax(0, 1fr) auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-b2280491-99dd-b1e4-1723-a89c840c5e63-6115ca0d, #w-node-b2280491-99dd-b1e4-1723-a89c840c5e65-6115ca0d, #w-node-b2280491-99dd-b1e4-1723-a89c840c5e67-6115ca0d, #w-node-b2280491-99dd-b1e4-1723-a89c840c5e69-6115ca0d, #w-node-_39de99ae-e2cd-bda6-98e8-5cb7d42ad92f-6115ca0d {
    grid-column: span 2 / span 2;
  }

  #w-node-_9cb9fe52-6ce7-7d29-504d-745c380fef60-6115ca0d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3102d3d2-b4e4-b227-d87a-be2209db48c3-6115ca0d {
    grid-template-rows: minmax(auto, 1fr) auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3102d3d2-b4e4-b227-d87a-be2209db48c4-6115ca0d {
    grid-row: span 2 / span 2;
  }

  #w-node-_3102d3d2-b4e4-b227-d87a-be2209db48c6-6115ca0d, #w-node-_3102d3d2-b4e4-b227-d87a-be2209db48c8-6115ca0d, #w-node-_3102d3d2-b4e4-b227-d87a-be2209db48ca-6115ca0d {
    grid-column: span 2 / span 2;
  }

  #w-node-_3102d3d2-b4e4-b227-d87a-be2209db48ce-6115ca0d {
    grid-row: span 2 / span 2;
  }

  #w-node-_3102d3d2-b4e4-b227-d87a-be2209db48d0-6115ca0d {
    grid-column: span 2 / span 2;
  }

  #w-node-_3102d3d2-b4e4-b227-d87a-be2209db48d2-6115ca0d {
    grid-row: span 2 / span 2;
  }

  #w-node-_3102d3d2-b4e4-b227-d87a-be2209db48d4-6115ca0d {
    grid-column: span 2 / span 2;
  }

  #w-node-_9d6c8567-2348-2268-35a1-b4b07b58ed43-6115ca0d {
    grid-template-rows: minmax(0, .5fr) minmax(0, 1fr) auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_9d6c8567-2348-2268-35a1-b4b07b58ed44-6115ca0d, #w-node-_9d6c8567-2348-2268-35a1-b4b07b58ed46-6115ca0d, #w-node-_232b760f-9379-faa4-6d16-44dcf58f32b4-6115ca0d {
    grid-column: span 2 / span 2;
  }

  #w-node-_9d6c8567-2348-2268-35a1-b4b07b58ed48-6115ca0d, #w-node-_9d6c8567-2348-2268-35a1-b4b07b58ed4a-6115ca0d {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_77a630f3-319f-125b-6859-2d4c40ddf385-6115ca0d {
    grid-row: span 3 / span 3;
  }

  #w-node-_7db61dc5-7fbf-ede9-7e4b-7b156f1b7e93-6115ca0d {
    grid-template-rows: minmax(auto, 1fr) auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_11985e85-1933-36c8-bd49-98f78f368771-6115ca0d, #w-node-_7db61dc5-7fbf-ede9-7e4b-7b156f1b7e9a-6115ca0d {
    grid-column: span 2 / span 2;
  }

  #w-node-_5e35c9f4-2f62-b445-e9a6-d71d8613d13a-6115ca0d {
    grid-row: span 2 / span 2;
  }

  #w-node-_8d749d10-9352-89db-19b7-ade57558260d-6115ca0d {
    grid-column: span 2 / span 2;
  }

  #w-node-c4d23e47-451f-eb73-5d14-ff5ba18974e3-6115ca0e, #w-node-c4d23e47-451f-eb73-5d14-ff5ba18974e5-6115ca0e, #w-node-c4d23e47-451f-eb73-5d14-ff5ba18974e7-6115ca0e, #w-node-c4d23e47-451f-eb73-5d14-ff5ba18974e9-6115ca0e, #w-node-d0e9e358-5646-d39c-3319-3f95995ab6ce-6115ca0e, #w-node-d0e9e358-5646-d39c-3319-3f95995ab6d0-6115ca0e, #w-node-d0e9e358-5646-d39c-3319-3f95995ab6d2-6115ca0e, #w-node-d0e9e358-5646-d39c-3319-3f95995ab6d4-6115ca0e, #w-node-fe324bd4-a8cf-af3b-bb24-654c15f0595d-6115ca0e, #w-node-fe324bd4-a8cf-af3b-bb24-654c15f0595f-6115ca0e, #w-node-fe324bd4-a8cf-af3b-bb24-654c15f05961-6115ca0e, #w-node-fe324bd4-a8cf-af3b-bb24-654c15f05963-6115ca0e, #w-node-_27d66ee1-8e30-8931-b397-94eee9bfc45d-6115ca0e, #w-node-_27d66ee1-8e30-8931-b397-94eee9bfc45f-6115ca0e, #w-node-_27d66ee1-8e30-8931-b397-94eee9bfc461-6115ca0e, #w-node-_27d66ee1-8e30-8931-b397-94eee9bfc463-6115ca0e, #w-node-_1a6d94d1-3b1d-d9c9-b997-5407352a2331-6115ca0e, #w-node-_1a6d94d1-3b1d-d9c9-b997-5407352a2333-6115ca0e, #w-node-_1a6d94d1-3b1d-d9c9-b997-5407352a2335-6115ca0e, #w-node-_1a6d94d1-3b1d-d9c9-b997-5407352a2337-6115ca0e, #w-node-_58fa134d-ebc5-82fd-b661-0ada199219ed-6115ca0e, #w-node-_58fa134d-ebc5-82fd-b661-0ada199219ef-6115ca0e, #w-node-_58fa134d-ebc5-82fd-b661-0ada199219f1-6115ca0e, #w-node-_58fa134d-ebc5-82fd-b661-0ada199219f3-6115ca0e {
    grid-column: span 3 / span 3;
  }

  #w-node-c4d23e47-451f-eb73-5d14-ff5ba18974e3-6115ca10, #w-node-c4d23e47-451f-eb73-5d14-ff5ba18974e7-6115ca10, #w-node-c4d23e47-451f-eb73-5d14-ff5ba18974e9-6115ca10, #w-node-fe324bd4-a8cf-af3b-bb24-654c15f05961-6115ca10, #w-node-fe324bd4-a8cf-af3b-bb24-654c15f05963-6115ca10 {
    grid-column: span 2 / span 2;
  }

  #w-node-_990fb928-c09f-ba66-2b3a-c75a959842be-6115ca11 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_990fb928-c09f-ba66-2b3a-c75a959842bf-6115ca11, #w-node-_990fb928-c09f-ba66-2b3a-c75a959842c1-6115ca11, #w-node-_990fb928-c09f-ba66-2b3a-c75a959842c3-6115ca11, #w-node-_990fb928-c09f-ba66-2b3a-c75a959842c5-6115ca11 {
    grid-column: span 3 / span 3;
  }

  #w-node-dae6cd75-e887-b5a5-c79d-ddfa211f21d7-6115ca14 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-dae6cd75-e887-b5a5-c79d-ddfa211f21d8-6115ca14, #w-node-_01cce354-2b03-8de7-e25a-a30a89ddbf4b-6115ca14, #w-node-fee3fc09-a8ae-ac51-4903-d2f8fe7c02d7-6115ca14, #w-node-_8b58bff0-d125-e585-622a-26e7faf84cba-6115ca14, #w-node-b8c7de22-80be-6626-37cb-57ec36650510-6115ca14, #w-node-_67b77f83-3c4d-17b9-2290-6a33056ad771-6115ca14 {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Gilmer';
  src: url('../fonts/Gilmer-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilmer';
  src: url('../fonts/Gilmer-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilmer';
  src: url('../fonts/Gilmer-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilmer';
  src: url('../fonts/Gilmer-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arsenicatrial';
  src: url('../fonts/ArsenicaTrial-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stretchpro';
  src: url('../fonts/StretchPro.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}