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

:root {
  --black: #0f0f0f;
  --white: #f1f1f1;
  --slate-blue: #d6d6d6;
  --light-black: #181818;
  --primary-orange: #f84a01;
}

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

body {
  background-color: var(--black);
  color: var(--white);
  font-family: IBM Plex Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}

.section.work-track {
  width: 100%;
  height: 400vh;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  overflow: clip;
}

.section.cta {
  height: 15vh;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.section.testimonials {
  display: none;
}

.section.testimonials.mobile-all-blog {
  overflow: clip;
}

.section.work-track-2 {
  overflow: visible;
}

.section.new-bg {
  background-color: #000;
}

.section.new-bg.container.desktop {
  background-color: #0f0f0f;
  padding-left: 140px;
  padding-right: 150px;
}

.section.container {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  overflow: hidden;
}

.section.container.photo-gallery {
  padding-top: 0;
  padding-bottom: 20px;
}

.section.mobile-responsive {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.dark-background {
  background-color: var(--black);
}

.title {
  font-family: Archivo, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

.title.h1 {
  font-size: 8em;
  font-weight: 300;
  line-height: .8em;
}

.title.h1.white.banner-heading {
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 7.2em;
  font-weight: 400;
  line-height: 1em;
  position: absolute;
}

.title.h1.white.banner-heading.new-text-color {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.5em;
}

.title.h1.white.banner-heading.new-text-color.mobile-title-text {
  letter-spacing: -4px;
  padding-bottom: 40px;
}

.title.h1.cta {
  color: #fff;
  text-transform: none;
  margin-top: 16px;
  margin-bottom: 16px;
  text-decoration: none;
  display: none;
}

.title.h1.cta:hover {
  color: #aaa;
}

.title.h1.me-work {
  margin-top: 40px;
  font-size: 5.4em;
  position: absolute;
  top: 6%;
  left: 20%;
}

.title.h1.me-work.work-responsive {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
}

.title.h1.about-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 48px;
  padding-left: 200px;
  font-family: Archivo, sans-serif;
  font-size: 5.4em;
}

.title.h1.extra-large {
  z-index: 1;
  color: #f1f1f100;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--slate-blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  font-size: 14vw;
  font-weight: 300;
  display: flex;
  position: sticky;
  top: 0;
}

.title.h1.extra-large.service {
  opacity: .7;
}

.title.h2.case-study-title {
  display: none;
}

.title.h2 {
  color: #f1f1f1;
  margin-top: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 100%;
  display: block;
}

.title.h2:hover {
  color: #dbdbdb;
}

.container {
  max-width: 1200px;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
}

.container.mobile-padding-hero {
  padding-top: 40px;
  display: block;
}

.navbar {
  z-index: 999999;
  background-color: var(--black);
  width: 100%;
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  position: static;
}

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

.nav-link {
  background-color: var(--light-black);
  color: var(--white);
  border-radius: 100px;
  padding: 8px 24px;
}

.brand-image {
  max-height: 32px;
}

.banner-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0;
  font-size: 16px;
  display: flex;
  position: relative;
}

.banner-image {
  z-index: -999;
  height: 70vh;
  padding-bottom: 80px;
  position: relative;
}

.white {
  color: var(--white);
}

.camera {
  width: 99vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  height: 100%;
  padding-top: 60px;
  display: flex;
}

.frame-item {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.frame-item.mobile-responsive {
  width: 100%;
}

.portfolio-block {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1020px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: grid;
}

.portfolio-block:hover {
  color: #b1b1b1;
}

.portfolio-block.certification {
  padding-left: 140px;
  padding-right: 140px;
}

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

.portfolio-image:hover {
  color: #e7e7e7;
}

.portfolio-image.case-study {
  height: 80vh;
}

.portfolio-image.case-study.mobile {
  width: 100%;
}

.portfolio-image.certification {
  height: 70vh;
}

.portfolio-detail {
  display: block;
}

.portfolio-detail:hover {
  color: var(--white);
}

.cta {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.cta-text-link {
  color: #fff;
  text-underline-offset: 3px;
  text-decoration: underline;
}

.cta-text-link:hover {
  color: var(--slate-blue);
}

.cta-text {
  font-size: 22px;
  line-height: 32px;
}

.cta-text.underline {
  opacity: .32;
  text-underline-offset: 3px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.cta-text.opacity {
  opacity: .2;
  color: #f1f1f1;
  text-underline-offset: 10px;
  font-size: 24px;
  text-decoration: none;
}

.cta-text.opacity:hover {
  opacity: .6;
}

.cta-text.opacity.mobile {
  opacity: .24;
}

.cta-text.opacity.mobile:hover {
  opacity: .9;
}

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

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

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

.footer-link:hover {
  color: var(--slate-blue);
}

.scroll-down-button {
  z-index: 9999;
  padding: 8px 12px;
  display: block;
  position: absolute;
  bottom: -50px;
}

.testimonial-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  display: grid;
}

.testimonial-block {
  background-color: #0f0f0f00;
  border: .5px solid #464646;
  border-radius: 3.2px;
  padding: 24px;
  overflow: hidden;
}

.testimonial-content {
  color: var(--slate-blue);
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}

.author-block {
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.author-image {
  object-fit: cover;
  border-radius: 100px;
  width: 56px;
  height: 56px;
}

.author-detail {
  padding-left: 12px;
}

.author-work {
  color: var(--slate-blue);
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.about-text {
  color: var(--slate-blue);
  width: 100%;
  max-width: 700px;
  font-size: 20px;
  line-height: 30px;
}

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

.button {
  background-color: var(--light-black);
  border-radius: 100px;
  padding: 8px 24px;
}

.camera-2 {
  width: 100%;
  position: relative;
}

.frame-2 {
  z-index: 4;
  width: 100%;
  position: relative;
}

.banner-image-2 {
  border-radius: 3000px;
  height: 56vh;
}

.text-span {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 6.3rem;
}

.text-span-2 {
  color: #f84a01;
  letter-spacing: 10px;
  -webkit-text-stroke-color: #f84a01;
  text-indent: 0;
  text-transform: lowercase;
  font-family: Great Vibes, cursive;
  font-size: 1.9em;
}

.page-3 {
  overflow: hidden;
}

.btn-line {
  background-color: #fff;
  width: 56px;
  height: 2px;
  margin-right: 24px;
}

.project {
  z-index: 2;
  perspective: 3500px;
  perspective-origin: 50%;
  justify-content: center;
  align-items: center;
  width: 66%;
  height: 90vh;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: perspective(3500px);
}

.heading-h1 {
  z-index: 10;
  perspective: 2000px;
  color: #fff;
  letter-spacing: .2vw;
  text-transform: uppercase;
  flex: none;
  width: 100%;
  margin-top: 30vh;
  margin-bottom: 0;
  margin-left: 16vw;
  font-size: 7vw;
  line-height: 10vw;
  position: relative;
  transform: perspective(2000px);
}

.heading-h1.solid {
  z-index: 1;
  font-family: Archivo, sans-serif;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-h1.outline {
  z-index: 3;
  color: #ffffff82;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  font-family: Archivo, sans-serif;
  font-weight: 700;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.project-container {
  perspective: 3500px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 20vw;
  margin-bottom: 20vw;
  display: flex;
  position: relative;
  transform: perspective(3500px);
}

.img {
  object-fit: contain;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  position: relative;
}

.btn {
  z-index: 4;
  color: #fff;
  letter-spacing: 6px;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: auto 24% 12% auto;
}

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

.columns {
  position: relative;
}

.page---extra-scroll {
  height: 100vh;
}

.slide---radius {
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  width: 14rem;
  height: 50%;
  position: absolute;
  top: 0;
  transform: translate3d(0, 0, 1px);
}

.slide---radius.x-06 {
  transform-style: preserve-3d;
  transform: rotate(-225deg)translate3d(0, 0, 1px);
}

.slide---radius.x-01 {
  transform: translate(0)rotate(-45deg);
}

.slide---radius.x-04 {
  transform-style: preserve-3d;
  transform: rotate(-180deg)translate3d(0, 0, 1px);
}

.slide---radius.x-08 {
  transform-style: preserve-3d;
  transform: rotate(-315deg)translate3d(0, 0, 1px);
}

.slide---radius.x-03 {
  transform-style: preserve-3d;
  transform: rotate(-135deg)translate3d(0, 0, 1px);
}

.slide---radius.x-02 {
  transform-style: preserve-3d;
  transform: rotate(-90deg)translate3d(0, 0, 1px);
}

.slide---radius.x-07 {
  transform-style: preserve-3d;
  transform: rotate(-270deg)translate3d(0, 0, 1px);
}

.page---scroll-trigger {
  height: 400vh;
}

.page---main {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.slideshow---group {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate3d(0, 0, 1px);
}

.slideshow---group.x-02 {
  transform-style: preserve-3d;
  transform: rotate(-30deg)translate3d(0, 0, 1px);
}

.slideshow---group.x-01 {
  transform-style: preserve-3d;
  transform: rotate(-15deg)translate3d(0, 0, 1px);
}

.slideshow---link {
  position: absolute;
  inset: 0%;
}

.slideshow---wrap {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60rem;
  display: flex;
  position: relative;
  transform: rotateX(69deg)rotateY(0)rotateZ(0);
}

.slideshow---slide {
  transform-style: preserve-3d;
  padding-top: 56.25%;
  position: relative;
  transform: rotateX(0)rotateY(90deg)rotateZ(-90deg);
}

.slideshow---image {
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.svg-4 {
  color: #303030;
  -webkit-text-stroke-color: #f3f3f3;
  background-image: url('../images/fi_16134672.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
}

.container-73 {
  color: #000;
  align-self: auto;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container-73.is-small {
  background-image: none;
  border-radius: 24px;
  max-width: 1000px;
  padding-top: 11px;
}

.svg-11 {
  background-image: url('../images/Reztive-Studio-Ajmain-Fayek--new-Logo-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 34px;
}

.header-2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: -30px;
  margin-bottom: 3rem;
  padding-top: 0;
  display: flex;
}

.header-2.max-width_large {
  background-color: #2e2e2e00;
}

.svg-10 {
  background-image: url('../images/Reztive-Studio-Ajmain-Fayek--new-Logo-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
}

.grid_4-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_4-col.gap-xsmall {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr;
  min-width: 18px;
}

.icon {
  color: #333;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon.margin-bottom_xsmall {
  justify-content: center;
  align-items: center;
  width: 2.9rem;
}

.card {
  color: #000;
  background-color: #0000;
  border: .5px solid #464646;
  border-radius: .2rem;
  flex-flow: row;
  flex: 0 auto;
  list-style-type: none;
  overflow: hidden;
}

.margin-bottom_none {
  color: #dadada;
  margin-bottom: 0 !important;
}

.heading_h4 {
  color: #fff;
  letter-spacing: -.01em;
  -webkit-text-stroke-color: #fff;
  margin-bottom: .35em;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1.41rem;
  font-weight: 600;
  line-height: 1.3em;
}

.card_body {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff0;
  border: 0 #f7f7f7;
  border-radius: 0;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 3rem;
  display: flex;
  position: relative;
}

.b {
  color: #444;
  padding-left: 60px;
  font-style: normal;
  line-height: 100px;
}

.svg-9 {
  background-image: url('../images/Reztive-Studio-Ajmain-Fayek--new-Logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.heading-4 {
  color: #fff;
  font-family: Archivo, sans-serif;
  font-size: 5.4em;
  font-weight: 300;
  line-height: 90px;
}

.section-2 {
  color: #000;
  background-color: #0f0f0f;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 2rem;
  overflow: clip;
}

.accordion_content {
  background-color: #0000;
  padding: 0;
  position: static;
  overflow: hidden;
}

.accordion_content.w--open {
  position: relative;
}

.italic-text-6 {
  color: #bdbdbd;
  font-style: normal;
}

.italic-text-5 {
  color: #aaa;
}

.italic-text-5.new-now {
  color: #bdbdbd;
}

.code-embed-2 {
  background-color: #0f0f0f;
}

.is-align-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.accordion {
  background-color: color-mix(in srgb, currentColor 5%, transparent);
  border-radius: .25rem;
  width: 100%;
  margin-bottom: .5rem;
}

.accordion:hover {
  background-color: color-mix(in srgb, currentColor 8%, transparent);
}

.accordion.is-transparent {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: color-mix(in srgb, currentColor 40%, transparent);
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 0;
}

.padding_xsmall {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
}

.flex_vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.rich-text {
  color: #0009;
}

.paragraph_large {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.paragraph_large.margin-bottom_none {
  color: #1b1b1b;
  font-size: 1.15rem;
  font-weight: 400;
}

.container-6 {
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.accordion_icon {
  color: #aaa;
  order: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: relative;
}

.accordion_toggle-transparent {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  background-color: #0000;
  border-radius: .25rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem 0 1.5rem;
  font-size: 1.13rem;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
}

.accordion_toggle-transparent.w--open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.container-57 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-37 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

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

.arrow {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-12 {
  color: #000;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: underline;
}

.container-60 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 616px;
  text-decoration: none;
  display: flex;
}

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

.link-style-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 98.31px;
  text-decoration: none;
  display: flex;
}

.link-link {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 83.41px;
  text-decoration: none;
  display: flex;
}

.container-63 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 134.53px;
  text-decoration: none;
  display: flex;
}

.container-61 {
  grid-row-gap: 62px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 227px;
  padding-left: 80px;
  text-decoration: none;
  display: flex;
}

.container-4 {
  padding-left: 0;
  padding-right: 0;
}

.container-56 {
  grid-row-gap: 127px;
  background-color: #d6d6d6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1920px;
  padding: 30px 15px 15px;
  text-decoration: none;
  display: flex;
}

.container-56.section {
  text-align: left;
}

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

.container-66 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 89px;
  text-decoration: none;
  display: flex;
}

.container-58 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 625px;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.component-1 {
  object-fit: cover;
  overflow: hidden;
}

.text-11 {
  color: #000;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

._15-candyland-lane-28010-san-francisco {
  color: #000;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.link-style-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 30.52px;
  text-decoration: none;
  display: flex;
}

.container-59 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 121px;
  text-decoration: none;
  display: flex;
}

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

.container-67 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 20.8px;
  text-decoration: none;
  display: flex;
}

._139b2bdbe31351e765fa49342a4a84c993a3d763svg-fill {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 121px;
  height: 59.02px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.sidebar-link-background {
  z-index: 1;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.sidebar-link {
  z-index: 10;
  color: #fff;
  border: 1px #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 6vw;
  min-width: 6vw;
  height: 6vw;
  min-height: 6vw;
  display: flex;
  position: absolute;
  inset: auto;
}

.nav-left {
  justify-content: flex-start;
  align-items: center;
  padding-left: 100px;
  display: flex;
}

.nav-left.tab {
  padding-left: 100px;
}

.title-wrapper {
  border-bottom: 1px solid #1a242c;
  min-width: 23rem;
  padding-bottom: 1.25rem;
}

.sidebar-top {
  height: 50%;
  position: relative;
}

.sidebar-top.new-nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.nav-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 5rem;
  padding-right: 0;
  display: grid;
}

.social-link {
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: .6rem;
  transition: box-shadow .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  box-shadow: inset 0 0 0 1px #1a242c;
}

.social-link:hover {
  box-shadow: inset 0 0 0 2px #617481;
}

.menu-link-arrow {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  margin-right: 0;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.menu-link-mouseover {
  border: 1px #000;
  position: absolute;
  inset: 0%;
}

.page-title {
  color: #99a4ac;
  margin-left: 0;
  font-size: 1.3rem;
  font-weight: 400;
}

.nav-menu-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #02020200;
  justify-content: flex-end;
  margin-right: -1.75rem;
  display: flex;
}

.sidebar-menu-list {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.page-padding {
  width: 100%;
  max-width: 93vw;
  padding-left: 7vw;
  padding-right: 7vw;
}

.sidebar {
  z-index: 1000;
  flex-direction: column;
  width: 7vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.sidebar.desktop {
  display: none;
}

.sidebar-bottom {
  z-index: 50;
  background-color: #fff0;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-left: -4rem;
  padding-left: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-wrapper {
  background-color: #0f1316;
}

.brand-2 {
  color: #fff;
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  width: 5.3rem;
  padding-top: .15rem;
  padding-right: .2rem;
  font-size: 1.3rem;
  font-weight: 500;
  display: flex;
}

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

.sidebar-menu-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 15vh;
  display: flex;
}

.form-number {
  letter-spacing: 2px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  font-size: .75rem;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 0%;
}

.mega-menu-overlay {
  cursor: pointer;
  background-color: #070a0c1c;
  margin-right: 7vw;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-link {
  z-index: 30;
  grid-column-gap: .6vw;
  grid-row-gap: .6vw;
  cursor: pointer;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 0;
  min-width: 6vw;
  height: 0;
  min-height: 6vw;
  display: flex;
  position: absolute;
  inset: 3.5rem auto auto -3rem;
}

.menu-link.desktop-menu {
  justify-content: center;
  align-items: center;
  top: -.2rem;
  left: -5rem;
}

.dot-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: -.2rem;
  margin-right: 1.9rem;
  display: flex;
  position: relative;
}

.dot-wrapper.nav-dot {
  justify-content: flex-start;
  margin-top: 0;
  left: .1rem;
}

.sidebar-menu-item {
  align-items: center;
  margin-left: -2.6px;
  padding: .75rem 2rem .75rem .5rem;
  font-size: 3rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.mega-menu-social {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.open-menu-link {
  position: absolute;
  inset: 0%;
}

.social-link-list {
  grid-column-gap: .75rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-line {
  z-index: 10;
  background-color: #fff;
  width: 1.4rem;
  height: .15rem;
  position: relative;
}

.menu-line.bottom {
  margin-right: -.5rem;
}

.menu-line.top {
  margin-left: -.5rem;
}

.menu-link-background {
  background-color: #455ce9;
  background-image: url('../images/shubham-dhage-3JjnYjHCK0c-unsplash.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 350px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.menu-link-base {
  border: 1px #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  max-width: 6vw;
  max-height: 6vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.close-menu-link {
  width: 6vw;
  height: 6vw;
  position: absolute;
  inset: 0%;
}

.icon-2 {
  z-index: 10;
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  height: 1.4rem;
  display: flex;
  position: relative;
}

.open-menu-link-wrapper {
  width: 6vw;
  height: 6vw;
  position: absolute;
  inset: 0%;
}

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

.menu-line-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.sidebar-link-wrapper {
  z-index: 10;
  border: 1px #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  max-width: 6vw;
  max-height: 6vw;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.dot-mouseover {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-2 {
  background-color: #0f0f0f00;
  height: 80px;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.sidebar-menu-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #020202;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: stretch;
  min-width: 25rem;
  height: 100%;
  padding: 1rem 0 3.25rem 7vw;
  display: none;
}

.dot {
  background-color: #fff;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: .6rem;
  min-width: .6rem;
  height: .6rem;
  min-height: .6rem;
  display: none;
  position: relative;
}

.text-size-small {
  font-size: 1rem;
  line-height: 1.65;
}

.sidebar-menu {
  z-index: 20;
  background-color: #141a1f00;
  padding-right: 7vw;
  display: block;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.nav-link-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.75rem;
  font-size: .95rem;
  text-decoration: none;
  display: flex;
}

.nav-link-2:hover {
  text-underline-offset: 5px;
  text-decoration: underline;
}

.nav-link-2:visited {
  text-decoration: underline;
}

.nav-link-2.w--current {
  color: var(--primary-orange);
  text-underline-offset: 4px;
  text-decoration: underline;
}

.body {
  height: 100vh;
  overflow: visible;
}

.section-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
  position: relative;
  inset: 0%;
}

.card-wrap {
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 50vh;
  display: flex;
  position: relative;
  inset: 0%;
}

.card-2 {
  background-image: url('../images/Fashion-2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 250px;
  height: 400px;
  position: absolute;
  transform: rotate(-2deg);
  box-shadow: 0 1px 8px #1a00014d;
}

.card-2.bottom {
  background-image: url('../images/Fashion-3.jpg');
}

.card-2.top {
  background-image: url('../images/Fashion-1.jpg');
}

.description-text {
  flex-direction: column;
  align-items: center;
  max-width: 30vw;
  margin-top: 30px;
  display: flex;
}

.fixed-text {
  justify-content: space-between;
  width: 100%;
  padding-top: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.corner-text {
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  inset: auto auto 0% 0%;
}

.scene {
  position: relative;
}

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

.portfolio {
  flex-direction: column;
  justify-content: center;
  padding-top: 10dvh;
  padding-bottom: 20vh;
  display: flex;
}

.portfolio---item {
  width: 40rem;
  height: 30rem;
  padding: .5rem;
  position: relative;
}

.portfolio---image-wrap {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.circle-parent-one {
  z-index: 12;
  width: 8em;
  height: 8em;
  position: absolute;
  inset: auto 0% -15% auto;
}

.intro-wrap {
  overflow: visible;
}

.container-75 {
  width: 100%;
}

.arrow-one {
  object-fit: cover;
  width: 40%;
  height: 40%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.circle-child {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.circle-child.bg-cream-shade {
  z-index: 1;
  z-index: 1;
  background-color: #ebeaea;
  background-image: url('../images/Reztive-Studio-Ajmain-Fayek--new-Logo-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.hero-hide {
  overflow: hidden;
}

.arrow-one-ap {
  width: 2em;
  position: absolute;
  inset: 0%;
}

.hero {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero.section.container.line {
  padding-left: 0;
}

.heading-jumbo {
  z-index: 11;
  color: #ececec;
  text-align: left;
  text-transform: none;
  max-height: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16vw;
  line-height: 14vw;
  display: flex;
  position: relative;
}

.hero-heading {
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
}

.div-hide {
  text-align: left;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 25% 25% 0%;
  overflow: hidden;
}

.grid-2-col-right {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
}

.span-text {
  display: inline-block;
}

.span-text.one.no-span {
  color: var(--slate-blue);
  font-size: 33px;
  font-weight: 400;
  line-height: 38px;
}

.container-m {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

.content-section {
  padding-top: 13em;
  padding-bottom: 13em;
  overflow: hidden;
}

.caps {
  text-transform: capitalize;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 33px;
  display: none;
}

.p-lg {
  object-fit: fill;
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  min-width: 100%;
  font-size: 20px;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.heading-before-work {
  font-size: 20px;
  font-weight: 400;
}

.header-paragraph {
  max-width: 736px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 400;
}

.live-site-link {
  margin-top: 20px;
  font-size: 18px;
  display: inline-block;
}

.live-site-link.yellow-link {
  margin-top: 6em;
  font-size: 33px;
}

.container-work {
  flex: 1;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

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

.heading-work {
  margin-top: 30px;
  margin-bottom: 90px;
  font-size: 17.3vw;
  line-height: 15vw;
}

.header {
  flex-direction: row;
  align-items: stretch;
  padding: 24px;
  display: flex;
  position: relative;
}

.header-wrapper {
  background-color: #0000;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 60px;
  display: flex;
}

.scroll-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 10em;
  padding-bottom: 12em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.super-text {
  white-space: nowrap;
  font-size: 9em;
}

.super-text.one {
  opacity: .2;
  margin-bottom: 0;
  margin-left: 590px;
  font-family: Archivo, sans-serif;
  font-size: 8vw;
  line-height: 10vw;
}

.super-text.two {
  padding-top: 0;
  font-family: Archivo, sans-serif;
  font-size: 8vw;
  line-height: 10vw;
}

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

.caps-2 {
  text-transform: capitalize;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 33px;
}

.caps-2.bigger-h2 {
  font-size: 60px;
  line-height: 100%;
}

.p-lg-2 {
  color: var(--slate-blue);
  object-fit: fill;
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  min-width: 100%;
  font-size: 1.8em;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.card-3 {
  color: #000;
  background-color: #0000;
  border: .5px solid #464646;
  border-radius: .2rem;
  flex-flow: row;
  flex: 0 auto;
  list-style-type: none;
  overflow: hidden;
}

.section-4 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-4.new-bg {
  background-color: #0f0f0f;
  overflow: hidden;
}

.container-76 {
  color: #000;
  align-self: auto;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.header-3 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: -30px;
  margin-bottom: 3rem;
  padding-top: 0;
  display: flex;
}

.header-3.max-width_large {
  background-color: #2e2e2e00;
}

.svg-12 {
  background-image: url('../images/Reztive-Studio-Ajmain-Fayek--new-Logo-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 34px;
}

.svg-13 {
  background-image: url('../images/fi_1215894.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.svg-14 {
  background-image: url('../images/fi_15219414.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
}

.heading-7 {
  color: #fff;
  font-family: Archivo, sans-serif;
  font-size: 5.4em;
  font-weight: 300;
  line-height: 90px;
}

.code-embed-3 {
  overflow: hidden;
}

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  padding: 40px 220px 10px 200px;
  display: flex;
  overflow: hidden;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  color: #f1f1f1;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.text-block {
  color: #f1f1f1;
  font-size: 14px;
}

.circle-parent-one-2 {
  z-index: 12;
  width: 8em;
  height: 8em;
  position: absolute;
  inset: auto -10% 0% auto;
}

.div-hide-2 {
  position: relative;
  overflow: hidden;
}

.arrow-one-2 {
  float: none;
  clear: right;
  width: 2em;
  position: static;
}

.text-block-2 {
  text-underline-offset: 3px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--primary-orange);
  text-decoration-color: var(--primary-orange);
  font-family: Archivo, sans-serif;
}

.text-block-3, .text-block-4, .text-block-5 {
  text-underline-offset: 3px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--primary-orange);
  text-decoration-color: var(--primary-orange);
}

.image {
  width: 70px;
  height: 70px;
}

.div-block {
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  display: flex;
  overflow: hidden;
}

.div-block-2 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  padding-left: 200px;
  padding-right: 200px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.div-block-3 {
  overflow: hidden;
}

.footer-logo {
  position: fixed;
  inset: auto 0% 0%;
}

.footer-logo-wrapper {
  justify-content: flex-end;
  display: flex;
}

.linkedin-icon {
  align-items: center;
  display: flex;
}

.linkedin-icon.icon-1x1-medium {
  width: 1.5rem;
}

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

.padding-vertical.padding-xhuge {
  padding-top: 0;
  padding-bottom: 0;
}

.twitter-icon {
  align-items: center;
  display: flex;
}

.twitter-icon.icon-1x1-medium {
  width: 1.5rem;
}

.padding-global {
  background-color: #0f0f0f00;
  padding: 4px 210px 10px;
}

.footer-wrapper {
  background-color: #1c1a1a00;
  width: 100%;
  padding-top: 20px;
  line-height: 0;
}

.instagram-icon {
  color: #fffbf0;
  align-items: center;
  display: flex;
}

.instagram-icon.icon-1x1-medium {
  width: 1.5rem;
  height: 2rem;
}

.text-size-small-2 {
  height: 0;
  font-size: 1rem;
}

.text-size-small-2.privacy-link {
  color: #454545;
  padding-left: 80px;
  text-decoration: underline;
}

.text-size-small-2.privacy-link:hover {
  color: var(--white);
}

.social-icon-wrap {
  color: #fffbf0;
}

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

.social-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  color: #fffbf0;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.footer {
  z-index: 1;
  position: fixed;
  inset: auto 0% 0%;
}

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

.social-wrap-left {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-4 {
  background-image: url('../images/behance-02.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
}

.div-block-4.dribbble {
  background-image: url('../images/Dribbble.svg');
  background-position: 50%;
  padding: 20px;
}

.div-block-4.linkedin {
  background-image: url('../images/Linkedin-Icon.svg');
  background-position: 50%;
  padding: 20px;
}

.div-block-4.instagram {
  background-image: url('../images/instagram-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 20px;
}

.div-block-4.instagram.youtube {
  background-position: 50%;
  background-size: 25px;
}

.div-block-4.behance {
  background-image: url('../images/behance.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 20px;
}

.div-block-4.youtube {
  background-image: url('../images/youtube-ajmain-fayek.svg');
  background-position: 50% 40%;
  background-size: 28px;
  padding: 20px;
}

.menu-parent {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 12px 8px 8px;
  display: flex;
  overflow: hidden;
}

.menu-bar, .menu-bar-2 {
  background-color: #000;
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
}

.cursor-wrapper.hide-tablet {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cursor-wrapper.hide-tablet.blend-mode-difference {
  z-index: 9999;
  mix-blend-mode: difference;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0% auto auto 0%;
}

.cursor-component.text-align-center {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cursor-dot {
  background-color: #fffbf0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  display: flex;
  position: relative;
}

.eye-icon {
  z-index: 12;
  object-fit: cover;
  width: 2rem;
  height: auto;
  position: absolute;
}

.text-span-3 {
  text-underline-offset: 14px;
  text-decoration: underline;
}

.div-block-5 {
  z-index: 0;
  opacity: .83;
  filter: blur(70px);
  mix-blend-mode: normal;
  background-color: #f84a01;
  border-radius: 100px 100px 100px 1000px;
  width: 20%;
  height: 20%;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-5.bolck-2 {
  z-index: -1;
  filter: blur(80px);
  width: 200px;
  height: 200px;
  inset: auto auto -10% -10%;
}

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

.div-block-6 {
  z-index: -9;
  background-color: var(--primary-orange);
  filter: blur(40px);
  border-radius: 0 50px 50px;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.div-block-7 {
  background-image: linear-gradient(to bottom, var(--primary-orange), var(--primary-orange));
  filter: blur(40px);
  border-top-left-radius: 400px;
  width: 90px;
  height: 50px;
  position: relative;
  bottom: -100px;
  left: 400px;
  right: auto;
}

.div-block-7.blog {
  bottom: -250px;
}

.div-block-8 {
  z-index: -1;
  filter: blur(30px);
  background-color: #f84a01;
  border-radius: 20px;
  width: 60px;
  height: 70px;
  padding-top: 0;
  position: absolute;
}

.div-block-9 {
  z-index: -1;
  opacity: .7;
  filter: blur(80px);
  background-color: #f84a01;
  border-top-left-radius: 400px;
  border-bottom-left-radius: 400px;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-9.block-about {
  z-index: -1;
  border-radius: 0 400px 400px 0;
  width: 150px;
  height: 150px;
  inset: 10% auto auto 10%;
}

.div-block-9.block-left {
  width: 100px;
  height: 100px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-9.contact-glow {
  inset: 0% auto 0% 70%;
}

.div-block-9.blog {
  filter: blur(90px);
  border-radius: 0 4000px 4000px 0;
  width: 400px;
  height: 200px;
  inset: 0% auto auto 0%;
}

.text-span-4 {
  color: var(--white);
}

.text-span-5 {
  color: var(--primary-orange);
}

.text-span-6 {
  color: var(--primary-orange);
  letter-spacing: 12px;
  font-family: Great Vibes, cursive;
  font-size: 1.5em;
}

.text-span-7 {
  color: var(--primary-orange);
}

.text-span-8 {
  font-family: Great Vibes, cursive;
  font-size: 1.4em;
}

.text-span-9 {
  color: var(--primary-orange);
  letter-spacing: 22px;
  -webkit-text-stroke-width: 0px;
  font-family: Great Vibes, cursive;
  font-size: 22vw;
}

.text-span-10 {
  color: var(--primary-orange);
}

.text-span-11 {
  color: var(--white);
}

.text-span-12, .text-span-13 {
  color: var(--primary-orange);
}

.text-span-14 {
  color: var(--primary-orange);
  letter-spacing: 10px;
  font-family: Great Vibes, cursive;
  font-size: 1.5em;
}

.text-span-15 {
  -webkit-text-stroke-color: var(--primary-orange);
}

.text-span-16 {
  color: var(--primary-orange);
  -webkit-text-stroke-color: var(--white);
}

.text-span-17, .text-span-18 {
  color: var(--primary-orange);
}

.section-5 {
  justify-content: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.section-5.single-blog {
  padding-top: 150px;
}

.section-5.single-blog.mobile {
  overflow: hidden;
}

.container-77 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.blog-content-wrap {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.rich-text-block {
  color: var(--slate-blue);
  letter-spacing: .32px;
  max-width: 1000px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.sidebar-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  width: 280px;
  display: flex;
  position: sticky;
  top: 32px;
}

.subheading {
  color: #1570ef;
  margin-bottom: 8px;
}

.sidebar-list {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.sidebar-list-item {
  margin-bottom: 16px;
}

.div-block-10 {
  width: 100%;
  height: 300px;
}

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

.text-span-19 {
  color: var(--primary-orange);
  font-weight: 400;
}

.heading-8 {
  color: var(--white);
  font-family: Archivo, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.mobile {
  color: var(--slate-blue);
}

.heading-9, .heading-10, .heading-11, .heading-12 {
  color: var(--white);
}

.text-span-20 {
  color: var(--primary-orange);
}

.div-block-11 {
  width: 100%;
  height: 300px;
}

.container-78 {
  max-width: 1200px;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
}

.text-span-21 {
  color: #f84a01;
  font-size: 14px;
}

.div-block-12 {
  filter: blur(40px);
  background-image: linear-gradient(#f84a01, #f84a01);
  border-top-left-radius: 400px;
  width: 90px;
  height: 50px;
  position: relative;
  bottom: -100px;
  left: 400px;
  right: auto;
}

.div-block-12.blog {
  bottom: -370px;
}

.section-6 {
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}

.section-6.testimonials.mobile-all-blog {
  overflow: hidden;
}

.text-span-22 {
  color: #f84a01;
  font-weight: 400;
}

.author-work-2 {
  color: #8b8b8b;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.testimonial-content-2 {
  color: var(--slate-blue);
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}

.testimonial-content-2.blog-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 40px;
}

.heading-13, .heading-14, .heading-15, .heading-16 {
  color: #f1f1f1;
}

.heading-17 {
  color: #f1f1f1;
  margin-top: 0;
  font-family: Archivo, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.mobile-2 {
  color: #d6d6d6;
}

.mobile-2.image-text {
  text-align: right;
  font-size: 16px;
  font-style: italic;
  display: none;
}

.container-79 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.link, .link-2 {
  color: var(--primary-orange);
}

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

.text-span-23, .text-span-24, .text-span-25, .text-span-26 {
  color: var(--primary-orange);
}

.text-span-27 {
  color: var(--primary-orange);
  letter-spacing: 4px;
  font-family: Great Vibes, cursive;
  font-size: 44px;
}

.bold-text-7 {
  color: #f84a01;
  text-decoration: none;
}

.link-3 {
  color: var(--primary-orange);
  text-decoration: none;
}

.bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12 {
  color: var(--white);
  font-size: 32px;
}

.bold-text-13 {
  color: var(--primary-orange);
  text-decoration: none;
}

.bold-text-14 {
  text-decoration: none;
}

.link-4 {
  color: var(--primary-orange);
  text-decoration: none;
}

.image-3 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.image-4 {
  overflow: clip;
}

.text-span-28 {
  color: var(--primary-orange);
}

.bold-text-45, .bold-text-47, .bold-text-51 {
  font-size: 60px;
  line-height: 100%;
}

.figure {
  height: auto;
}

.section-7 {
  padding: 100px 200px;
}

.livvic-text {
  color: #444;
  font-weight: 400;
}

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

.faq-sticky-section-wrapper {
  position: relative;
}

.faq-answer {
  margin-top: 10px;
  overflow: hidden;
}

.faq-wrapper {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  border-bottom: 1px solid #e0e0d6;
  margin-bottom: 20px;
  padding: 0 0 5px;
  overflow: hidden;
}

.faq-wrapper.cursor-hover-animation {
  cursor: default;
  border-bottom-color: #3d3d3d;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.faq-paragraph {
  color: var(--slate-blue);
  margin-bottom: 30px;
}

.plus-icon {
  justify-content: flex-end;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.faq-seciton-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.faq-question {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.faq-sticky-section {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 110px;
}

.faq-question-text {
  text-transform: none;
  font-size: 38px;
  line-height: 38px;
}

.plus-line-animated {
  color: #171719;
}

.faq-heading {
  font-size: 60px;
  line-height: 100%;
}

.image-6 {
  background-color: #3d3d3d00;
  max-width: 80%;
}

.image-7, .image-8, .image-9, .image-10 {
  max-width: 80%;
}

.text-span-29 {
  color: var(--primary-orange);
  letter-spacing: 7px;
  font-family: Great Vibes, cursive;
  font-size: 84px;
}

.text-span-30 {
  color: #444;
}

.text-span-31, .text-span-32, .text-span-33, .text-span-34, .new-title-color {
  color: var(--primary-orange);
}

.bold-text-64 {
  width: 100%;
  font-size: 60px;
  line-height: 100%;
}

.bold-text-65, .bold-text-66 {
  font-size: 60px;
  line-height: 100%;
}

.bold-text-67, .bold-text-68, .bold-text-69, .bold-text-70, .bold-text-71, .bold-text-72, .bold-text-73, .bold-text-74, .bold-text-75, .bold-text-76, .bold-text-77, .bold-text-78, .bold-text-79, .bold-text-80, .bold-text-81 {
  font-weight: 400;
}

.slide-wrap {
  align-items: center;
  width: 5000px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 40px;
  display: flex;
}

.logo-img._50-r-m {
  margin-right: 200px;
}

.carosol-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fbffce;
  flex-flow: row;
  justify-content: space-around;
  min-width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.carosol-container.brand {
  grid-column-gap: 240px;
  grid-row-gap: 240px;
  justify-content: space-around;
  min-width: 0%;
}

.carosol-container.brand.new-scroll {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  background-color: #0000;
  margin-left: 200px;
  margin-right: 200px;
  padding: 40px 20px;
}

.carosol-container.brand.new-scroll.mobile {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  opacity: .74;
  background-color: #ece2ff;
  border-radius: 150px;
  margin-left: 300px;
  margin-right: 300px;
  padding: 0 40px;
}

.carosol-container.brand.new-scroll.mobile.tab.mob {
  opacity: .93;
  background-color: #ece2ff;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.carosol-container.brand.new-scroll.mobile.tab.mob._13 {
  background-color: #e0dbff;
}

.carosol-container.brand.new-scroll.mobile.tab.mob._13.new-mobile-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  background-color: #e0dbff00;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.brand-logo-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f7f5f200;
  justify-content: space-between;
  width: 100%;
  min-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.image-brand-logo {
  width: 40px;
  min-width: 100px;
  height: 30px;
}

.image-brand-logo.only-2 {
  width: 40px;
  height: 35px;
}

.image-brand-logo.only-3 {
  height: 28px;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .title.h1.white.banner-heading-2 {
    text-align: center;
    font-size: 6em;
    position: absolute;
    bottom: 100px;
  }

  .title.h1.white.banner-heading {
    font-size: 6em;
  }

  .title.h1.white.banner-heading.new-text-color.mobile-title-text {
    align-self: center;
    padding-top: 386px;
    font-size: 5em;
  }

  .title.h1.cta {
    font-size: 6em;
  }

  .title.h1.me-work {
    font-size: 3.8em;
    left: 16px;
  }

  .title.h1.about-title {
    font-size: 3.8em;
  }

  .title.h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    padding-bottom: 100px;
  }

  .banner-image {
    z-index: -999;
    align-self: center;
    height: 60vh;
  }

  .frame-item {
    padding-left: 24px;
    padding-right: 24px;
  }

  .portfolio-block.certification {
    padding-left: 30px;
    padding-right: 30px;
  }

  .banner-image-2 {
    object-fit: cover;
    max-width: 100%;
  }

  .text-span {
    font-size: 4.8rem;
  }

  .project {
    width: 80%;
  }

  .heading-h1 {
    margin-left: 5vw;
  }

  .project-container {
    margin-top: 20vh;
    margin-bottom: 20vh;
  }

  .img {
    object-fit: cover;
  }

  .container-74 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .slide---radius {
    width: 11rem;
  }

  .slideshow---wrap {
    height: 40rem;
  }

  .grid_4-col {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }

  .heading_h4 {
    font-size: 1.27rem;
  }

  .card_body {
    padding: 2rem;
  }

  .section-2 {
    padding-bottom: 1rem;
  }

  .paragraph_large {
    font-size: 1.13rem;
  }

  .sidebar-link {
    display: none;
  }

  .nav-left.tab {
    padding-left: 20px;
  }

  .title-wrapper {
    min-width: 100%;
  }

  .nav-content {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu-2 {
    background-color: #0f0f0f;
    width: 100%;
    height: 100vh;
    display: none;
  }

  .page-padding {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar {
    width: 0;
  }

  .sidebar-bottom {
    display: none;
  }

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

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

  .mega-menu-overlay {
    margin-right: 0;
  }

  .menu-link {
    min-width: 4rem;
    min-height: 4rem;
    margin-left: -4rem;
    top: 1rem;
  }

  .menu-line {
    width: 1.2rem;
    height: .1rem;
  }

  .close-menu-link, .open-menu-link-wrapper {
    width: 4rem;
    height: 4rem;
  }

  .sidebar-link-wrapper {
    display: none;
  }

  .sidebar-menu-content {
    background-color: #141a1f;
    min-width: 80vw;
    margin-left: -5rem;
    padding-left: 4rem;
    padding-right: 4rem;
    display: none;
    overflow: auto;
  }

  .sidebar-menu {
    background-color: #141a1f00;
    padding-right: 0;
  }

  .nav-link-2 {
    background-color: #0f0f0f;
    border: .5px solid #181818;
    border-radius: 0;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 2rem;
  }

  .nav-link-2.nav-menu {
    padding-left: 3rem;
  }

  .description-text {
    max-width: 50vw;
  }

  .circle-parent-one {
    text-align: left;
    justify-content: flex-start;
    width: 8em;
    height: 8em;
    display: block;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .circle-child.bg-cream-shade {
    display: none;
  }

  .heading-jumbo {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 150px;
    line-height: 120px;
  }

  .grid-2-col-right {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .span-text.one.no-span {
    font-size: 23px;
    line-height: 26px;
  }

  .container-m {
    padding-left: 0;
    padding-right: 0;
  }

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

  .p-lg {
    font-size: 20px;
  }

  .header-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .scroll-section {
    padding-top: 140px;
    padding-bottom: 14em;
  }

  .super-text, .super-text.one, .super-text.two {
    font-size: 12vw;
  }

  .p-lg-2 {
    font-size: 20px;
  }

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

  .container-76 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .circle-parent-one-2 {
    text-align: left;
    justify-content: flex-start;
    width: 8em;
    height: 8em;
    display: block;
    position: absolute;
  }

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

  .footer {
    position: static;
  }

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

  .menu-bar-2 {
    background-color: #eee;
    height: 1px;
  }

  .div-block-5 {
    z-index: 2;
  }

  .div-block-7 {
    left: 250px;
  }

  .text-span-6 {
    letter-spacing: 10px;
  }

  .text-span-9 {
    letter-spacing: 12px;
    font-size: 23vw;
  }

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

  .container-77 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .rich-text-block {
    text-align: left;
  }

  .sidebar-2 {
    display: none;
  }

  .container-78 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-12 {
    left: 250px;
  }

  .div-block-12.blog {
    bottom: -570px;
  }

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

  .container-79 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-7 {
    padding: 60px 20px 40px;
  }

  .plus-icon {
    margin-left: 10px;
  }

  .faq-seciton-grid {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .faq-heading {
    font-size: 40px;
  }

  .carosol-container.brand.new-scroll.mobile.tab {
    margin-left: 40px;
    margin-right: 40px;
  }

  .brand-logo-container, .brand-logo-container.mobile {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.cta {
    height: 30vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .title.h1.white.banner-heading, .title.h1.white.banner-heading-2, .title.h1.white.banner-heading {
    font-size: 4.4em;
  }

  .title.h1.white.banner-heading.new-text-color.mobile-title-text {
    padding-bottom: 60px;
    font-size: 4em;
    inset: auto 0% -30%;
  }

  .title.h1.cta {
    font-size: 4.4em;
  }

  .title.h1.me-work {
    font-size: 3em;
    top: 4%;
  }

  .title.h1.about-title {
    padding-left: 20px;
    font-size: 3em;
  }

  .title.h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .nav-link {
    font-size: 14px;
    line-height: 22px;
  }

  .brand-image {
    max-width: 84%;
  }

  .banner-image {
    z-index: -10;
    max-height: 450px;
  }

  .portfolio-image {
    object-fit: cover;
    height: 56vh;
  }

  .cta-text {
    font-size: 18px;
    line-height: 28px;
  }

  .footer-text {
    font-size: 14px;
    line-height: 22px;
  }

  .testimonial-wrapper {
    grid-template-columns: 1fr;
  }

  .testimonial-content, .about-text {
    font-size: 18px;
    line-height: 28px;
  }

  .banner-image-2 {
    height: 50vh;
  }

  .text-span {
    font-size: 4.3rem;
  }

  .project {
    height: 90vh;
  }

  .project-container {
    margin-top: 15vh;
    margin-bottom: 15vh;
  }

  .container-74 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .slide---radius {
    width: 7rem;
  }

  .slideshow---wrap {
    height: 26rem;
    transform: rotateX(60deg)rotateY(0)rotateZ(0);
  }

  .slideshow---image {
    border-radius: .25rem;
  }

  .header-2 {
    margin-bottom: 2rem;
    padding-top: 0;
  }

  .grid_4-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }

  .heading_h4 {
    font-size: 1.15rem;
  }

  .card_body {
    padding: 1.5rem;
  }

  .heading-4 {
    font-size: 1.81rem;
  }

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

  .paragraph_large {
    font-size: 1.1rem;
  }

  .nav-left.mobile-l {
    padding-left: 20px;
  }

  .title-wrapper {
    min-width: 100%;
  }

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

  .form-number {
    font-size: .75rem;
  }

  .menu-link {
    min-width: 3.75rem;
    min-height: 3.75rem;
    margin-left: -3rem;
    left: -2rem;
  }

  .sidebar-menu-item {
    padding-right: 0;
    font-size: 2rem;
  }

  .close-menu-link, .open-menu-link-wrapper {
    width: 3.75rem;
    height: 3.75rem;
  }

  .sidebar-menu-content {
    min-width: 75vw;
    margin-left: -3rem;
    padding-left: 3rem;
    padding-right: 3rem;
    display: none;
    overflow: auto;
  }

  .portfolio---item {
    width: 20rem;
    height: 14rem;
  }

  .circle-parent-one {
    width: 6em;
    height: 6em;
    inset: auto 0% 0% auto;
  }

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

  .circle-child.bg-cream-shade {
    display: none;
  }

  .heading-jumbo {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 19vw;
    line-height: 16vw;
  }

  .hero-heading {
    margin-left: 15px;
    margin-right: 15px;
  }

  .span-text.one.no-span {
    font-size: 20px;
    line-height: 24px;
  }

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

  .header-wrapper {
    align-items: center;
    padding-top: 140px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .scroll-section {
    padding-top: 7em;
    padding-bottom: 10em;
  }

  .super-text {
    font-size: 14vw;
  }

  .super-text.one {
    margin-bottom: 10px;
    margin-left: 100px;
  }

  .super-text.two {
    padding-top: 10px;
  }

  .section-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .header-3 {
    margin-bottom: 2rem;
    padding-top: 0;
  }

  .heading-7 {
    font-size: 1.81rem;
    line-height: 0;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .circle-parent-one-2 {
    width: 6em;
    height: 6em;
    inset: 0% 0% auto auto;
  }

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

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

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

  .menu-parent {
    flex-flow: column;
  }

  .menu-bar-2 {
    background-color: #eee;
  }

  .div-block-7 {
    left: 400px;
  }

  .text-span-6 {
    letter-spacing: 8px;
  }

  .text-span-9 {
    letter-spacing: 10px;
  }

  .container-77 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-12 {
    left: 400px;
  }

  .section-6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .testimonial-content-2 {
    font-size: 18px;
    line-height: 28px;
  }

  .container-79 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-7 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

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

  .faq-question-text {
    font-size: 28px;
  }

  .faq-heading {
    font-size: 30px;
  }

  .brand-logo-container, .brand-logo-container.mobile {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

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

  .section.work-track {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.cta {
    height: 30vh;
    padding-top: 90px;
    padding-bottom: 0;
  }

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

  .section.testimonials {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .section.testimonials.mobile-all-blog {
    padding-top: 100px;
  }

  .section.work-track-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.new-bg.container.desktop {
    max-width: 100%;
  }

  .section.container {
    padding-top: 100px;
  }

  .section.mobile-responsive {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .section.mobile-responsive.privacy {
    padding-top: 90px;
  }

  .section.coming-soon {
    padding-top: 80px;
  }

  .title.h1.white.banner-heading-2 {
    font-size: 3.8em;
    bottom: 60px;
  }

  .title.h1.white.banner-heading {
    font-size: 3em;
  }

  .title.h1.white.banner-heading.new-text-color.mobile-title-text {
    z-index: 3;
    letter-spacing: -1px;
    padding-top: 40px;
    font-size: 2.8em;
    font-weight: 400;
  }

  .title.h1.cta {
    font-size: 2.6em;
  }

  .title.h1.me-work {
    height: auto;
    font-size: 2em;
  }

  .title.h1.me-work.work-responsive {
    margin-top: 50px;
    font-size: 2.4em;
  }

  .title.h1.about-title {
    z-index: 10;
    margin-bottom: 20px;
    padding-left: 16px;
    font-size: 2.4em;
    position: relative;
  }

  .title.h1.about-title.coming-soon {
    margin-top: 45px;
  }

  .title.h1.extra-large {
    height: 60vh;
    margin-bottom: 20px;
    font-size: 22vw;
  }

  .title.h1.extra-large.service {
    opacity: .34;
    height: 40vh;
    margin-top: -100px;
    margin-bottom: 200px;
    padding-top: 0;
  }

  .title.h2 {
    font-size: 2.4em;
  }

  .container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

  .container.mobile-padding-hero {
    padding-top: 60px;
    padding-bottom: 100px;
  }

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

  .brand-image {
    max-width: 76%;
  }

  .banner-block {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0;
    font-size: 13px;
  }

  .banner-image {
    z-index: 0;
    opacity: 1;
    width: 100%;
    height: auto;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .camera, .frame {
    margin-top: 0;
    padding-top: 0;
  }

  .frame-item {
    height: 100vh;
    padding-top: 130px;
    padding-left: 10px;
    padding-right: 8px;
  }

  .frame-item.mobile-responsive {
    height: 40vh;
  }

  .portfolio-block.certification {
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio-image {
    height: 30vh;
    padding-left: 4px;
    padding-right: 4px;
  }

  .portfolio-image.case-study.mobile {
    height: 30vh;
  }

  .cta {
    text-align: center;
    padding-bottom: 0;
  }

  .cta-text.opacity.mobile {
    opacity: 1;
    height: 40px;
  }

  .testimonial-block.blog-image {
    padding-left: 16px;
    padding-right: 16px;
  }

  .camera-2 {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .text-span {
    font-size: 2.2rem;
  }

  .text-span-2 {
    letter-spacing: 4px;
    font-size: 1.9em;
  }

  .project {
    width: 90%;
    height: 70vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-h1 {
    margin-top: 20vh;
    margin-left: 24px;
    padding-right: 24px;
    font-size: 12vw;
    line-height: 14vw;
  }

  .heading-h1.solid, .heading-h1.outline {
    display: none;
  }

  .project-container {
    margin-top: -10vh;
    margin-bottom: -10vh;
  }

  .img {
    min-height: 40%;
  }

  .page.mobile-false {
    display: none;
  }

  .columns---slideshow {
    transform-origin: 0%;
    transform: translate(0, -50%)scale(.7);
  }

  .container-73 {
    width: 260px;
    min-width: 100%;
    max-width: 100%;
  }

  .header-2.max-width_large {
    min-width: 250px;
  }

  .grid_4-col.gap-xsmall {
    grid-auto-flow: column;
    min-width: 100%;
    display: block;
  }

  .card {
    width: 100%;
    overflow: hidden;
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }

  .heading_h4 {
    color: #fff;
    font-size: 1.15rem;
  }

  .card_body {
    margin-bottom: 0;
    padding: 1.5rem;
  }

  .b {
    color: #fff;
    width: 100%;
    padding-left: 0;
    font-size: 2.4rem;
    line-height: 0;
  }

  .heading-4 {
    font-size: 1.81rem;
    line-height: 40px;
  }

  .heading-4.new-padding {
    width: 100%;
  }

  .section-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    padding-bottom: 3rem;
    display: block;
  }

  .italic-text-5.new-now {
    font-size: 1.81rem;
  }

  .heading-6 {
    text-align: left;
    font-size: 1.81rem;
  }

  .paragraph_large {
    font-size: 1.1rem;
  }

  .nav-left.mobile, .nav-left.tab {
    padding-left: 0;
  }

  .title-wrapper {
    width: 50vw;
  }

  .nav-content {
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .nav-menu-2 {
    background-color: #0f0f0f;
    border-radius: 0;
    width: 100%;
    height: 680px;
    margin-right: 0;
  }

  .page-padding {
    background-color: #0f0f0f00;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .menu-button-2 {
    align-self: center;
    padding: 0;
    display: block;
  }

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

  .menu-link.desktop-menu {
    top: 1rem;
    left: -3rem;
  }

  .sidebar-menu-item {
    padding-right: 0;
  }

  .social-link-list {
    grid-column-gap: .75rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .navbar-2 {
    background-color: #0f0f0f00;
  }

  .sidebar-menu-content {
    min-width: 100vw;
    margin-left: -6rem;
    padding-bottom: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: none;
  }

  .nav-link-2 {
    border-bottom: 1px solid #1b1b1b;
    justify-content: flex-start;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .section-3.container {
    overflow: hidden;
  }

  .description-text {
    max-width: 80vw;
  }

  .portfolio---item {
    width: 20rem;
    height: 14rem;
  }

  .circle-parent-one {
    width: 6em;
    height: 6em;
    inset: auto 0% -10% auto;
  }

  .arrow-one {
    width: 100%;
  }

  .arrow-one-ap {
    width: 1.5em;
  }

  .hero {
    flex-direction: column;
    height: 83vh;
  }

  .heading-jumbo {
    font-size: 19vw;
    line-height: 16vw;
  }

  .span-text.one.no-span {
    font-size: 18px;
    line-height: 23px;
  }

  .container-m {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .content-section {
    padding-top: 60px;
    padding-bottom: 2em;
  }

  .caps {
    font-size: 27px;
  }

  .p-lg {
    font-size: 18px;
  }

  .live-site-link.yellow-link {
    margin-top: 5em;
  }

  .heading-work {
    margin-bottom: 30px;
  }

  .header {
    min-height: auto;
    padding: 16px;
  }

  .header-wrapper {
    padding-top: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .scroll-section {
    padding-top: 9em;
    padding-bottom: 12em;
  }

  .scroll-section.hero {
    height: 40vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .scroll-section.new {
    padding-top: 2em;
    padding-bottom: 8em;
  }

  .super-text {
    font-size: 16vw;
  }

  .super-text.one {
    margin-bottom: 0;
    margin-left: 33px;
    font-size: 10vw;
  }

  .super-text.two {
    padding-top: 0;
    font-size: 10vw;
  }

  .body-2 {
    height: 100%;
    overflow: visible;
  }

  .caps-2 {
    font-size: 27px;
  }

  .caps-2.bigger-h2 {
    font-size: 48px;
  }

  .p-lg-2 {
    font-size: 18px;
  }

  .card-3 {
    margin-bottom: 32px;
  }

  .section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-4.new-bg {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header-3.max-width_large {
    width: 100%;
  }

  .heading-7 {
    width: 100%;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 40px;
  }

  .footer-wrap {
    flex-direction: column;
  }

  .footer-links {
    flex-flow: row;
  }

  .text-block {
    flex-flow: row;
    display: block;
  }

  .circle-parent-one-2 {
    width: 3.3em;
    height: 3.3em;
    inset: 0% 0% auto auto;
  }

  .arrow-one-2 {
    width: 1em;
  }

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

  .footer-wrapper {
    padding-bottom: 10px;
  }

  .text-size-small-2.privacy-link {
    padding-left: 0;
  }

  .social-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    line-height: 32px;
  }

  .social-wrapper.mobile {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer {
    position: static;
  }

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

  .div-block-4.youtube.yt {
    background-image: url('../images/youtube-ajmain-fayek.svg');
  }

  .menu-bar {
    background-color: #cacaca;
    width: 120%;
    height: 1.5px;
  }

  .menu-bar-2 {
    background-color: #fff;
    align-self: center;
    width: 100%;
    height: 1px;
  }

  .div-block-5 {
    z-index: 7;
    opacity: .8;
    width: 40%;
    height: 20%;
  }

  .div-block-5.bolck-2 {
    z-index: 3;
    opacity: .7;
    width: 150px;
    height: 150px;
    inset: auto auto 0% 0%;
  }

  .div-block-5.bolck-2.mobile-false {
    display: none;
  }

  .div-block-7 {
    left: 250px;
  }

  .div-block-8 {
    background-color: var(--primary-orange);
  }

  .div-block-9.contact-glow {
    left: 35%;
  }

  .div-block-9.blog {
    width: 200px;
    display: block;
  }

  .text-span-6 {
    letter-spacing: 4.5px;
    font-size: 1.5em;
  }

  .text-span-9 {
    letter-spacing: 9px;
    font-size: 36vw;
  }

  .text-span-14 {
    letter-spacing: 5px;
    font-size: 1.6em;
  }

  .section-5.single-blog.mobile {
    padding-top: 60px;
  }

  .container-77 {
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
  }

  .rich-text-block {
    font-size: 18px;
    line-height: 28px;
  }

  .div-block-10.mobile-blog {
    height: 200px;
  }

  .heading-8 {
    color: var(--white);
  }

  .mobile {
    color: var(--slate-blue);
    letter-spacing: .5px;
    font-size: 16px;
    line-height: 22px;
  }

  .heading-9, .heading-10, .heading-11, .heading-12 {
    color: var(--white);
  }

  .div-block-11.mobile-blog {
    height: 200px;
  }

  .container-78 {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

  .div-block-12 {
    left: 250px;
  }

  .div-block-12.blog {
    bottom: -480px;
    left: 250px;
  }

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

  .section-6.testimonials.mobile-all-blog {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 90px;
    display: block;
  }

  .heading-13 {
    color: #f1f1f1;
    font-weight: 400;
  }

  .heading-14 {
    color: #f1f1f1;
  }

  .heading-15 {
    color: #f1f1f1;
    font-weight: 400;
  }

  .heading-16 {
    color: #f1f1f1;
  }

  .heading-17 {
    color: #f1f1f1;
    width: 100%;
  }

  .mobile-2 {
    color: var(--slate-blue);
    letter-spacing: .5px;
    font-size: 18px;
    line-height: 28px;
  }

  .container-79 {
    max-width: none;
    padding-top: 20px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .text-span-27 {
    letter-spacing: 3px;
    font-size: 36px;
  }

  .paragraph, .paragraph-2, .paragraph-3, .bold-text-15, .bold-text-16, .bold-text-17, .list-item, .list-item-2 {
    font-size: 18px;
    line-height: 28px;
  }

  .list-item-3 {
    line-height: 28px;
  }

  .paragraph-4, .list-item-4, .list-item-5, .list-item-6 {
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-5 {
    margin-bottom: 20px;
    padding-top: 40px;
    font-size: 32px;
    line-height: 36px;
  }

  .heading-18, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .paragraph-6, .paragraph-7, .list-item-11, .list-item-12, .list-item-13 {
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-8 {
    font-size: 22px;
    line-height: 28px;
  }

  .paragraph-9, .paragraph-10 {
    font-size: 18px;
    line-height: 28px;
  }

  .bold-text-18 {
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
  }

  .list-item-14, .list-item-15, .paragraph-11, .paragraph-12 {
    font-size: 18px;
    line-height: 28px;
  }

  .bold-text-19 {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-13, .list-item-16, .list-item-17, .list-item-18, .paragraph-14, .paragraph-15, .list-item-19, .list-item-20, .list-item-21, .paragraph-16, .paragraph-17, .paragraph-18, .paragraph-19, .paragraph-20 {
    font-size: 18px;
    line-height: 28px;
  }

  .image-5 {
    display: inline-block;
  }

  .paragraph-21 {
    font-size: 18px;
    line-height: 28px;
  }

  .bold-text-20, .bold-text-21 {
    font-weight: 400;
  }

  .paragraph-22, .paragraph-23, .heading-19, .paragraph-24, .paragraph-25, .paragraph-26, .paragraph-27, .paragraph-28, .paragraph-29, .paragraph-30, .heading-20, .paragraph-31 {
    font-size: 18px;
    line-height: 28px;
  }

  .bold-text-22 {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-32, .paragraph-33, .paragraph-34, .paragraph-35, .paragraph-36, .paragraph-37, .heading-21, .paragraph-38, .paragraph-39, .heading-22, .bold-text-23, .paragraph-40, .paragraph-41, .bold-text-24, .bold-text-25, .bold-text-26 {
    font-size: 18px;
    line-height: 28px;
  }

  .bold-text-27 {
    font-size: 20px;
    line-height: 28px;
  }

  .heading-23 {
    font-size: 18px;
    line-height: 28px;
  }

  .bold-text-28 {
    font-size: 20px;
    line-height: 16px;
  }

  .heading-24, .bold-text-29, .heading-25 {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-26, .heading-27 {
    font-size: 18px;
    line-height: 28px;
  }

  .bold-text-30, .heading-28 {
    font-size: 22px;
    line-height: 24px;
  }

  .heading-29 {
    font-size: 18px;
    line-height: 28px;
  }

  .bold-text-31 {
    font-size: 22px;
    line-height: 24px;
  }

  .heading-30, .heading-31, .heading-32, .heading-33 {
    font-size: 18px;
    line-height: 28px;
  }

  .bold-text-32, .heading-34, .bold-text-33, .bold-text-34, .bold-text-35, .bold-text-36 {
    font-size: 22px;
  }

  .paragraph-42 {
    font-size: 22px;
    line-height: 25px;
  }

  .bold-text-37, .bold-text-38 {
    font-size: 22px;
  }

  .heading-35, .heading-36, .heading-37, .heading-38 {
    font-size: 18px;
    line-height: 28px;
  }

  .heading-39 {
    font-size: 20px;
    line-height: 28px;
  }

  .paragraph-43, .bold-text-39, .bold-text-40 {
    font-weight: 400;
  }

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

  .bold-text-42, .bold-text-43 {
    font-weight: 400;
  }

  .heading-40 {
    font-size: 18px;
    line-height: 28px;
  }

  .heading-41, .heading-42, .bold-text-44 {
    font-weight: 400;
  }

  .bold-text-45 {
    width: 100%;
    font-size: 40px;
    font-weight: 400;
  }

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

  .bold-text-47 {
    font-size: 40px;
    font-weight: 400;
  }

  .bold-text-48, .heading-43, .bold-text-49, .heading-44, .heading-45, .bold-text-50 {
    font-weight: 400;
  }

  .bold-text-51 {
    width: 100%;
    font-size: 40px;
    font-weight: 400;
  }

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

  .bold-text-53 {
    color: var(--white);
    font-weight: 400;
  }

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

  .bold-text-55 {
    font-size: 22px;
    font-weight: 400;
  }

  .bold-text-56, .bold-text-57, .bold-text-58, .bold-text-59 {
    font-weight: 400;
  }

  .paragraph-44 {
    font-size: 22px;
  }

  .heading-46, .bold-text-60, .bold-text-61, .bold-text-62 {
    font-weight: 400;
  }

  .heading-47 {
    margin-top: 40px;
    font-weight: 400;
  }

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

  .section-7 {
    padding: 60px 10px 40px;
  }

  .livvic-text {
    color: var(--white);
    font-weight: 400;
  }

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

  .faq-question-text {
    font-size: 28px;
    line-height: 120%;
  }

  .plus-line-animated {
    width: 20px;
  }

  .faq-heading {
    font-size: 2.3rem;
  }

  .text-span-29 {
    letter-spacing: 6px;
    font-size: 68px;
  }

  .text-span-30.new {
    color: #f1f1f1;
  }

  .bold-text-64, .bold-text-65, .bold-text-66 {
    font-size: 40px;
    font-weight: 400;
  }

  .bold-text-67, .bold-text-68, .bold-text-69, .bold-text-70, .bold-text-71, .bold-text-72, .bold-text-73, .bold-text-74, .bold-text-75, .bold-text-76, .bold-text-77, .bold-text-78, .bold-text-79, .bold-text-80, .bold-text-81 {
    font-weight: 400;
  }

  .carosol-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-width: 0%;
  }

  .carosol-container.brand {
    grid-column-gap: 270px;
    grid-row-gap: 270px;
    justify-content: space-between;
    min-width: 100%;
    position: relative;
  }

  .carosol-container.brand.new-scroll.mobile {
    grid-column-gap: 240px;
    grid-row-gap: 240px;
    background-color: #ece2ff00;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0 0;
    overflow: hidden;
  }

  .carosol-container.brand.new-scroll.mobile.tab.mob {
    margin-left: 0;
    margin-right: 0;
  }

  .carosol-container.brand.new-scroll.mobile.tab.mob._13 {
    background-color: #ece2ff00;
  }

  .carosol-container.brand.new-scroll.mobile.tab.mob._13.new-mobile-gap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    opacity: 1;
    margin-top: 60px;
    position: relative;
  }

  .brand-logo-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 40px;
    overflow: visible;
  }

  .brand-logo-container.mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .image-brand-logo {
    width: 30px;
    min-width: auto;
    height: 20px;
  }

  .image-brand-logo.only {
    width: 50px;
    height: 20px;
  }

  .image-brand-logo.only-2 {
    height: 30px;
  }

  .image-brand-logo.only-2.mobile {
    width: 30px;
    height: 20px;
  }

  .image-brand-logo.only-3 {
    height: 19px;
  }

  .image-brand-logo.only-3.mobile-3 {
    height: 20px;
  }

  .image-brand-logo.mobile-4 {
    width: 30px;
    height: 20px;
  }
}

#w-node-db8ba115-30d7-d4eb-2f9a-cf88c3c95ba4-9fc658fe {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-ef073972-ff3b-f8ab-e5d5-97c33ecbaf4b-f3029e52.w-node-_13d44e24-f674-6a50-1cab-e59d6965ae35-9fc658fe, #w-node-ef073972-ff3b-f8ab-e5d5-97c33ecbaf53-f3029e52.w-node-_13d44e24-f674-6a50-1cab-e59d6965ae39-9fc658fe, #w-node-ef073972-ff3b-f8ab-e5d5-97c33ecbaf57-f3029e52.w-node-_13d44e24-f674-6a50-1cab-e59d6965ae3d-9fc658fe, #w-node-ef073972-ff3b-f8ab-e5d5-97c33ecbaf5c-f3029e52.w-node-_13d44e24-f674-6a50-1cab-e59d6965ae41-9fc658fe, #w-node-ef073972-ff3b-f8ab-e5d5-97c33ecbaf60-f3029e52.w-node-_13d44e24-f674-6a50-1cab-e59d6965ae45-9fc658fe, #w-node-ef073972-ff3b-f8ab-e5d5-97c33ecbaf65-f3029e52.w-node-_13d44e24-f674-6a50-1cab-e59d6965ae49-9fc658fe, #w-node-_0389a6ae-3f58-0917-3559-14ddf88b1c4d-9fc658fe, #w-node-a003d0d3-758c-e187-6800-7a5de644a206-9fc658fe, #w-node-_105322da-5911-45c3-9d43-1bf8bbd16f2a-9fc658fe, #w-node-_105322da-5911-45c3-9d43-1bf8bbd16f2b-9fc658fe, #w-node-cc81b5ac-ed28-9be2-a642-efdff2ef38c4-9fc658fe, #w-node-cc81b5ac-ed28-9be2-a642-efdff2ef38c5-9fc658fe, #w-node-_630bdf21-63c7-3de2-68a2-1e4e87d2e895-9fc658fe, #w-node-_630bdf21-63c7-3de2-68a2-1e4e87d2e896-9fc658fe, #w-node-_8b2bfe22-36f2-d702-4985-fc660ab8c240-9fc658fe, #w-node-d2f27bd9-ff41-501a-44a9-12d7fcbd0347-9fc658fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fef73bc1-a7db-4d43-8a42-2da281edf212-9fc658fe {
  justify-self: stretch;
}

#w-node-_8f9e69f1-0e55-223c-200a-5a7b35410945-3541093c {
  justify-self: end;
}

#w-node-_49602026-8fb1-0455-ad7a-65968c8b86c0-9fc65900 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_0389a6ae-3f58-0917-3559-14ddf88b1c4d-9fc65900, #w-node-a003d0d3-758c-e187-6800-7a5de644a206-9fc65900, #w-node-_105322da-5911-45c3-9d43-1bf8bbd16f2a-9fc65900, #w-node-_105322da-5911-45c3-9d43-1bf8bbd16f2b-9fc65900, #w-node-cc81b5ac-ed28-9be2-a642-efdff2ef38c4-9fc65900, #w-node-cc81b5ac-ed28-9be2-a642-efdff2ef38c5-9fc65900, #w-node-_630bdf21-63c7-3de2-68a2-1e4e87d2e895-9fc65900, #w-node-_630bdf21-63c7-3de2-68a2-1e4e87d2e896-9fc65900, #w-node-ef073972-ff3b-f8ab-e5d5-97c33ecbaf4b-f3029e52.w-node-_95ca22ec-0e56-4a0c-a9ca-96b1d52e2e61-9fc65900, #w-node-ef073972-ff3b-f8ab-e5d5-97c33ecbaf53-f3029e52.w-node-_95ca22ec-0e56-4a0c-a9ca-96b1d52e2e66-9fc65900, #w-node-ef073972-ff3b-f8ab-e5d5-97c33ecbaf57-f3029e52.w-node-_95ca22ec-0e56-4a0c-a9ca-96b1d52e2e6a-9fc65900, #w-node-ef073972-ff3b-f8ab-e5d5-97c33ecbaf5c-f3029e52.w-node-_95ca22ec-0e56-4a0c-a9ca-96b1d52e2e6f-9fc65900, #w-node-ef073972-ff3b-f8ab-e5d5-97c33ecbaf60-f3029e52.w-node-_95ca22ec-0e56-4a0c-a9ca-96b1d52e2e73-9fc65900, #w-node-ef073972-ff3b-f8ab-e5d5-97c33ecbaf65-f3029e52.w-node-_95ca22ec-0e56-4a0c-a9ca-96b1d52e2e78-9fc65900, #w-node-e17c340d-fab2-775e-8b53-a684bc977397-9fc65900, #w-node-e17c340d-fab2-775e-8b53-a684bc9773a2-9fc65900 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18c6a7db-f0eb-5e71-9cc3-5f58ed19ce09-9fc65900 {
  justify-self: stretch;
}

#w-node-_6e2f7be2-8d28-b2d9-a953-bbc5b5dc33e7-b281cdde, #w-node-_6e2f7be2-8d28-b2d9-a953-bbc5b5dc33f2-b281cdde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e7afe76-b046-7e60-02f9-6e64b6264658-b281cdde {
  justify-self: stretch;
}

#w-node-db8ba115-30d7-d4eb-2f9a-cf88c3c95ba4-8282d638 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-ea20baaa-17e3-d25b-a9f3-32ad99d066af-8282d638, #w-node-ea20baaa-17e3-d25b-a9f3-32ad99d066b0-8282d638, #w-node-ea20baaa-17e3-d25b-a9f3-32ad99d066b5-8282d638, #w-node-ea20baaa-17e3-d25b-a9f3-32ad99d066b6-8282d638, #w-node-ea20baaa-17e3-d25b-a9f3-32ad99d066bb-8282d638, #w-node-ea20baaa-17e3-d25b-a9f3-32ad99d066bc-8282d638, #w-node-ea20baaa-17e3-d25b-a9f3-32ad99d066c1-8282d638, #w-node-ea20baaa-17e3-d25b-a9f3-32ad99d066c2-8282d638, #w-node-b05b9cd7-8da7-ab0a-2be7-5e2f89f121e8-8282d638, #w-node-b05b9cd7-8da7-ab0a-2be7-5e2f89f121f3-8282d638 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81905d69-17fa-3932-de05-10b40c19d2fd-8282d638 {
  justify-self: stretch;
}

#w-node-db8ba115-30d7-d4eb-2f9a-cf88c3c95ba4-afae0ca7, #w-node-_49602026-8fb1-0455-ad7a-65968c8b86c0-9aee2bc8 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_0389a6ae-3f58-0917-3559-14ddf88b1c4d-9aee2bc8, #w-node-a003d0d3-758c-e187-6800-7a5de644a206-9aee2bc8, #w-node-_105322da-5911-45c3-9d43-1bf8bbd16f2a-9aee2bc8, #w-node-_105322da-5911-45c3-9d43-1bf8bbd16f2b-9aee2bc8, #w-node-cc81b5ac-ed28-9be2-a642-efdff2ef38c4-9aee2bc8, #w-node-cc81b5ac-ed28-9be2-a642-efdff2ef38c5-9aee2bc8, #w-node-_630bdf21-63c7-3de2-68a2-1e4e87d2e895-9aee2bc8, #w-node-_630bdf21-63c7-3de2-68a2-1e4e87d2e896-9aee2bc8, #w-node-_3d571943-a87a-e84c-91a8-bf8ebd85a029-9aee2bc8, #w-node-_3d571943-a87a-e84c-91a8-bf8ebd85a02a-9aee2bc8, #w-node-b79a1901-314c-e760-fe2a-72f7f98088f4-9aee2bc8, #w-node-b79a1901-314c-e760-fe2a-72f7f98088f5-9aee2bc8, #w-node-b33c7925-5fb2-c00c-2470-35ad14da0e4a-9aee2bc8, #w-node-b33c7925-5fb2-c00c-2470-35ad14da0e4b-9aee2bc8, #w-node-_1bfc04e6-cd28-1e56-3efc-f82b889035c0-9aee2bc8, #w-node-_1bfc04e6-cd28-1e56-3efc-f82b889035c1-9aee2bc8, #w-node-bb2c5a95-a209-05de-f286-b805ac10460a-9aee2bc8, #w-node-bb2c5a95-a209-05de-f286-b805ac10460b-9aee2bc8, #w-node-_901335f5-805d-bd46-4859-b776b21cbfab-9aee2bc8, #w-node-_901335f5-805d-bd46-4859-b776b21cbfac-9aee2bc8, #w-node-_1c9b31a0-8fb1-8254-333e-e3696e18045f-9aee2bc8, #w-node-_1c9b31a0-8fb1-8254-333e-e3696e180460-9aee2bc8, #w-node-_368e1702-e86b-f964-4e6d-7ba19c10aa83-9aee2bc8, #w-node-_368e1702-e86b-f964-4e6d-7ba19c10aa84-9aee2bc8, #w-node-_1dbd97ec-644a-5d0b-b60c-1f549e3efc99-9aee2bc8, #w-node-_1dbd97ec-644a-5d0b-b60c-1f549e3efc9a-9aee2bc8, #w-node-_39f45cab-6b5b-1e12-c8f0-bb7cdcf8bf6e-9aee2bc8, #w-node-_39f45cab-6b5b-1e12-c8f0-bb7cdcf8bf6f-9aee2bc8, #w-node-_518ebdf6-20be-dbd6-9f52-42b01321b7e7-9aee2bc8, #w-node-_518ebdf6-20be-dbd6-9f52-42b01321b7e8-9aee2bc8, #w-node-ad257fae-b112-1276-0494-ac8a40debdd2-9aee2bc8, #w-node-ad257fae-b112-1276-0494-ac8a40debdd3-9aee2bc8, #w-node-d4d97077-27f1-044f-3f1a-57b4d10e7915-9aee2bc8, #w-node-d4d97077-27f1-044f-3f1a-57b4d10e7916-9aee2bc8, #w-node-_38cad6ec-2d40-408f-c601-dbadb90ecb72-9aee2bc8, #w-node-_38cad6ec-2d40-408f-c601-dbadb90ecb73-9aee2bc8, #w-node-_67f8a90d-fd90-8051-e101-8a4cff600226-9aee2bc8, #w-node-_67f8a90d-fd90-8051-e101-8a4cff600227-9aee2bc8, #w-node-ae15e19c-c52b-3e1d-0c9d-bdaede2b0d63-9aee2bc8, #w-node-ae15e19c-c52b-3e1d-0c9d-bdaede2b0d64-9aee2bc8, #w-node-_14539d8b-a268-2c21-be5f-09bcb4a8c586-9aee2bc8, #w-node-_14539d8b-a268-2c21-be5f-09bcb4a8c587-9aee2bc8, #w-node-a3184f5c-8f83-4d0e-dd3a-66ea2a3377a8-9aee2bc8, #w-node-a3184f5c-8f83-4d0e-dd3a-66ea2a3377a9-9aee2bc8, #w-node-a3184f5c-8f83-4d0e-dd3a-66ea2a3377ae-9aee2bc8, #w-node-a3184f5c-8f83-4d0e-dd3a-66ea2a3377af-9aee2bc8, #w-node-a3184f5c-8f83-4d0e-dd3a-66ea2a3377b4-9aee2bc8, #w-node-a3184f5c-8f83-4d0e-dd3a-66ea2a3377b5-9aee2bc8, #w-node-a3184f5c-8f83-4d0e-dd3a-66ea2a3377ba-9aee2bc8, #w-node-a3184f5c-8f83-4d0e-dd3a-66ea2a3377bb-9aee2bc8, #w-node-_8e0d6365-edcb-3712-123e-62c2f9880f26-9aee2bc8, #w-node-_8e0d6365-edcb-3712-123e-62c2f9880f31-9aee2bc8, #w-node-_0756e04f-9817-ea29-06c4-968eff91e515-c8524832, #w-node-_678a821f-e5b5-cf1d-03c2-4e5f15bc98f4-c8524832, #w-node-_221d4363-8b92-aec4-3d16-6042248591f4-c8524832, #w-node-_1571297a-3a94-6648-4983-0a50ee6117c9-c8524832, #w-node-f97bf04e-d4ea-3869-a6d7-ad135317edab-c8524832, #w-node-_7a145872-0918-4857-e14e-5ede784e587f-c8524832 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49602026-8fb1-0455-ad7a-65968c8b86c0-511a6d6f {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-cc81b5ac-ed28-9be2-a642-efdff2ef38c4-511a6d6f, #w-node-cc81b5ac-ed28-9be2-a642-efdff2ef38c5-511a6d6f, #w-node-_105322da-5911-45c3-9d43-1bf8bbd16f2a-511a6d6f, #w-node-_105322da-5911-45c3-9d43-1bf8bbd16f2b-511a6d6f, #w-node-_630bdf21-63c7-3de2-68a2-1e4e87d2e895-511a6d6f, #w-node-_630bdf21-63c7-3de2-68a2-1e4e87d2e896-511a6d6f, #w-node-_3d571943-a87a-e84c-91a8-bf8ebd85a029-511a6d6f, #w-node-_3d571943-a87a-e84c-91a8-bf8ebd85a02a-511a6d6f, #w-node-b79a1901-314c-e760-fe2a-72f7f98088f4-511a6d6f, #w-node-b79a1901-314c-e760-fe2a-72f7f98088f5-511a6d6f, #w-node-b33c7925-5fb2-c00c-2470-35ad14da0e4a-511a6d6f, #w-node-b33c7925-5fb2-c00c-2470-35ad14da0e4b-511a6d6f, #w-node-_1bfc04e6-cd28-1e56-3efc-f82b889035c0-511a6d6f, #w-node-_1bfc04e6-cd28-1e56-3efc-f82b889035c1-511a6d6f, #w-node-_64038eca-b871-3621-9a56-7697000b2507-511a6d6f, #w-node-_64038eca-b871-3621-9a56-7697000b2508-511a6d6f, #w-node-e708c21a-49e3-e3d3-867c-15d43870bbdb-511a6d6f, #w-node-e708c21a-49e3-e3d3-867c-15d43870bbdc-511a6d6f, #w-node-e708c21a-49e3-e3d3-867c-15d43870bbe1-511a6d6f, #w-node-e708c21a-49e3-e3d3-867c-15d43870bbe2-511a6d6f, #w-node-e708c21a-49e3-e3d3-867c-15d43870bbe7-511a6d6f, #w-node-e708c21a-49e3-e3d3-867c-15d43870bbe8-511a6d6f, #w-node-e708c21a-49e3-e3d3-867c-15d43870bbed-511a6d6f, #w-node-e708c21a-49e3-e3d3-867c-15d43870bbee-511a6d6f, #w-node-bd0d29e2-477a-2d74-ead8-c3faf50aad0e-511a6d6f, #w-node-bd0d29e2-477a-2d74-ead8-c3faf50aad19-511a6d6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db8ba115-30d7-d4eb-2f9a-cf88c3c95ba4-05b19ebf {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_9484b5cd-7d23-5a3b-1242-1b64aa10422e-05b19ebf, #w-node-_9484b5cd-7d23-5a3b-1242-1b64aa10422f-05b19ebf, #w-node-_9484b5cd-7d23-5a3b-1242-1b64aa104234-05b19ebf, #w-node-_9484b5cd-7d23-5a3b-1242-1b64aa104235-05b19ebf, #w-node-_9484b5cd-7d23-5a3b-1242-1b64aa10423a-05b19ebf, #w-node-_9484b5cd-7d23-5a3b-1242-1b64aa10423b-05b19ebf, #w-node-f9825815-c202-d520-12ab-ea77ed327a45-05b19ebf, #w-node-f9825815-c202-d520-12ab-ea77ed327a46-05b19ebf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49602026-8fb1-0455-ad7a-65968c8b86c0-990764ac {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_0389a6ae-3f58-0917-3559-14ddf88b1c4d-990764ac, #w-node-a003d0d3-758c-e187-6800-7a5de644a206-990764ac, #w-node-_105322da-5911-45c3-9d43-1bf8bbd16f2a-990764ac, #w-node-_105322da-5911-45c3-9d43-1bf8bbd16f2b-990764ac, #w-node-cc81b5ac-ed28-9be2-a642-efdff2ef38c4-990764ac, #w-node-cc81b5ac-ed28-9be2-a642-efdff2ef38c5-990764ac, #w-node-_3d571943-a87a-e84c-91a8-bf8ebd85a029-990764ac, #w-node-_3d571943-a87a-e84c-91a8-bf8ebd85a02a-990764ac, #w-node-_1bfc04e6-cd28-1e56-3efc-f82b889035c0-990764ac, #w-node-_1bfc04e6-cd28-1e56-3efc-f82b889035c1-990764ac, #w-node-bb2c5a95-a209-05de-f286-b805ac10460a-990764ac, #w-node-bb2c5a95-a209-05de-f286-b805ac10460b-990764ac, #w-node-_901335f5-805d-bd46-4859-b776b21cbfab-990764ac, #w-node-_901335f5-805d-bd46-4859-b776b21cbfac-990764ac, #w-node-_3598dfc7-d2cd-3d1f-72eb-ec00694db4c9-990764ac, #w-node-_3598dfc7-d2cd-3d1f-72eb-ec00694db4ca-990764ac, #w-node-cc7ac91d-e3f2-156a-17af-4a023a4ca6e2-990764ac, #w-node-cc7ac91d-e3f2-156a-17af-4a023a4ca6e3-990764ac, #w-node-_019a66ef-bc84-622f-b0c1-620e0e76f103-990764ac, #w-node-_019a66ef-bc84-622f-b0c1-620e0e76f104-990764ac, #w-node-d7d74e47-d901-7b38-c91d-60cf790ae8c0-990764ac, #w-node-d7d74e47-d901-7b38-c91d-60cf790ae8c1-990764ac, #w-node-_09359552-a186-695f-712c-0ca529300435-990764ac, #w-node-_09359552-a186-695f-712c-0ca529300436-990764ac, #w-node-_09359552-a186-695f-712c-0ca52930043b-990764ac, #w-node-_09359552-a186-695f-712c-0ca52930043c-990764ac, #w-node-_09359552-a186-695f-712c-0ca529300441-990764ac, #w-node-_09359552-a186-695f-712c-0ca529300442-990764ac, #w-node-_09359552-a186-695f-712c-0ca529300447-990764ac, #w-node-_09359552-a186-695f-712c-0ca529300448-990764ac, #w-node-ad21ba64-cbcf-ca29-141c-b0295fcf7ed9-990764ac, #w-node-ad21ba64-cbcf-ca29-141c-b0295fcf7ee4-990764ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_8f9e69f1-0e55-223c-200a-5a7b35410943-3541093c {
    justify-self: end;
  }

  #w-node-_8f9e69f1-0e55-223c-200a-5a7b35410945-3541093c {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-db8ba115-30d7-d4eb-2f9a-cf88c3c95ba4-9fc658fe {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8f9e69f1-0e55-223c-200a-5a7b35410943-3541093c {
    justify-self: end;
  }

  #w-node-_49602026-8fb1-0455-ad7a-65968c8b86c0-9fc65900 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7b6fb3e4-50bf-d311-f459-82d97b00131e-9fc65900, #w-node-_7b6fb3e4-50bf-d311-f459-82d97b001323-9fc65900 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-db8ba115-30d7-d4eb-2f9a-cf88c3c95ba4-8282d638, #w-node-db8ba115-30d7-d4eb-2f9a-cf88c3c95ba4-afae0ca7, #w-node-_49602026-8fb1-0455-ad7a-65968c8b86c0-9aee2bc8 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-cb32f752-fe7c-1970-91df-81b3eead1bcb-9aee2bc8, #w-node-cb32f752-fe7c-1970-91df-81b3eead1bd3-9aee2bc8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_49602026-8fb1-0455-ad7a-65968c8b86c0-511a6d6f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8562cc9b-cb91-4721-5fad-e2a3ce7dd196-511a6d6f, #w-node-_8562cc9b-cb91-4721-5fad-e2a3ce7dd19e-511a6d6f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-db8ba115-30d7-d4eb-2f9a-cf88c3c95ba4-05b19ebf, #w-node-_49602026-8fb1-0455-ad7a-65968c8b86c0-990764ac {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_09ebef12-448e-a1dd-e517-454c53eef41e-990764ac, #w-node-_09ebef12-448e-a1dd-e517-454c53eef426-990764ac {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7b6fb3e4-50bf-d311-f459-82d97b001323-9fc65900 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ea20baaa-17e3-d25b-a9f3-32ad99d066af-8282d638 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cb32f752-fe7c-1970-91df-81b3eead1bd3-9aee2bc8, #w-node-_8562cc9b-cb91-4721-5fad-e2a3ce7dd19e-511a6d6f, #w-node-_09ebef12-448e-a1dd-e517-454c53eef426-990764ac {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


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