:root {
  --container-lg: 1272px;
  --inter: "Inter Tight", sans-serif;
  --large-button-size: 64px;
  --violet-100: #4928fd;
  --blue-100: #70b5ff;
  --regular-medium: 16px;
  --white-100: white;
  --medium-button-size: 48px;
  --black-100: #1b1d1e;
  --purple-100: #b981ed;
  --instrument: "Instrument Serif", sans-serif;
  --heading-h5-desktop: 24px;
  --black-10: #1b1d1e1a;
  --regular-small: 14px;
  --heading-h3-desktop: 48px;
  --black-60: #1b1d1e99;
  --white-60: #fff9;
  --yellow-100: #f6e683;
  --heading-h2-desktop: 72px;
  --black-50: #1b1d1e0d;
  --white-10: #ffffff1a;
  --green-100: #79d45e;
  --heading-h6-desktop: 20px;
  --orange-100: #ffaf68;
  --heading-h4-desktop: 32px;
  --header-h1-desktop: 130px;
  --pink-100: #f4889a;
  --violet-20: #4928fd33;
  --orange-20: #ffaf6833;
  --yellow-20: #f6e68333;
  --green-20: #79d45e33;
  --purple-20: #b981ed33;
  --pink-20: #f4889a33;
  --blue-20: #70b5ff33;
  --container-md: 738px;
  --container-sm: 290px;
  --untitled-ui--gray600: #475467;
  --untitled-ui--white: white;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray700: #344054;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--primary50: #f9f5ff;
  --untitled-ui--pink50: #fdf2fa;
  --untitled-ui--pink700: #c11574;
  --untitled-ui--indigo50: #eef4ff;
  --untitled-ui--indigo700: #3538cd;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--gray800: #1d2939;
  --black-40: #1b1d1e66;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

a {
  text-decoration: underline;
}

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

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: var(--container-lg);
  width: 100%;
  max-width: 1520px;
  margin-bottom: 0;
  margin-right: auto;
  padding: 10px 25px;
}

.body {
  font-family: var(--inter);
}

.button {
  width: 256px;
  height: var(--large-button-size);
  border: 1px solid var(--violet-100);
  background-color: var(--blue-100);
  border-radius: 33px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px 8px 20px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.button:hover {
  border: 1px solid var(--violet-100);
}

.section {
  background-image: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 190px;
  padding-bottom: 60px;
  position: relative;
}

.button-primary-2 {
  color: #fff;
  font-size: var(--regular-medium);
  letter-spacing: 1px;
  text-transform: capitalize;
  background-color: #1a1b1f;
  border-radius: 25px;
  padding: 12px 8px 12px 20px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
}

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

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

.avatar-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.avatar-img {
  border: 2px solid var(--white-100);
  border-radius: 100%;
  margin-left: -9px;
}

.c2a-button {
  box-sizing: border-box;
  height: var(--medium-button-size);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--black-100);
  background-color: var(--purple-100);
  font-size: var(--regular-medium);
  line-height: var(--medium-button-size);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 25px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  display: flex;
}

.text-block-5 {
  color: var(--white-100);
  text-decoration: none;
}

.btn-icon {
  background-color: var(--white-100);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.text-block-6 {
  color: var(--white-100);
  text-align: left;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.text-block-6:hover {
  -webkit-text-stroke-color: var(--violet-100);
}

.arrow-div {
  background-color: var(--white-100);
  border-radius: 45px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.home-logo-section {
  padding-top: 80px;
  padding-bottom: 0;
}

.logo-sec-container {
  max-width: var(--container-lg);
}

.home-about-section {
  padding-top: 160px;
  padding-bottom: 0;
  font-weight: 500;
  line-height: 120%;
}

.container-4 {
  max-width: var(--container-lg);
  padding-left: 20px;
  padding-right: 20px;
}

.container-5 {
  max-width: var(--container-lg);
  padding: 160px 20px 0;
}

.home-heading-h2 {
  text-align: center;
  max-width: 425px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
}

.span-txt {
  font-family: var(--instrument);
  color: #70b5ff;
  letter-spacing: -1px;
  font-style: italic;
}

.innovation-heading-div {
  max-width: var(--container-lg);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: center;
  display: flex;
}

.innovation-grid {
  max-width: var(--container-lg);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 64px;
  display: grid;
}

.call-to-action {
  background-color: var(--black-100);
  border-radius: 24px;
  margin-top: 48px;
  padding: 32px 48px;
}

.title-1 {
  color: var(--white-100);
  font-size: var(--heading-h5-desktop);
  line-height: var(--heading-h5-desktop);
  font-weight: 500;
}

.title-2 {
  color: var(--white-100);
  font-size: var(--heading-h5-desktop);
  line-height: var(--heading-h5-desktop);
  letter-spacing: normal;
  margin-top: 2px;
  margin-bottom: 0;
  font-weight: 500;
}

.collabrator-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.let-s-collaborate {
  height: var(--medium-button-size);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--white-100);
  background-color: var(--white-100);
  color: var(--black-100);
  font-size: var(--regular-medium);
  line-height: var(--regular-medium);
  text-align: center;
  border-radius: 45px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 8px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
}

.let-s-collaborate:hover {
  border: 1px solid var(--white-100);
}

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

.div-block-21 {
  background-color: var(--black-100);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.collabrator-btn-div {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.back-to-home-btn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--white-100);
  background-color: var(--blue-100);
  color: var(--white-100);
  font-size: var(--regular-medium);
  line-height: var(--regular-medium);
  border-radius: 45px;
  justify-content: center;
  align-items: center;
  padding: 9px 8px 9px 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.div-block-23 {
  background-color: var(--white-100);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.home-our-work-section {
  padding-top: 160px;
  padding-bottom: 0;
}

.container-6 {
  max-width: var(--container-lg);
  padding-left: 20px;
  padding-right: 20px;
}

.heading-div {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.our-work-heading {
  max-width: 768px;
  color: var(--black-100);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
}

.avatar {
  border-radius: 16px;
}

.small-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-7 {
  font-size: var(--heading-h5-desktop);
  line-height: var(--heading-h5-desktop);
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 500;
}

.chips {
  grid-column-gap: 12px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.link-block-2 {
  border: 1px solid var(--black-10);
  height: 32px;
  color: var(--black-100);
  font-size: var(--regular-small);
  border-radius: 25px;
  padding: 6px 16px;
  text-decoration: none;
}

.card-1, .card-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.card-3, .card-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-flow: column;
  display: flex;
}

.container-7 {
  max-width: var(--container-lg);
  padding-left: 20px;
  padding-right: 20px;
}

.home-our-team-sec {
  padding-top: 160px;
  padding-bottom: 0;
  display: none;
}

.ourteam-heading-div {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.creative-mind-heading {
  max-width: 600px;
  color: var(--black-100);
  font-size: 48px;
  line-height: var(--heading-h3-desktop);
  text-align: center;
  margin: 0 auto;
  font-weight: 500;
}

.creative-mind-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 80px;
}

.profile-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.creative-block-title {
  color: var(--black-100);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.position-txt {
  color: var(--black-60);
  font-size: var(--regular-small);
  text-align: center;
  line-height: 120%;
}

.creative-descp-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-link-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.container-8 {
  max-width: var(--container-lg);
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

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

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: center;
  display: flex;
}

.testimonial-heading-h2 {
  max-width: 650px;
  color: var(--black-100);
  font-size: 48px;
  line-height: var(--heading-h3-desktop);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.review-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  margin-top: 80px;
}

.about-card-1 {
  background-image: url('../images/bg-cover.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 16px;
  flex-flow: column;
  min-height: 480px;
  padding: 32px;
  display: flex;
}

.text-block-15 {
  color: var(--white-60);
  font-size: var(--regular-small);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.heading-11 {
  color: var(--white-100);
  font-size: var(--heading-h5-desktop);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 120%;
}

.text-block-16 {
  color: var(--white-100);
  font-size: var(--regular-medium);
  font-weight: 500;
}

.text-block-17 {
  color: var(--white-60);
  font-size: var(--regular-small);
}

.div-block-28 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  display: flex;
}

.about-card-2 {
  background-color: var(--yellow-100);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.text-block-18 {
  color: var(--black-60);
  font-size: var(--regular-small);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.heading-12 {
  color: var(--black-100);
  font-size: var(--heading-h3-desktop);
  line-height: var(--heading-h2-desktop);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.heading-13 {
  color: var(--black-100);
  font-size: var(--heading-h5-desktop);
  font-weight: 500;
  line-height: 120%;
}

.div-block-30 {
  margin-top: auto;
}

.grid-11 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  place-items: stretch stretch;
  margin-top: 24px;
}

.about-card-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--black-100);
  border-radius: 16px;
  flex-flow: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.text-block-19 {
  color: var(--white-60);
  font-size: var(--regular-small);
  line-height: var(--regular-small);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.heading-14 {
  color: var(--white-100);
  font-size: var(--heading-h5-desktop);
  margin-top: 24px;
  margin-bottom: 24px;
  font-weight: 500;
  line-height: 120%;
}

.image-2 {
  border-radius: 8px;
  width: 100%;
}

.about-card-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--black-50);
  border-radius: 16px;
  flex-flow: column;
  min-height: 500px;
  padding: 32px;
  display: flex;
}

.text-block-20 {
  color: var(--black-60);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.heading-15 {
  color: var(--black-100);
  font-size: var(--heading-h5-desktop);
  margin-top: 24px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 120%;
}

.heading-16 {
  color: var(--black-100);
  font-size: var(--regular-medium);
  line-height: var(--regular-medium);
  margin-top: 0;
  margin-bottom: 4px;
  font-weight: 500;
}

.text-block-21 {
  color: var(--black-60);
  font-size: var(--regular-small);
}

.div-block-32 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  display: flex;
}

.section-7 {
  padding-top: 160px;
  padding-bottom: 0;
}

.grid-12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-content: center;
  display: flex;
}

.pricing-heading-h2 {
  max-width: 439px;
  color: var(--black-100);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
  display: block;
}

.text-span-6 {
  font-family: var(--instrument);
  color: var(--violet-100);
  letter-spacing: -1px;
  font-style: italic;
}

.pricing-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 80px;
}

.plan-1 {
  background-color: var(--yellow-100);
  border-radius: 16px;
  padding: 40px;
}

.div-block-34 {
  background-color: var(--violet-100);
  border-radius: 16px;
  padding: 40px;
}

.badge {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black-100);
  width: auto;
  height: 36px;
  color: var(--white-100);
  font-size: var(--regular-medium);
  vertical-align: baseline;
  border-radius: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 7px 16px;
  display: inline-block;
}

.plan-descp {
  color: var(--black-60);
  font-size: var(--regular-small);
  text-align: left;
  margin-top: 12px;
}

.pricing {
  color: var(--black-100);
  font-size: var(--heading-h3-desktop);
  line-height: var(--heading-h3-desktop);
  margin-top: auto;
  margin-bottom: 12px;
  font-weight: 500;
}

.pricing-validity {
  color: var(--black-60);
  font-size: var(--regular-medium);
  line-height: var(--regular-medium);
  font-weight: 400;
}

.plan-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.feature-sec {
  border-left: 1px solid var(--black-10);
  flex-flow: column;
  align-items: flex-start;
  padding-left: 24px;
  display: flex;
}

.feature-txt {
  color: var(--black-100);
  font-size: var(--regular-medium);
  margin-bottom: 16px;
  padding-left: 0;
  font-weight: 500;
}

.div-block-36 {
  flex-flow: column;
  align-items: flex-start;
  padding-right: 24px;
  display: flex;
}

.points {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.grid-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.div-block-37 {
  flex-flow: column;
  align-items: flex-start;
  padding-right: 24px;
  display: flex;
}

.div-block-38 {
  border-left: 1px solid var(--white-10);
  flex-flow: column;
  align-items: flex-start;
  padding-left: 24px;
  display: flex;
}

.text-block-25 {
  color: var(--white-60);
  text-align: left;
  margin-top: 12px;
}

.heading-19 {
  color: var(--white-100);
  font-size: var(--heading-h3-desktop);
  line-height: var(--heading-h3-desktop);
  justify-content: flex-start;
  align-items: baseline;
  margin-top: auto;
  margin-bottom: 12px;
  font-weight: 500;
  display: flex;
}

.pricing-validaity {
  color: var(--white-60);
  font-size: var(--regular-medium);
  margin-left: 2px;
  font-weight: 400;
}

.text-block-26 {
  color: var(--white-100);
  font-size: var(--regular-medium);
  margin-bottom: 16px;
}

.list-item-7 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  height: 120%;
  list-style-type: none;
  display: flex;
}

.text-block-27 {
  color: var(--white-100);
  font-size: var(--regular-medium);
}

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

.text-block-28 {
  color: var(--black-100);
  font-size: var(--regular-medium);
}

.list-item-8 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  height: 120%;
  display: flex;
}

.image-4 {
  width: auto;
  height: auto;
}

.feature-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.container-10 {
  max-width: var(--container-lg);
  padding-left: 20px;
  padding-right: 20px;
}

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

.grid-16 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-content: center;
  margin-bottom: 80px;
}

.heading-20 {
  max-width: 476px;
  color: var(--black-100);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
  display: block;
}

.text-span-9 {
  font-family: var(--instrument);
  color: var(--green-100);
  letter-spacing: -1px;
  font-style: italic;
}

.accordian-item {
  z-index: 10;
  border: 1px solid var(--black-10);
  border-radius: 16px;
  width: 100%;
  min-height: 80px;
  padding-left: 0;
  overflow: hidden;
}

.accordion-toggle {
  justify-content: flex-start;
  align-items: center;
  min-height: 80px;
  padding-left: 24px;
  padding-right: 24px;
  line-height: 20px;
  display: flex;
}

.dropdown-list {
  background-color: #0000;
  padding-bottom: 32px;
  padding-left: 24px;
  padding-right: 24px;
  display: none;
  position: static;
}

.text-block-30 {
  color: var(--black-100);
  text-overflow: ellipsis;
  white-space: normal;
  overflow-wrap: normal;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.div-block-41 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 925px;
  margin-left: auto;
  margin-right: auto;
  line-height: 20px;
  display: flex;
}

.container-11 {
  max-width: var(--container-lg);
  padding-left: 20px;
  padding-right: 20px;
}

.home-achievement-sec {
  padding-top: 160px;
  padding-bottom: 0;
}

.grid-17 {
  grid-template-rows: auto;
  grid-template-columns: .75fr;
  place-content: center;
}

.achevement-heading-h2 {
  max-width: 704px;
  color: var(--black-100);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
  display: block;
}

.grid-18 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.excellence {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border: 1px solid var(--black-10);
  cursor: auto;
  border-radius: 16px;
  flex-flow: column;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.text-block-31 {
  color: var(--black-60);
  font-size: var(--regular-medium);
  text-decoration: none;
}

.heading-24 {
  color: var(--black-100);
  font-size: var(--heading-h5-desktop);
  margin-top: 12px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.container-12 {
  max-width: var(--container-lg);
  padding-left: 20px;
  padding-right: 20px;
}

.home-solution-section {
  padding-top: 160px;
  padding-bottom: 40px;
}

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

.subtext {
  color: var(--black-60);
  font-size: var(--regular-medium);
  margin-bottom: 24px;
}

.c2a-title {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
}

.c2a-main {
  border: 1px solid var(--black-10);
  background-image: url('../images/bg-c2a.png');
  background-position: 100% 100%;
  background-repeat: repeat-x;
  background-size: auto;
  border-radius: 24px;
  padding: 120px 60px;
}

.footer {
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}

.container-14 {
  max-width: var(--container-lg);
  padding: 0 20px 24px;
}

.grid-19 {
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1.25fr;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 32px;
  margin-bottom: 32px;
}

.text-block-32 {
  color: var(--black-60);
  font-size: var(--regular-medium);
  letter-spacing: .5px;
  line-height: 140%;
}

.div-block-42 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.footer-column-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 475px;
  display: flex;
}

.title {
  color: var(--black-100);
  font-size: var(--regular-medium);
  margin-bottom: 16px;
  font-weight: 500;
}

.list-item-9 {
  min-height: 22px;
  color: var(--black-100);
  font-size: var(--regular-medium);
  line-height: 140%;
}

.list-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.div-block-43 {
  border-top: 1px solid var(--black-10);
  padding-top: 15px;
}

.container-15 {
  max-width: var(--container-lg);
}

.text-block-33 {
  color: var(--black-60);
  font-size: var(--regular-medium);
  text-align: center;
  letter-spacing: .4px;
  line-height: 140%;
}

.innovation-item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #31333033;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 32px;
  display: flex;
}

.heading-25 {
  max-width: 115px;
  font-size: var(--heading-h6-desktop);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 24px;
}

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

.navbar-wrapper-3 {
  z-index: 20;
  max-width: var(--container-lg);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 15px;
  display: flex;
  position: relative;
}

.nav-menu-two-2 {
  border: 1px solid #1b1d1e0d;
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: inline-flex;
}

.mobile-menu-overlay {
  display: none;
}

.div-block-47 {
  z-index: 11;
  width: 100%;
  height: 96px;
  position: fixed;
}

.div-block-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-logo-left {
  z-index: 11;
  border-bottom: 1px #1b1d1e1a;
  position: static;
}

.nav-link-4 {
  color: #1b1d1e99;
  letter-spacing: .25px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 11px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.nav-link-4:hover {
  color: var(--black-100);
  background-color: #fff;
  border-radius: 999px;
}

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

.nav-link-4.w--current {
  color: var(--black-100);
  background-color: #fff;
  border-radius: 999px;
  padding: 8px 11px;
}

.div-block-53 {
  display: none;
}

.div-block-29 {
  display: none;
  position: relative;
}

.list-item-14 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #1b1d1e0d;
  border-radius: 999px;
  padding: 4px 10px;
  display: flex;
}

.gradient-background {
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-image: url('../images/background-gradient.webp');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  width: 100%;
  height: 70vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.main {
  position: relative;
}

.logo-section {
  max-width: 1385px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.marquee_wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 200vw;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.static-marquee_logos {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-around;
  width: 100vw;
  display: flex;
}

.logo-2 {
  width: 140px;
  min-width: 140px;
  max-width: 140px;
}

.left-overlay-div {
  background-image: linear-gradient(90deg, #fff, #fff0 75%);
  width: 16%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.right-overlay-div {
  background-image: linear-gradient(90deg, #fff0, #fff 75%);
  width: 16%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.brand-txt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.left-divider {
  background-image: linear-gradient(90deg, #1b1e1d00, #1b1d1e1a 80%);
  width: 1920px;
  max-width: 170px;
  height: 2px;
}

.divider-with-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #1b1d1e99;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.right-divider {
  background-image: linear-gradient(90deg, #1b1d1e1a, #1b1e1d00 81%);
  width: 210px;
  max-width: 210px;
  height: 2px;
}

.hero-heading-h1 {
  max-width: 1100px;
  font-family: var(--inter);
  color: var(--black-100);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 500;
  line-height: 120%;
}

.italic-span {
  font-family: var(--instrument);
  letter-spacing: -2px;
  font-style: italic;
  font-weight: 400;
}

.italic-span.typing-text {
  color: var(--orange-100);
  font-weight: 400;
}

.para-txt {
  color: #1b1d1e99;
  letter-spacing: .4px;
  max-width: 700px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  font-size: 16px;
  line-height: 140%;
}

.container-main {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1272px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.rating-div {
  text-align: left;
}

.trusted-text {
  color: #1b1d1e99;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.grid-21 {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.crafting-heading {
  color: var(--black-100);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
}

.creativity-bedge {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  cursor: pointer;
  background-color: #ba81ee33;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 4px 24px;
  display: inline-flex;
}

.creativity-img {
  display: block;
}

.creativity-txt {
  font-family: var(--instrument);
  color: #ba81ee;
  letter-spacing: -1px;
  margin-bottom: 0;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
}

.innovation-txt {
  font-family: var(--instrument);
  color: #70b5ff;
  letter-spacing: -1px;
  margin-bottom: 0;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
}

.innovation-bedge {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #70b5ff33;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 4px 24px;
  display: inline-flex;
}

.bedges-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.strategy-bedge {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #ffaf6833;
  border-radius: 999px;
  padding: 4px 24px;
  display: flex;
}

.strategy-txt {
  font-family: var(--instrument);
  color: #ffaf68;
  letter-spacing: normal;
  margin-bottom: 0;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
}

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

.count {
  color: var(--black-100);
  font-size: var(--header-h1-desktop);
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  line-height: 100%;
  display: flex;
}

.crafting-bedge-section {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-190 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 32px 10px;
  display: flex;
}

.descp {
  color: #1b1d1e99;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.count-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.count-div-wrapper {
  justify-content: center;
  display: flex;
}

.count-sec-divider {
  background-color: #1b1d1e1a;
  justify-content: flex-end;
  width: 1px;
  height: 60%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.plus {
  color: var(--black-100);
  margin-bottom: 0;
  font-size: 80px;
  line-height: 30%;
}

.count-div, .div-block-194 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-195 {
  align-items: flex-start;
  display: flex;
}

.span-italic-txt {
  font-family: var(--instrument);
  color: var(--purple-100);
  letter-spacing: -1px;
  font-style: italic;
  font-weight: 400;
}

.div-block-196 {
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-197 {
  background-color: #000000b3;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: none;
  position: absolute;
  inset: 0% auto auto;
}

.image-30 {
  position: relative;
}

.div-block-198 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.text-span-14 {
  font-family: var(--instrument);
  color: var(--green-100);
  letter-spacing: -1px;
  font-style: italic;
  font-weight: 400;
}

.twitter-link {
  opacity: 1;
  color: #000;
}

.twitter-link:hover, .linkedin-link:hover {
  opacity: .7;
}

.text-span-15 {
  font-family: var(--instrument);
  color: var(--pink-100);
  letter-spacing: -1px;
  font-style: italic;
  font-weight: 400;
}

.text-block-34, .text-block-35, .text-block-36, .text-block-37, .text-block-38, .text-block-39 {
  color: #1b1d1e99;
  font-size: 16px;
}

.text-span-16 {
  font-family: var(--instrument);
  color: var(--yellow-100);
  letter-spacing: -1px;
  font-style: italic;
}

.text-span-17 {
  font-family: var(--instrument);
  color: #fd282c;
  letter-spacing: -1px;
  font-style: italic;
  font-weight: 400;
}

.flex-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-self: auto;
  display: grid;
}

.footer-social-icon:hover {
  opacity: .8;
  transform: translate(0, -2px);
}

.container-17 {
  max-width: 1275px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-199 {
  padding-top: 190px;
  padding-bottom: 0;
}

.heading-29 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
}

.text-span-18 {
  color: #70b5ff;
  font-family: Instrument Serif, sans-serif;
  font-style: italic;
}

.submit-button {
  pointer-events: auto;
  color: var(--white-100);
  cursor: pointer;
  background-color: #0000;
  border-radius: 50px;
  padding: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  transition: border-color .4s;
}

.submit-button:hover {
  color: #fff;
  border-width: 1px;
}

.contact_message-field {
  color: #eaeaea;
  background-color: #0000;
  border: 1px solid #1b1d1e33;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 1rem;
  font-size: 18px;
  font-weight: 400;
  transition: border-color .4s;
}

.contact_message-field:focus {
  border-bottom-color: #78c4cc;
}

.contact_form {
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 1100px;
  margin-bottom: 0;
  padding: 25px;
  position: relative;
}

.contact_field {
  color: #1b1d1e;
  background-color: #0000;
  border: 1px solid #1b1d1e33;
  border-radius: 999px;
  height: 100%;
  margin-bottom: 0;
  padding: .6875rem 1rem;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: border-color .4s;
}

.contact_field:focus {
  border-bottom-color: #78c4cc;
}

.submit-button-wrapper {
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.submit-button-wrapper.style-guide-submitbtn {
  justify-content: flex-start;
}

.contact_form-grid {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.error-message-text {
  color: #242424;
}

.success-message-2 {
  color: #1b1d1e;
  background-color: #fff;
  margin-top: 1rem;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
}

.error-message-3 {
  margin-top: 1rem;
}

.div-block-200 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-201, .section-11 {
  position: relative;
}

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

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

.div-block-176 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: inline-flex;
}

.heading-30 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
}

.text-span-19 {
  font-family: Instrument Serif, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.text-block-40 {
  font-family: Inter Tight, sans-serif;
  font-weight: 500;
}

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

.styleguide-bg-wrapper {
  position: relative;
}

.styleguide-section {
  color: var(--black-100);
  padding-top: 190px;
  padding-bottom: 60px;
  font-weight: 600;
  position: relative;
}

.page-container {
  max-width: 1024px;
  padding-left: 20px;
  padding-right: 20px;
}

.template-heading-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  line-height: 120%;
  display: flex;
}

.template-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
}

.style-section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.styleguide-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

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

.template-content-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  font-size: 18px;
  line-height: 120%;
  display: flex;
}

.template-content-item.structure {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.heading-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 130px;
  font-weight: 600;
  line-height: 120%;
}

.style-sec-div {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  display: flex;
}

.text-regular {
  color: var(--black-100);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.style-typo-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.heading-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 600;
  line-height: 120%;
}

.heading-h3 {
  font-size: var(--heading-h3-desktop);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 120%;
}

.heading-h4 {
  font-size: var(--heading-h4-desktop);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 120%;
}

.heading-h5 {
  font-size: var(--heading-h5-desktop);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 120%;
}

.heading-34 {
  font-size: var(--heading-h6-desktop);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 120%;
}

.paragraph-19 {
  font-size: var(--regular-small);
  margin-bottom: 0;
}

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

.violet-div {
  background-color: var(--violet-100);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 150px;
  display: flex;
}

.violet-div.light-violet-div {
  background-color: var(--violet-20);
}

.txt-bg {
  color: var(--white-100);
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 120%;
}

.txt-bg.txt-light-bg {
  color: var(--black-60);
}

.orange-div {
  background-color: var(--orange-100);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 150px;
  display: flex;
}

.orange-div.light-orange-div {
  background-color: var(--orange-20);
}

.yellow-div {
  background-color: var(--yellow-100);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 150px;
  display: flex;
}

.yellow-div.light-yellow-div {
  background-color: var(--yellow-20);
}

.green-div {
  background-color: var(--green-100);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 150px;
  display: flex;
}

.green-div.light-green-div {
  background-color: var(--green-20);
}

.purple-div {
  background-color: var(--purple-100);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.purple-div.light-purple-div {
  background-color: var(--purple-20);
}

.pink-div {
  background-color: var(--pink-100);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pink-div.light-pink-div {
  background-color: var(--pink-20);
}

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

.div-block-210 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.webflow-link {
  color: var(--black-60);
  text-decoration: none;
}

.webflow-link:hover {
  color: var(--violet-100);
}

.paragraph-20 {
  margin-bottom: 0;
  font-weight: 600;
}

.button-wrapper-div {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.license-para {
  color: var(--black-60);
  font-size: var(--regular-medium);
  text-transform: none;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 140%;
}

.body-3 {
  font-family: Inter Tight, sans-serif;
  line-height: 120%;
}

.div-block-211 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.paragraph-21 {
  color: var(--black-100);
  font-size: var(--regular-medium);
  margin-bottom: 0;
  font-weight: 500;
  text-decoration: none;
}

.paragraph-21:hover {
  color: var(--violet-100);
}

.catelog-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 18px 28px;
  display: flex;
}

.catelog-list.changelog-list {
  flex-flow: wrap;
}

.body-4 {
  font-family: Inter Tight, sans-serif;
}

.paragraph-23 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.body-5 {
  font-family: Inter Tight, sans-serif;
}

.contact-submit-btn {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: var(--black-100);
  cursor: pointer;
  border: 1px solid #0000001a;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 10px 20px;
  display: flex;
}

.font-weight {
  margin-bottom: 0;
  font-weight: 900;
}

.font-weight.weight-800 {
  font-weight: 800;
}

.font-weight.weight-700 {
  font-weight: 700;
}

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

.font-weight.weight-500 {
  font-weight: 500;
}

.font-weight.weight-400 {
  font-weight: 400;
}

.font-family-txt {
  margin-bottom: 0;
}

.font-family-txt.instrument-serif {
  font-family: Instrument Serif, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
}

.container-w {
  width: 100%;
  height: 40px;
  max-width: var(--container-lg);
  border: 1px dashed var(--blue-100);
  background-color: var(--blue-20);
  border-radius: 10px;
}

.container-w.container-md {
  max-width: var(--container-md);
}

.container-w.container-sm {
  max-width: var(--container-sm);
}

.style-guide-txt {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.form-block-2 {
  width: 100%;
  margin-bottom: 0;
}

.form {
  margin-bottom: 0;
}

.navigation-link {
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.navigation-link.for-footer {
  color: var(--black-60);
  letter-spacing: .4px;
  font-size: 1.5rem;
  font-weight: 400;
  display: inline-flex;
}

.navigation-link.for-footer:hover {
  color: var(--violet-100);
}

.nav-text.first {
  color: var(--black-60);
  font-size: var(--regular-medium);
  line-height: 120%;
  text-decoration: none;
}

.nav-text.second {
  pointer-events: none;
  font-size: var(--regular-medium);
  line-height: 120%;
  position: absolute;
  top: 100%;
}

.div-block-212 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 20%;
}

.div-block-213 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 8rem;
}

.div-block-214 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-215 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.empty-state {
  background-color: #d8195e1a;
  border: 1px solid #d8195e33;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 1185px;
  height: 60px;
  margin-left: 15px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
}

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

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

.footer-stamp {
  width: 100%;
  max-width: 140px;
}

.rich-text.margin-top {
  margin-top: 80px;
}

.newsletter-input {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff6;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 100%;
  max-width: 400px;
  height: 60px;
  margin-bottom: 0;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.newsletter-input:hover {
  border-color: #fff9;
}

.newsletter-input:focus {
  border-color: #fff;
}

.newsletter-input::placeholder {
  color: #fff9;
}

.newsletter-error-message {
  text-align: center;
  border-radius: 3px;
  padding: 20px 0;
  font-family: Montserrat, sans-serif;
}

.footer-contact-text {
  color: #222;
  width: 100%;
  max-width: 550px;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.footer-title {
  color: #222;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.footer-title.margin-bottom {
  margin-bottom: 30px;
}

.post-date-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 24px;
  display: flex;
}

.right-arrow-image {
  margin-left: 15px;
}

.heading-h4-underline {
  background-color: #0006;
  width: 100%;
  height: 2px;
  margin-top: 4px;
}

.heading-h4-underline.dark {
  background-color: #00000080;
}

.footer-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 760px;
  margin-bottom: 0;
}

.paragraph.black {
  color: #333;
}

.paragraph.black.align-left {
  text-align: left;
}

.paragraph.align-left {
  text-align: left;
  margin-bottom: 30px;
}

.post-card-wrapper {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.footer-link-wrapper {
  flex-direction: column;
  display: flex;
}

.post-date-text {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.post-main-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 800px;
  margin-top: 80px;
}

.paragraph-link {
  color: #d8195e;
}

.paragraph-link:hover {
  text-decoration: none;
}

.paragraph-link.white {
  color: #fff;
}

.heart-icon {
  color: #d8195eb3;
  margin-left: 2px;
  margin-right: 2px;
}

.footer-divider {
  background-color: #0000001a;
  height: 2px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.footer-divider.second {
  margin-bottom: 20px;
}

.footer-divider.mobile-only {
  display: block;
}

.heading-h2-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-left: -4px;
}

.heading-h2-2.white {
  color: #fff;
}

.post-date {
  color: #d8195e;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.footer-nav-link {
  color: #666;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.footer-nav-link:hover {
  color: #333;
  text-decoration: underline;
}

.post-cards {
  grid-column-gap: 20px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch start;
  width: 100%;
  display: grid;
}

.newsletter-form {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-label {
  color: #666;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.text-label.white {
  color: #fff;
}

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

.footer-block.max-width {
  width: 100%;
  max-width: 350px;
}

.wrapper {
  z-index: 2;
  width: 100%;
  max-width: 1234px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

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

.footer-nav {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 50px;
  display: flex;
}

.title-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
}

.title-3.black {
  color: #222;
  text-align: left;
}

.title-3.black.text-center {
  color: #222;
  text-align: center;
}

.intro-title {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.intro-title.vertical {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: inline-block;
}

.separator {
  background-color: #0006;
  width: 100%;
  max-width: 150px;
  height: 2px;
  margin-left: 16px;
  margin-right: 16px;
}

.separator.white {
  background-color: #fff6;
}

.footer-2 {
  background-color: #fff;
  border-top: 1px solid #0000001a;
  padding: 80px 80px 50px;
}

.offer-detail {
  color: #ffffffb3;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.section-12 {
  justify-content: center;
  align-items: center;
  padding-top: 144px;
  padding-bottom: 144px;
}

.section-12.related-posts {
  background-color: #f8f8f8;
}

.section-12.newsletter {
  background-color: #131010;
  align-items: center;
  min-height: 700px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.intro-icon {
  color: #666;
  flex: 0 auto;
  font-size: 20px;
}

.intro-icon.white {
  color: #fff;
}

.footer-logo {
  z-index: 1;
  position: relative;
}

.logo-link-block {
  justify-content: flex-start;
  align-items: center;
  margin-right: 65px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.newsletter-submit {
  z-index: 2;
  color: #222;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #fff6;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  height: 60px;
  margin-left: -2px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  position: relative;
}

.button-text.black {
  color: #222;
}

.newsletter-form-block {
  text-align: center;
  border-radius: 3px;
  width: 100%;
  max-width: 600px;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
}

.link {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.intro.section-intro {
  margin-bottom: 72px;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small.text-color-white {
  color: var(--untitled-ui--white);
}

.uui-text-rich-text {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.uui-text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text h5, .uui-text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text p {
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-style: italic;
}

.uui-text-rich-text a {
  text-decoration: underline;
}

.uui-text-rich-text figcaption {
  color: var(--untitled-ui--gray500);
  text-align: left;
  margin-top: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
}

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

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.uui-max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.uui-heading-large {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-large.text-color-white {
  color: var(--untitled-ui--white);
}

.uui-blogpost02_title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-blogpost02_author-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.uui-blogpost02_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.uui-text-divider {
  color: var(--untitled-ui--gray600);
  margin-left: .25rem;
  margin-right: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-divider.text-color-white {
  color: var(--untitled-ui--white);
}

.uui-blogpost02_date-wrapper {
  align-items: center;
  margin-top: .25rem;
  display: flex;
}

.uui-blogpost02_author-image-wrapper {
  margin-bottom: 1rem;
}

.uui-blogpost02_category-link {
  color: #fff;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.uui-blogpost02_category-link.w--current {
  border-bottom: 2px solid #000;
}

.uui-breadcrumb-link {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.uui-breadcrumb-link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-breadcrumb-link.w--current {
  color: var(--untitled-ui--primary700);
  font-weight: 600;
}

.uui-breadcrumb-link.w--current:hover {
  color: var(--untitled-ui--primary800);
}

.uui-breadcrumb-divider {
  width: 1rem;
  height: 1rem;
  color: var(--untitled-ui--gray500);
  justify-content: center;
  align-items: center;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.uui-blogpost02_background {
  z-index: -1;
  background-image: linear-gradient(#10182866, #10182866), url('../images/Blog-Image-4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.uui-blogpost02_header {
  margin-bottom: 4rem;
  position: relative;
}

.uui-blogpost02_tag-list {
  grid-column-gap: .5rem;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.uui-blogpost02_tag-list-wrapper {
  width: 100%;
}

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

.uui-blogpost02_content-bottom {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.uui-blogpost02_content {
  margin-bottom: 4rem;
}

.uui-blogpost02_divider {
  background-color: var(--untitled-ui--gray200);
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.uui-blogpost02_breadcrumb {
  align-items: center;
  width: 100%;
  display: flex;
}

.uui-blogpost02_content-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
}

.uui-blogpost02_share {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  display: grid;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon.text-color-gray400 {
  color: var(--untitled-ui--gray400);
}

.uui-badge {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-primary {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
}

.uui-badge.is-pink {
  background-color: var(--untitled-ui--pink50);
  color: var(--untitled-ui--pink700);
}

.uui-badge.is-indigo {
  background-color: var(--untitled-ui--indigo50);
  color: var(--untitled-ui--indigo700);
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.uui-button-secondary-gray.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.uui-button-secondary-gray.icon-only {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
}

.uui-heading-tiny {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-tiny.text-color-white {
  color: var(--untitled-ui--white);
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-space-xhuge {
  width: 100%;
  min-height: 7rem;
}

.uui-blogpost02_share-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-blogpost02_author-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

.div-block-216 {
  position: relative;
}

.profile-picture {
  border-radius: 100px;
  margin-right: 10px;
}

.header-blog {
  background-color: #5c4ebd;
  background-image: linear-gradient(#00000080, #00000080), url('../images/getty-images-yQOYz3v1hLE-unsplash-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 745px;
  padding: 162px 3% 220px;
  display: flex;
}

.navigation-menu {
  align-items: center;
  display: flex;
}

.hero-container {
  font-family: Inter, sans-serif;
}

.profile-block-header {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.navigation-container-full {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-button {
  color: #5c4ebd;
  background-color: #fb9acf;
  border-radius: 10px;
  margin-left: 40px;
  padding: 18px 30px;
  font-size: 17px;
  font-weight: 700;
}

.paragraph-detials-small {
  color: #9899ad;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 120%;
}

.paragraph-detials-small.white-50 {
  color: #ffffff80;
}

.heading-h1-2 {
  color: #fffefe;
  text-align: center;
  max-width: 750px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1;
}

.navigation {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 20px 3%;
  position: absolute;
  inset: 0% 0% auto;
}

.title-small {
  color: #202146;
  margin-bottom: 4px;
  font-weight: 700;
}

.title-small.white {
  color: #fff;
}

.navigation-link-2 {
  color: #fff;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 17px;
  font-weight: 700;
}

.blog-h2 {
  color: #202146;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Instrument Serif, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.submit-button-2 {
  background-color: #0000;
  width: 60px;
  height: 60px;
}

.feature-image {
  border-radius: 15px;
  margin-right: 20px;
  box-shadow: 0 22px 34px #00000029;
}

.content-left_blog {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.featured-item {
  color: #202146;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.featured-item:hover {
  color: #5c4ebd;
}

.blog-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

.subscription {
  background-color: #fff;
  background-image: url('../images/Paper-Plane.png');
  background-position: -20px -30px;
  background-repeat: no-repeat;
  background-size: 125px;
  border-radius: 15px;
  margin-bottom: 40px;
  padding: 100px 20px 20px;
  box-shadow: 0 12px 14px #0000000f;
}

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

.blog-section {
  padding-bottom: 132px;
  padding-left: 3%;
  padding-right: 3%;
}

.blog-hero-image {
  border-radius: 15px;
  margin-top: -220px;
  margin-bottom: 80px;
  box-shadow: 0 22px 34px #0000000f;
}

.stick-wrapper {
  position: sticky;
  top: 60px;
}

.title-large {
  color: #202146;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

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

.form-2 {
  background-color: #f2f5f8;
  border-radius: 15px;
  display: flex;
}

.image-31 {
  position: absolute;
}

.text-field {
  background-color: #0000;
  border: 1px #000;
  height: 60px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 15px;
}

.submit-button-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.paragraph-detials-large {
  color: #202146;
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 30px;
}

.content-right {
  position: sticky;
}

.heading-h3-2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 140%;
}

.body-6 {
  font-family: Inter Tight, sans-serif;
  font-weight: 400;
}

.rich-text-block {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.4em;
}

.project-hero-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.client-image-div {
  display: flex;
}

.common-hero-section {
  background-color: #f6f6f6;
  border-radius: 8px;
  padding-top: 180px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.client-count-div {
  background-color: #262626;
  border: 4px solid #f6f6f6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-left: -14px;
  display: flex;
}

.sub-heading {
  color: #4f4f4f;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 120%;
}

.sub-heading.client-review-text {
  color: #262626;
}

.client-review-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.project-hero-image-01 {
  border-radius: 14px;
  position: absolute;
  inset: -25% auto auto 0;
}

.h1-heading {
  color: #262626;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
}

.h1-heading.project-hero-heading-text {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
}

.project-client-detail-div {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.client-image {
  border: 4px solid #f6f6f6;
  border-radius: 100px;
  width: 44px;
  height: 44px;
}

.client-image.margin {
  margin-left: -14px;
}

.small-paragraph {
  color: #4f4f4f;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.small-paragraph.client-count-text {
  color: #fff;
  font-weight: 700;
}

.small-paragraph.project-label-text {
  color: #262626;
  text-transform: uppercase;
  font-weight: 600;
}

.project-hero-image-02 {
  z-index: 0;
  border-radius: 14px;
  position: absolute;
  top: auto;
  left: auto;
  right: -2%;
}

.project-hero-image-03 {
  border-radius: 16px;
  position: absolute;
  inset: auto auto -15% 30px;
}

.project-hero-image-04 {
  border-radius: 16px;
  position: absolute;
  inset: auto 5% -8% auto;
}

.project-hero-heading-div {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.container-19 {
  width: 100%;
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
}

.large-paragraph {
  color: #4f4f4f;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.section-13 {
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-20 {
  width: 100%;
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
}

.project-heading-div {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.h2-heading {
  color: #262626;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 500;
  line-height: 120%;
}

.paragraph-24 {
  color: #4f4f4f;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.paragraph-24.project-paragraph {
  max-width: 630px;
}

.collection-item {
  margin-top: 60px;
}

.project-label {
  background-color: #fff;
  border: .5px solid #e7e7e7;
  border-radius: 8px;
  padding: 8px 16px;
}

.project-image-div {
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-image {
  width: 100%;
}

.project-info-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.project-label-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h3-heading {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.project-card-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.paragraph-25 {
  color: #4f4f4f;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.arrow-box {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  box-shadow: 0 2px 3px #00000040, 0 16px 32px -4px #0003, 0 4px 4px -4px #0c0c0d0d;
}

.body-7 {
  font-family: Inter, sans-serif;
}

@media screen and (min-width: 1440px) {
  .span-txt {
    z-index: 100;
    position: static;
  }

  .hero-heading-h1 {
    font-size: 130px;
  }

  .container-main {
    font-size: 14px;
  }

  .div-block-175 {
    padding-top: 175px;
  }

  .div-block-174 {
    padding-top: 0;
  }

  .div-block-176 {
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    line-height: 120%;
  }

  .heading-30 {
    text-align: center;
    font-family: Inter Tight, sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 120%;
  }

  .text-span-19 {
    font-family: Instrument Serif, sans-serif;
    font-size: 48px;
    font-style: italic;
    font-weight: 400;
    line-height: 100%;
  }

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

  .template-content-item {
    border-radius: 16px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 18px;
    padding-left: 28px;
    padding-right: 28px;
    display: flex;
  }

  .style-sec-div {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    display: flex;
  }

  .text-regular {
    font-weight: 400;
  }

  .license-para {
    font-weight: 500;
    line-height: 140%;
  }

  .paragraph-21 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
  }

  .catelog-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #fff;
    border: 1px solid #0000001a;
    border-radius: 16px;
    flex-flow: column;
    align-items: flex-start;
    padding: 18px 28px;
    display: flex;
  }

  .div-block-213 {
    position: sticky;
  }
}

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

  .c2a-button {
    display: none;
  }

  .home-logo-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .home-about-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-4 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-5 {
    padding: 40px 25px;
  }

  .home-heading-h2 {
    font-size: 36px;
  }

  .innovation-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    margin-top: 44px;
  }

  .collabrator-wrapper {
    text-align: center;
    justify-content: center;
  }

  .collabrator-btn-div {
    flex-flow: wrap;
    justify-content: center;
  }

  .home-our-work-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-6 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .our-work-heading {
    max-width: 500px;
    font-size: 36px;
  }

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

  .card-1 {
    width: 100%;
  }

  .card-2 {
    width: 100%;
    position: static;
  }

  .card-3, .card-4 {
    width: 100%;
  }

  .container-7 {
    padding-right: 25px;
  }

  .home-our-team-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .creative-mind-heading {
    max-width: 400px;
    font-size: 36px;
  }

  .creative-mind-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

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

  .creative-block-title {
    font-size: 22px;
  }

  .social-link-div {
    margin-top: 14px;
  }

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

  .testimonial-heading-h2 {
    max-width: 600px;
    font-size: 36px;
  }

  .review-grid {
    grid-template-columns: 2.25fr;
    margin-top: 40px;
  }

  .grid-11 {
    grid-template-columns: 1.75fr;
  }

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

  .pricing-heading-h2 {
    font-size: 36px;
  }

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

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

  .grid-16 {
    margin-bottom: 40px;
  }

  .heading-20 {
    font-size: 36px;
  }

  .text-block-30 {
    font-size: 22px;
    line-height: 120%;
  }

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

  .home-achievement-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .achevement-heading-h2 {
    font-size: 36px;
  }

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

  .excellence {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    padding: 25px;
  }

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

  .home-solution-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c2a-title {
    font-size: 36px;
  }

  .c2a-main {
    padding: 90px 40px;
  }

  .container-14 {
    padding-top: 24px;
  }

  .grid-19 {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    flex-flow: column;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .footer-column-1 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .image-9 {
    cursor: pointer;
    position: static;
    inset: 15px 15px 0% auto;
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: none;
    box-shadow: 0 8px 50px #0000000d;
  }

  .mobile-menu-overlay {
    display: none;
  }

  .div-block-47 {
    position: relative;
  }

  .list-item-10, .list-item-11, .list-item-12 {
    color: #1b1d1e;
    font-family: Inter Tight, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .link-6 {
    color: #1b1d1e;
    text-decoration: none;
  }

  .link-6:hover {
    color: #1e1d1eb3;
  }

  .image-28 {
    cursor: pointer;
  }

  .list-item-13 {
    color: #1b1d1e;
    font-family: Inter Tight, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .div-block-49 {
    box-sizing: content-box;
    object-fit: none;
    object-position: 0% 0%;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 0;
    display: flex;
    position: static;
  }

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

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

  .list-6 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    list-style-type: none;
    display: flex;
  }

  .div-block-51 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .paragraph-10 {
    color: #1b1d1e;
    margin-bottom: 0;
    font-family: Inter Tight, sans-serif;
    font-size: 16px;
    font-weight: 600;
  }

  .div-block-53 {
    display: flex;
  }

  .div-block-29 {
    z-index: 99;
    background-color: #0000;
    align-items: baseline;
    width: 100%;
    max-width: 300px;
    height: 100vh;
    display: flex;
    position: fixed;
    inset: 0% 0% 0% auto;
    transform: translate(100%);
  }

  .div-block-54 {
    background-color: #fff;
    width: 100%;
    max-width: 300px;
    height: 100vh;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .gradient-background {
    height: 60vh;
  }

  .marquee_wrap {
    width: 400vw;
  }

  .static-marquee_logos {
    width: 200vw;
  }

  .brand-txt {
    pointer-events: auto;
  }

  .left-divider {
    display: none;
  }

  .divider-with-text {
    text-align: center;
  }

  .right-divider {
    display: none;
  }

  .hero-heading-h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 55px;
    line-height: 110%;
  }

  .crafting-heading {
    font-size: 36px;
  }

  .creativity-txt {
    font-size: var(--heading-h3-desktop);
  }

  .count {
    font-size: var(--heading-h2-desktop);
  }

  .crafting-bedge-section {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .div-block-190 {
    border-style: none;
    border-width: 0;
  }

  .count-block {
    grid-template-columns: 1fr;
  }

  .count-sec-divider {
    display: none;
  }

  .plus {
    font-size: 60px;
  }

  .div-block-196 {
    width: 100%;
    height: 100%;
  }

  .div-block-199 {
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .heading-29 {
    font-size: 36px;
  }

  .contact_message-field::placeholder, .contact_field::placeholder {
    font-size: 1rem;
  }

  .div-block-200 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .container-18 {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .text-span-19 {
    color: #1b1d1e;
    font-family: Instrument Serif, sans-serif;
    font-style: italic;
    font-weight: 400;
  }

  .styleguide-section {
    padding-top: 140px;
  }

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

  .template-content-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    align-items: flex-start;
  }

  .heading-h1 {
    font-size: 72px;
  }

  .heading-h2 {
    font-size: 64px;
  }

  .heading-h3 {
    font-size: var(--heading-h3-desktop);
  }

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

  .purple-div {
    height: 150px;
  }

  .button-wrapper-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .navigation-link {
    justify-content: center;
    align-items: flex-end;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 12px;
  }

  .navigation-link.for-footer {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-212 {
    flex-flow: column;
    width: 100%;
  }

  .div-block-213 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: sticky;
  }

  .div-block-214 {
    width: 100%;
  }

  .div-block-215 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .footer-stamp {
    margin-top: 30px;
  }

  .paragraph.black.align-left, .paragraph.align-left {
    max-width: 690px;
  }

  .post-main-image {
    min-height: 550px;
  }

  .footer-divider.mobile-only {
    display: block;
  }

  .post-cards {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-12.newsletter {
    min-height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .uui-heading-large {
    font-size: 2.75rem;
  }

  .uui-blogpost02_content {
    margin-bottom: 3rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-space-xhuge {
    min-height: 6rem;
  }

  .div-block-216 {
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .navigation-menu {
    background-color: #202146;
  }

  .menu-button {
    color: #fb9acf;
    border: 1px solid #fb9acf;
    border-radius: 15px;
  }

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

  .navigation-button {
    margin-left: 0;
  }

  .feature-image {
    margin-bottom: 10px;
  }

  .featured-item {
    flex-wrap: wrap;
  }

  .blog-grid {
    grid-column-gap: 22px;
    grid-template-columns: 1fr .6fr;
  }

  .project-hero-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .project-hero-image-01 {
    display: none;
  }

  .h1-heading {
    font-size: 50px;
  }

  .h1-heading.project-hero-heading-text {
    max-width: 500px;
  }

  .small-paragraph.project-label-text {
    font-size: 12px;
  }

  .project-hero-image-02, .project-hero-image-03, .project-hero-image-04 {
    display: none;
  }

  .project-hero-heading-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .project-heading-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .h2-heading {
    font-size: 36px;
  }

  .collection-item {
    margin-top: 50px;
  }

  .project-label {
    padding-left: 12px;
    padding-right: 12px;
  }

  .arrow-icon {
    width: 28px;
  }

  .h3-heading {
    font-size: 28px;
  }

  .project-card-link {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .arrow-box {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .mobile-menu-overlay {
    z-index: 40;
    background-color: #00000080;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .div-block-29 {
    transform: translate(100%);
  }

  .submit-button {
    width: 100%;
    margin-top: 1rem;
  }

  .submit-button-wrapper {
    margin-top: 0;
  }

  .navigation-link.for-footer {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-stamp {
    max-width: 100px;
  }

  .post-card-wrapper {
    max-width: 100%;
  }

  .post-main-image {
    min-height: 400px;
  }

  .post-cards {
    grid-template-columns: 1fr;
  }

  .text-label {
    font-size: 12px;
  }

  .separator {
    max-width: 80px;
  }

  .section-12, .section-12.newsletter {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .uui-text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .uui-text-rich-text figcaption {
    margin-top: .75rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-large {
    font-size: 2.25rem;
  }

  .uui-blogpost02_author-wrapper {
    margin-top: 2rem;
  }

  .uui-blogpost02_header {
    margin-bottom: 3rem;
  }

  .uui-blogpost02_content {
    margin-bottom: 2rem;
  }

  .uui-blogpost02_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .uui-blogpost02_content-top {
    margin-bottom: 2rem;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-space-xhuge {
    min-height: 4rem;
  }

  .uui-blogpost02_author-heading {
    font-size: 1rem;
  }

  .header-blog {
    justify-content: center;
    padding-bottom: 162px;
  }

  .heading-h1-2 {
    font-size: 55px;
  }

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

  .blog-hero-image {
    margin-top: -100px;
  }

  .project-hero-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .h1-heading.project-hero-heading-text {
    max-width: 400px;
  }

  .small-paragraph.project-label-text {
    font-size: 14px;
  }

  .project-hero-heading-div {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .section-13 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .project-heading-div {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .h2-heading {
    font-size: 32px;
  }

  .collection-item {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .project-label {
    padding-left: 14px;
    padding-right: 14px;
  }

  .h3-heading {
    font-size: 24px;
  }

  .project-card-link {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }
}

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

  .avatar-wrapper {
    flex-flow: wrap;
    margin-top: 10px;
    display: flex;
  }

  .c2a-button {
    display: none;
  }

  .avatar-block {
    display: block;
  }

  .home-about-section {
    padding-top: 60px;
    padding-bottom: 0;
  }

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

  .container-5 {
    padding: 60px 20px 0;
  }

  .innovation-grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
  }

  .call-to-action {
    padding: 20px;
  }

  .collabrator-btn-div {
    justify-content: center;
    align-items: stretch;
  }

  .home-our-work-section {
    padding-top: 60px;
    padding-bottom: 0;
  }

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

  .card-1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .home-our-team-sec {
    padding-top: 60px;
    padding-bottom: 0;
  }

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

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

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

  .about-card-1, .about-card-2, .about-card-3, .about-card-5 {
    padding: 20px;
  }

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

  .plan-1, .div-block-34 {
    padding: 24px;
  }

  .pricing {
    margin-top: 12px;
  }

  .plan-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .feature-sec {
    border-top: 1px solid #1b1d1e1a;
    border-left-style: none;
    padding-top: 16px;
    padding-left: 16px;
  }

  .grid-15 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .div-block-38 {
    border-top: 1px solid #ffffff1a;
    border-left-style: none;
    padding-top: 16px;
    padding-left: 16px;
  }

  .heading-19 {
    margin-top: 12px;
  }

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

  .text-block-30 {
    white-space: normal;
    font-size: 20px;
    line-height: 120%;
  }

  .home-achievement-sec {
    padding-top: 60px;
    padding-bottom: 0;
  }

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

  .home-solution-section {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .c2a-main {
    padding: 40px 20px;
  }

  .container-14 {
    padding-top: 20px;
  }

  .grid-19 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 2fr;
  }

  .list-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

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

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .div-block-50 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-29 {
    transform: translate(100%);
  }

  .marquee_wrap {
    width: 800vw;
  }

  .static-marquee_logos {
    width: 400vw;
  }

  .divider-with-text {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .hero-heading-h1 {
    font-size: var(--heading-h3-desktop);
    line-height: 100%;
  }

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

  .rating-div {
    flex-flow: row;
    place-content: stretch center;
    align-items: center;
    display: flex;
  }

  .crafting-heading {
    font-size: 32px;
  }

  .creativity-txt, .innovation-txt, .strategy-txt {
    font-size: var(--heading-h4-desktop);
  }

  .div-block-190 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .count-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .flex-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .submit-button {
    width: auto;
    margin-top: 0;
    font-size: 16px;
  }

  .submit-button-wrapper {
    align-items: flex-start;
  }

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

  .heading-30 {
    font-size: 30px;
    line-height: 120%;
  }

  .styleguide-heading {
    font-size: 24px;
  }

  .heading-h1 {
    font-size: 62px;
  }

  .text-regular {
    font-weight: 500;
  }

  .heading-h2 {
    font-size: 52px;
  }

  .heading-h3, .heading-h4, .heading-h5, .heading-34 {
    font-weight: 600;
  }

  .div-block-209 {
    justify-content: flex-start;
  }

  .nav-text.first {
    font-weight: 400;
    line-height: 140%;
  }

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

  .newsletter-input {
    text-align: center;
    margin-bottom: 15px;
  }

  .footer-contact-text {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .footer-contact-text.no-margin-mobile {
    margin-top: 0;
  }

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

  .post-main-image {
    min-height: 290px;
  }

  .newsletter-form {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-block.max-width {
    margin-top: 15px;
  }

  .title-3 {
    font-size: 39px;
    line-height: 46px;
  }

  .intro-title {
    margin-bottom: 20px;
  }

  .separator {
    max-width: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }

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

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

  .footer-logo {
    margin-bottom: 0;
  }

  .uui-blogpost02_tag-list {
    justify-content: flex-start;
  }

  .uui-blogpost02_tag-list-wrapper {
    width: 100%;
  }

  .uui-blogpost02_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .uui-blogpost02_content-bottom, .uui-blogpost02_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-blog {
    min-height: 680px;
  }

  .heading-h1-2 {
    max-width: 750px;
    font-size: 44px;
  }

  .project-hero-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .common-hero-section {
    padding-top: 150px;
  }

  .sub-heading {
    font-size: 12px;
  }

  .client-review-div {
    justify-content: flex-start;
    align-items: center;
  }

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

  .project-client-detail-div {
    grid-row-gap: 14px;
  }

  .small-paragraph, .small-paragraph.project-label-text {
    font-size: 12px;
  }

  .project-hero-heading-div {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

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

  .large-paragraph {
    font-size: 16px;
  }

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

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

  .project-heading-div {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .h2-heading {
    font-size: 28px;
    line-height: 110%;
  }

  .paragraph-24 {
    font-size: 14px;
  }

  .collection-item {
    margin-top: 30px;
  }

  .project-label {
    padding: 6px 12px;
  }

  .project-image-div {
    border-radius: 10px;
  }

  .arrow-icon {
    width: 22px;
  }

  .project-label-div {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h3-heading {
    font-size: 22px;
  }

  .project-card-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .paragraph-25 {
    font-size: 14px;
  }

  .arrow-box {
    width: 50px;
    height: 50px;
  }
}

#w-node-_3593c4ca-9eaf-b84a-c9a8-f589d005242c-d00523fa {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_232a9abe-bbe5-0b3d-e38e-14034b5e1a18-779171f6, #w-node-_232a9abe-bbe5-0b3d-e38e-14034b5e1a1a-779171f6, #w-node-_232a9abe-bbe5-0b3d-e38e-14034b5e1a1c-779171f6, #w-node-_232a9abe-bbe5-0b3d-e38e-14034b5e1a1e-779171f6, #w-node-_232a9abe-bbe5-0b3d-e38e-14034b5e1a42-779171f6, #w-node-_232a9abe-bbe5-0b3d-e38e-14034b5e1a44-779171f6, #w-node-_232a9abe-bbe5-0b3d-e38e-14034b5e1a46-779171f6, #w-node-_232a9abe-bbe5-0b3d-e38e-14034b5e1a48-779171f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555d0844-48b3-4229-fe52-cbdb4d30d287-779171f7, #w-node-_555d0844-48b3-4229-fe52-cbdb4d30d289-779171f7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4b61e917-8539-8ca5-bda9-777fcbabca4b-b5a87c0e, #w-node-_4b61e917-8539-8ca5-bda9-777fcbabca4d-b5a87c0e, #w-node-_4b61e917-8539-8ca5-bda9-777fcbabca4f-b5a87c0e, #w-node-_4b61e917-8539-8ca5-bda9-777fcbabca51-b5a87c0e, #w-node-_4b61e917-8539-8ca5-bda9-777fcbabca75-b5a87c0e, #w-node-_4b61e917-8539-8ca5-bda9-777fcbabca77-b5a87c0e, #w-node-_4b61e917-8539-8ca5-bda9-777fcbabca79-b5a87c0e, #w-node-_4b61e917-8539-8ca5-bda9-777fcbabca7b-b5a87c0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_9d05b4dd-2469-26fc-511a-30d212818f48-779171f5 {
    grid-column: span 3 / span 3;
  }

  #w-node-_555d0844-48b3-4229-fe52-cbdb4d30d287-779171f7, #w-node-_555d0844-48b3-4229-fe52-cbdb4d30d289-779171f7 {
    grid-column: span 1 / span 1;
  }
}



/* --- Accent color scroll-fill (2026-07-16) ---
   The Webflow reveal splits headings into per-letter divs and animates each
   letter's color alpha from ~0.15 -> 1 on scroll, driving them to black and
   clobbering the Instrument-serif accent words. accent-fill.js mirrors each
   letter's current alpha into --af and the span's brand rgb into --ar/ag/ab,
   so the accent words fill in on scroll in step with the rest but land on
   their brand color instead of black. */
.span-txt [class*="gsap_split_letter"],
.span-txt-2 [class*="gsap_split_letter"],
.span-italic-txt [class*="gsap_split_letter"],
.italic-span [class*="gsap_split_letter"],
.text-span-6 [class*="gsap_split_letter"],
.text-span-9 [class*="gsap_split_letter"],
.text-span-14 [class*="gsap_split_letter"],
.text-span-15 [class*="gsap_split_letter"],
.text-span-16 [class*="gsap_split_letter"],
.text-span-17 [class*="gsap_split_letter"] {
  color: rgb(var(--ar, 112) var(--ag, 181) var(--ab, 255) / var(--af, 1)) !important;
}
