@font-face {
  font-family: Monasans Expanded;
  src: url('../fonts/MonaSans_Expanded-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Monasans Expanded;
  src: url('../fonts/MonaSans_Expanded-ExtraBold.ttf') format("truetype"), url('../fonts/MonaSans_Expanded-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Monasans;
  src: url('../fonts/MonaSans-ExtraBold.ttf') format("truetype"), url('../fonts/MonaSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Monasans;
  src: url('../fonts/MonaSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Monasans;
  src: url('../fonts/MonaSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Monasans;
  src: url('../fonts/MonaSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Monasans Expanded;
  src: url('../fonts/MonaSans_Expanded-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Monasans Expanded;
  src: url('../fonts/MonaSans_Expanded-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Monasans;
  src: url('../fonts/MonaSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Monasans;
  src: url('../fonts/MonaSans-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

:root {
  --black-bg: #171717;
  --body-color: #ffffffb3;
  --main-font: Monasans, Arial, sans-serif;
  --white: #fff;
  --heading-grey: #5a5a5a;
  --neno: #7c09ff;
  --heading: #0e0e0e;
  --large: 1.25rem;
  --normal: 1.125rem;
  --small: 1rem;
  --extra-small: .875rem;
  --hero-bg: #2c2c2c;
  --heading-grey-2: #6a6a6a;
  --bg-t: #ffffff0d;
  --neno-dark: #6307cc;
  --x-large: 2rem;
  --neno-x-dark: #120127;
}

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

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 700;
  line-height: 68px;
}

.header-section {
  width: 100%;
  position: relative;
}

.header-navigation {
  background-color: var(--black-bg);
  color: var(--body-color);
  padding-top: 30px;
  padding-bottom: 30px;
}

.body {
  background-color: var(--black-bg);
  font-family: var(--main-font);
  color: var(--body-color);
  font-size: 17px;
  line-height: 30px;
}

.body.services {
  background-color: #000;
}

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

.navbar-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-section {
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 140px;
}

.hero-wrapper {
  background-color: var(--white);
  border-radius: 2rem;
  margin-left: 9vw;
  margin-right: 9vw;
  padding-top: 30px;
  padding-left: 6rem;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.hero-wrapper.round {
  background-color: #fff0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 6rem;
  display: flex;
}

.container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

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

.container.contact {
  padding-left: 15px;
  padding-right: 15px;
}

.container.cta {
  z-index: 99;
  position: relative;
}

.container.left-side {
  margin-left: 0;
}

.hero-content-and-image-block-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero-content-and-image-block-wrap.up-donw {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.hero-content-block {
  flex: 0 0 295px;
}

.hero-image-block {
  z-index: 3;
  flex-flow: column;
  flex: 0 0 430px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-front-image {
  filter: contrast(97%) brightness(105%);
}

.hero-front-shape-image {
  z-index: -1;
  text-align: center;
  position: absolute;
  inset: 18% 0% 0;
}

.overflow-hidden {
  overflow: hidden;
}

.section-subtitle-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6px;
  display: flex;
}

.section-subtitle-wrapper.hero-subtitle-block {
  margin-bottom: .125rem;
  overflow: hidden;
}

.section-subtitle-image.white {
  filter: brightness(200%) grayscale();
}

.section-subtitle {
  color: var(--heading-grey);
  text-transform: uppercase;
  font-family: Monasans, Arial, sans-serif;
  font-size: 1.8vw;
  font-weight: 400;
  line-height: 150%;
}

.section-subtitle.about {
  color: var(--body-color);
}

.section-subtitle.bold {
  color: var(--neno);
  font-weight: 500;
}

.section-subtitle.bold.branding {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 3vw;
  line-height: 1;
}

.hero-title-block {
  margin-bottom: 0;
  position: absolute;
}

.hero-title {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 0;
}

.heading-hero {
  background-image: linear-gradient(150deg, var(--heading-grey), var(--black-bg));
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Monasans Expanded, Arial, sans-serif;
  font-size: 7vw;
  font-weight: 700;
  line-height: 90%;
}

.heading-hero.about {
  background-image: linear-gradient(150deg, var(--body-color), var(--white) 44%);
  font-size: 5vw;
}

.heading-hero.about.timeline {
  margin-bottom: .25em;
  font-size: 2.2vw;
  font-weight: 600;
}

.heading-hero.about.resume.branding.website {
  font-size: 4vw;
}

.heading-hero.about.marketing {
  background-image: linear-gradient(150deg, var(--body-color), var(--white) 26%);
  font-size: 3vw;
}

.heading-hero.about.services {
  background-image: linear-gradient(156deg, var(--white) 30%, #ffffff61);
}

.heading-hero.about.blog {
  text-align: center;
}

.block-paragraph-hero-c {
  padding-bottom: .5em;
}

.block-heading-hero-c {
  margin-bottom: 1rem;
}

.block-heading-hero-c.services {
  margin-bottom: 0;
}

.paragraph {
  max-width: 500px;
  font-family: var(--main-font);
  color: var(--heading);
  font-size: var(--large);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
}

.paragraph.chat {
  max-width: none;
  color: var(--hero-bg);
  font-size: var(--extra-small);
  font-weight: 500;
}

.text-span {
  color: #5a5a5a99;
}

.achievement-container {
  z-index: 4;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.achievement-number-container {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.achievement-number {
  color: var(--heading-grey);
  font-family: Monasans Expanded, Arial, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
}

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

.achievement-symbol {
  color: var(--neno);
  align-self: flex-end;
  font-family: Monasans Expanded, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.achievement-symbol.dot {
  font-weight: 700;
}

.achievement-symbol.about {
  align-self: flex-start;
  font-weight: 500;
}

.achievement-text {
  color: var(--heading-grey);
  font-family: Monasans Expanded, Arial, sans-serif;
  font-size: var(--normal);
  font-weight: 500;
  line-height: 1.2;
}

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

.section {
  z-index: 10;
  max-width: 1440px;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-left: 7.5rem;
  padding-right: 7.5rem;
  position: relative;
  overflow: hidden;
}

.section.services {
  margin-top: 100px;
  margin-bottom: 0;
  padding: 240px 2.5rem calc(50px + 3rem);
}

.section.services.timeline.branding {
  background-color: #000;
  max-width: 100%;
  margin-top: 0;
  padding: 0 0;
}

.section.services.timeline.about {
  margin-top: 40px;
}

.section.projects {
  z-index: 1;
  max-width: none;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-top: 200px;
  position: relative;
}

.section.projects.about.work-bg {
  background-color: var(--black-bg);
}

.section.banner {
  flex-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section.testimonial {
  max-width: none;
  margin-top: 0;
  margin-bottom: 3rem;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.testimonial.hide {
  display: none;
}

.section.supporting-brands {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.section.supporting-brands.about {
  margin-top: 0;
}

.section.insights {
  margin-bottom: 2rem;
  padding-top: 40px;
}

.display-2 {
  letter-spacing: .01em;
  width: 70%;
  margin: 0 auto;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.1;
}

.display-2.center-align {
  text-align: center;
  font-size: 6.5vw;
}

.display-2.center-align.margin-40 {
  color: var(--white);
  margin-bottom: 2.5rem;
  font-size: 5vw;
  font-weight: 400;
}

.display-2.center-align.margin-40.service {
  font-size: 3.5vw;
}

.highlight-text {
  color: var(--neno);
}

.center-paragraph-section {
  max-width: 610px;
  font-size: var(--large);
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  line-height: 1.7;
}

.center-paragraph-section.margin-80 {
  color: var(--white);
  margin-bottom: .25rem;
}

.center-paragraph-section.margin-80.margin-100 {
  max-width: 590px;
  margin-bottom: 6.25rem;
}

.center-paragraph-section.margin-80.margin-100._100 {
  margin-bottom: 0;
}

.center-paragraph-section.margin-80.size {
  font-size: var(--normal);
}

.background-container {
  z-index: -1;
  width: calc(100% - 20px);
  height: 500px;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%);
}

.service-circle-border-decor {
  z-index: 1;
  aspect-ratio: 1;
  background-color: #fff3;
  border-radius: 100%;
  width: 95vw;
  padding: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%);
}

.service-circle-border-decor.inner-circle {
  z-index: 3;
  width: calc(95vw - 250px);
  top: 23%;
}

.border-glow-horizontal {
  background-image: linear-gradient(90deg, #0000, var(--neno) 50%, #0000);
  width: 150px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  transform: translate(870px);
}

.border-glow-horizontal.service-item-glow {
  width: 35px;
  transform: translate(100px);
}

.border-glow-horizontal.social-media {
  width: 60px;
  transform: translate(100px);
}

.border-glow-horizontal.clients-left {
  transform: translate(100px);
}

.border-glow-horizontal.clients-right {
  left: 100%;
  right: auto;
  transform: translate(-100px);
}

.service-circle-fill-decor {
  z-index: 5;
  aspect-ratio: 1;
  background-image: linear-gradient(180deg, #1f1f1f, var(--black-bg) 15%);
  border-radius: 100%;
  width: 100%;
  padding: 122px;
  position: relative;
}

.service-circle-decor-blocker {
  z-index: 31;
  background-image: linear-gradient(180deg, #0000, var(--black-bg) 30%);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.service-circle-decor-blocker.back {
  z-index: 2;
  height: 75%;
}

.service-circle-decor-blocker.front {
  z-index: 4;
  height: 60%;
}

.services-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
  position: relative;
}

.center-service-container {
  position: relative;
}

.service-item {
  z-index: 5;
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  border: 1px solid var(--heading-grey-2);
  background-image: linear-gradient(#ffffff0f, #5f16f20d);
  border-radius: 1rem;
  flex-flow: column;
  align-items: center;
  height: 100%;
  padding: 2.8125rem .875rem .75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-icon-outer-container {
  border: 1px solid var(--heading-grey-2);
  border-radius: 1rem;
  padding: .625rem;
  position: relative;
}

.service-icon-container {
  z-index: 10;
  background-image: linear-gradient(#333, #2c2c2c);
  border-radius: .625rem;
  width: 4.75rem;
  height: 4.75rem;
  padding: 1rem;
  position: relative;
}

.service-icon-container.round {
  border: 1px solid var(--heading-grey-2);
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-icon {
  opacity: .7;
  object-fit: contain;
  width: 100%;
}

.service-icon.full {
  opacity: 100;
  width: 43px;
}

.service-icon.full.bit-smiller {
  width: 38px;
}

.service-icon.full.call-simller {
  width: 32px;
}

.service-icon.full {
  z-index: 99;
  opacity: 100;
  width: 43px;
  position: relative;
}

.border-mask {
  z-index: -1;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--heading-grey-2);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--heading-grey-2);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--heading-grey-2);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--heading-grey-2);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-position: 0 0, 0 0;
  mask-position: 0 0, 0 0;
  -webkit-mask-size: auto, auto;
  mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  mask-repeat: repeat, repeat;
  -webkit-mask-clip: content-box, border-box;
  mask-clip: content-box, border-box;
  -webkit-mask-origin: content-box, border-box;
  mask-origin: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-source-type: auto, auto;
  mask-mode: match-source, match-source;
}

.border-mask.service-icon-outer-container-mask {
  border-radius: 1rem;
}

.spinning-border-glow {
  width: 200%;
  max-width: none;
  height: 200%;
  position: absolute;
}

.service-item-background-container {
  z-index: -2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service-item-background-image {
  width: 340px;
  max-width: none;
}

.service-item-background-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.service-item-background-mask.trapezoid-mask {
  -webkit-mask-image: url('../images/');
  mask-image: url('../images/');
}

.service-item-background-mask.line-mask {
  -webkit-mask-image: url('../images/');
  mask-image: url('../images/');
}

.service-summary-container {
  border: 1px solid var(--heading-grey-2);
  background-image: linear-gradient(#ffffff08, #ffffff03);
  border-radius: .5rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding: 1rem 1.125rem;
  display: flex;
}

.list-item-title {
  color: var(--white);
  text-align: center;
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: .6rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
}

.list-item-title.case-study {
  font-size: var(--extra-small);
  padding: 5px;
}

.service-description {
  color: var(--body-color);
  font-size: var(--normal);
  text-align: center;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.5;
}

.framing-line-container {
  z-index: -1;
  width: 116px;
  position: absolute;
  right: calc(-58px - .5rem);
}

.framing-line-container.top {
  top: -35px;
}

.framing-line-container.top.testimonial {
  top: 15px;
  right: calc(50% - 58px);
}

.framing-line-container.top.hide {
  display: none;
}

.framing-line-container.bottom {
  bottom: -35px;
  transform: rotate(180deg);
}

.framing-line-container.bottom.testimonial {
  bottom: 15px;
  right: calc(50% - 58px);
}

.framing-line-container.bottom.hide {
  display: none;
}

.framing-line {
  background-color: var(--heading-grey-2);
}

.framing-line.vertical {
  width: 1px;
  height: 12px;
  margin-left: auto;
  margin-right: auto;
}

.framing-line.horizontal {
  width: 56px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.framing-line-glow-blocker {
  background-color: var(--black-bg);
  width: 100%;
  height: 80px;
}

.framing-line-glow {
  z-index: -1;
  filter: blur(15px);
  background-color: #7c09ff66;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translate(-50%);
}

.skill-section.skill-bg-image {
  background-image: url('../images/skill-bg-image.jpg');
  background-size: auto;
}

.skill-section-inner {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.skill-section-inner.section-padding-top-130 {
  padding-top: 130px;
}

.skill-section-inner.section-padding-top-130.section-padding-bottom-250 {
  padding-top: 100px;
  padding-bottom: 140px;
  overflow: hidden;
}

.skill-section-inner.section-padding-top-130.section-padding-bottom-250.about {
  padding-top: 160px;
  padding-bottom: 60px;
}

.skill-section-inner.section-padding-top-130.section-padding-bottom-250.home {
  padding-bottom: 0;
}

.skill-wrapper.display-none-for-tablet-mobile {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.skill-wrapper.display-none-for-desktop {
  display: none;
}

.skill-item-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.skill-item-wrapper.skill-width-one {
  grid-template-columns: 1fr 1fr;
  max-width: 760px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.skill-item-wrapper.skill-width-one.hide {
  display: none;
}

.skill-item-wrapper.four-skill-item {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.skill-item-wrapper.four-skill-item.skill-width-two {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 960px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.single-skill-item {
  z-index: 9;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffffff0d;
  border: 1px solid #c0ff7300;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.single-skill-item.benefit-2 {
  background-color: #fff0;
  padding-left: 0;
  padding-right: 0;
}

.single-skill-item.benefit-2.timeline {
  padding-right: 60px;
}

.single-skill-item.first, .single-skill-item._2 {
  background-image: url('../images/skill-bg-image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.border-gradient-line-top {
  background-image: linear-gradient(225deg, var(--neno), #fff0);
  width: 40%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.skill-image-wrapper {
  background-color: var(--white);
  border-radius: .7rem;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.skill-percentage {
  color: var(--white);
  font-size: var(--normal);
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.3;
}

.skill-name {
  font-size: var(--extra-small);
  font-weight: 400;
  line-height: 1.5;
}

.skill-name.head {
  font-family: Monasans Expanded, Arial, sans-serif;
  font-size: var(--normal);
  font-weight: 600;
}

.border-gradient-line-bottom {
  background-image: linear-gradient(225deg, var(--neno), #fff0);
  width: 40%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.skill-small-shape {
  z-index: -1;
  opacity: .04;
  background-image: linear-gradient(#fff0 26.47%, #fff 83.68%);
  border-radius: 100%;
  width: 180px;
  height: 180px;
  position: absolute;
  inset: 70px auto auto 120px;
}

.skill-small-shape._2 {
  background-image: linear-gradient(243deg, #fff 16.32%, #fff0 73.53%);
  top: auto;
  bottom: -87px;
  left: 22px;
}

.skill-large-shape {
  z-index: -1;
  opacity: .04;
  background-image: linear-gradient(225deg, #fff0 41.8%, #fff 83.38%);
  border-radius: 100%;
  width: 400px;
  height: 400px;
  position: absolute;
  inset: -90px -160px auto auto;
}

.cta.cta-section-bg-color {
  background-color: var(--black-bg);
  padding-bottom: 130px;
}

.cta.cta-section-bg-color.about {
  padding-bottom: 0;
}

.cta.cta-section-bg-color.home {
  z-index: 99;
  margin-top: 0;
  padding-bottom: 0;
  position: relative;
}

.cta-wrapper {
  z-index: 99;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--neno);
  background-image: url('../images/bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: -120px;
  margin-bottom: -120px;
  padding: 40px 30px;
  display: flex;
  position: relative;
}

.cta-wrapper.margin-bottom-zero {
  margin-top: -85px;
}

.cta-wrapper.margin-bottom-zero.profile {
  background-image: url('../images/bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-title {
  max-width: 672px;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}

.cta-button-wrapper.right {
  text-align: right;
}

.primary-button {
  z-index: 99;
  background-color: var(--white);
  color: var(--black-bg);
  font-size: var(--small);
  text-transform: capitalize;
  border-radius: 2rem;
  padding: 14px 32px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  position: relative;
}

.section-text-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.section-text-container.projects {
  z-index: 5;
  max-width: 1200px;
  margin-bottom: -40px;
  position: relative;
}

.section-heading {
  max-width: 690px;
  color: var(--white);
  letter-spacing: .01px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.1;
}

.section-heading.margin-20 {
  margin-bottom: 1.25rem;
}

.section-heading.margin-20.mid-align {
  text-align: center;
  max-width: 790px;
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.section-heading.margin-20.mid-align.black {
  letter-spacing: -2px;
  max-width: none;
  margin-bottom: 0;
}

.section-heading.margin-20.mid-align.black.size {
  font-size: 4rem;
}

.section-paragraph {
  max-width: 590px;
  color: var(--white);
  font-size: var(--large);
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.7;
}

.section-paragraph.benefit {
  max-width: 600px;
  color: var(--body-color);
  font-size: var(--normal);
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.4;
}

.project-slider-container {
  background-image: linear-gradient(90deg, var(--black-bg), #1a1a1a);
  margin-left: -7.5rem;
  margin-right: -7.5rem;
  padding-top: 3.875rem;
  padding-bottom: 3.875rem;
  position: relative;
  overflow: hidden;
}

.project-slider-container.tranfer {
  background-image: none;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.project-slider-container.tranfer.blog {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.project-slider {
  z-index: 5;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  display: flex;
}

.project-slider-mask {
  max-width: 890px;
  overflow: visible;
}

.project-slide {
  aspect-ratio: 32 / 43;
  width: 280px;
  margin-right: 1.5rem;
}

.project-slide.blog {
  margin-right: 0;
}

.cms-link {
  flex-flow: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.project-thumbnail {
  z-index: 5;
  object-fit: cover;
  clip-path: polygon(0 0, calc(100% - 54.142px) .786377px, calc(100% - 54.142px) .786377px, calc(100% - 53.3502px) .817752px, calc(100% - 52.5683px) .910952px, calc(100% - 51.7995px) 1.06458px, calc(100% - 51.0473px) 1.27726px, calc(100% - 50.3151px) 1.54758px, calc(100% - 49.6062px) 1.87417px, calc(100% - 48.924px) 2.25563px, calc(100% - 48.2718px) 2.69056px, calc(100% - 47.653px) 3.17759px, calc(100% - 47.071px) 3.71531px, calc(100% - 2.929px) 47.8574px, calc(100% - 2.929px) 47.8574px, calc(100% - 2.39112px) 48.4395px, calc(100% - 1.904px) 49.0583px, calc(100% - 1.46902px) 49.7105px, calc(100% - 1.08756px) 50.3928px, calc(100% - .761px) 51.1017px, calc(100% - .49072px) 51.8338px, calc(100% - .2781px) 52.586px, calc(100% - .12452px) 53.3547px, calc(100% - .03136px) 54.1367px, calc(100% - 5.68434e-14px) 54.9285px, 100% 100%, 0 100%, 0 0);
  border-radius: .625rem;
  flex: 1;
  width: 100%;
  min-height: 0;
  display: block;
  position: relative;
}

.project-thumbnail.branding-1 {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
}

.project-summary-container {
  border: 1px solid var(--heading-grey-2);
  color: var(--white);
  font-size: var(--small);
  text-align: left;
  background-color: #0000001a;
  border-radius: .75rem;
  margin-top: .625rem;
  padding: .75rem;
  font-weight: 300;
  line-height: 1.4;
}

.cms-summary {
  font-size: var(--small);
  margin-bottom: .6rem;
  font-weight: 200;
}

.read-more-container {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  color: var(--neno);
  align-items: center;
  font-weight: 400;
  display: flex;
}

.read-more-arrow {
  width: .9rem;
}

.paragraph-2 {
  margin-bottom: 0;
}

.cms-arrow-container {
  z-index: 6;
  position: absolute;
  top: 0;
  right: 0;
}

.cms-arrow-background-image {
  width: 40px;
}

.cms-arrow-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-mask-image: url('../images/');
  mask-image: url('../images/');
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.cms-arrow-image {
  width: 10px;
  position: absolute;
  top: 8px;
  right: 8px;
}

.cms-arrow-image-2 {
  width: 10px;
  position: absolute;
  top: 8px;
  right: 8px;
  transform: translate(-1rem, 1rem);
}

.project-slider-arrow-button {
  z-index: 10;
  border: 1px solid var(--heading-grey-2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  inset: -78px 0 auto auto;
}

.project-slider-arrow-button.left-arrow {
  right: 90px;
}

.project-slider-arrow-button.left-arrow.hide {
  display: none;
}

.project-slider-arrow-button.right-arrow {
  right: 20px;
}

.project-slider-arrow-button.right-arrow.hide {
  display: none;
}

.project-slider-arrow {
  width: 1rem;
}

.project-slider-arrow.main.reverse {
  transform: rotate(180deg);
}

.project-slider-arrow.secondary {
  position: absolute;
  transform: translate(-2.5rem);
}

.project-slider-arrow.secondary.reverse {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 180px)translate(-2.5rem);
}

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

.slider-arrow-button-indicator {
  background-color: var(--bg-t);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(0);
}

.project-slider-border {
  width: 100%;
  height: 50%;
  position: absolute;
  right: 0;
}

.project-slider-border.top {
  background-image: url('../images/Project-Background-Top.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto 64px;
  top: 0;
}

.project-slider-border.bottom {
  background-image: url('../images/Project-Background-Bottom.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 64px;
  bottom: 0;
}

.project-slider-border-mask {
  width: 100%;
  height: 100%;
  -webkit-mask-image: url('../images/');
  mask-image: url('../images/');
  -webkit-mask-position: 100% 100%;
  mask-position: 100% 100%;
  -webkit-mask-size: auto 64px;
  mask-size: auto 64px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.project-slider-border-mask.top {
  -webkit-mask-image: url('../images/');
  mask-image: url('../images/');
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
}

.more-projects-button {
  position: absolute;
  bottom: 2px;
  right: 117px;
}

.c {
  z-index: 5;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--bg-t);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  height: 3rem;
  color: var(--white);
  font-size: var(--large);
  border: 1px solid #fff;
  border-radius: 20rem;
  justify-content: space-between;
  align-items: center;
  padding: .25rem .25rem .25rem 1.5rem;
  font-weight: 400;
  line-height: 1.7;
  text-decoration: none;
  transition: border-color .2s linear;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c:hover {
  border-color: var(--neno);
}

.c.timeline {
  margin-left: auto;
  margin-right: auto;
}

.c.mid.remove-line {
  border-style: none;
  padding-left: 1.3rem;
  padding-right: .5rem;
}

.main-button-text {
  font-size: var(--normal);
  background-color: #0000;
}

.second-button-text {
  font-size: var(--normal);
  position: absolute;
  transform: translate(0, 3rem);
}

.button-icon-container {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--neno);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.375rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-icon-container.non-color {
  background-color: var(--bg-t);
}

.button-icon {
  object-fit: contain;
  width: 1rem;
  max-height: 1rem;
}

.button-icon.main.down {
  transform: rotate(90deg);
}

.button-icon.main.cv {
  width: 1.4rem;
  max-height: 1.4rem;
  transform: rotate(10deg);
}

.button-icon.secondary {
  position: absolute;
  transform: translate(-2rem);
}

.button-icon.secondary.down {
  transform: rotate(90deg)translate(-2rem);
}

.project-background {
  position: absolute;
  bottom: 100%;
  left: 50%;
}

.project-background.decor-1 {
  top: 0;
  bottom: auto;
  transform: translate(-720px, -30px);
}

.project-background.decor-2 {
  transform: translate(135px, 522px);
}

.project-background.decor-2.hide {
  display: none;
}

.project-decor-1-image {
  width: 1240px;
  max-width: none;
}

.project-decor-1-image-mask {
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-mask-image: url('../images/');
  mask-image: url('../images/');
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.project-decor-2-image {
  width: 590px;
  max-width: none;
}

.project-decor-2-image-mask {
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-mask-image: url('../images/');
  mask-image: url('../images/');
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.border-glow-diagonal-top-left {
  background-image: linear-gradient(90deg, #0000, var(--neno) 50%, #0000);
  width: 150px;
  height: 200%;
  position: absolute;
  bottom: 100%;
  left: 100%;
  transform: rotate(135deg)translate(740px, -220px);
}

.banner {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.marquee-component {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-wrapper {
  background-image: linear-gradient(299deg, var(--neno) 10.49%, var(--neno-dark) 86.56%);
  justify-content: center;
  align-items: center;
  width: 110vw;
  height: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  overflow: hidden;
  transform: rotate(-5deg);
}

.marquee-wrapper._02 {
  z-index: -1;
  background-image: linear-gradient(270deg, #fff 49.46%, var(--white) 92%, white 101%);
  transform: rotate(5deg);
}

.marquee-inner-wrap {
  z-index: 11;
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  flex: none;
  align-items: center;
  display: flex;
  position: relative;
}

.marquee-text {
  color: var(--white);
  font-family: Monasans Expanded, Arial, sans-serif;
  font-size: var(--x-large);
  -webkit-text-stroke-color: #0000;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 90%;
}

.marquee-text._2 {
  color: var(--black-bg);
}

.image {
  object-fit: cover;
  width: 1.8rem;
}

.marquee-1-right {
  z-index: 22;
  background-image: linear-gradient(269deg, var(--neno-x-dark) 10.53%, #433b7b00 71.37%);
  width: 450px;
  height: 140px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.marquee-1-right._2 {
  background-image: linear-gradient(269deg, #666 10.53%, #433b7b00 71.37%);
}

.marquee-1-left {
  background-image: linear-gradient(90deg, var(--neno-x-dark) 1%, #433b7b00 83%);
  -webkit-text-stroke-color: #0000;
  width: 450px;
  height: 140px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.marquee-1-left._2 {
  background-image: linear-gradient(90deg, #7f7f7f 1%, #433b7b00 83%);
}

.benefit {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.benefit.home {
  padding-bottom: 40px;
}

.benefit.home.no-buttom-gap {
  padding-bottom: 20px;
}

.content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

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

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

.heading-block.feature {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-heading-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: relative;
}

.hero-heading-yellow-wrap {
  background-image: linear-gradient(78deg, var(--neno), var(--neno-dark));
  border-radius: .7rem;
  padding-bottom: 5px;
  padding-left: 8px;
  padding-right: 8px;
  position: absolute;
  inset: auto -104px -54px auto;
  transform: rotate(-8deg);
}

.hero-heading-yellow-wrap.work {
  padding-top: 2px;
  position: relative;
  bottom: auto;
  right: auto;
  transform: none;
}

.feature-wrapper {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  justify-content: space-around;
  display: flex;
}

.feature-wrapper.home {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.feature-content {
  flex-flow: column;
  justify-content: space-between;
}

.feature-content.home {
  display: block;
}

.feature-image-wrapper {
  border-right: 1px none var(--heading-grey-2);
  border-left: 1px none var(--heading-grey-2);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  display: flex;
  position: relative;
  overflow: clip;
}

.feature-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 400px;
  padding: 40px 10px;
  display: flex;
}

.feature-block.top {
  border-bottom: 1px dashed var(--heading-grey-2);
  padding-top: 20px;
  padding-bottom: 0;
}

.feature-block.top._3 {
  border-bottom-style: none;
}

.feature-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.sub-heading-04---20px {
  color: var(--white);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
}

.opacity-70 {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.2;
}

.benefit-image {
  width: 5rem;
}

.benefit-image-box {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-2 {
  border-radius: 1rem;
}

.image-2.timeline {
  width: 14rem;
}

.main-2 {
  padding-top: 0;
}

.main-2.services {
  padding-top: 100px;
}

.testimonial-container {
  margin-left: -7.5rem;
  margin-right: -7.5rem;
  padding-bottom: 2px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  overflow: hidden;
}

.testimonial-marquee-container {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.testimonial-marquee-container.reverse {
  justify-content: flex-end;
}

.testimonial-marquee {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex: none;
  display: flex;
}

.testimonial-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.testimonial-item {
  border: 1px solid var(--heading-grey-2);
  width: 390px;
  font-size: var(--normal);
  background-image: linear-gradient(#ffffff0f, #5f16f20d);
  border-radius: 1rem;
  padding: 1.5rem;
  line-height: 1.7;
}

.client-details-container {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.client-picture {
  border-radius: 100%;
  width: 3rem;
  overflow: clip;
}

.client-name {
  color: var(--white);
  font-size: var(--small);
  letter-spacing: .02em;
  margin-bottom: .25rem;
  line-height: 1.1;
}

.client-job {
  font-size: var(--small);
  letter-spacing: .02em;
  font-weight: 200;
  line-height: 1.1;
}

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

.testimonial-gap {
  background-color: #6a6a6a33;
  width: calc(100% - 40px);
  height: 1px;
  margin: 2rem auto;
  position: relative;
  overflow: hidden;
}

.testimonial-side-fade {
  z-index: 5;
  background-image: linear-gradient(270deg, var(--black-bg) 10%, #0000);
  width: 200px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.testimonial-side-fade.left {
  background-image: linear-gradient(90deg, var(--black-bg) 10%, #0000);
  left: 0;
  right: auto;
}

.testimonial-background {
  z-index: -1;
  position: absolute;
  top: 140px;
  left: 50%;
  transform: translate(-50%);
}

.testimonial-background.resume {
  top: -125px;
}

.testimonial-background.home-operator {
  top: 0;
}

.testimonal-background-image {
  width: 1440px;
  max-width: none;
}

.testimonial-background-mask {
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-mask-image: url("");
  mask-image: url("");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.testimonial-background-mask.left {
  -webkit-mask-image: url('../images/');
  mask-image: url('../images/');
}

.testimonial-background-mask.right {
  -webkit-mask-image: url('../images/');
  mask-image: url('../images/');
  -webkit-mask-size: contain;
  mask-size: contain;
}

.border-glow-diagonal {
  background-image: linear-gradient(90deg, #0000, var(--neno) 50%, #0000);
  width: 150px;
  height: 200%;
  position: absolute;
  bottom: 100%;
}

.border-glow-diagonal.left {
  left: 100%;
  transform: rotate(135deg)translate(740px, -220px);
}

.border-glow-diagonal.right {
  width: 150px;
  height: 200%;
  transform-style: preserve-3d;
  position: absolute;
  bottom: 100%;
  right: 100%;
  transform: translate3d(0, 0, 45px)translate(550px, 80px);
}

.border-glow-diagonal-top-right {
  background-image: linear-gradient(90deg, #0000, var(--neno) 50%, #0000);
  width: 150px;
  height: 200%;
  position: absolute;
  bottom: 100%;
  right: 100%;
  transform: rotate(45deg)translate(550px, 80px);
}

.footer {
  padding-bottom: 2rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.footer.contact {
  background-color: #232323;
}

.footer-background {
  margin-bottom: 2.5rem;
  position: relative;
}

.footer-background.resume {
  transform-style: preserve-3d;
  margin-bottom: 6rem;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.footer-decor-image {
  width: 100%;
}

.footer-decor-image.tablet, .footer-decor-image.phone {
  display: none;
}

.footer-decor-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-mask-image: url('../images/');
  mask-image: url('../images/');
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.button-hover-indicator {
  background-color: var(--neno);
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: 0;
  left: 0;
}

.button-hover-indicator.left {
  transform: translate(-100%);
}

.button-hover-indicator.right {
  transform: translate(100%);
}

.footer-cta {
  margin-bottom: 2.5rem;
}

.footer-cta-text {
  color: var(--white);
  text-align: center;
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 9.8vw;
  font-weight: 400;
  line-height: 1.1;
}

.straight-line-gap-mask {
  background-color: var(--heading-grey-2);
  justify-content: space-between;
  height: 1px;
  margin-bottom: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.straight-line-gap-mask.working-experience {
  margin-bottom: 1.5rem;
}

.straight-line-gap-fade {
  z-index: 5;
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
}

.straight-line-gap-fade.left {
  background-image: linear-gradient(90deg, var(--black-bg), #0000);
  left: 0;
}

.straight-line-gap-fade.right {
  background-image: linear-gradient(270deg, var(--black-bg), #0000);
  right: 0;
}

.straight-line-gap-fade.right.working-experience {
  width: 70%;
}

.blog-main-button-container {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.blog-button-background {
  position: absolute;
  bottom: 50%;
}

.blog-button-background.left {
  right: 100%;
  transform: translate(-2rem);
}

.blog-button-background.right {
  left: 100%;
  transform: translate(2rem);
}

.blog-button-decor-image {
  width: 570px;
  max-width: none;
}

.blog-button-decor-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-mask-image: url("");
  mask-image: url("");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.blog-button-decor-mask.left {
  -webkit-mask-image: url('../images/');
  mask-image: url('../images/');
}

.blog-button-decor-mask.right {
  -webkit-mask-image: url('../images/');
  mask-image: url('../images/');
}

.whole-counter {
  height: 60px;
  margin-bottom: 10px;
  display: flex;
  overflow: hidden;
}

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

.counter-train {
  flex-flow: column;
  align-items: center;
  display: flex;
}

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

.counter-marque-two {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.navbar {
  z-index: 102;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: #0000;
  align-items: center;
  width: auto;
  height: 0;
  max-height: 0;
  padding: 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.logo-container {
  z-index: 5;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.logo {
  width: 3rem;
}

.nav-menu-container {
  color: var(--white);
  flex: 1;
  position: static;
  overflow: hidden;
}

.nav-menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.nav-links {
  color: var(--white);
  font-size: var(--large);
  padding: .25rem 0;
  font-weight: 400;
  line-height: 1.7;
  text-decoration: none;
  top: .25rem;
  bottom: .25rem;
}

.nav-links:hover {
  color: var(--neno);
  text-decoration: none;
}

.nav-main-button {
  flex: none;
  margin-left: auto;
}

.div-block {
  margin-left: auto;
}

.straight-line-decor {
  background-image: linear-gradient(90deg, #0000, var(--heading-grey-2) 21%, #fff0);
  width: 100%;
  height: 1px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.text-block {
  color: var(--neno);
  text-align: center;
  font-weight: 500;
}

.header-about {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 13rem 7.5rem 6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-about.project {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.header-about.project._2 {
  padding-top: 13rem;
  padding-bottom: 2rem;
}

.header-about.project._2.blog--size {
  padding-top: 17rem;
}

.header-about.project._2.blog--size.blog-1 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.header-about.project.blog {
  flex-flow: column;
  align-items: stretch;
  margin-bottom: 4rem;
  padding-bottom: 2rem;
}

.about-header-inner-container {
  z-index: 1;
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: wrap;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: calc(1440px - 15rem);
  display: flex;
  position: relative;
}

.about-header-inner-container.resume {
  justify-content: center;
}

.about-header-inner-container.project {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.about-header-inner-container.project.mid-align {
  justify-content: center;
}

.about-contents {
  flex: 1;
  min-width: 480px;
  max-width: 670px;
}

.about-contents.resume {
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.about-me-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: 1;
  align-items: center;
  min-width: 320px;
  max-width: 440px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.introduction-text {
  color: var(--white);
  margin-bottom: 1px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.7;
}

.introduction-text.hide {
  display: block;
}

.margin-24 {
  color: var(--white);
  margin-top: 0;
  font-family: Monasans, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1.1;
}

.margin-24.hide {
  display: block;
}

.about-me-paragraph {
  max-width: 590px;
  color: var(--white);
  font-size: var(--normal);
  margin-bottom: 1.5rem;
  font-weight: 300;
  line-height: 1.7;
}

.about-me-paragraph.project {
  max-width: none;
  margin-bottom: 0;
}

.about-me-paragraph.tools {
  text-align: center;
  max-width: none;
}

.about-me-paragraph.tools.remove {
  margin-bottom: 1rem;
}

.about-me-paragraph.services {
  max-width: 400px;
  margin-top: .5rem;
}

.about-me-paragraph.blog {
  margin-bottom: 0;
}

.about-image-container {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  clip-path: polygon(0 30.8px, 0 30.8px, .4px 26px, 1.5px 21px, 3px 17px, 5.8px 13px, 8.8px 9.5px, 12px 6.5px, 16px 4px, 20.5px 2px, 25px 1px, 30px 1px, calc(100% - 57.5px) 1px, calc(100% - 57.5px) 1px, calc(100% - 55px) 1px, calc(100% - 53px) 1px, calc(100% - 50px) 1.5px, calc(100% - 48px) 2px, calc(100% - 46px) 3px, calc(100% - 44px) 4px, calc(100% - 42px) 5px, calc(100% - 40px) 6.5px, calc(100% - 38px) 8px, calc(100% - 36px) 9.5px, calc(100% - 9px) 37px, calc(100% - 9px) 37px, calc(100% - 7px) 39px, calc(100% - 5.5px) 40.5px, calc(100% - 4.5px) 42.5px, calc(100% - 3.5px) 44.5px, calc(100% - 2.5px) 46.5px, calc(100% - 1.5px) 49px, calc(100% - 1px) 51px, calc(100% - .5px) 53.5px, 100% 56px, 100% 58px, 100% calc(100% - 30px), 100% calc(100% - 30px), calc(100% - .5px) calc(100% - 25px), calc(100% - 1.5px) calc(100% - 20.5px), calc(100% - 3.5px) calc(100% - 16px), calc(100% - 5.5px) calc(100% - 12px), calc(100% - 9px) calc(100% - 9px), calc(100% - 12px) calc(100% - 5.5px), calc(100% - 16px) calc(100% - 3.5px), calc(100% - 20.5px) calc(100% - 1.5px), calc(100% - 25px) calc(100% - .5px), calc(100% - 30px) 100%, 57.5px 100%, 57.5px 100%, 55px 100%, 53px calc(100% - .5px), 50.5px calc(100% - .5px), 48px calc(100% - 1.5px), 46px calc(100% - 2.5px), 44px calc(100% - 3.5px), 42px calc(100% - 4.5px), 40px calc(100% - 6px), 38px calc(100% - 7px), 36px calc(100% - 9px), 9px calc(100% - 36px), 9px calc(100% - 36px), 7px calc(100% - 38px), 6px calc(100% - 40px), 4.5px calc(100% - 42px), 3.5px calc(100% - 44px), 2.5px calc(100% - 46px), 1.5px calc(100% - 48px), .5px calc(100% - 50.5px), .5px calc(100% - 53px), 0 calc(100% - 55px), 0 calc(100% - 57.5px), 0 31px);
  background-color: #ffffff0d;
  width: 100%;
  padding: 1.3rem;
  position: relative;
}

.about-image-container-border {
  background-color: var(--white);
  clip-path: polygon(calc(100% - 57.5px) 2px, 30px 2px, 30px 2px, 25.5px 2px, 21px 3.5px, 17px 5px, 13px 7.5px, 9.5px 10.5px, 6.5px 14px, 4.5px 17.5px, 2.5px 22px, 1.5px 26px, 1px 31px, 1px calc(100% - 57.5px), 1px calc(100% - 57.5px), 1px calc(100% - 55px), 1.5px calc(100% - 53px), 2px calc(100% - 50.5px), 2.5px calc(100% - 48.5px), 3.5px calc(100% - 46.5px), 4px calc(100% - 44.5px), 5.5px calc(100% - 42.5px), 6.5px calc(100% - 40.5px), 8px calc(100% - 38.5px), 9.5px calc(100% - 37px), 37px calc(100% - 9.5px), 37px calc(100% - 9.5px), 38.5px calc(100% - 8px), 40.5px calc(100% - 6.5px), 42.5px calc(100% - 5.5px), 44.5px calc(100% - 4px), 46.5px calc(100% - 3px), 48.5px calc(100% - 2.5px), 50.5px calc(100% - 1.5px), 53px calc(100% - 1.5px), 55px calc(100% - 1px), 57.5px calc(100% - 1px), calc(100% - 30px) calc(100% - 1px), calc(100% - 30px) calc(100% - 1px), calc(100% - 25.5px) calc(100% - 1.5px), calc(100% - 21px) calc(100% - 2.5px), calc(100% - 16.5px) calc(100% - 4px), calc(100% - 13px) calc(100% - 6.5px), calc(100% - 9.5px) calc(100% - 9.5px), calc(100% - 6.5px) calc(100% - 13px), calc(100% - 4px) calc(100% - 16.5px), calc(100% - 2.5px) calc(100% - 21px), calc(100% - 1.5px) calc(100% - 25.5px), calc(100% - 1px) calc(100% - 30px), calc(100% - 1px) 58px, calc(100% - 1px) 58px, calc(100% - 1px) 56px, calc(100% - 1.5px) 53.5px, calc(100% - 1.5px) 51.5px, calc(100% - 2.5px) 49.5px, calc(100% - 3.5px) 47px, calc(100% - 4px) 45px, calc(100% - 5.5px) 43px, calc(100% - 6.5px) 41px, calc(100% - 8px) 39.5px, calc(100% - 9.5px) 38px, calc(100% - 36.5px) 10.5px, calc(100% - 36.5px) 10.5px, calc(100% - 38.5px) 8.5px, calc(100% - 40.5px) 7.5px, calc(100% - 42.5px) 6px, calc(100% - 44.5px) 5px, calc(100% - 46.5px) 4px, calc(100% - 48.5px) 3px, calc(100% - 50.5px) 2.5px, calc(100% - 53px) 2px, calc(100% - 55px) 1.5px, calc(100% - 57.5px) 1.5px, 30px .5px, calc(100% - 57.5px) .5px, calc(100% - 55px) 1px, calc(100% - 52.5px) 1px, calc(100% - 50.5px) 1.5px, calc(100% - 48px) 2px, calc(100% - 46px) 3px, calc(100% - 44px) 4px, calc(100% - 42px) 5px, calc(100% - 40px) 6.5px, calc(100% - 38px) 8px, calc(100% - 36px) 9.5px, calc(100% - 36px) 9.5px, calc(100% - 8.5px) 37px, calc(100% - 7px) 38.5px, calc(100% - 5.5px) 40.5px, calc(100% - 4.5px) 42.5px, calc(100% - 3.5px) 44.5px, calc(100% - 2.5px) 46.5px, calc(100% - 1.5px) 49px, calc(100% - .5px) 51px, calc(100% - .5px) 53.5px, 100% 56px, 100% 56px, 100% calc(100% - 30px), calc(100% - .5px) calc(100% - 25px), calc(100% - 1.5px) calc(100% - 20.5px), calc(100% - 3.5px) calc(100% - 16px), calc(100% - 5.5px) calc(100% - 12px), calc(100% - 9px) calc(100% - 9px), calc(100% - 12px) calc(100% - 5.5px), calc(100% - 16px) calc(100% - 3.5px), calc(100% - 20.5px) calc(100% - 1.5px), calc(100% - 25px) calc(100% - .5px), calc(100% - 30px) 100%, calc(100% - 30px) 100%, 57.5px 100%, 55px 100%, 53px calc(100% - .5px), 50.5px calc(100% - .5px), 48px calc(100% - 1.5px), 46px calc(100% - 2.5px), 44px calc(100% - 3.5px), 42px calc(100% - 4.5px), 40px calc(100% - 6px), 38px calc(100% - 7px), 36px calc(100% - 8.5px), 36px calc(100% - 8.5px), 9px calc(100% - 36px), 7px calc(100% - 38px), 6px calc(100% - 40px), 4.5px calc(100% - 42px), 3.5px calc(100% - 44px), 2.5px calc(100% - 46px), 1.5px calc(100% - 48px), .5px calc(100% - 50.5px), .5px calc(100% - 53px), 0 calc(100% - 55px), 0 calc(100% - 57.5px), 0 calc(100% - 57.5px), 0 31px, .5px 26px, 1.5px 21px, 3.5px 17px, 6px 13px, 9px 9.5px, 12.5px 6.5px, 16px 4px, 20.5px 2.5px, 25px 1px, 30px .5px, 30px .5px);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.about-image-border-glow {
  width: 200%;
  max-width: none;
  height: 200%;
  position: absolute;
}

.about-image {
  background-color: var(--white);
  clip-path: polygon(.5px 15.5px, .5px 15.5px, 1px 13px, 1.5px 11px, 2.5px 8.5px, 3.5px 6.5px, 5px 5px, 7px 3.5px, 9px 2px, 11px 1px, 13px .5px, 15.5px .5px, calc(100% - 36px) .5px, calc(100% - 36px) .5px, calc(100% - 35px) .5px, calc(100% - 34px) .5px, calc(100% - 33px) 1px, calc(100% - 32px) 1.5px, calc(100% - 30.5px) 1.5px, calc(100% - 29.5px) 2px, calc(100% - 28.5px) 2.5px, calc(100% - 27.5px) 3.5px, calc(100% - 26.5px) 4px, calc(100% - 25.5px) 5px, calc(100% - 4.5px) 26px, calc(100% - 4.5px) 26px, calc(100% - 3.5px) 27px, calc(100% - 2.5px) 28px, calc(100% - 2px) 29px, calc(100% - 1.5px) 30px, calc(100% - 1px) 31px, calc(100% - .5px) 32px, calc(100% - .5px) 33px, calc(100% - .5px) 34.5px, 100% 36px, 100% calc(100% - 15px), 100% calc(100% - 15px), calc(100% - .5px) calc(100% - 12.5px), calc(100% - .5px) calc(100% - 10px), calc(100% - 1.5px) calc(100% - 8px), calc(100% - 3px) calc(100% - 6px), calc(100% - 4.5px) calc(100% - 4.5px), calc(100% - 6px) calc(100% - 3px), calc(100% - 8px) calc(100% - 1.5px), calc(100% - 10px) calc(100% - .5px), calc(100% - 12.5px) calc(100% - .5px), calc(100% - 15px) 100%, 37px 100%, 37px 100%, 36px 100%, 34.5px calc(100% - .5px), 33.5px calc(100% - .5px), 32px calc(100% - .5px), 31px calc(100% - 1px), 30px calc(100% - 1.5px), 29px calc(100% - 2px), 28px calc(100% - 2.5px), 27px calc(100% - 3.5px), 26px calc(100% - 4.5px), 5px calc(100% - 25.5px), 5px calc(100% - 25.5px), 4.5px calc(100% - 26.5px), 3.5px calc(100% - 27.5px), 3px calc(100% - 28.5px), 2.5px calc(100% - 29.5px), 2px calc(100% - 30.5px), 1.5px calc(100% - 31.5px), 1px calc(100% - 33px), 1px calc(100% - 34px), .5px calc(100% - 35px), .5px calc(100% - 36px), .5px 15.5px);
  width: 100%;
  display: block;
}

.social-media-container-special {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  clip-path: polygon(.299378px 6.91811px, .299378px 6.91811px, .377908px 5.94488px, .605262px 5.02165px, .969087px 4.16077px, 1.45703px 3.37459px, 2.05674px 2.67547px, 2.75586px 2.07577px, 3.54203px 1.58783px, 4.40292px 1.224px, 5.32615px .996651px, 6.29938px .918121px, calc(100% - 20.1546px) .918121px, calc(100% - 20.1546px) .918121px, calc(100% - 19.197px) .956357px, calc(100% - 18.2516px) 1.06992px, calc(100% - 17.3224px) 1.25709px, calc(100% - 16.4136px) 1.51615px, calc(100% - 15.5292px) 1.84537px, calc(100% - 14.6735px) 2.24304px, calc(100% - 13.8504px) 2.70744px, calc(100% - 13.0642px) 3.23685px, calc(100% - 12.3189px) 3.82954px, calc(100% - 11.6187px) 4.48381px, calc(100% - 3.464px) 12.7367px, calc(100% - 3.464px) 12.7367px, calc(100% - 2.82769px) 13.4334px, calc(100% - 2.25149px) 14.1733px, calc(100% - 1.73702px) 14.9523px, calc(100% - 1.28589px) 15.7665px, calc(100% - .899725px) 16.612px, calc(100% - .580141px) 17.4849px, calc(100% - .328757px) 18.3812px, calc(100% - .147194px) 19.2969px, calc(100% - .0370682px) 20.2282px, calc(100% - 1.42109e-14px) 21.171px, 100% calc(100% - 6px), 100% calc(100% - 6px), calc(100% - .0785301px) calc(100% - 5.0267px), calc(100% - .305885px) calc(100% - 4.10342px), calc(100% - .669711px) calc(100% - 3.24253px), calc(100% - 1.15765px) calc(100% - 2.45635px), calc(100% - 1.75736px) calc(100% - 1.75725px), calc(100% - 2.45648px) calc(100% - 1.15757px), calc(100% - 3.24266px) calc(100% - .669654px), calc(100% - 4.10354px) calc(100% - .305856px), calc(100% - 5.02677px) calc(100% - .078522px), calc(100% - 6px) calc(100% - 5.68434e-14px), 20.5636px 100%, 20.5636px 100%, 19.6118px calc(100% - .037762px), 18.6719px calc(100% - .149936px), 17.748px calc(100% - .334854px), 16.8441px calc(100% - .590848px), 15.9642px calc(100% - .91625px), 15.1124px calc(100% - 1.30939px), 14.2928px calc(100% - 1.76861px), 13.5094px calc(100% - 2.29222px), 12.7662px calc(100% - 2.87858px), 12.0673px calc(100% - 3.526px), 3.80305px calc(100% - 11.811px), 3.80305px calc(100% - 11.811px), 3.15973px calc(100% - 12.5092px), 2.5771px calc(100% - 13.2513px), 2.05679px calc(100% - 14.0332px), 1.60049px calc(100% - 14.8509px), 1.20984px calc(100% - 15.7005px), .886493px calc(100% - 16.5779px), .632119px calc(100% - 17.4792px), .44837px calc(100% - 18.4002px), .336905px calc(100% - 19.3372px), .299382px calc(100% - 20.286px), .299378px 6.91811px);
  background-color: #ffffff0d;
  padding: 1.2rem 1.12rem;
  display: flex;
  position: relative;
}

.dented-corners-border {
  background-color: var(--white);
  clip-path: polygon(20.5636px calc(100% - 1px), calc(100% - 6px) calc(100% - 1px), calc(100% - 6px) calc(100% - 1px), calc(100% - 5.18896px) calc(100% - 1.06543px), calc(100% - 4.41958px) calc(100% - 1.25485px), calc(100% - 3.70218px) calc(100% - 1.55798px), calc(100% - 3.04703px) calc(100% - 1.96454px), calc(100% - 2.46444px) calc(100% - 2.46425px), calc(100% - 1.96469px) calc(100% - 3.04682px), calc(100% - 1.55808px) calc(100% - 3.70196px), calc(100% - 1.2549px) calc(100% - 4.41939px), calc(100% - 1.06544px) calc(100% - 5.18883px), calc(100% - 1px) calc(100% - 6px), calc(100% - 1px) 21.171px, calc(100% - 1px) 21.171px, calc(100% - 1.03398px) 20.3068px, calc(100% - 1.13493px) 19.4531px, calc(100% - 1.30137px) 18.6137px, calc(100% - 1.5318px) 17.7921px, calc(100% - 1.82476px) 16.992px, calc(100% - 2.17876px) 16.2169px, calc(100% - 2.5923px) 15.4705px, calc(100% - 3.06391px) 14.7565px, calc(100% - 3.59211px) 14.0783px, calc(100% - 4.1754px) 13.4396px, calc(100% - 12.33px) 5.18667px, calc(100% - 12.33px) 5.18667px, calc(100% - 12.9719px) 4.58693px, calc(100% - 13.655px) 4.04362px, calc(100% - 14.3757px) 3.55833px, calc(100% - 15.1302px) 3.13263px, calc(100% - 15.9147px) 2.7681px, calc(100% - 16.7253px) 2.46631px, calc(100% - 17.5584px) 2.22884px, calc(100% - 18.4102px) 2.05727px, calc(100% - 19.2768px) 1.95317px, calc(100% - 20.1546px) 1.91812px, 6.29938px 1.91812px, 6.29938px 1.91812px, 5.48835px 1.98356px, 4.71899px 2.17302px, 4.00159px 2.47621px, 3.34644px 2.88283px, 2.76384px 3.38258px, 2.26409px 3.96518px, 1.85747px 4.62033px, 1.55428px 5.33773px, 1.36482px 6.10709px, 1.29938px 6.91811px, 1.29938px calc(100% - 20.286px), 1.29938px calc(100% - 20.286px), 1.33378px calc(100% - 19.4163px), 1.43595px calc(100% - 18.5575px), 1.60439px calc(100% - 17.7132px), 1.83757px calc(100% - 16.8871px), 2.13397px calc(100% - 16.0829px), 2.49207px calc(100% - 15.3042px), 2.91035px calc(100% - 14.5547px), 3.38729px calc(100% - 13.838px), 3.92137px calc(100% - 13.1579px), 4.51108px calc(100% - 12.518px), 12.7753px calc(100% - 4.232px), 12.7753px calc(100% - 4.232px), 13.4159px calc(100% - 3.63874px), 14.0972px calc(100% - 3.10138px), 14.8153px calc(100% - 2.62146px), 15.5666px calc(100% - 2.20053px), 16.3474px calc(100% - 1.84013px), 17.154px calc(100% - 1.54179px), 17.9826px calc(100% - 1.30707px), 18.8295px calc(100% - 1.1375px), 19.6911px calc(100% - 1.03463px), 20.5636px calc(100% - 1px), 6.29938px .918121px, calc(100% - 20.1546px) .918121px, calc(100% - 19.197px) .956357px, calc(100% - 18.2516px) 1.06992px, calc(100% - 17.3224px) 1.25709px, calc(100% - 16.4136px) 1.51615px, calc(100% - 15.5292px) 1.84537px, calc(100% - 14.6735px) 2.24304px, calc(100% - 13.8504px) 2.70744px, calc(100% - 13.0642px) 3.23685px, calc(100% - 12.3189px) 3.82954px, calc(100% - 11.6187px) 4.48381px, calc(100% - 11.6187px) 4.48381px, calc(100% - 3.464px) 12.7367px, calc(100% - 2.82769px) 13.4334px, calc(100% - 2.25149px) 14.1733px, calc(100% - 1.73702px) 14.9523px, calc(100% - 1.28589px) 15.7665px, calc(100% - .899725px) 16.612px, calc(100% - .580141px) 17.4849px, calc(100% - .328757px) 18.3812px, calc(100% - .147194px) 19.2969px, calc(100% - .0370682px) 20.2282px, 100% 21.171px, 100% 21.171px, calc(100% - 1.42109e-14px) calc(100% - 6px), calc(100% - .0785301px) calc(100% - 5.0267px), calc(100% - .305885px) calc(100% - 4.10342px), calc(100% - .669711px) calc(100% - 3.24253px), calc(100% - 1.15765px) calc(100% - 2.45635px), calc(100% - 1.75736px) calc(100% - 1.75725px), calc(100% - 2.45648px) calc(100% - 1.15757px), calc(100% - 3.24266px) calc(100% - .669654px), calc(100% - 4.10354px) calc(100% - .305856px), calc(100% - 5.02677px) calc(100% - .078522px), calc(100% - 6px) 100%, calc(100% - 6px) 100%, 20.5636px calc(100% - 5.68434e-14px), 19.6118px calc(100% - .037762px), 18.6719px calc(100% - .149936px), 17.748px calc(100% - .334854px), 16.8441px calc(100% - .590848px), 15.9642px calc(100% - .91625px), 15.1124px calc(100% - 1.30939px), 14.2928px calc(100% - 1.76861px), 13.5094px calc(100% - 2.29222px), 12.7662px calc(100% - 2.87858px), 12.0673px calc(100% - 3.526px), 12.0673px calc(100% - 3.526px), 3.80305px calc(100% - 11.811px), 3.15973px calc(100% - 12.5092px), 2.5771px calc(100% - 13.2513px), 2.05679px calc(100% - 14.0332px), 1.60049px calc(100% - 14.8509px), 1.20984px calc(100% - 15.7005px), .886493px calc(100% - 16.5779px), .632119px calc(100% - 17.4792px), .44837px calc(100% - 18.4002px), .336905px calc(100% - 19.3372px), .299382px calc(100% - 20.286px), .299382px calc(100% - 20.286px), .299377px 6.91811px, .377907px 5.94488px, .605261px 5.02165px, .969086px 4.16077px, 1.45703px 3.37459px, 2.05674px 2.67547px, 2.75586px 2.07577px, 3.54203px 1.58783px, 4.40292px 1.224px, 5.32615px .996651px, 6.29938px .918121px, 6.29938px .918121px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.social-icon {
  width: 2rem;
  max-width: none;
  height: 30px;
}

.purple-grow {
  z-index: -1;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--neno), #7c09ff00 55%);
  opacity: .6;
  width: 260%;
  max-width: none;
  height: 500px;
  filter: blur(50%);
  border-radius: 100%;
  position: absolute;
  top: 40%;
  right: 50%;
  transform: translate(50%, -50%);
}

.supporting-title-container {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.light-straight-line-gap-mask {
  background-color: #6a6a6a33;
  flex: 1;
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.supporting-title {
  color: var(--white);
  font-size: var(--normal);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.text-span-2 {
  color: var(--neno);
}

.supporting-brands-container {
  grid-column-gap: 3.75rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.client-logo {
  width: auto;
  height: 2rem;
}

.link {
  color: var(--neno);
  text-decoration: none;
}

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

.working-experience-container {
  min-width: 300px;
  max-width: 690px;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.2rem;
  position: relative;
}

.progression-line {
  background-color: var(--heading-grey-2);
  width: 1px;
  height: calc(100% - 2rem);
  position: absolute;
  top: 0;
  left: 0;
}

.progression-bar-end-point {
  background-color: var(--heading-grey-2);
  width: 9px;
  height: 1px;
  position: absolute;
  bottom: 2rem;
  left: 0;
  transform: translate(-4px);
}

.working-experience-item {
  margin-bottom: 2rem;
  position: relative;
}

.working-experience-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: .75rem;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.1;
}

.job-description {
  color: var(--white);
  font-size: var(--small);
  font-weight: 300;
  line-height: 1.4;
}

.progress-circle-indicator-container {
  z-index: 5;
  border: 2px solid var(--heading-grey-2);
  background-color: var(--black-bg);
  border-radius: 100%;
  width: 11px;
  height: 11px;
  padding: 2px;
  position: absolute;
  top: 0;
  left: -1.2rem;
  transform: translate(-5px, -5px);
}

.progress-circle-indicator {
  background-color: var(--neno);
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.download-cv-button-container {
  width: max-content;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.download-cv-button-container.remove {
  margin-top: .5rem;
}

.download-cv-button-container.services {
  margin-top: 2rem;
}

.div-block-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-3 {
  padding-left: 40px;
  display: block;
}

.text-span-3 {
  color: var(--neno);
}

.c-menu-item-link {
  color: #333;
  text-decoration: none;
}

.c-menu-item-link._4 {
  font-weight: 400;
}

.nav-menu-overlay-bg {
  background-color: #fff;
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
}

.text-block-12 {
  color: #fff;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
}

.text-block-12.menu {
  color: #000;
}

.new-div-2 {
  border-top: 1px solid #939393;
  width: 254px;
  height: 0;
}

.new-div-2.menu {
  border-top-color: #a4a4a4;
  width: 190px;
}

.text-contact {
  text-decoration: none;
}

.text-contact.menu {
  margin-bottom: 2px;
}

.text-contact.menu.hide {
  display: none;
}

.social-dropdown-list.w--open {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

.social-dropdown-list.footer.w--open {
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 40px;
}

.navbar-wrapper-2 {
  z-index: 35;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border: 1px solid var(--heading-grey-2);
  color: #fff;
  background-color: #0000;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 75px;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.c-nav-menu-overlay-2 {
  z-index: 5000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.c-col-menu-header-2 {
  padding-right: 40px;
}

.heading-grid {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1920px;
  margin: auto auto 60px;
  display: grid;
  position: static;
  top: 10px;
}

.heading-grid.zero-height {
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1200px) minmax(5vw, 1fr);
  height: 0;
}

.c-menu-item {
  margin-bottom: 20px;
}

.c-menu-item.join {
  font-size: 10px;
}

.c-menu-item.hide {
  display: none;
}

.nav-social-address-2 {
  color: #000;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 400;
  line-height: 2em;
}

.nav-social-address-2.head {
  color: #c6c6c6;
  padding-bottom: 0;
  font-size: 18px;
}

.nav-social-address-2.head.menu {
  display: none;
}

.outline-social-icon {
  border: 1px solid #889ea833;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 9px;
  display: flex;
}

.outline-social-icon.large {
  width: 34px;
  height: 34px;
}

.outline-social-icon.large.footer {
  margin-top: 0;
  padding: 0;
}

.col-menu-header-text {
  transform-origin: 50% 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  transform: rotate(-90deg);
}

.nav-menu-btn-close-icon {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: relative;
}

.nav-menu-btn-close-icon._1 {
  transform: rotate(45deg);
}

.nav-menu-btn-close-icon._2 {
  position: absolute;
  transform: rotate(-45deg);
}

.dropdown-corner {
  background-color: #fff;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: -5px auto auto;
  transform: rotate(45deg);
}

.dropdown-corner.footer {
  top: auto;
  bottom: -5px;
}

.c-nav-menu-btn {
  z-index: 5001;
  cursor: pointer;
  width: 45px;
  height: 45px;
  position: relative;
}

.c-nav-menu-content-2 {
  z-index: 1000;
  width: 70%;
  max-width: 1200px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.center-logo {
  z-index: 25;
  color: #fff;
  letter-spacing: .03em;
  text-transform: uppercase;
  border-left: 1px solid #ffffff1a;
  border-right: 1px solid #ffffff1a;
  justify-content: center;
  align-items: center;
  margin-left: -1px;
  margin-right: -1px;
  font-size: 22px;
  font-weight: 600;
  display: flex;
}

.social-toggle {
  border: 1px solid #fff9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 9px;
  display: flex;
}

.social-toggle.footer {
  border-style: none;
  margin-top: 0;
  padding: 0;
}

.c-nav-menu-btn-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

._w-col-menu-social {
  padding-bottom: 20px;
}

.cloneable-area {
  position: relative;
}

.grain-wrapper {
  background-color: #0003;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

._w-nav-menu-btn-icon {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

._w-nav-menu-btn-icon.menu-opened {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50%;
  position: relative;
}

._w-menu-item-link {
  display: flex;
  position: relative;
}

.nav-text {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300;
  line-height: 13px;
}

.c-menu-item-number {
  margin-right: 20px;
  display: none;
  position: absolute;
}

.c-col-menu-links {
  flex: 1;
}

.menu-item-number {
  letter-spacing: 1px;
  font-size: .8em;
  font-weight: 200;
}

.div-block-222 {
  position: absolute;
}

.navbar-right-side {
  z-index: 25;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-5 {
  color: #fff;
  margin-bottom: 3px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.heading-5.menu {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.heading-5.menu._2 {
  margin-bottom: 0;
}

.dropdown {
  color: #fff;
  font-size: 16px;
  display: none;
}

.navbar-left-side {
  z-index: 25;
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  border-right: 1px #ffffff1a;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.menu-item-text-2 {
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 45px;
  font-weight: 400;
  line-height: 1em;
}

.menu-item-text-2.contact {
  font-weight: 400;
}

.menu-item-text-2.contact.join {
  font-size: 30px;
}

.nav-menu-btn-line {
  perspective-origin: 100%;
  transform-origin: 100%;
  background-color: #666;
  width: 100%;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  position: relative;
}

.nav-menu-btn-line.short {
  background-color: #efefef;
  width: 70%;
}

.nav-menu-btn-line.long {
  background-color: #efefef;
}

.image-93 {
  object-fit: fill;
  flex: 0 auto;
  max-width: 20%;
  display: block;
  overflow: visible;
}

.image-93.no-rounds {
  border-radius: 0;
}

.image-93.no-rounds.mustafa {
  max-width: 3rem;
}

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

.div-block-196 {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 0;
}

.c-nav-social-contact-item {
  flex-direction: column;
  margin-bottom: 10px;
  display: flex;
}

.c-col-menu-social {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.locale {
  border-bottom: 1px #ffffff30;
}

.menu-bar {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 100%;
  display: flex;
}

.dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.social-nav-icon {
  max-width: 90%;
}

.dot {
  background-color: #fff;
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.c-nav-menu-overlay-bg {
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: absolute;
  inset: 40px 2.5% auto auto;
}

.dropdown-toggle-2 {
  padding: 0;
}

.image-122 {
  width: 35px;
}

.social-circle {
  z-index: 1;
  cursor: pointer;
  border: 1px #889ea833;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  display: block;
  position: relative;
}

.dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  color: #e9e9e9;
  border: 1px solid #0000;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 12px;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: block;
}

.dropdown-link:hover {
  background-color: #ffffff0f;
  border: 1px solid #222;
  border-radius: 6px;
}

.dropdown-link.w--current {
  white-space: nowrap;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
}

._w-col-menu-links {
  display: inline-block;
}

.div-block-243 {
  z-index: 9999;
  position: relative;
}

.new-div {
  opacity: .79;
  border-top: 1px solid #3e3e3e;
  width: 254px;
  height: 0;
  display: block;
}

.new-div.menu {
  border-top-color: #ededed;
  width: 190px;
}

.social-drop-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px #889ea833;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: center;
  padding: 6px;
  display: grid;
  position: relative;
  box-shadow: 0 12px 36px -8px #292b4e1f;
}

.social-drop-wrapper.footer {
  margin-top: 0;
}

.image-113 {
  border-radius: 0;
}

.b-nav-menu-btn {
  background-color: #fff;
  border-radius: 5000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.b-nav-menu-btn.menu-opened {
  background-color: #333;
  display: none;
  position: absolute;
  inset: 0%;
}

.b-nav-menu-btn.default {
  color: #000;
  background-color: #0000;
  position: relative;
}

.dropdown-list-3.w--open {
  background-color: #fff0;
  background-image: linear-gradient(#ffffff0d, #ffffff1a);
  border-top: 1px solid #ffffff80;
  border-bottom: 1px solid #fff9;
  border-radius: 15px;
}

._w-nav-menu-btn {
  width: 100%;
  height: 100%;
  position: relative;
}

.c-menu-item-text {
  position: relative;
}

.footer---section {
  background-color: var(--hero-bg);
  width: 100%;
  max-width: none;
  min-height: auto;
  max-height: none;
  padding: 6% 10% 1%;
  overflow: hidden;
}

.text-block-96 {
  font-size: .6rem;
  line-height: 1.7;
}

.grid-wrapper {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  display: grid;
  position: relative;
}

.legal-link-2 {
  opacity: 1;
  color: #a0a1af;
  text-decoration: none;
  transition: all .6s cubic-bezier(.25, .46, .45, .94);
}

.legal-link-2:hover {
  color: #fff;
}

.four-column-2 {
  z-index: 25;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.hover-line-fill {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.social-icon-image {
  z-index: 20;
  border-radius: 0;
  width: 20px;
  position: relative;
}

.footer-links-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: center;
  align-items: stretch;
  display: grid;
}

.footer-link {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff1a;
  justify-content: center;
  align-items: center;
  padding: 24px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.text-block-97 {
  font-size: 10px;
}

.social-icon-2 {
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 10px;
  display: flex;
}

.social-icon-2.bg-chagne {
  background-color: #efefef1a;
}

.social-icon-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.social-icon-wrapper._2-icons {
  grid-template-columns: 1fr 1fr;
  margin-top: 10px;
  margin-bottom: 10px;
}

.social-icon-wrapper.hide {
  grid-template-columns: 1fr 1fr;
}

.legal-credits {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-content: end;
  justify-items: end;
  display: grid;
}

.image-123 {
  border-radius: 0;
}

.hover-line {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.footer-credit-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #a0a1af;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-top: 1px solid #ffffff1a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  margin-top: 80px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 8px;
  display: grid;
}

.breadcrumb-section {
  z-index: 9;
  filter: blur();
  background-color: #000;
  background-image: url('../images/breadcrumb-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 10rem;
  padding-top: 56px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.breadcrumb-section.services {
  border-radius: 20px;
  width: 50%;
  padding-top: 40px;
}

.breadcrumb-circle-shape {
  z-index: -1;
  background-image: linear-gradient(180deg, var(--white) 41.4%, #fff0 81.1%);
  opacity: .07;
  border-radius: 100%;
  width: 465px;
  height: 465px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -150px 0% auto;
}

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

.resume-tab-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  display: grid;
}

.resume-tab-link {
  color: var(--white);
  font-size: var(--large);
  text-align: center;
  text-transform: capitalize;
  background-color: #ffffff0d;
  border-radius: 8px;
  padding: 24px 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

.resume-tab-link.w--current {
  background-color: var(--neno);
  padding: 24px 15px;
}

.text-block-98 {
  font-weight: 500;
}

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

.experience-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-left: 4px solid var(--heading-grey-2);
  border-radius: 2px;
  flex-flow: column;
  margin-left: 14px;
  padding-left: 40px;
  display: flex;
}

.resume-single-list {
  position: relative;
}

.resume-single-list-wrap {
  border-radius: 16px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.resume-single-list-inner {
  z-index: 98;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.resume-single-list-inner.tools {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.resume-icon-and-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.resume-list-icon-block {
  background-color: #ffffff1a;
  border-radius: 6px;
  flex: 0 0 80px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.resume-list-icon-block.bg-white {
  background-color: var(--white);
}

.resume-list-icon {
  width: 50px;
}

.resume-list-icon.round {
  border-radius: 20%;
}

.time-period {
  font-size: var(--extra-small);
  margin-bottom: 0;
  font-weight: 500;
}

.time-period.resume {
  line-height: 1.6;
}

.resume-title {
  color: var(--white);
  font-family: Monasans Expanded, Arial, sans-serif;
  font-size: var(--large);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
}

.resume-description {
  margin-bottom: 0;
  line-height: 1.6;
}

.gradient-color-wrap {
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.color {
  z-index: 1;
  filter: blur(16px);
  background-color: #7c09ff80;
  width: 100px;
  height: 377px;
  position: absolute;
  top: -21px;
  left: -14px;
}

.color.one {
  top: -21%;
  left: -5%;
}

.color.one.height {
  z-index: -1;
  height: 318px;
}

.color.two {
  top: -30%;
  left: 8%;
}

.color.two.height {
  z-index: -1;
  height: 318px;
}

.color.three {
  top: -30%;
  left: 29%;
}

.color.three.height {
  z-index: -1;
  height: 318px;
}

.card-bg-or-gradient-color {
  background-color: var(--black-bg);
  background-image: linear-gradient(213deg, #42424200, #4242424d 92.27%);
  border-left: 1px solid #ffffff26;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.resume-card-line-connector {
  background-color: var(--heading-grey-2);
  width: 20px;
  height: 4px;
  position: absolute;
  inset: 50% 102% auto auto;
  transform: translate(0, -50%);
}

.resume-card-center-line-dot {
  z-index: 9;
  border: 4px solid var(--heading-grey-2);
  background-color: var(--neno);
  outline-color: var(--black-bg);
  outline-offset: -11px;
  border-radius: 100%;
  outline-width: 7px;
  outline-style: solid;
  width: 32px;
  height: 32px;
  position: absolute;
  inset: 50% 106% auto auto;
  transform: translate(0, -50%);
}

.embed {
  display: none;
}

.home-logo-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clients-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.clients-grid.logo-animate {
  grid-column-gap: 10rem;
  opacity: 1;
  flex: none;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 106rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
  transform: translate(-98rem);
}

.client-logo-2 {
  opacity: .8;
  object-fit: fill;
  width: 10rem;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: opacity .4s;
}

.client-logo-2:hover {
  opacity: 1;
}

.home-logo-left-gradient {
  background-image: linear-gradient(90deg, var(--black-bg), #fff0);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-logo-left-gradient.right {
  background-image: linear-gradient(270deg, var(--black-bg), #0000);
  inset: 0% 0% 0% auto;
}

.home-logo-left-gradient.right.service {
  background-image: linear-gradient(270deg, #171717, #0000);
}

.contact-me-section {
  padding-top: 130px;
  padding-bottom: 200px;
}

.contact-me-section.blogs {
  padding-top: 60px;
  padding-bottom: 60px;
}

.contact-me-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section-title-wrapper.max-width-384 {
  max-width: 384px;
  margin-bottom: 66px;
  padding-right: 15px;
}

.section-title-block {
  overflow: hidden;
}

.section-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
}

.section-title.branding {
  font-size: var(--x-large);
  text-align: center;
  line-height: 1;
}

.contact-me-excerpt {
  margin-top: 26px;
  margin-bottom: 40px;
}

.contact-info-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
  overflow: hidden;
}

.single-contact-info-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.contact-info-image-wrapper {
  background-color: var(--hero-bg);
  border-radius: 8px;
  flex: 0 0 48px;
  justify-content: center;
  align-items: center;
  height: 48px;
  display: flex;
}

.contact-info-image {
  filter: brightness(200%) grayscale();
}

.contact-info-title {
  color: var(--body-color);
  font-size: var(--small);
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 1;
}

.contact-number {
  color: var(--white);
  font-family: Monasans, Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
}

.contact-me-form-wrapper {
  border-top: 4px solid var(--neno);
  background-color: var(--hero-bg);
  padding: 0;
  overflow: hidden;
}

.contact-form-block {
  color: var(--white);
}

.single-contact-form-block {
  margin-bottom: 21px;
}

.form-text-field {
  height: 60px;
  color: var(--body-color);
  background-color: #ffffff0f;
  border: 1px solid #ffffff0f;
  border-radius: 8px;
  padding: 5px 23px;
  font-weight: 600;
}

.form-text-field.textarea {
  height: 110px;
  padding-top: 19px;
  font-weight: 600;
}

.faq-section {
  background-color: #232323;
  padding-top: 210px;
  padding-bottom: 130px;
}

.faq-tab-inner {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-tab-menu {
  flex-flow: column;
  flex: 0 0 384px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 15px;
  display: flex;
}

.faq-tab-link {
  color: var(--body-color);
  background-color: #ddd0;
  border-left: 3px solid #0000;
  border-radius: 6px;
  padding: 12px 24px;
  transition: border-color .3s, background-color .3s ease-in-out, color .3s ease-in-out;
}

.faq-tab-link:hover {
  border-left-color: var(--neno);
  background-color: var(--black-bg);
  color: var(--neno);
  border-radius: 6px;
  font-weight: 500;
}

.faq-tab-link.w--current {
  border-left-color: var(--neno);
  background-color: var(--black-bg);
  color: var(--neno);
  border-radius: 6px;
  font-weight: 600;
}

.faq-tab-text {
  font-size: var(--normal);
  line-height: 24px;
}

.faq-tab-content {
  margin-top: -226px;
  padding: 10px;
}

.accordian-item {
  background-color: var(--black-bg);
  border: 1px solid #c0ff7300;
  border-radius: 16px;
  margin-bottom: 16px;
  padding: 16px 32px 16px 16px;
}

.accordian-heading-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.accordian-icon-block {
  background-color: var(--hero-bg);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.accordian-plus-icon {
  height: auto;
  display: none;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
}

.qustion-text {
  color: var(--white);
  font-size: var(--normal);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.accordian-answer-block {
  padding-left: 65px;
  overflow: hidden;
}

.accordian-answer {
  padding-top: 12px;
}

.accordian-answer._1 {
  padding-top: 0;
}

.image-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

.image-wrapper._2 {
  padding: 5px;
}

.image-wrapper._2.grid-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 15px;
  overflow: hidden;
}

.image-wrapper._2.grid-2.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.image-wrapper._2.grid-2.no-gap.side {
  flex-flow: row;
}

.image-wrapper._2.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 10px;
}

.image-wrapper._2.grid-up {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 15px;
  display: grid;
}

.image-wrapper.grid-12 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px;
  display: grid;
}

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

.image-wrapper.grid-2.space {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.image-wrapper.grid-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px;
  display: grid;
}

.image-124 {
  border-radius: 14px;
}

.test-wrapped {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.strip-cta {
  width: 100%;
  position: relative;
}

.strip {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.strip.reverse {
  justify-content: flex-end;
  align-items: center;
}

.strip-block {
  opacity: .07;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-strip {
  color: var(--body-color);
  text-transform: uppercase;
  flex: none;
  font-family: Monasans Expanded, Arial, sans-serif;
  font-size: 19em;
  font-weight: 700;
  line-height: 90%;
}

.circle {
  background-color: var(--body-color);
  border-radius: 100%;
  flex: none;
  width: 3em;
  height: 3em;
  margin-left: 2.5em;
  margin-right: 2.5em;
}

.gradient-strip {
  background-image: linear-gradient(#f3f3f300 55%, #232323 93%);
  position: absolute;
  inset: 0%;
}

.div-block-244 {
  z-index: 99;
  width: 300px;
  position: absolute;
  bottom: 57px;
  left: auto;
  right: 33%;
}

.div-block-244.profile {
  z-index: 0;
  bottom: 75px;
  right: 31%;
}

.div-block-244.home {
  bottom: 54px;
}

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

.html-embed {
  display: none;
}

.fixed-form-trigger {
  z-index: 101;
  background-color: var(--neno);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  transition: transform .2s cubic-bezier(.165, .84, .44, 1), background-color .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: fixed;
  inset: auto 24px 24px auto;
  box-shadow: 1px 1px 8px #00000059;
}

.fixed-form-trigger:hover {
  background-color: var(--neno-dark);
  transform: translate(0, -2px);
}

.chat-icon {
  color: #efeaff;
  justify-content: center;
  align-items: center;
  width: 30px;
  display: flex;
}

.chat-close {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: none;
  position: relative;
}

.close-line-1 {
  background-color: #fff;
  width: 2px;
  height: 32px;
  margin-bottom: 0;
  position: absolute;
  transform: rotate(45deg);
}

.close-line-2 {
  background-color: #fff;
  width: 2px;
  height: 32px;
  position: absolute;
  transform: rotate(-45deg);
}

.profile-image {
  object-fit: cover;
  border: 1px solid #8770db;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.chatbot-sub-title {
  color: #e0e0e0;
  font-size: 14px;
  line-height: 1;
}

.button {
  background-color: #312f3a;
  border: 1px solid #716d83;
  border-radius: 40px;
  padding: 12px 24px;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1), transform .2s cubic-bezier(.165, .84, .44, 1);
}

.button:hover {
  background-color: #4f4c5c;
  transform: translate(0, -2px);
}

.button.purple {
  border-color: var(--neno-x-dark);
  background-color: var(--neno-dark);
  padding: 10px 20px;
}

.form-item {
  margin-bottom: 20px;
}

.chatbot-greeting {
  grid-column-gap: 16px;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.success-icon {
  color: #3f5c37;
  justify-content: center;
  align-items: center;
  height: 12px;
  display: flex;
  position: absolute;
  inset: auto 6px 6px auto;
}

.success-message {
  background-color: #ddd0;
  padding: 16px 16px 16px 0;
}

.success-message-wrapper {
  grid-column-gap: 12px;
  align-items: flex-start;
  display: flex;
}

.success-message-confirmation {
  background-color: #e4dcee;
  border: 1px solid #dce7d7;
  border-radius: 0 20px 20px;
  justify-content: flex-start;
  padding: 8px 22px 21px 8px;
  display: flex;
  position: relative;
}

.success-text {
  text-align: left;
}

.chatbot-main-content {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  margin-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  display: grid;
}

.profile-message {
  background-color: #e4dcee;
  border: 1px solid #ddd;
  border-radius: 0 20px 20px;
  flex: 1;
  padding: 8px;
}

.chatbot-form-wrapper {
  z-index: 100;
  background-color: #f6f5fa;
  border-radius: 20px;
  width: 360px;
  display: none;
  position: fixed;
  inset: auto 24px 104px auto;
  box-shadow: 2px 2px 7px #0000003d;
}

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

.field-label.black {
  color: var(--hero-bg);
  font-size: var(--small);
}

.text-field {
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #d3d3d3;
  transition: padding .2s cubic-bezier(.165, .84, .44, 1), border .2s cubic-bezier(.165, .84, .44, 1);
}

.text-field:focus {
  border-bottom-color: #9d9ca0;
  padding-left: 18px;
}

.text-field.text-area {
  min-height: 80px;
}

.chatbot-title-wrapper {
  background-color: var(--neno);
  background-image: url('../images/bg.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 16px;
}

.chatbot-title {
  color: #f6f5fa;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.error-message {
  background-color: #fd2f2f;
  border-radius: 10px;
}

.text-block-99 {
  color: var(--white);
  font-weight: 500;
  line-height: 1.3;
}

.image-38 {
  width: 25px;
  margin-bottom: 30px;
}

.div-block-25 {
  width: 185px;
}

.toggle-button-fill-m {
  opacity: 0;
  border-radius: 12px;
  width: 44px;
  height: 24px;
  position: absolute;
}

.button-toggle-m {
  z-index: 2;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 4px;
  margin-right: 4px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px #1018280f, 0 1px 3px #1018281a;
}

.button-toggle-m.dark {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-28 {
  color: var(--white);
  font-size: 15px;
  font-weight: 500;
}

.text-block-19 {
  color: var(--body-color);
  margin-top: 4px;
  font-size: 12px;
  line-height: 15px;
}

.text-block-20 {
  color: var(--body-color);
  margin-left: 46px;
  font-size: 16px;
}

.click-button {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.div-block-24 {
  align-items: center;
  margin-top: 0;
  margin-bottom: 60px;
  display: flex;
}

.image-37 {
  filter: invert();
  width: 40px;
  margin-right: 10px;
}

.toggle-button-m-dark {
  background-color: #c4c4c4;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 54px;
  height: 24px;
  margin: 0 32px 0 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.dot-block {
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.step-content-block {
  text-align: left;
  align-self: center;
  position: relative;
}

.trigger {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.trigger._3 {
  height: 29%;
  top: 71%;
}

.trigger._1 {
  height: 85%;
  top: 15%;
}

.trigger._2 {
  height: 59%;
  top: 41%;
}

.scroll-line-wrap {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  position: absolute;
  inset: auto auto 0% -50%;
}

.scroll-container {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.step-scroll {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #12121212;
}

.scroll-wrap {
  align-self: flex-start;
  width: 100%;
  height: 400vh;
  display: flex;
  position: relative;
}

.step {
  z-index: 2;
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  padding: 12%;
  display: flex;
  position: relative;
}

.content-wrap {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.img-block {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.scroll-animate {
  z-index: 999;
  transform-origin: 0%;
  background-color: #006cd0;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
}

.scroll-base {
  transform-origin: 0%;
  background-color: #eeeff4;
  width: 100%;
  height: 6px;
}

.clone-section {
  margin-bottom: 50vh;
}

.dot-2 {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  align-self: center;
  width: 12px;
  height: 12px;
  position: relative;
}

.label {
  color: #006cd0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.step-block {
  flex-wrap: nowrap;
  flex: none;
  place-content: center;
  align-items: center;
  width: 100vw;
  height: 80vh;
  display: flex;
  position: relative;
}

.content-2 {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.heading {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.lottie-animation-3 {
  justify-content: center;
  align-items: center;
  width: 17%;
  height: 100%;
  display: flex;
}

.lottie-animation-3._21 {
  width: 100%;
}

.text-span-4, .text-span-5 {
  color: var(--neno);
}

.pulsing-circle-wrapper {
  position: absolute;
  top: 8%;
  left: auto;
}

.block_wrap {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.ring_02 {
  opacity: .6;
  border: 1px solid #eee;
  border-radius: 100px;
  width: 80px;
  height: 80px;
  position: absolute;
}

.plain_text {
  color: var(--body-color);
  text-align: center;
  font-size: .875rem;
  line-height: 1.5;
}

.content_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.block {
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 90px;
  display: flex;
}

.circle-1-pulse {
  z-index: 2;
  background-color: #7c09ff80;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.dot_container {
  z-index: 98;
  border-radius: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  position: absolute;
}

.circle-1 {
  z-index: 3;
  background-color: var(--neno);
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: relative;
}

.h4 {
  color: #ececec;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.circle-2-pulse {
  z-index: 1;
  background-color: #7c09ff4a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.bold-text-2 {
  font-weight: 600;
}

.border-gradient-line-top-2 {
  background-image: linear-gradient(225deg, #7c09ff, #fff0);
  width: 40%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.circle-1-pulse-2 {
  z-index: 2;
  background-color: #7c09ff4d;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.circle-2 {
  z-index: 3;
  background-color: var(--neno);
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: relative;
}

.circle-2-pulse-2 {
  z-index: 1;
  background-color: #7033fa26;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.border-gradient-line-bottom-2 {
  background-image: linear-gradient(225deg, #7c09ff, #fff0);
  width: 40%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.how--work {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-span-6 {
  color: var(--neno);
}

.div-block-245 {
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-span-7, .text-span-8 {
  color: var(--neno);
}

.div-block-246 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-246.below {
  margin-top: 4rem;
  margin-bottom: 0;
}

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

.text-span-9 {
  color: var(--neno);
}

.margin-bottom, .margin-bottom.margin-medium, .margin-bottom.margin-huge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-large {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.image-default {
  width: 100%;
}

.bg-element-wrapper {
  z-index: -1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bg-color-right {
  filter: blur(6.5vw);
  background-color: #2d29ec99;
  border-radius: 50%;
  width: 30vw;
  max-width: 863px;
  height: 70vw;
  max-height: 923px;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(22deg);
}

.bg-color-right.offset {
  opacity: .6;
  opacity: .6;
  background-color: #7c09ff99;
  display: block;
  top: -30%;
}

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

.padding-global.home-hero {
  padding-top: 4rem;
  padding-bottom: 8.75rem;
}

.bg-color-left {
  opacity: .7;
  filter: blur(6.5vw);
  background-color: #7c09ff99;
  border-radius: 50%;
  width: 30vw;
  max-width: 863px;
  height: 70vw;
  max-height: 923px;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(22deg);
}

.hero_rotating-badge {
  justify-content: center;
  align-items: center;
  max-width: 7.75rem;
  display: flex;
  position: relative;
}

.hero_bottom {
  justify-content: space-between;
  display: flex;
}

.hero_abstruct-image {
  width: 50%;
  max-width: 36.25rem;
  position: absolute;
}

.section_hero {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 5rem;
  display: flex;
  position: relative;
}

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

.button-icon-2 {
  width: 1.5rem;
  height: 1.25rem;
}

.button-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: .5rem 2rem;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .5s, color .5s;
  display: flex;
}

.button-2:hover {
  color: #2d29ec;
  background-color: #fff;
}

.button-container {
  display: inline-flex;
}

.hero_description {
  flex: 0 385px;
  order: 9999;
}

.hero_heading {
  white-space: break-spaces;
  max-width: 40rem;
  margin-bottom: 8.25rem;
}

.hero_rotating-badge_arrow {
  position: absolute;
}

.home_about_image {
  flex: 1;
}

.padding-section-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.home_about_content {
  grid-column-gap: 8.75rem;
  grid-row-gap: 8.75rem;
  display: flex;
}

.section_header {
  grid-column-gap: 8.75rem;
  grid-row-gap: 8.75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.75rem;
  display: flex;
}

.section_header.upper {
  justify-content: center;
  margin-top: 3.75rem;
}

.section_home_about {
  background-color: #000;
  position: relative;
}

.bg-color-left-2 {
  opacity: .7;
  filter: blur(6.5vw);
  background-color: #2d29ec99;
  border-radius: 50%;
  width: 30vw;
  max-width: 863px;
  height: 70vw;
  max-height: 923px;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(22deg);
}

.home_about_text {
  flex: 0 380px;
  max-width: 380px;
}

.home_about_heading {
  flex: 1;
}

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

.home_work_title {
  flex: 0 360px;
}

.home_work_heading-details {
  flex: 0 482px;
}

.stars-curve {
  background-color: #000;
  width: 100%;
  height: 600px;
  margin: -301px auto -128px;
  position: relative;
  overflow: hidden;
}

.stars-curve-glow {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, var(--neno) 28%, #7877c600 68%);
  opacity: .4;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.stars-curve-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.stars-curve-bottom {
  background-color: #000;
  border-top: 1px solid #7877c666;
  border-radius: 50%;
  width: 200%;
  padding-top: 142%;
  position: absolute;
  top: 50%;
  left: -50%;
}

.lightning {
  position: absolute;
  top: -92px;
}

.command-menu-option {
  grid-column-gap: 12px;
  cursor: pointer;
  align-items: center;
  height: 46px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  display: flex;
}

.command-menu-option:hover {
  background-color: #ffffff0d;
}

.command-menu-option.command-menu-option--active {
  background-color: #ffffff26;
}

.highlights-card {
  background-image: linear-gradient(#fff0, #ffffff0d);
  border: 1px solid #ffffff1a;
  border-radius: 48px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 480px;
  padding: 56px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.highlights-card.feature-card--command-line {
  justify-content: flex-start;
}

.highlights-card-logo {
  justify-content: center;
  width: 130%;
  display: flex;
  position: absolute;
  top: -80px;
}

.command-menu-inner {
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 8px;
  flex-direction: column;
  width: 90vw;
  max-width: 640px;
  min-height: 278px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 7px 32px #00000059;
}

.command-menu-list {
  box-shadow: 0 -1px #ffffff1a;
}

.keyboard-shortcuts {
  height: 28px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.section-header {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.highlights-card-content {
  color: #b4bcd0;
  text-align: center;
  max-width: 420px;
  line-height: 1.3;
}

.highlights-card-content.feature-card-content--command-menu {
  transition: opacity .12s;
}

.command-menu-input {
  color: #81808e;
  align-items: center;
  height: 62px;
  padding: 0 22px;
  font-size: 18px;
  display: flex;
}

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

.subheading {
  color: #b4bcd0;
  letter-spacing: -.025em;
  margin-bottom: 48px;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.3;
}

.keyboard {
  width: 100%;
  height: auto;
  margin-top: -64px;
}

.command-menu {
  z-index: 1;
  opacity: .6;
  transition: transform .24s, opacity .24s;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 128px);
}

.command-menu:focus {
  opacity: 1;
  transform: translate(-50%, 24px);
}

.command-menu-label {
  color: #ffffff80;
  background-color: #ffffff0d;
  border-radius: 4px;
  align-self: flex-start;
  margin-top: 8px;
  margin-left: 16px;
  padding: 4px 8px;
  font-size: 12px;
}

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

.heading-medium {
  letter-spacing: -.04em;
  margin-bottom: 28px;
  font-size: 54px;
  font-weight: 400;
  line-height: 1;
}

.highlights-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-heading {
  letter-spacing: -.02em;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.section-highlights {
  z-index: 10;
  position: relative;
}

.home_testimony_content {
  grid-column-gap: 5.38rem;
  grid-row-gap: 4rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(300px, max-content));
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.home_testimony_arrow {
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: .5rem;
  transition: border-color .4s, background-color .4s;
  display: flex;
  inset: auto 0% 4.5rem auto;
}

.home_testimony_arrow:hover {
  background-color: #2d29ec;
  border-color: #2d29ec;
}

.home_testimony_arrow.is-left {
  margin-right: 4rem;
}

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

.section-header-center.home_tetimony {
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
}

.home_testimony_slider {
  background-color: #fff0;
  flex: 1;
  width: 100%;
  height: auto;
}

.home_testimony_author {
  letter-spacing: .2px;
  font-size: 1.13rem;
  font-weight: 600;
}

.home_testimony_nav {
  display: none;
}

.home_testimony_mask {
  max-width: 100vw;
}

.home_testimony_slide-item {
  width: 100%;
  margin-right: 1.25rem;
}

.home_testimony_image {
  border-radius: .5rem;
  flex: 0 454px;
  max-width: 454px;
  overflow: hidden;
}

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

.home_testimony_slide-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.home_testimony_quote {
  border-left-style: none;
  padding: 0;
  font-size: 1.88rem;
  font-weight: 500;
}

.section_textscroll_hero {
  text-align: center;
}

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

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

.padding-section-large {
  padding: 2rem 4rem 7rem;
}

.textscroll_component {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.textscroll_hero-text {
  margin-top: 10px;
  font-weight: 300;
}

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

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2em;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.contact_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.faq_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.faq_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.faq_accordion {
  border: 1px solid #242424;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.faq_accordion.contact-page {
  border-color: #c5c5c5;
}

.faq_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq_list-grid._5 {
  grid-template-rows: auto auto auto auto auto;
}

.faq_list-grid._3 {
  grid-template-rows: auto auto auto;
}

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

.max-width-large.mid-align {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.text-weight-bold {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5em;
}

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

.section_contact {
  z-index: -1;
}

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

.faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

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

.text-span-12 {
  color: var(--neno-dark);
}

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

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

.paragraph-5 {
  border-bottom: 1px solid #989898;
  padding-bottom: 20px;
  overflow: visible;
}

.heading-8 {
  color: var(--white);
  font-size: var(--x-large);
  font-weight: 600;
  line-height: 1.2;
}

.heading-8.bolding {
  font-size: 4vw;
  font-weight: 400;
  line-height: 1;
}

.heading-8.bloger {
  margin-top: 0;
  font-weight: 400;
}

.rich-text-block {
  font-size: var(--large);
  line-height: 1.6;
}

.inner-container._740px {
  max-width: 740px;
}

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

.section-2.blog-post-hero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: cover;
  padding-top: 340px;
  padding-bottom: 132px;
  position: relative;
  overflow: hidden;
}

.author-container {
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.blog-card-bg-date-container {
  align-self: center;
  align-items: center;
  display: flex;
}

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

.container-default.blog-post {
  z-index: 1;
  position: relative;
}

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

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

.line-rounded-icon.clock-icon {
  color: #fff;
  margin-right: 10px;
  font-size: 23px;
  line-height: 26px;
}

.blog-card-details-container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.badge-primary {
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #131313;
  border-radius: 6px;
  padding: 14px 15px;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
}

.badge-primary.bold {
  font-weight: 700;
}

.badge-primary.bold.white {
  text-decoration: none;
}

.badge-primary.bold.white.link {
  transition: transform .3s, color .3s;
}

.badge-primary.bold.white.link:hover {
  transform: scale(.94);
}

.avatar-circle {
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._01 {
  width: 32px;
  max-width: 32px;
  height: 32px;
  max-height: 32px;
}

.avatar-circle._01.blog-card-bg-author-image {
  margin-right: 8px;
}

.blog-card-bg-badge-wrapper {
  margin-bottom: 20px;
}

.bg-overlay-gradient {
  background-image: linear-gradient(#0000, #000);
}

.bg-overlay-gradient.blog-post {
  z-index: 0;
  background-image: none;
  position: absolute;
  inset: 0%;
}

.display-1 {
  color: #131313;
  font-size: 52px;
  font-weight: 700;
  line-height: 64px;
}

.display-1.color-neutral-100 {
  color: #fff;
}

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

.grid-2-columns.title-and-categories {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-columns: .6fr 1fr;
  justify-content: space-between;
  margin-bottom: 32px;
  display: flex;
}

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

.btn-primary {
  background-color: var(--neno);
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 8px;
  justify-content: center;
  padding: 18px 28px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #353535;
  transform: translate3d(0, -3px, .01px);
}

.text-span-14 {
  color: var(--neno);
}

.div-block-247 {
  aspect-ratio: 32 / 32;
  width: 280px;
}

.grid-13 {
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
}

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

.code-embed {
  border-radius: 0;
  width: 100%;
}

.div-text.p-p {
  flex-flow: column;
}

.text-block-101 {
  color: #fff;
  width: 510px;
  padding-top: 100px;
  padding-bottom: 40px;
  font-size: 32px;
  font-weight: 100;
  line-height: 44px;
}

.text-block-101.p-final {
  letter-spacing: 1px;
  width: auto;
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.text-block-101.p-final.no-gap {
  width: auto;
  margin-top: 40px;
  margin-bottom: 0;
}

.text-block-101.no-gap {
  width: auto;
  padding-top: 20px;
}

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

.mid-align-pp {
  text-align: center;
  margin-bottom: 40px;
}

.rich-text-block-2 {
  color: var(--white);
  font-size: var(--normal);
}

.link-2 {
  color: var(--neno);
  text-decoration: none;
}

.heading-9 {
  font-size: var(--x-large);
}

.case-study {
  z-index: 6;
  background-color: var(--neno);
  border-radius: 0 0 .3rem .3rem;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
}

@media screen and (min-width: 1280px) {
  .hero-wrapper {
    margin-left: 9vw;
    margin-right: 9vw;
    padding-left: 4rem;
  }

  .container {
    max-width: 1200px;
  }

  .hero-content-and-image-block-wrap {
    justify-content: center;
  }

  .hero-image-block {
    justify-content: center;
    align-items: center;
  }

  .hero-funfact-block {
    flex: none;
  }

  .hero-title {
    font-size: 70px;
    line-height: 78px;
  }

  .heading-hero.about {
    font-size: 5vw;
  }

  .achievement-number {
    font-size: 50px;
    line-height: 1.4;
  }

  .border-glow-horizontal.social-media {
    width: 60px;
    transform: translate(100px);
  }

  .skill-item-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .skill-item-wrapper.skill-width-one {
    max-width: 890px;
  }

  .skill-item-wrapper.four-skill-item.skill-width-two {
    max-width: 1200px;
  }

  .cta-wrapper {
    padding: 60px 104px;
  }

  .feature-image-wrapper {
    max-width: 450px;
  }

  .benefit-image-box {
    width: auto;
    height: auto;
  }

  .whole-counter {
    height: 70px;
  }

  .header-about.project.blog {
    align-items: center;
  }

  .c-nav-menu-overlay-2 {
    display: none;
  }

  .nav-social-address-2 {
    line-height: 2em;
  }

  .nav-social-address-2.head {
    padding-bottom: 0;
  }

  .c-nav-menu-content-2 {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    width: 65%;
  }

  .c-col-menu-links {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .heading-5.menu {
    color: #000;
  }

  .experience-list {
    padding-left: 60px;
  }

  .resume-card-line-connector {
    width: 38px;
    right: 104%;
  }

  .resume-card-center-line-dot {
    right: 109%;
  }

  .contact-me-content-wrapper {
    margin-right: 80px;
  }

  .contact-info-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .single-contact-info-wrapper {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .contact-me-form-wrapper {
    padding: 0;
  }

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

  .div-block-244 {
    width: 300px;
    bottom: 58px;
    right: 35%;
  }

  .div-block-244.profile {
    right: 35%;
  }

  .div-block-244.home {
    bottom: 58px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-section {
    margin-bottom: 80px;
  }

  .hero-wrapper {
    margin-left: 6vw;
    margin-right: 6vw;
    padding-left: 4rem;
    padding-right: 40px;
  }

  .hero-wrapper.round {
    border-radius: 0;
  }

  .container {
    max-width: 1325px;
  }

  .hero-content-and-image-block-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-content-block {
    flex-basis: 470px;
  }

  .hero-image-block {
    flex-basis: 565px;
  }

  .hero-funfact-block {
    flex: 0 auto;
  }

  .hero-title-block {
    margin-bottom: 40px;
  }

  .hero-title {
    color: var(--white);
    margin-top: 10px;
    margin-bottom: 0;
  }

  .heading-hero.about {
    font-size: 5vw;
  }

  .achievement-number {
    font-size: 57px;
    line-height: 1.4;
  }

  .achievement-number.white {
    font-size: 72px;
    line-height: 1.1;
  }

  .achievement-symbol {
    align-self: flex-start;
  }

  .achievement-symbol.dot {
    font-size: 2.2rem;
    font-weight: 700;
  }

  .achievement-text.white {
    font-size: var(--large);
  }

  .display-2.center-align {
    font-size: 6vw;
  }

  .skill-small-shape {
    width: 219px;
    height: 219px;
    top: 90px;
    left: 110px;
  }

  .skill-large-shape {
    width: 438px;
    height: 438px;
  }

  .project-slider-mask {
    max-width: 1100px;
  }

  .marquee-component {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .feature-wrapper.home {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .feature-image-wrapper {
    max-width: 500px;
  }

  .benefit-image-box {
    width: auto;
    height: auto;
  }

  .testimonial-container {
    padding-top: 2px;
  }

  .whole-counter {
    height: 80px;
    margin-bottom: 0;
  }

  .about-me-paragraph {
    font-size: var(--large);
  }

  .c-nav-menu-overlay-2 {
    display: none;
  }

  .nav-social-address-2 {
    font-size: 12px;
  }

  .c-nav-menu-content-2 {
    width: 50%;
  }

  .c-menu-item-number {
    display: none;
  }

  .image-93 {
    flex: 1;
  }

  .color.one.height, .color.two.height {
    height: 240px;
  }

  .color.three {
    top: -30%;
    left: 29px;
  }

  .color.three.height {
    height: 240px;
  }

  .resume-card-center-line-dot {
    right: 108%;
  }

  .contact-me-content-wrapper {
    margin-right: 135px;
  }

  .section-title-wrapper.max-width-384 {
    padding-right: 25px;
  }

  .section-title {
    font-size: 52px;
  }

  .faq-tab-menu {
    padding-right: 25px;
  }

  .faq-tab-content {
    padding-left: 25px;
  }

  .div-block-244 {
    width: 350px;
    bottom: 65px;
  }

  .div-block-244.profile {
    right: 34%;
  }

  .div-block-244.home {
    bottom: 51px;
  }

  .stars-curve-glow {
    top: 14%;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section {
    margin-bottom: 100px;
  }

  .hero-wrapper {
    margin-left: 12vw;
    margin-right: 12vw;
    padding-left: 6rem;
    padding-right: 60px;
  }

  .hero-content-and-image-block-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-image-block {
    margin-left: -40px;
  }

  .hero-funfact-block {
    margin-left: -87px;
  }

  .hero-front-image {
    filter: contrast(95%) brightness(110%);
  }

  .section-subtitle {
    margin-bottom: 5px;
  }

  .section-subtitle.bold.branding {
    margin-top: 0;
  }

  .heading-hero.about, .heading-hero.about.resume.branding {
    font-size: 4vw;
  }

  .heading-hero.about.resume.branding.website, .heading-hero.about.services {
    font-size: 3vw;
  }

  .achievement-number {
    line-height: 1.4;
  }

  .section {
    max-width: 1760px;
  }

  .display-2 {
    font-size: 6rem;
  }

  .display-2.center-align {
    font-size: 7vw;
  }

  .display-2.center-align.margin-40.service {
    width: 70%;
  }

  .center-paragraph-section.margin-80 {
    margin-bottom: 2rem;
  }

  .service-icon-container {
    width: 5.2rem;
    height: 5.2rem;
  }

  .service-item-background-image {
    width: 470px;
  }

  .service-item-background-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }

  .service-item-background-mask.trapezoid-mask {
    -webkit-mask-image: url('../images/');
    mask-image: url('../images/');
  }

  .list-item-title {
    font-size: 1.75rem;
  }

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

  .single-skill-item.first, .single-skill-item._2 {
    justify-content: flex-start;
    align-items: center;
  }

  .skill-percentage {
    margin-bottom: 10px;
    line-height: 1.2;
  }

  .skill-small-shape {
    top: 120px;
    left: 180px;
  }

  .skill-small-shape.add-image {
    background-image: url('../images/skill-bg-image.jpg'), linear-gradient(#fff0 26.47%, #fff 83.68%);
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .skill-small-shape._2 {
    background-image: linear-gradient(216deg, #fff 16.32%, #fff0 73.53%);
    top: auto;
    bottom: -113px;
    left: 62px;
  }

  .skill-large-shape {
    top: -56px;
    right: -109px;
  }

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

  .section-heading.margin-20.mid-align {
    max-width: 920px;
  }

  .project-slider-mask {
    max-width: 1700px;
  }

  .project-slide {
    width: 320px;
  }

  .project-background.decor-2 {
    transform: translate(135px, 556px);
  }

  .marquee-component {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .marquee-wrapper {
    height: 120px;
  }

  .benefit {
    overflow: hidden;
  }

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

  .feature-wrapper.home {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .feature-image-wrapper {
    max-width: 550px;
  }

  .benefit-image-box {
    width: auto;
    height: auto;
  }

  .testimonial-item {
    width: 420px;
  }

  .testimonial-background {
    top: 115px;
  }

  .testimonal-background-image {
    width: 1760px;
  }

  .border-glow-diagonal, .border-glow-diagonal-top-right {
    width: 200px;
  }

  .footer-cta-text {
    font-size: 9rem;
  }

  .about-header-inner-container {
    max-width: calc(1440px - 19rem);
  }

  .about-contents {
    max-width: 870px;
  }

  .text-block-12.menu {
    color: #000;
  }

  .new-div-2.menu {
    border-top-color: #a4a4a4;
    width: 190px;
  }

  .navbar-wrapper-2 {
    border-color: var(--heading-grey-2);
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .c-nav-menu-overlay-2 {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .heading-grid.zero-height {
    grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1200px) minmax(5vw, 1fr);
  }

  .nav-social-address-2.head {
    color: #c6c6c6;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 20px;
  }

  .c-nav-menu-content-2 {
    width: 90%;
  }

  ._w-col-menu-social {
    align-self: center;
  }

  .grain-wrapper {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .c-col-menu-links {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }

  .heading-5.menu {
    color: #000;
    margin-bottom: 0;
    font-size: 18px;
  }

  .image-93 {
    flex: 1;
    max-width: 20%;
  }

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

  .div-block-196 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .new-div.menu {
    border-top-color: #ededed;
    width: 190px;
  }

  .footer---section {
    padding-bottom: 0%;
  }

  .grid-wrapper {
    align-items: stretch;
    overflow: visible;
  }

  .breadcrumb-section.services {
    width: 40%;
  }

  .accordian-answer._1 {
    padding-top: 0;
  }

  .div-block-244 {
    bottom: 72px;
  }

  .div-block-244.profile {
    z-index: 0;
    bottom: 80px;
    right: 35%;
  }

  .div-block-244.home {
    bottom: 80px;
  }

  .text-block-28 {
    font-size: 15px;
  }

  .text-block-19 {
    font-size: 12px;
    line-height: 15px;
  }

  .text-block-20 {
    font-size: 16px;
  }

  .margin-bottom.margin-large {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    display: flex;
  }

  .home_about_content, .home_about_content.brandin, .image-125 {
    display: block;
  }

  .stars-curve-glow {
    overflow: visible;
  }

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

  .faq_accordion.contact-page {
    border-color: var(--body-color);
  }

  .faq_list-grid._6 {
    grid-template-rows: auto auto auto auto auto auto;
  }

  .max-width-large {
    flex-flow: column;
    display: flex;
  }

  .max-width-large.mid-align {
    justify-content: center;
    align-items: center;
  }

  .faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-span-13 {
    color: var(--neno);
  }

  .grid-13 {
    place-items: center;
  }
}

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

  .hero-wrapper {
    border-radius: 24px;
    margin-left: 16vw;
    margin-right: 16vw;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .hero-wrapper.round {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-right: 0;
  }

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

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

  .container.left-side {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .hero-content-and-image-block-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .hero-content-and-image-block-wrap.up-donw {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .hero-content-block {
    text-align: center;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-subtitle {
    font-size: 2.2vw;
  }

  .section-subtitle.bold.branding {
    font-size: 5vw;
  }

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

  .heading-hero.about {
    text-align: left;
    font-size: 8vw;
  }

  .heading-hero.about.resume {
    text-align: center;
  }

  .heading-hero.about.resume.branding.website, .heading-hero.about.marketing {
    font-size: 5vw;
  }

  .heading-hero.about.marketing.cta.branding {
    font-size: 3vw;
  }

  .block-heading-hero-c {
    margin-bottom: .5rem;
  }

  .paragraph {
    width: 450px;
    font-size: var(--normal);
    text-align: center;
    line-height: 1.4;
  }

  .paragraph.chat {
    text-align: left;
    width: auto;
  }

  .achievement-container.about {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
  }

  .achievement-number {
    font-size: 43px;
    line-height: 1.4;
  }

  .section {
    margin-bottom: 3rem;
    padding-top: 60px;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .section.services {
    margin-top: 60px;
    padding-top: 180px;
  }

  .section.projects {
    margin-top: -9rem;
  }

  .section.projects.about {
    margin-top: -5rem;
  }

  .section.testimonial {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

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

  .display-2 {
    font-size: 4.375rem;
  }

  .display-2.center-align.margin-40 {
    width: 100%;
    font-size: 9vw;
  }

  .display-2.center-align.margin-40.service {
    width: 80%;
    margin-bottom: 1.5rem;
    font-size: 4vw;
  }

  .center-paragraph-section {
    font-size: var(--normal);
  }

  .center-paragraph-section.margin-80 {
    margin-bottom: .5rem;
  }

  .center-paragraph-section.margin-80.margin-100 {
    margin-bottom: 4rem;
  }

  .center-paragraph-section.margin-80.size {
    font-size: var(--normal);
  }

  .service-circle-border-decor.inner-circle {
    width: calc(95vw - 180px);
    top: 18%;
  }

  .service-circle-decor-blocker {
    background-image: linear-gradient(180deg, #0000, var(--black-bg) 15%);
  }

  .service-circle-decor-blocker.back {
    height: 80%;
  }

  .service-circle-decor-blocker.front {
    height: 70%;
  }

  .services-container {
    grid-template-columns: 1fr 1fr;
    max-width: 640px;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
  }

  .center-service-container {
    position: static;
  }

  .service-icon.full.bit-smiller {
    width: 32px;
  }

  .list-item-title {
    margin-bottom: .5rem;
  }

  .framing-line-container {
    right: calc(50% - 58px);
  }

  .skill-section.skill-bg-image {
    background-image: url('../images/skill-bg-image.jpg');
    background-size: auto;
  }

  .skill-section-inner.section-padding-top-130 {
    padding-top: 80px;
  }

  .skill-section-inner.section-padding-top-130.section-padding-bottom-250 {
    padding-bottom: 180px;
  }

  .skill-section-inner.section-padding-top-130.section-padding-bottom-250.home {
    padding-bottom: 60px;
  }

  .skill-wrapper.display-none-for-tablet-mobile {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .skill-wrapper.display-none-for-tablet-mobile.similler {
    padding-left: 20px;
    padding-right: 20px;
  }

  .skill-wrapper.display-none-for-desktop {
    display: block;
  }

  .skill-item-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .skill-item-wrapper.four-skill-item.skill-width-two {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .single-skill-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .single-skill-item.benefit-2 {
    width: 450px;
  }

  .border-gradient-line-top.first-item.hide {
    display: none;
  }

  .skill-content-wrapper {
    text-align: center;
  }

  .border-gradient-line-bottom.first-item.hide {
    display: none;
  }

  .skill-small-shape {
    left: 10px;
  }

  .skill-small-shape._2 {
    display: none;
    bottom: -167px;
    left: -8px;
  }

  .skill-large-shape {
    width: 250px;
    height: 250px;
    right: -50px;
  }

  .skill-large-shape._2 {
    display: none;
  }

  .cta.cta-section-bg-color {
    padding-bottom: 80px;
  }

  .cta.cta-section-bg-color.home {
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta.cta-section-bg-color.home.no-button-gap {
    padding-bottom: 0;
  }

  .cta-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .cta-wrapper.margin-bottom-zero {
    margin-bottom: 0;
  }

  .cta-wrapper.margin-bottom-zero.about {
    margin-bottom: -100px;
  }

  .cta-wrapper.margin-bottom-zero.profile {
    justify-content: center;
  }

  .cta-title {
    margin-top: 0;
    font-size: 2.2rem;
    line-height: 1.3;
  }

  .primary-button._0-25rem {
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: flex;
  }

  .section-text-container.projects {
    margin-bottom: 2.5rem;
  }

  .section-text-container.projects.no-button-gap {
    margin-bottom: .5rem;
  }

  .section-heading {
    font-size: 4.375rem;
  }

  .section-heading.margin-20.mid-align {
    margin-bottom: .25rem;
    font-size: 4.375rem;
  }

  .section-heading.margin-20.mid-align.black.size {
    font-size: 3rem;
  }

  .section-heading.margin-20.mid-align.bit-more, .section-heading.margin-20.no-button-gap {
    margin-bottom: .5rem;
  }

  .section-paragraph, .section-paragraph.benefit {
    font-size: var(--normal);
  }

  .project-slider-container {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .project-slider-container.tranfer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .project-slider-mask {
    max-width: 630px;
  }

  .project-slide {
    aspect-ratio: auto;
    width: 100%;
    max-width: 300px;
  }

  .project-thumbnail {
    aspect-ratio: 1;
  }

  .project-summary-outer-container {
    z-index: 1;
    padding-top: 1px;
    display: block;
    position: relative;
  }

  .project-summary-container {
    border: 1px none var(--heading-grey-2);
    color: var(--white);
    font-size: var(--small);
    text-align: left;
    background-color: #0000;
    border-radius: 0;
    margin-top: .625rem;
    padding: .75rem;
    font-weight: 300;
    line-height: 1.4;
  }

  .cms-summary {
    font-size: var(--small);
    margin-bottom: .5rem;
  }

  .paragraph-2 {
    margin-bottom: 0;
  }

  .project-slider-border.bottom {
    background-size: auto 52px;
  }

  .project-slider-border-mask {
    -webkit-mask-size: auto 52px;
    mask-size: auto 52px;
  }

  .more-projects-button {
    right: 91px;
  }

  .c {
    height: 2.6rem;
    font-size: var(--normal);
    padding-left: 1rem;
  }

  .c.mid.remove-line {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .c.mid.remove-line.white {
    background-color: var(--neno);
  }

  .main-button-text {
    font-size: var(--small);
  }

  .button-icon-container {
    width: 2rem;
    height: 2rem;
  }

  .button-icon-container.non-color {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 2.1rem;
    height: 2.1rem;
  }

  .button-icon {
    width: .85rem;
  }

  .project-background.decor-2 {
    display: none;
  }

  .marquee-component {
    margin-bottom: 20px;
  }

  .marquee-wrapper {
    height: 80px;
    transform: rotate(-8deg);
  }

  .marquee-wrapper._02 {
    transform: rotate(8deg);
  }

  .marquee-inner-wrap {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .marquee-text {
    font-size: 1.6rem;
  }

  .marquee-1-right, .marquee-1-left {
    width: 300px;
  }

  .benefit {
    padding-top: 0;
  }

  .benefit.home {
    padding-bottom: 0;
  }

  .benefit.home.no-buttom-gap {
    padding-bottom: 60px;
  }

  .content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .heading-block.feature {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: flex-start;
    align-items: center;
  }

  .feature-heading-block {
    padding-left: 0;
  }

  .hero-heading-yellow-wrap {
    bottom: -40px;
  }

  .hero-heading-yellow-wrap.work {
    width: 350px;
  }

  .feature-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .feature-wrapper.home {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .feature-image-wrapper {
    border-left-style: none;
    border-right-style: none;
    justify-content: center;
    align-items: center;
    max-width: 550px;
    padding: 0;
    display: flex;
  }

  .feature-block {
    max-width: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .feature-block.top._3 {
    border-bottom-style: dashed;
  }

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

  .benefit-image {
    width: 6rem;
  }

  .benefit-image-box {
    width: auto;
    height: auto;
  }

  .testimonial-container {
    margin-left: -3.7rem;
    margin-right: -3.7rem;
  }

  .paragraph-3 {
    font-size: var(--small);
  }

  .testimonial-side-fade {
    width: 100px;
  }

  .testimonial-background {
    display: none;
  }

  .footer {
    padding-bottom: 1.5rem;
    text-decoration: none;
  }

  .footer-background {
    margin-bottom: 2rem;
  }

  .footer-decor-image.desktop {
    display: none;
  }

  .footer-decor-image.tablet {
    display: inline-block;
  }

  .footer-decor-mask {
    -webkit-mask-image: url('../images/');
    mask-image: url('../images/');
  }

  .footer-cta-text {
    font-size: 9.5vw;
  }

  .straight-line-gap-mask {
    margin-bottom: 1.5rem;
  }

  .blog-button-background.left, .blog-button-background.right {
    display: none;
  }

  .navbar {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-left: 2rem;
    padding-right: 3.75rem;
  }

  .logo {
    width: 2.25rem;
  }

  .nav-links {
    font-size: var(--normal);
  }

  .header-about {
    flex-flow: row;
    padding-top: 10rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .header-about.project._2 {
    padding-top: 11rem;
  }

  .header-about.project.blog {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .about-header-inner-container {
    flex-flow: column-reverse;
  }

  .about-header-inner-container.resume {
    justify-content: center;
    align-items: center;
  }

  .about-header-inner-container.project {
    flex-flow: column;
    order: 0;
  }

  .about-contents {
    min-width: auto;
    max-width: 700px;
  }

  .about-me-paragraph {
    font-size: var(--small);
    line-height: 1.7;
  }

  .about-me-paragraph.tools {
    max-width: 75%;
  }

  .about-me-paragraph.branding {
    max-width: none;
    margin-bottom: 0;
  }

  .working-experience-container {
    min-width: auto;
    margin-top: 3rem;
  }

  .download-cv-button-container.services {
    margin-top: 2rem;
  }

  .social-dropdown-list.header.w--open {
    padding-top: 10px;
  }

  .social-dropdown-list.footer.w--open {
    margin-bottom: 20px;
    padding-bottom: 30px;
  }

  .navbar-wrapper-2 {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    grid-template-columns: auto 1fr;
    height: 65px;
  }

  .c-nav-menu-overlay-2, .c-col-menu-header-2 {
    display: none;
  }

  .outline-social-icon.large.footer {
    margin-bottom: 0;
  }

  .dropdown-corner {
    border-top: 1px solid #889ea833;
    border-left: 1px solid #889ea833;
    top: -6px;
  }

  .dropdown-corner.footer {
    inset: auto auto -45px;
  }

  .center-logo {
    border-left-style: none;
    padding-left: 36px;
    padding-right: 36px;
  }

  .social-toggle.footer, .social-toggle.footer.w--open {
    margin-bottom: 0;
  }

  .grain-wrapper {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .navbar-right-side {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .navbar-left-side {
    display: none;
  }

  .menu-item-text-2 {
    font-size: 3.5em;
  }

  .image-93 {
    max-width: 30%;
  }

  .image-93.no-rounds {
    max-width: 60%;
  }

  .image-93.no-rounds.mustafa {
    max-width: 2.5rem;
  }

  .c-col-menu-social {
    justify-content: center;
  }

  .menu-bar {
    width: 80px;
  }

  .dropdown-link {
    padding: 10px;
    font-size: 14px;
  }

  .dropdown-link:hover {
    background-color: #0000;
  }

  .social-drop-wrapper {
    border-style: solid;
  }

  .dropdown-list-3.w--open {
    font-size: 15px;
  }

  .four-column-2 {
    grid-row-gap: 48px;
  }

  .breadcrumb-section.services {
    width: 75%;
  }

  .resume-section {
    padding: 80px 20px;
  }

  .resume-tab-menu {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 40px;
  }

  .resume-tab-link {
    font-size: var(--normal);
    font-weight: 600;
  }

  .experience-inner-block {
    grid-template-columns: 1fr;
  }

  .resume-single-list-inner {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .resume-list-icon-block.bg-white {
    flex-basis: 60px;
    height: 60px;
  }

  .resume-list-icon {
    width: 40px;
  }

  .time-period {
    font-size: var(--small);
    margin-bottom: 0;
  }

  .resume-title {
    font-size: var(--normal);
  }

  .resume-description {
    font-size: var(--small);
    margin-bottom: 0;
    line-height: 1.5;
  }

  .resume-card-line-connector {
    right: 101%;
  }

  .resume-card-center-line-dot {
    right: 104%;
  }

  .client-logo-2 {
    min-height: 6rem;
    max-height: 6rem;
  }

  .contact-me-section {
    padding-top: 80px;
    padding-bottom: 200px;
  }

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

  .section-title-wrapper.max-width-384 {
    max-width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .section-title {
    font-size: 38px;
    line-height: 48px;
  }

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

  .faq-tab-inner {
    flex-flow: wrap;
  }

  .faq-tab-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .faq-tab-content {
    margin-top: 0;
    padding-left: 0;
  }

  .image-wrapper._2.grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 10px;
  }

  .image-wrapper._2.no-gap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 5px;
  }

  .image-wrapper._2.grid-up {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 10px;
  }

  .image-wrapper.grid-12 {
    grid-template-rows: auto auto auto;
  }

  .image-wrapper.grid-2 {
    border-radius: 10px;
    padding: 5px;
  }

  .image-wrapper.grid-2.space {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .image-wrapper.grid-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 10px;
  }

  .strip-cta {
    padding-bottom: 40px;
  }

  .text-strip {
    font-size: 13em;
  }

  .circle {
    margin-left: 2.2em;
    margin-right: 2.2em;
  }

  .gradient-strip {
    bottom: 5%;
  }

  .div-block-244 {
    width: 300px;
    bottom: 142%;
    right: 33%;
  }

  .div-block-244.profile {
    width: 250px;
    bottom: 160%;
    right: 32%;
  }

  .div-block-244.home {
    bottom: 189px;
  }

  .text-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .chat-icon {
    height: 30px;
  }

  .click-button {
    padding-top: 60px;
  }

  .div-block-24 {
    margin-bottom: 60px;
  }

  .dot-block {
    width: 24px;
  }

  .clone-section {
    margin-bottom: 20vh;
  }

  .block_wrap {
    width: 100%;
  }

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

  .padding-global.home-hero {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }

  .hero_rotating-badge {
    display: flex;
  }

  .hero_abstruct-image {
    opacity: .7;
  }

  .section_hero {
    padding-top: 2rem;
  }

  .hero_heading {
    margin-bottom: 4rem;
  }

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

  .home_about_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .section_header {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 3rem;
  }

  .home_about_text {
    flex: 0 auto;
    max-width: none;
  }

  .home_about_heading {
    flex: 0 auto;
    max-width: 36.88rem;
  }

  .home_work_title, .home_work_heading-details {
    flex: 0 auto;
  }

  .stars-curve {
    margin-top: -264px;
    margin-bottom: -184px;
  }

  .highlights-card {
    min-width: 100%;
    height: auto;
    min-height: 420px;
    padding: 32px;
  }

  .highlights-wrap {
    grid-column-gap: 12px;
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
    overflow: auto;
  }

  .home_testimony_content {
    grid-column-gap: 2rem;
  }

  .home_testimony_arrow {
    bottom: 2rem;
  }

  .home_testimony_image {
    max-width: 320px;
  }

  .home_testimony_quote {
    font-size: 1.5rem;
  }

  .padding-section-large {
    padding: 6rem 0;
  }

  .contact_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: flex;
  }

  .heading-8.bolding {
    font-size: 5vw;
  }

  .rich-text-block {
    font-size: var(--normal);
  }

  .section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .section-2.blog-post-hero {
    padding-top: 289px;
    padding-bottom: 100px;
  }

  .bg-overlay-gradient.blog-post {
    background-image: none;
  }

  .display-1 {
    font-size: 48px;
    line-height: 63px;
  }

  .grid-2-columns.title-and-categories {
    grid-template-columns: 1fr;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .text-span-14 {
    color: var(--neno);
  }

  .grid-13 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
  }

  .p-p {
    padding-left: 40px;
    padding-right: 40px;
  }

  .mid-align-pp {
    margin-bottom: 40px;
  }

  .rich-text-block-2 {
    font-size: var(--small);
  }
}

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

  .hero-wrapper {
    margin-left: 50px;
    margin-right: 50px;
  }

  .hero-wrapper.round {
    padding-top: 25px;
  }

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

  .hero-content-and-image-block-wrap {
    justify-content: center;
    align-items: flex-start;
  }

  .hero-content-block {
    flex: 0 auto;
  }

  .section-subtitle {
    font-size: 1em;
  }

  .section-subtitle.bold.branding {
    font-size: 6vw;
  }

  .heading-hero {
    font-size: 9vw;
  }

  .heading-hero.about.timeline {
    font-size: 5vw;
  }

  .heading-hero.about.resume.branding.website, .heading-hero.about.marketing {
    font-size: 6vw;
  }

  .heading-hero.about.marketing.cta.branding {
    font-size: 4vw;
  }

  .paragraph {
    width: 350px;
    font-size: var(--small);
    line-height: 1.4;
  }

  .achievement-container {
    width: 100%;
    margin-bottom: 2rem;
  }

  .achievement-number-container {
    align-items: flex-start;
  }

  .achievement-text {
    font-size: var(--small);
  }

  .section {
    margin-bottom: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .section.services {
    margin-top: 40px;
    padding-top: 120px;
  }

  .section.services.timeline.branding {
    padding-bottom: 0;
  }

  .section.projects {
    margin-top: -10rem;
  }

  .section.projects.about {
    margin-top: -6rem;
  }

  .section.testimonial {
    margin-top: 2rem;
  }

  .section.supporting-brands {
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .display-2 {
    font-size: 3rem;
  }

  .display-2.center-align.margin-40 {
    margin-bottom: 1.25rem;
  }

  .display-2.center-align.margin-40.service {
    width: 85%;
    margin-bottom: 1rem;
    font-size: 5vw;
  }

  .center-paragraph-section {
    font-size: var(--small);
  }

  .center-paragraph-section.margin-80 {
    margin-bottom: .5rem;
  }

  .center-paragraph-section.margin-80.margin-100 {
    margin-bottom: 2rem;
  }

  .center-paragraph-section.margin-80.gap._2 {
    margin-bottom: 1rem;
  }

  .service-circle-border-decor.inner-circle {
    width: calc(95vw - 100px);
    top: 11%;
  }

  .service-circle-decor-blocker {
    background-image: linear-gradient(180deg, #0000, var(--black-bg) 10%);
    height: 78%;
  }

  .service-circle-decor-blocker.back {
    height: 89%;
  }

  .service-circle-decor-blocker.front {
    height: 83%;
  }

  .services-container {
    grid-template-columns: 1fr;
    max-width: 320px;
  }

  .service-description {
    font-size: var(--small);
    line-height: 1.7;
  }

  .framing-line-container.top.hide, .framing-line-container.bottom.hide {
    display: block;
  }

  .skill-section-inner.section-padding-top-130 {
    padding-top: 60px;
  }

  .skill-section-inner.section-padding-top-130.section-padding-bottom-250 {
    padding-bottom: 140px;
  }

  .skill-section-inner.section-padding-top-130.section-padding-bottom-250.home {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .skill-item-wrapper.four-skill-item.skill-width-two {
    grid-template-rows: auto auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .single-skill-item.benefit-2 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    width: 370px;
  }

  .single-skill-item.benefit-2.branding {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .single-skill-item.first {
    padding: 10px;
  }

  .skill-small-shape._2 {
    display: none;
  }

  .skill-large-shape {
    width: 200px;
    height: 200px;
    top: 0;
  }

  .skill-large-shape._2 {
    display: none;
  }

  .cta.cta-section-bg-color {
    padding-bottom: 60px;
  }

  .cta.cta-section-bg-color.home {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    align-items: center;
  }

  .cta-wrapper.margin-bottom-zero.profile {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    justify-content: center;
  }

  .section-text-container.projects.no-button-gap {
    margin-bottom: 1rem;
  }

  .section-heading {
    font-size: 3rem;
  }

  .section-heading.margin-20 {
    margin-bottom: .5rem;
  }

  .section-heading.margin-20.mid-align {
    margin-top: 10px;
    font-size: 3rem;
  }

  .section-heading.margin-20.mid-align.black {
    margin-top: 0;
  }

  .section-heading.margin-20.mid-align.black.size {
    font-size: 2.5rem;
  }

  .section-paragraph {
    font-size: var(--normal);
  }

  .section-paragraph.benefit {
    font-size: var(--small);
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-slider-container {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .project-slider-mask {
    max-width: 280px;
  }

  .project-background.decor-1 {
    transform: translate(-720px, -35px);
  }

  .marquee-component {
    margin-bottom: 0;
  }

  .marquee-wrapper {
    width: 150vw;
    height: 72px;
    padding-top: 30px;
    padding-bottom: 30px;
    transform: rotate(-10deg);
  }

  .marquee-wrapper._02 {
    transform: rotate(10deg);
  }

  .marquee-inner-wrap {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .marquee-text {
    font-size: 1.4rem;
  }

  .marquee-1-right, .marquee-1-left {
    width: 250px;
  }

  .benefit {
    padding-top: 0;
  }

  .benefit.home {
    padding-bottom: 20px;
  }

  .content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-block.feature {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hero-heading-yellow-wrap {
    bottom: -25px;
    right: -76px;
  }

  .hero-heading-yellow-wrap.work {
    width: 250px;
  }

  .feature-image-wrapper {
    align-self: center;
    max-width: 95%;
  }

  .feature-block.top.remove {
    border-bottom-style: none;
  }

  .feature-block.top.branding {
    padding-top: 0;
  }

  .opacity-70 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .benefit-image {
    width: 5rem;
  }

  .main-2.services {
    padding-top: 0;
  }

  .testimonial-container {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .testimonial-item {
    width: 320px;
  }

  .footer-background {
    margin-bottom: 1.5rem;
  }

  .footer-decor-image.tablet {
    display: none;
  }

  .footer-decor-image.phone {
    display: inline-block;
  }

  .footer-decor-mask {
    -webkit-mask-image: url('../images/');
    mask-image: url('../images/');
  }

  .footer-cta {
    text-align: center;
    margin-bottom: 1.25rem;
    text-decoration: none;
  }

  .straight-line-gap-mask.working-experience {
    margin-bottom: 1.25rem;
  }

  .whole-counter {
    margin-bottom: 0;
  }

  .navbar {
    justify-content: space-between;
    padding-right: 2rem;
  }

  .nav-menu-container {
    flex: none;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
  }

  .nav-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: var(--black-bg);
    flex-flow: column;
    width: 100%;
    height: 100%;
    padding: 6.75rem 1.25rem 1.25rem;
    overflow: auto;
  }

  .nav-links {
    font-size: 2rem;
  }

  .nav-main-button {
    display: none;
  }

  .header-about {
    padding: 9rem 3rem 2rem;
  }

  .header-about.project.blog {
    padding-bottom: 2rem;
  }

  .about-header-inner-container.project {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .about-contents {
    max-width: 500px;
  }

  .about-me-container {
    min-width: auto;
  }

  .margin-24 {
    font-size: 3rem;
  }

  .about-me-paragraph {
    font-size: var(--small);
  }

  .about-me-paragraph.project.cta {
    max-width: 350px;
    font-size: var(--normal);
    text-align: center;
  }

  .about-me-paragraph.tools {
    max-width: 100%;
  }

  .about-me-paragraph.tools.remove {
    margin-bottom: 1rem;
  }

  .about-me-paragraph.services._2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .about-image-container {
    clip-path: polygon(0 15.5px, 0 15.5px, .5px 13px, .5px 11px, 1.5px 8.5px, 3px 6.5px, 4.5px 5px, 6px 3.5px, 8px 2.5px, 10.5px 1.5px, 12.5px 1px, 15px .5px, calc(100% - 38.5px) .5px, calc(100% - 38.5px) .5px, calc(100% - 37.5px) .5px, calc(100% - 36px) 1px, calc(100% - 35px) 1px, calc(100% - 34px) 1.5px, calc(100% - 33px) 2px, calc(100% - 31.5px) 2.5px, calc(100% - 30.5px) 3px, calc(100% - 29.5px) 3.5px, calc(100% - 28.5px) 4.5px, calc(100% - 27.5px) 5px, calc(100% - 4.5px) 28.5px, calc(100% - 4.5px) 28.5px, calc(100% - 3.5px) 29.5px, calc(100% - 2.5px) 30.5px, calc(100% - 2px) 31.5px, calc(100% - 1.5px) 32.5px, calc(100% - 1px) 33.5px, calc(100% - .5px) 34.5px, calc(100% - .5px) 35.5px, calc(100% - .5px) 36.5px, 100% 39px, 100% calc(100% - 15px), 100% calc(100% - 15px), calc(100% - .5px) calc(100% - 12.5px), calc(100% - .5px) calc(100% - 10px), calc(100% - 1.5px) calc(100% - 8px), calc(100% - 3px) calc(100% - 6px), calc(100% - 4.5px) calc(100% - 4.5px), calc(100% - 6px) calc(100% - 3px), calc(100% - 8px) calc(100% - 1.5px), calc(100% - 10px) calc(100% - .5px), calc(100% - 12.5px) calc(100% - .5px), calc(100% - 15px) 100%, 38.5px 100%, 38.5px 100%, 37.5px 100%, 36px calc(100% - .5px), 35px calc(100% - .5px), 34px calc(100% - .5px), 33px calc(100% - 1px), 31.5px calc(100% - 1.5px), 30.5px calc(100% - 2px), 29.5px calc(100% - 2.5px), 28.5px calc(100% - 3.5px), 27.5px calc(100% - 4.5px), 4.5px calc(100% - 27.5px), 4.5px calc(100% - 27.5px), 3.5px calc(100% - 28.5px), 3px calc(100% - 29.5px), 2px calc(100% - 30.5px), 1.5px calc(100% - 31.5px), 1px calc(100% - 32.5px), .5px calc(100% - 34px), .5px calc(100% - 35px), 0 calc(100% - 38.5px), 0 15.5px);
  }

  .about-image-container-border {
    clip-path: polygon(calc(100% - 38.488px) 1.96912px, 15px 1.96912px, 15px 1.96912px, 12.7291px 2.15236px, 10.5749px 2.68285px, 8.56619px 3.53177px, 6.73178px 4.67031px, 5.1005px 6.06962px, 3.70119px 7.7009px, 2.56265px 9.53531px, 1.71373px 11.544px, 1.18324px 13.6982px, 1px 15.9691px, 1px calc(100% - 38.488px), 1px calc(100% - 38.488px), 1.04393px calc(100% - 37.3794px), 1.1744px calc(100% - 36.2847px), 1.38949px calc(100% - 35.2085px), 1.68723px calc(100% - 34.1555px), 2.06568px calc(100% - 33.1305px), 2.5229px calc(100% - 32.1381px), 3.05694px calc(100% - 31.1831px), 3.66585px calc(100% - 30.27px), 4.34768px calc(100% - 29.4038px), 5.10049px calc(100% - 28.589px), 28.5883px calc(100% - 5.101px), 28.5883px calc(100% - 5.101px), 29.4032px calc(100% - 4.34805px), 30.2696px calc(100% - 3.66611px), 31.1827px calc(100% - 3.05712px), 32.1378px calc(100% - 2.52302px), 33.1302px calc(100% - 2.06575px), 34.1552px calc(100% - 1.68726px), 35.2082px calc(100% - 1.3895px), 36.2844px calc(100% - 1.17441px), 37.3791px calc(100% - 1.04393px), 38.4877px calc(100% - 1px), calc(100% - 15px) calc(100% - 1px), calc(100% - 15px) calc(100% - 1px), calc(100% - 12.7291px) calc(100% - 1.18324px), calc(100% - 10.5749px) calc(100% - 1.71373px), calc(100% - 8.56619px) calc(100% - 2.56265px), calc(100% - 6.73178px) calc(100% - 3.70118px), calc(100% - 5.1005px) calc(100% - 5.1005px), calc(100% - 3.70118px) calc(100% - 6.73178px), calc(100% - 2.56265px) calc(100% - 8.56619px), calc(100% - 1.71373px) calc(100% - 10.5749px), calc(100% - 1.18324px) calc(100% - 12.7291px), calc(100% - 1px) calc(100% - 15px), calc(100% - 1px) 39.4569px, calc(100% - 1px) 39.4569px, calc(100% - 1.04393px) 38.3483px, calc(100% - 1.17441px) 37.2536px, calc(100% - 1.3895px) 36.1774px, calc(100% - 1.68726px) 35.1244px, calc(100% - 2.06575px) 34.0993px, calc(100% - 2.52302px) 33.1069px, calc(100% - 3.05712px) 32.1518px, calc(100% - 3.66611px) 31.2387px, calc(100% - 4.34805px) 30.3723px, calc(100% - 5.101px) 29.5574px, calc(100% - 28.588px) 6.06962px, calc(100% - 28.588px) 6.06962px, calc(100% - 29.4031px) 5.31681px, calc(100% - 30.2695px) 4.63497px, calc(100% - 31.1827px) 4.02606px, calc(100% - 32.1379px) 3.49202px, calc(100% - 33.1304px) 3.0348px, calc(100% - 34.1555px) 2.65635px, calc(100% - 35.2085px) 2.35861px, calc(100% - 36.2847px) 2.14352px, calc(100% - 37.3794px) 2.01305px, calc(100% - 38.488px) 1.96912px, 15px .969116px, calc(100% - 38.488px) .969116px, calc(100% - 37.3003px) 1.01618px, calc(100% - 36.1274px) 1.15598px, calc(100% - 34.9742px) 1.38642px, calc(100% - 33.846px) 1.70544px, calc(100% - 32.7476px) 2.11092px, calc(100% - 31.6842px) 2.6008px, calc(100% - 30.6608px) 3.17299px, calc(100% - 29.6824px) 3.82539px, calc(100% - 28.7541px) 4.55593px, calc(100% - 27.881px) 5.36251px, calc(100% - 27.881px) 5.36251px, calc(100% - 4.393px) 28.8503px, calc(100% - 3.58644px) 29.7235px, calc(100% - 2.85594px) 30.6517px, calc(100% - 2.20358px) 31.63px, calc(100% - 1.63145px) 32.6534px, calc(100% - 1.14163px) 33.7167px, calc(100% - .736192px) 34.815px, calc(100% - .417231px) 35.9432px, calc(100% - .186824px) 37.0962px, calc(100% - .047053px) 38.2692px, 100% 39.4569px, 100% 39.4569px, calc(100% - 5.68434e-14px) calc(100% - 15px), calc(100% - .196332px) calc(100% - 12.567px), calc(100% - .764736px) calc(100% - 10.2589px), calc(100% - 1.67432px) calc(100% - 8.10676px), calc(100% - 2.89421px) calc(100% - 6.14131px), calc(100% - 4.3935px) calc(100% - 4.3935px), calc(100% - 6.14131px) calc(100% - 2.89421px), calc(100% - 8.10676px) calc(100% - 1.67432px), calc(100% - 10.2589px) calc(100% - .764736px), calc(100% - 12.567px) calc(100% - .196332px), calc(100% - 15px) 100%, calc(100% - 15px) 100%, 38.4877px calc(100% - 5.68434e-14px), 37.3px calc(100% - .047081px), 36.127px calc(100% - .186928px), 34.974px calc(100% - .417447px), 33.8458px calc(100% - .736544px), 32.7475px calc(100% - 1.14213px), 31.6842px calc(100% - 1.6321px), 30.6609px calc(100% - 2.20436px), 29.6826px calc(100% - 2.85683px), 28.7543px calc(100% - 3.58741px), 27.8812px calc(100% - 4.394px), 27.8812px calc(100% - 4.394px), 4.39339px calc(100% - 27.881px), 3.58681px calc(100% - 28.7544px), 2.85627px calc(100% - 29.6828px), 2.20387px calc(100% - 30.6612px), 1.63168px calc(100% - 31.6846px), 1.14181px calc(100% - 32.748px), .736318px calc(100% - 33.8463px), .417308px calc(100% - 34.9744px), .186861px calc(100% - 36.1275px), .0470628px calc(100% - 37.3003px), 0 calc(100% - 38.488px), 0 calc(100% - 38.488px), 2.48333e-31px 15.9691px, .196325px 13.536px, .76471px 11.2279px, 1.67427px 9.07575px, 2.89413px 7.11031px, 4.3934px 5.36251px, 6.1412px 3.86324px, 8.10664px 2.64339px, 10.2588px 1.73383px, 12.5669px 1.16544px, 15px .969116px, 15px .969116px);
  }

  .about-image {
    clip-path: polygon(0 11px, 0 11px, .5px 9px, .5px 8px, 1px 6.5px, 2px 5px, 3px 4px, 4px 3px, 5.5px 2px, 7px 1.5px, 8.5px 1px, 10px 1px, calc(100% - 26px) 1px, calc(100% - 26px) 1px, calc(100% - 25px) 1px, calc(100% - 24px) 1px, calc(100% - 23px) 1.5px, calc(100% - 22.5px) 1.5px, calc(100% - 21.5px) 2px, calc(100% - 21px) 2px, calc(100% - 20.5px) 2.5px, calc(100% - 20px) 3px, calc(100% - 19.5px) 3.5px, calc(100% - 19px) 4px, calc(100% - 18.5px) 4px, calc(100% - 3px) 20px, calc(100% - 3px) 20px, calc(100% - 2.5px) 20px, calc(100% - 2px) 21px, calc(100% - 1.5px) 21.5px, calc(100% - 1px) 22px, calc(100% - 1px) 23px, calc(100% - .5px) 24px, calc(100% - .5px) 25px, 100% 26px, 100% calc(100% - 10px), 100% calc(100% - 10px), calc(100% - .5px) calc(100% - 8.5px), calc(100% - .5px) calc(100% - 7px), calc(100% - 1px) calc(100% - 5.5px), calc(100% - 2px) calc(100% - 4px), calc(100% - 3px) calc(100% - 3px), calc(100% - 4px) calc(100% - 2px), calc(100% - 5.5px) calc(100% - 1px), calc(100% - 7px) calc(100% - .5px), calc(100% - 8.5px) 100%, calc(100% - 10px) 100%, 25.5px 100%, 25.5px 100%, 25px 100%, 24px calc(100% - .5px), 23px calc(100% - 1px), 22.5px calc(100% - 1px), 21.5px calc(100% - 1.5px), 21px calc(100% - 2px), 20.5px calc(100% - 2.5px), 20px calc(100% - 3px), 19.5px calc(100% - 3px), 19px calc(100% - 3px), 3px calc(100% - 19px), 3px calc(100% - 19px), 2.5px calc(100% - 19.5px), 2px calc(100% - 20px), 1.5px calc(100% - 20.5px), 1px calc(100% - 21px), 1px calc(100% - 22px), .5px calc(100% - 23px), .5px calc(100% - 24px), 0 calc(100% - 26px), 0 11px);
  }

  .supporting-title.client {
    font-size: var(--small);
  }

  .working-experience-item {
    margin-bottom: 1.25rem;
  }

  .working-experience-title {
    font-size: 1.5rem;
  }

  .job-description {
    color: var(--white);
    font-size: var(--extra-small);
    font-weight: 300;
    line-height: 1.4;
  }

  .div-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-3 {
    padding-left: 0;
  }

  .navbar-wrapper-2 {
    grid-column-gap: 18px;
  }

  .c-menu-item {
    margin-bottom: 15px;
  }

  .c-nav-menu-content-2 {
    width: 80%;
    display: block;
  }

  .center-logo {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
  }

  .c-col-menu-links {
    margin-bottom: 40px;
  }

  .navbar-right-side {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .menu-item-text-2 {
    font-size: 3em;
  }

  .image-93 {
    max-width: 35%;
  }

  .menu-bar {
    width: 60px;
  }

  .dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .four-column-2 {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .footer-column.right {
    margin-bottom: 48px;
  }

  .footer-links-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .social-icon-wrapper._2-icons {
    margin-bottom: 30px;
  }

  .footer-credit-wrapper {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    margin-top: 24px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .breadcrumb-section {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .breadcrumb-section.services {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .breadcrumb-circle-shape {
    width: 365px;
    height: 365px;
    top: -110px;
  }

  .resume-section {
    padding: 60px 0;
  }

  .resume-tab-menu {
    grid-template-columns: 1fr 1fr;
  }

  .resume-tab-link {
    font-size: var(--normal);
  }

  .experience-list {
    margin-left: 0;
  }

  .resume-single-list-wrap {
    padding: 30px;
  }

  .home-logo-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .clients-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-left: 0;
  }

  .clients-grid.logo-animate {
    grid-column-gap: 0rem;
  }

  .client-logo-2 {
    min-height: 5rem;
    max-height: 5rem;
  }

  .contact-me-section {
    padding-top: 60px;
    padding-bottom: 180px;
  }

  .contact-me-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .section-title {
    font-size: 34px;
    line-height: 44px;
  }

  .contact-me-excerpt {
    margin-top: 18px;
    margin-bottom: 20px;
  }

  .contact-info-wrapper {
    flex-flow: wrap;
  }

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

  .image-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 10px;
    padding: 10px;
  }

  .image-wrapper._2.grid-2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding: 6px;
  }

  .image-wrapper._2.grid-2.no-gap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-wrapper._2.grid-up {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding: 6px;
  }

  .image-wrapper.grid-12 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-template-rows: auto auto auto;
    padding: 8px;
  }

  .image-wrapper.grid-3 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding: 6px;
  }

  .image-124 {
    border-radius: 6px;
  }

  .strip-cta {
    padding-bottom: 50px;
  }

  .text-strip {
    font-size: 10em;
  }

  .circle {
    margin-left: 2em;
    margin-right: 2em;
  }

  .gradient-strip {
    bottom: 10%;
  }

  .div-block-244 {
    bottom: 134%;
    right: 29%;
  }

  .div-block-244.profile {
    width: 220px;
    bottom: 149%;
    right: 31%;
  }

  .div-block-244.home {
    bottom: 218px;
  }

  .text-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .click-button {
    padding-top: 60px;
  }

  .div-block-24 {
    margin-bottom: 60px;
  }

  .dot-block {
    order: 2;
    align-self: center;
    min-height: 10vh;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .scroll-line-wrap {
    z-index: 1;
    margin-bottom: -3px;
    bottom: 50%;
  }

  .step {
    justify-content: center;
    padding: 8%;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 40vh;
    padding-bottom: 20px;
  }

  .img-block {
    z-index: 3;
    order: 3;
    min-height: 40vh;
    max-height: 40vh;
    padding-top: 20px;
    position: relative;
  }

  .img-block.anima-1 {
    max-width: 90%;
  }

  .scroll-base {
    position: relative;
  }

  .dot-2 {
    z-index: 99;
    position: static;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    min-height: 110vh;
  }

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

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

  .padding-global.home-hero {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .hero_rotating-badge {
    display: flex;
  }

  .hero_bottom {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    align-items: flex-end;
  }

  .hero_abstruct-image {
    opacity: .5;
    inset: auto 0% 26% auto;
  }

  .hero_description {
    flex: 0 auto;
    order: -9999;
  }

  .hero_heading {
    margin-bottom: 2.5rem;
  }

  .padding-section-xlarge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section_header {
    margin-bottom: 2.5rem;
  }

  .stars-curve {
    margin-top: -210px;
    margin-bottom: -210px;
  }

  .stars-curve-glow {
    background-image: radial-gradient(circle farthest-corner at 50% 100%, var(--neno) 38%, #7877c600 70%);
  }

  .subheading {
    font-size: 18px;
  }

  .heading-medium {
    font-size: 50px;
  }

  .home_testimony_content {
    grid-row-gap: 2.5rem;
  }

  .home_testimony_arrow {
    width: 2rem;
    height: 2rem;
    margin-left: .75rem;
    margin-right: 0;
    position: static;
  }

  .home_testimony_arrow.is-left {
    margin-left: auto;
    margin-right: .75rem;
  }

  .section-header-center.home_tetimony {
    text-align: left;
  }

  .home_testimony_slider {
    flex-flow: wrap;
    display: flex;
  }

  .home_testimony_slide-item {
    margin-right: 0;
  }

  .home_testimony_quote {
    font-size: 1.25rem;
  }

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

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

  .heading-style-h2 {
    font-size: 2rem;
  }

  .contact_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq_icon-wrapper {
    width: 1.75rem;
  }

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

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

  .faq_question {
    padding: 1rem 1.25rem;
  }

  .heading-8.bolding {
    font-size: 6vw;
  }

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

  .section-2.blog-post-hero {
    padding-top: 235px;
    padding-bottom: 58px;
  }

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

  .badge-primary {
    padding: 12px 10px;
  }

  .display-1 {
    font-size: 40px;
    line-height: 54px;
  }

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

  .grid-2-columns.title-and-categories {
    grid-row-gap: 18px;
    flex-flow: column;
  }

  .btn-primary {
    padding: 20px 32px;
  }

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

  .rich-text-block-2 {
    font-size: var(--small);
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    margin-bottom: 40px;
    padding-top: 60px;
  }

  .hero-wrapper {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 20px;
  }

  .hero-wrapper.round {
    padding-right: 0;
  }

  .container {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 15px;
  }

  .container.cta {
    padding-left: 15px;
  }

  .hero-content-and-image-block-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .hero-content-and-image-block-wrap.up-donw {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .hero-content-block {
    text-align: left;
    display: block;
  }

  .hero-front-image {
    flex: 0 auto;
    height: 600px;
    position: relative;
    bottom: 0;
    right: 0;
  }

  .section-subtitle-wrapper.hero-subtitle-block {
    margin-bottom: .25rem;
  }

  .section-subtitle {
    font-size: .8em;
  }

  .section-subtitle.bold.branding {
    font-size: 7.5vw;
  }

  .heading-hero {
    text-align: left;
    font-size: 12vw;
  }

  .heading-hero.about {
    font-size: 12vw;
  }

  .heading-hero.about.timeline {
    font-size: 1.7rem;
  }

  .heading-hero.about.resume.branding {
    font-size: 9vw;
  }

  .heading-hero.about.resume.branding.website {
    font-size: 7vw;
  }

  .heading-hero.about.marketing {
    font-size: 8vw;
  }

  .heading-hero.about.marketing.cta {
    text-align: center;
    font-size: 10vw;
  }

  .heading-hero.about.marketing.cta.branding {
    font-size: 7vw;
    line-height: 95%;
  }

  .heading-hero.about.blog {
    text-align: center;
  }

  .block-paragraph-hero-c {
    padding-bottom: .5em;
  }

  .block-heading-hero-c {
    margin-bottom: 1rem;
  }

  .block-heading-hero-c.home-page {
    margin-bottom: .35rem;
  }

  .paragraph {
    width: auto;
    font-size: var(--extra-small);
    text-align: left;
    line-height: 1.4;
  }

  .achievement-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-bottom: 2rem;
    position: absolute;
  }

  .achievement-container.about {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
  }

  .achievement-number {
    font-size: 42px;
    line-height: 1.2;
  }

  .achievement-number.white {
    font-size: 31px;
    line-height: 1.6;
  }

  .achievement-symbol.about {
    font-size: 1.5rem;
  }

  .achievement-text {
    font-size: var(--small);
  }

  .achievement-text.white {
    font-size: var(--extra-small);
  }

  .section {
    margin-bottom: 2rem;
    padding-top: 40px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section.services {
    margin-bottom: 0;
    padding: 25% 1rem 40px;
  }

  .section.services.timeline.about {
    margin-top: 20px;
  }

  .section.projects {
    margin-top: -7.9rem;
    margin-bottom: 0;
  }

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

  .section.insights {
    padding-top: 10px;
  }

  .display-2, .display-2.center-align.margin-40 {
    font-size: 2.5rem;
  }

  .display-2.center-align.margin-40.service {
    font-size: 7.5vw;
  }

  .center-paragraph-section {
    font-size: var(--extra-small);
  }

  .center-paragraph-section.margin-80 {
    margin-bottom: 0;
  }

  .center-paragraph-section.margin-80.gap {
    margin-bottom: 2rem;
  }

  .center-paragraph-section.margin-80.gap._2 {
    margin-bottom: 1rem;
  }

  .center-paragraph-section.margin-80.size {
    font-size: var(--small);
  }

  .service-circle-border-decor.inner-circle {
    width: calc(95vw - 50px);
    top: 7%;
  }

  .border-glow-horizontal {
    width: 60px;
  }

  .service-circle-decor-blocker {
    height: 70%;
  }

  .service-circle-decor-blocker.back, .service-circle-decor-blocker.front {
    height: 90%;
  }

  .services-container {
    margin-top: 5rem;
  }

  .service-icon-container {
    width: 4rem;
    height: 4rem;
    padding: .8rem;
  }

  .service-icon.full.bit-smiller {
    width: 32px;
  }

  .list-item-title {
    margin-bottom: .625rem;
  }

  .service-description {
    font-size: var(--extra-small);
    line-height: 1.7;
  }

  .skill-section-inner.section-padding-top-130.section-padding-bottom-250 {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .skill-section-inner.section-padding-top-130.section-padding-bottom-250.home {
    padding-bottom: 40px;
  }

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

  .skill-item-wrapper.four-skill-item.skill-width-two {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .single-skill-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    transform: rotate(0);
  }

  .single-skill-item.benefit-2 {
    width: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .single-skill-item.first {
    transform: rotate(-5deg);
  }

  .single-skill-item._2 {
    transform: rotate(5deg);
  }

  .skill-small-shape {
    left: -100px;
  }

  .skill-small-shape._2 {
    display: none;
    top: 182px;
    bottom: auto;
    left: -33px;
  }

  .skill-large-shape._2 {
    display: none;
    top: -94px;
    overflow: visible;
  }

  .cta.cta-section-bg-color {
    padding-bottom: 10px;
  }

  .cta.cta-section-bg-color.home {
    margin-top: 60px;
    padding-bottom: 10px;
  }

  .cta-wrapper.margin-bottom-zero.about {
    margin-top: -23px;
  }

  .cta-title {
    font-size: 1.9rem;
  }

  .primary-button {
    font-size: var(--small);
  }

  .section-text-container.projects.no-button-gap {
    margin-top: 10px;
    margin-bottom: .5rem;
  }

  .section-heading {
    font-size: 2.5rem;
  }

  .section-heading.margin-20 {
    margin-bottom: 1.25rem;
  }

  .section-heading.margin-20.mid-align {
    font-size: 2.5rem;
  }

  .section-heading.margin-20.mid-align.black {
    line-height: 1;
  }

  .section-heading.margin-20.mid-align.black.size {
    font-size: 2rem;
  }

  .section-paragraph {
    font-size: var(--extra-small);
  }

  .section-paragraph.benefit {
    font-size: var(--small);
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .project-slider-container {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .project-slider-container.tranfer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .project-slider {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cms-summary {
    font-size: var(--small);
  }

  .project-slider-arrow-button {
    width: 40px;
    height: 40px;
  }

  .project-slider-arrow-button.left-arrow {
    right: 75px;
  }

  .project-slider-arrow-button.right-arrow {
    right: 20px;
  }

  .project-slider-border.top {
    background-size: auto 52px;
  }

  .project-slider-border.bottom {
    background-image: url('../images/Mobile-Projects-Background-Bottom.svg');
    background-position: 50% 100%;
    background-size: auto 50px;
  }

  .project-slider-border-mask {
    -webkit-mask-image: url('../images/');
    mask-image: url('../images/');
    -webkit-mask-position: bottom;
    mask-position: bottom;
    -webkit-mask-size: auto 50px;
    mask-size: auto 50px;
  }

  .project-slider-border-mask.top {
    -webkit-mask-size: auto 52px;
    mask-size: auto 52px;
  }

  .more-projects-button {
    width: max-content;
    right: 50%;
    transform: translate(50%);
  }

  .marquee-component {
    margin-bottom: 0;
    padding-top: 6.5rem;
    padding-bottom: 5rem;
  }

  .marquee-wrapper {
    height: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    transform: rotate(-11deg);
  }

  .marquee-wrapper._02 {
    transform: rotate(11deg);
  }

  .marquee-inner-wrap {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .marquee-text {
    font-size: var(--normal);
  }

  .image {
    width: 25px;
  }

  .benefit {
    padding-top: 0;
  }

  .content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .heading-block.feature {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .feature-heading-block {
    margin-right: 0;
  }

  .hero-heading-yellow-wrap {
    bottom: -18px;
    right: 0;
  }

  .hero-heading-yellow-wrap.work {
    width: 200px;
  }

  .feature-image-wrapper {
    max-width: 100%;
  }

  .opacity-70 {
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    line-height: 1.4;
  }

  .benefit-image {
    width: 4.5rem;
  }

  .benefit-image-box {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image-2.timeline {
    width: auto;
    max-width: 16rem;
    max-height: 12rem;
  }

  .testimonial-container {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .testimonial-item {
    width: calc(100vw - 40px);
    max-width: 300px;
  }

  .testimonial-gap {
    width: 100%;
  }

  .testimonial-side-fade {
    background-image: linear-gradient(270deg, var(--black-bg) 10%, #0000);
    width: 50px;
  }

  .footer-background {
    min-width: 420px;
    margin-bottom: 1.125rem;
    left: 50%;
    transform: translate(-50%);
  }

  .footer-cta-text {
    font-size: 9vw;
  }

  .whole-counter {
    height: 50px;
    margin-bottom: 0;
  }

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

  .header-about {
    padding: 7rem 1.25rem 8rem;
  }

  .header-about.project._2 {
    padding-top: 10rem;
  }

  .header-about.project._2.blog-1 {
    padding-top: 8rem;
  }

  .header-about.project.blog {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-24 {
    font-size: 2.6rem;
  }

  .about-me-paragraph {
    font-size: var(--extra-small);
    line-height: 1.6;
  }

  .about-me-paragraph.project.cta {
    line-height: 1.2;
  }

  .about-me-paragraph.project.cta.branding {
    font-size: var(--small);
  }

  .social-media-container-special {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .link {
    color: var(--neno);
    text-decoration: none;
  }

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

  .working-experience-container {
    margin-top: 2rem;
    margin-left: -.3rem;
    padding-left: 1rem;
  }

  .progression-line {
    height: calc(100% - 1.25rem);
  }

  .progression-bar-end-point {
    bottom: 1.25rem;
  }

  .progress-circle-indicator-container {
    left: -1rem;
  }

  .download-cv-button-container.services {
    margin-top: 0;
  }

  .text-block-12.menu {
    color: #000;
  }

  .text-contact.menu {
    margin-bottom: 10px;
  }

  .navbar-wrapper-2 {
    border-bottom-right-radius: .8rem;
    border-bottom-left-radius: .8rem;
    height: 60px;
  }

  .c-nav-menu-overlay-2 {
    display: none;
  }

  .c-menu-item {
    margin-bottom: 10px;
    line-height: 1em;
  }

  .c-menu-item.hide, .nav-social-address-2 {
    display: none;
  }

  .nav-social-address-2.head.menu {
    padding-bottom: 40px;
    font-size: 15px;
    line-height: 1em;
    display: flex;
  }

  .c-nav-menu-btn {
    width: 36px;
    height: 36px;
  }

  .c-nav-menu-content-2 {
    width: 85%;
    margin-top: -35px;
    padding-left: 35px;
  }

  .center-logo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .center-logo.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  ._w-col-menu-social {
    align-self: auto;
    padding-bottom: 0;
  }

  .grain-wrapper {
    border-bottom-right-radius: .8rem;
    border-bottom-left-radius: .8rem;
  }

  .c-col-menu-links {
    margin-bottom: 50px;
  }

  .navbar-right-side {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-5 {
    color: #fff;
  }

  .heading-5.menu {
    color: #000;
    margin-bottom: 0;
    line-height: 20px;
  }

  .menu-item-text-2 {
    font-size: 1.8em;
    font-weight: 300;
  }

  .menu-item-text-2.contact {
    border-bottom: 1px #000;
    padding-top: 18px;
    font-weight: 300;
    line-height: .3em;
  }

  .menu-item-text-2.contact.join {
    font-size: 18px;
  }

  .nav-menu-btn-line.short, .nav-menu-btn-line.long {
    background-color: #000;
  }

  .image-93 {
    max-width: 70%;
    display: block;
  }

  .image-93.no-rounds {
    max-width: 70%;
  }

  .image-93.no-rounds.mustafa {
    max-width: 2.5rem;
  }

  .link-block-6 {
    display: none;
  }

  .div-block-196 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-196.t {
    align-items: flex-start;
  }

  .c-nav-social-contact-item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .menu-bar {
    width: 50px;
  }

  .social-nav-icon {
    max-width: 100%;
  }

  .dropdown-toggle-2 {
    margin-right: 10px;
    padding-right: 10px;
  }

  .social-circle {
    margin-right: 5px;
  }

  .dropdown-link {
    padding-left: 10px;
  }

  .b-nav-menu-btn.menu-opened {
    display: none;
  }

  .b-nav-menu-btn.default {
    background-color: #fff;
  }

  .footer---section {
    position: absolute;
  }

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

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

  .social-icon-wrapper {
    grid-template-rows: auto;
    grid-auto-flow: row;
  }

  .social-icon-wrapper._2-icons {
    margin-bottom: 25px;
  }

  .legal-credits {
    grid-template-columns: auto;
    justify-content: center;
    justify-items: center;
  }

  .breadcrumb-section {
    margin-top: 4rem;
    padding-bottom: 20px;
  }

  .breadcrumb-section.services {
    width: 90%;
  }

  .breadcrumb-circle-shape {
    width: 250px;
    height: 250px;
    top: -50px;
  }

  .resume-tab-menu {
    grid-template-columns: 1fr;
  }

  .experience-list {
    margin-left: 5px;
    padding-left: 20px;
  }

  .resume-single-list {
    position: relative;
  }

  .resume-single-list-wrap {
    padding: 20px;
  }

  .resume-single-list-inner {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .resume-icon-and-header {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    align-content: stretch;
  }

  .time-period {
    font-size: var(--extra-small);
  }

  .resume-title {
    font-size: var(--small);
  }

  .resume-description {
    font-size: var(--extra-small);
  }

  .resume-card-line-connector {
    right: 99%;
  }

  .resume-card-center-line-dot {
    outline-offset: -7px;
    outline-width: 4px;
    width: 22px;
    height: 22px;
  }

  .home-logo-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .clients-grid.logo-animate {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 0;
  }

  .client-logo-2 {
    object-fit: contain;
    object-position: 50% 50%;
    min-height: 5px;
    max-height: 4rem;
    overflow: clip;
  }

  .section-title {
    font-size: 30px;
    line-height: 40px;
  }

  .contact-me-form-wrapper {
    padding: 0;
  }

  .single-contact-form-block {
    margin-bottom: 15px;
  }

  .accordian-item {
    padding: 12px;
  }

  .accordian-heading-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .accordian-icon-block {
    flex: none;
    width: 38px;
    height: 38px;
  }

  .qustion-text {
    font-weight: 600;
    line-height: 1.4;
  }

  .accordian-answer-block {
    padding-left: 30px;
  }

  .accordian-answer._1 {
    line-height: 1.4;
  }

  .image-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    border-radius: 10px;
    padding: 6px;
  }

  .image-wrapper._2.grid-2.no-gap {
    padding: 5px;
  }

  .image-wrapper.grid-12, .image-wrapper.grid-3 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    padding: 3px;
  }

  .image-124 {
    border-radius: 6px;
  }

  .strip-cta {
    padding-bottom: 75px;
  }

  .text-strip {
    font-size: 5em;
  }

  .circle {
    width: 2em;
    height: 2em;
    margin-left: 1.5em;
    margin-right: 1.5em;
  }

  .gradient-strip {
    bottom: 25%;
  }

  .div-block-244 {
    width: 200px;
    bottom: 134%;
    right: 25%;
  }

  .div-block-244.profile {
    width: 150px;
    bottom: 140%;
    right: 30%;
  }

  .div-block-244.home {
    bottom: 253px;
    right: 24%;
  }

  .fixed-form-trigger {
    width: 54px;
    height: 54px;
    bottom: 8px;
    right: 16px;
  }

  .chat-icon {
    width: 24px;
    height: 24px;
  }

  .chat-close {
    width: 26px;
    height: 26px;
  }

  .chatbot-sub-title {
    font-size: 12px;
    display: none;
  }

  .form-item {
    margin-bottom: 14px;
  }

  .chatbot-main-content {
    grid-row-gap: 16px;
    margin-top: 18px;
    margin-bottom: 4px;
  }

  .chatbot-form-wrapper {
    max-width: 88vw;
    bottom: 16px;
    right: 16px;
  }

  .chatbot-title-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .chatbot-title {
    margin-bottom: 0;
    font-size: 16px;
  }

  .image-38 {
    margin-bottom: 25px;
  }

  .text-block-20 {
    margin-left: 0;
  }

  .click-button {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-24 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .image-37 {
    margin-bottom: 1px;
    margin-left: -135px;
    margin-right: 0;
    padding-bottom: 0;
    transform: rotate(151deg);
  }

  .toggle-button-m-dark {
    margin-top: 10px;
  }

  .img-block {
    width: 90%;
  }

  .content-2 {
    font-size: 20px;
  }

  .lottie-animation-3 {
    width: 45%;
  }

  .lottie-animation-3._21, .block_wrap {
    width: 100%;
  }

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

  .bg-color-right.offset {
    top: -11%;
  }

  .padding-global {
    padding-bottom: 20px;
  }

  .padding-global.home-hero {
    padding-top: 8rem;
    padding-bottom: 0;
  }

  .hero_component {
    margin-top: 40px;
  }

  .hero_rotating-badge {
    display: flex;
    transform: scale(.6);
  }

  .hero_bottom {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .hero_abstruct-image {
    inset: 20% 16% auto auto;
  }

  .section_hero {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 6rem;
    display: flex;
  }

  .hero_description {
    order: -9999;
  }

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

  .home_about_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
  }

  .paragraph-4 {
    line-height: 1;
  }

  .heading-medium {
    margin-bottom: 18px;
    font-size: 36px;
  }

  .home_testimony_arrow {
    margin-right: .63rem;
  }

  .home_testimony_quote {
    font-size: 1rem;
  }

  .textscroll_hero-text {
    font-size: var(--large);
  }

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

  .heading-8 {
    font-size: var(--large);
    line-height: 1.2;
  }

  .heading-8.bolding {
    font-size: 8vw;
  }

  .rich-text-block {
    font-size: var(--small);
  }

  .section-2 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-2.blog-post-hero {
    padding-top: 198px;
    padding-bottom: 58px;
  }

  .author-container {
    margin-right: 16px;
  }

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

  .badge-primary {
    font-size: 14px;
    line-height: 16px;
  }

  .display-1 {
    font-size: 34px;
    line-height: 46px;
  }

  .grid-2-columns.title-and-categories {
    flex-flow: column;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .grid-13 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-text {
    width: 300px;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .text-block-101 {
    width: 320px;
    padding-top: 0;
    font-size: 25px;
    line-height: 35px;
  }

  .p-p {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text-3 {
    font-size: 7.5vw;
  }
}

#w-node-d8d6f547-c7c7-8cf9-74b7-d2ab20005099-20005097 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d8d6f547-c7c7-8cf9-74b7-d2ab2000509a-20005097 {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: stretch;
}

#w-node-d8d6f547-c7c7-8cf9-74b7-d2ab200050bb-20005097 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: end center;
}

#w-node-d8d6f547-c7c7-8cf9-74b7-d2ab200050c9-20005097 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-d8d6f547-c7c7-8cf9-74b7-d2ab200050d0-20005097 {
  justify-self: end;
}

#w-node-_083878ed-4644-f852-4dcc-940613784e81-13784e7f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_083878ed-4644-f852-4dcc-940613784e83-13784e7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_083878ed-4644-f852-4dcc-940613784e84-13784e7f {
  align-self: center;
}

#w-node-_083878ed-4644-f852-4dcc-940613784e89-13784e7f {
  grid-area: 1 / 2 / 2 / 4;
  place-self: auto;
}

#w-node-_083878ed-4644-f852-4dcc-940613784e8b-13784e7f {
  justify-self: end;
}

#w-node-_083878ed-4644-f852-4dcc-940613784e91-13784e7f, #w-node-_6c0d56c5-aaf3-3d3b-9f06-dfe09bd50ebb-9bd50eae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_4027b396-929a-25b4-98b9-4dc7e10b10c7-2be7ddfe {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d8d6f547-c7c7-8cf9-74b7-d2ab2000509a-20005097 {
    grid-column: 1 / 5;
  }

  #w-node-_083878ed-4644-f852-4dcc-940613784e89-13784e7f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_083878ed-4644-f852-4dcc-940613784e8b-13784e7f {
    justify-self: end;
  }

  #w-node-_4027b396-929a-25b4-98b9-4dc7e10b10c7-2be7ddfe, #w-node-_1f6c31fa-9979-11d5-33d7-b2b8247bba2a-2be7ddfe, #w-node-a56bd39d-9c36-6a22-17e8-a19d55590aac-2be7ddfe, #w-node-_1b8f6390-e9e1-286e-eae8-15b713ef9f46-2be7ddfe, #w-node-_746db8be-b1f1-5003-4e66-f3e01ce3280a-2be7ddfe {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d8d6f547-c7c7-8cf9-74b7-d2ab2000509a-20005097 {
    grid-column-end: 2;
  }

  #w-node-d8d6f547-c7c7-8cf9-74b7-d2ab200050bb-20005097 {
    grid-column: span 1 / span 1;
  }

  #w-node-d8d6f547-c7c7-8cf9-74b7-d2ab200050c9-20005097 {
    grid-column-end: 2;
  }

  #w-node-d8d6f547-c7c7-8cf9-74b7-d2ab200050d0-20005097 {
    justify-self: center;
  }

  #w-node-_083878ed-4644-f852-4dcc-940613784e8b-13784e7f {
    justify-self: end;
  }

  #w-node-_6c0d56c5-aaf3-3d3b-9f06-dfe09bd50ebd-9bd50eae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6c0d56c5-aaf3-3d3b-9f06-dfe09bd50ebd-9bd50eae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Monasans Expanded';
  src: url('../fonts/MonaSans_Expanded-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monasans Expanded';
  src: url('../fonts/MonaSans_Expanded-ExtraBold.ttf') format('truetype'), url('../fonts/MonaSans_Expanded-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monasans';
  src: url('../fonts/MonaSans-ExtraBold.ttf') format('truetype'), url('../fonts/MonaSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monasans';
  src: url('../fonts/MonaSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monasans';
  src: url('../fonts/MonaSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monasans';
  src: url('../fonts/MonaSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monasans Expanded';
  src: url('../fonts/MonaSans_Expanded-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monasans Expanded';
  src: url('../fonts/MonaSans_Expanded-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monasans';
  src: url('../fonts/MonaSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monasans';
  src: url('../fonts/MonaSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}