/** Shopify CDN: Minification failed

Line 188:13 Unexpected "{"
Line 188:22 Expected ":"
Line 191:13 Unexpected "{"
Line 191:22 Expected ":"
Line 194:13 Unexpected "{"
Line 194:22 Expected ":"
Line 197:13 Unexpected "{"
Line 197:22 Expected ":"
Line 200:13 Unexpected "{"
Line 200:22 Expected ":"
... and 22 more hidden warnings

**/
/* font-family: 'Neue Haas Grotesk Display Pro', sans-serif; */

h1,
h2,
h3,
h4,
h5,
h6,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.field__input,
.select__select,
.customer .field input,
.customer select,
.contact-text-area {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
}

body {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif !important;
  font-weight: 400;
}

body {
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  letter-spacing: 0.02em;
}

a,
p,
span,
.rte {
  letter-spacing: 0.05em;
}

.link {
  letter-spacing: 0.05em;
}

/* Primary Button */

.button:before,
.button:after {
  display: none;
}
.button {
  transition: all 0.15s ease-in-out;
}
.button:hover {
  background: rgb(var(--color-button-hover));
  border-color: rgb(var(--color-button-hover));
  color: rgb(var(--color-button-hover-label));
}

/* Outline Button */

.button.button--secondary {
  border-color: rgb(var(--color-button-text));
}
.button.button--secondary:hover {
  background: rgb(var(--color-button-hover-label));
  color: rgb(var(--color-button-hover));
  border-color: rgb(var(--color-button-hover));
}

.left {
  text-align: left;
}
.center {
  text-align: center;
  margin: 0px auto !important;
}

.slider_buton {
  padding: 1rem 0 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.slider_buton .prev-btn,
.slider_buton .next-btn {
  background: transparent;
  border: 0;
  cursor: pointer;
}
.slider_buton .svg-wrapper {
  width: unset;
  height: unset;
}
.list-social__item.linkedin .svg-wrapper {
  width: 22px;
}
.list-social__item.linkedin .svg-wrapper svg path {
    fill: rgb(var(--color-foreground));
}

/* Svg underline marker */

/* .bracket-highlight {
    background-image: url(/cdn/shop/files/under-line.png?v=1750407205);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 15%;
    padding-bottom: 10px;
    display: inline-block;
} */

.bracket-highlight {
  position: relative;
  display: inline-block;
}
.bracket-highlight span {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 12px;
}
.circular-highlight {
  position: relative;
}

.circular-highlight:after {
  content: "";
  background: url(/cdn/shop/files/circular-highlight.svg?v=1753859931)
    no-repeat;
  background-size: 100% 100%;
  overflow: visible;
  position: absolute;
  width: 120%;
  height: 140%;
  left: -20px;
  top: -23px;
}
/* .circular-highlight svg {
    position: absolute;
    width: 120%;
    left: -10%;
    bottom: -5%;
} */

@media screen and (max-width: 749px) {
  .circular-highlight:after {
    left: -15px;
    top: -15px;
  }
}

/* Background Gradient */

@media screen and (min-width: 750px) {
  .gradient-{{ section.id }}.gradient_desktop-top-left {
    background: radial-gradient(400px circle at 0% 20%,var(--gradient_color) -200%,transparent 65%), rgb(var(--color-background));
  }
  .gradient-{{ section.id }}.gradient_desktop-top-center {
    background: radial-gradient(400px circle at 50% 0%,var(--gradient_color) -200%,transparent 65%), rgb(var(--color-background));
  }
  .gradient-{{ section.id }}.gradient_desktop-top-right {
    background: radial-gradient(400px circle at 100% 20%,var(--gradient_color) -200%,transparent 65%), rgb(var(--color-background));
  }
  .gradient-{{ section.id }}.gradient_desktop-middle-left {
    background: radial-gradient(550px circle at -2% 48%,var(--gradient_color) -200%,transparent 65%), rgb(var(--color-background));
  }
  .gradient-{{ section.id }}.gradient_desktop-middle-right {
    background: radial-gradient(420px circle at 104% 49%,var(--gradient_color) -200%,transparent 65%),rgb(var(--color-background));
  }
  .gradient-{{ section.id }}.gradient_desktop-bottom-left {
    background: radial-gradient(400px circle at 0% 80%,var(--gradient_color) -200%,transparent 65%), rgb(var(--color-background));
  }
  .gradient-{{ section.id }}.gradient_desktop-bottom-center {
    background: radial-gradient(400px circle at 50% 100%,var(--gradient_color) -200%,transparent 65%), rgb(var(--color-background));
  }
  .gradient-{{ section.id }}.gradient_desktop-bottom-right {
    background: radial-gradient(400px circle at 100% 80%,var(--gradient_color) -200%,transparent 65%), rgb(var(--color-background));
  }

  .rich-text.gradient_desktop-middle-left {
    background: radial-gradient(400px circle at -2% 48%, var(--gradient_color) -200%, transparent 65%), rgb(var(--color-background));
}
.heading-with-text.gradient_desktop-middle-left {
    background: radial-gradient(350px circle at -2% 50%, var(--gradient_color) -200%, transparent 65%), rgb(var(--color-background));
}
.multicolumn.gradient_desktop-middle-left {
    background: radial-gradient(400px circle at -2% 50%, var(--gradient_color) -200%, transparent 65%), rgb(var(--color-background));
}
}


@media screen and (max-width: 749px) {
  .gradient-{{ section.id }}.gradient_mobile-top-left {
    background: radial-gradient(400px circle at 0% 20%,var(--gradient_color) -200%,transparent 65%), rgb(var(--color-background));
  }
  .gradient-{{ section.id }}.gradient_mobile-top-center {
    background: radial-gradient(400px circle at 50% 0%,var(--gradient_color) -200%,transparent 65%), rgb(var(--color-background));
  }
  .gradient-{{ section.id }}.gradient_mobile-top-right {
    background: radial-gradient(400px circle at 100% 20%,var(--gradient_color) -200%,transparent 65%), rgb(var(--color-background));
  }
  .gradient-{{ section.id }}.gradient_mobile-middle-left {
    background: radial-gradient(400px circle at 0% 45%,var(--gradient_color) -200%,transparent 65%), rgb(var(--color-background));
  }
  .gradient-{{ section.id }}.gradient_mobile-middle-right {
    background: radial-gradient(400px circle at 100% 45%,var(--gradient_color) -200%,transparent 70%), rgb(var(--color-background));
  }
  .gradient-{{ section.id }}.gradient_mobile-bottom-left {
    background: radial-gradient(400px circle at 0% 80%,var(--gradient_color) -200%,transparent 65%), rgb(var(--color-background));
  }
  .gradient-{{ section.id }}.gradient_mobile-bottom-center {
    background: radial-gradient(400px circle at 50% 100%,var(--gradient_color) -200%,transparent 65%), rgb(var(--color-background));
  }
  .gradient-{{ section.id }}.gradient_mobile-bottom-right {
    background: radial-gradient(400px circle at 100% 80%,var(--gradient_color) -200%,transparent 65%), rgb(var(--color-background));
  }
}


@media screen and (min-width: 750px) {
  .case-study
    section#shopify-section-template--17078904324194__multicolumn_7TkPh8
    .multicolumn.color-scheme-4:after {
    content: "";
    position: absolute;
    top: 10%;
    left: -5%;
    border-radius: 50%;
    width: 3%;
    height: 80%;
    box-shadow: 20px 0px 150px yellow;
    z-index: 1;
  }
}

.image-with-text.services.multiple_images_with_text:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: 0;
  background: linear-gradient(to top, #000, #0000);
  z-index: 99;
}

@media screen and (min-width: 750px) {
  .hidden--desktop {
    display: none !important;
  }
}

@media screen and (max-width: 749px) {
  .hidden--mobile {
    display: none !important;
  }
}

/* Announcement Bar */

.announcement-bar-slider.slider-buttons {
  padding: 0;
}
.utility-bar .announcement-bar__message {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.utility-bar.color-scheme-4 {
  background: rgba(var(--color-button));
  color: rgb(var(--color-background));
}
.utility-bar.color-scheme-4 .announcement-bar__message {
  color: rgb(var(--color-background));
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03rem;
}
.utility-bar.color-scheme-4 .announcement-bar-slider .icon path {
  fill: rgb(var(--color-background));
}
.announcement-bar-slider.slider-buttons .slider-button {
  display: none;
}

/* Header */

.header__icons .contact-us-btn:hover {
  background: rgb(var(--color-button-text));
  color: rgb(var(--color-button));
  border-color: rgb(var(--color-button-text));
}

details[open] > .header__submenu {
  transform: translateY(17px) !important;
}
.contact-us-btn {
  border: 2px solid;
  letter-spacing: 0.05rem;
}
.header__menu-item {
  font-size: 18px;
  position: relative;
}
.header__menu-item span {
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.04rem;
}

.header__menu-item .icon-caret {
  position: absolute;
  height: 0.8rem;
  right: -1rem;
  top: calc(50% - 0.2rem);
}
.enable_menu .SUbmenu_hover_show.show_menu {
  display: block !important;
  opacity: 1;
}
.SUbmenu_hover_show {
  z-index: 1 !important;
  display: none;
}
.this_Active_menu .icon-caret {
  transform: rotate(180deg);
}
.menu-banner-section p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(var(--color-foreground));
  margin: 0px;
  padding-top: 5px;
  letter-spacing: 0.03rem;
}
.menu_header_text {
  text-decoration: none;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin: 0;
  letter-spacing: 0.03rem;
}
.menu-banner-section {
  list-style: none;
}


body.display_header .shopify-section.shopify-section-group-header-group.section-header {
    top: 0 !important;
}
/* the header you’re moving */
.shopify-section-group-header-group.section-header {
  transition: top 0.3s ease, opacity 0.3s ease; /* smooth change */
}

/* visible state */
body.display_header .shopify-section-group-header-group.section-header {
  top: 0 !important;
  opacity: 1;
}





@media screen and (min-width: 989px) {
  .header.page-width {
    display: flex;
    justify-content: space-between;
  }
  .menu_banner_banner {
    display: flex;
    justify-content: space-between;
    padding-left: 5rem;
    padding-right: 5rem;
    max-width: var(--page-width);
    margin: 0 auto;
    gap: 20px;
  }
  .menu-banner-section {
    width: 25%;
    padding: 25px 20px;
    border-radius: 16px;
  }
}

.menu-banner_anchor img {
  width: 24px;
}
.custom_header_anchor {
  padding: 0 !important;
}
.menu-banner_anchor {
  text-decoration: none;
}

.menu-banner_anchor h3 {
  font-weight: 600 !important;
}
.box-type--outer-line {
  padding: 25px 20px;
  border-radius: 16px;
  border: 1px solid rgb(var(--color-button));
  transition: all 0.15s ease-in-out;
}
.menu-banner-section:hover {
  background: #2f2f2f;
}
.menu_header_text {
  /* max-width: 133px; */
}

.mega-menu__content {
  top: 95% !important;
}

header-drawer {
  grid-column: none;
}
@media screen and (max-width: 989px) {
  .header__icons {
    display: none;
  }
  .header {
    padding: 4px 1rem 4px 1.8rem !important;
  }
  .menu-banner-section {
    padding: 16px 24px 16px 0;
  }
  .menu_banner_banner {
    padding: 1.1rem 3rem;
  }
  .menu-banner_anchor {
    display: flex;
  }
  .drawer_mega_menu {
    margin-left: 1rem;
  }
  .menu_header_text {
    font-size: 16px;
    line-height: 24px !important;
  }
  .drawer_mega_menu p {
    font-size: 12px;
  }
  .box-type--outer-line {
    padding: 16px 24px;
    margin-bottom: 2rem !important;
  }
  .menu-drawer__menu-item > .svg-wrapper {
    width: 12px !important;
  }
  .drawer-arrow svg {
    display: block !important;
  }
  .drawer-arrow.active-style {
    transform: rotate(180deg);
  }
  .menu-drawer__menu-item {
    line-height: 28px;
  }
  .contact_btn_drawer {
    padding: 1.1rem 3rem;
  }
}

/* drawer menu */

.icon_ham {
  position: relative;
  right: 10px;
  height: 12px;
  z-index: 99999;
  background: transparent;
  border: 0;
}
.icon_ham span {
  position: absolute;
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 10px;
  transition: transform .1s cubic-bezier(.4,0,.6,1);
}
/* initial positions */
.icon_ham span:nth-child(1) { top: 0; }
.icon_ham span:nth-child(2) { bottom: 0; }


.icon_ham.open span:nth-child(1),
.menu-opening .icon_ham span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.icon_ham.open span:nth-child(2),
.menu-opening .icon_ham span:nth-child(2) {
  transform: translateY(-5px) rotate(-45deg);
}

/* close → first merge to center */
.icon_ham.closing span:nth-child(1) {
  transform: translateY(5px) rotate(0deg);
}
.icon_ham.closing span:nth-child(2) {
  transform: translateY(-5px) rotate(0deg);
}

.dropdown_menu .header__menu-item {
  font-weight: 500;
  line-height: 28px;
}
.menu-drawer__menu-item {
  position: relative;
}
.mobile-menu {
  display: none;
}
.menu-drawer__menu > li {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.menu-opening .menu-drawer__menu > li {
  opacity: 1;
  transform: translateY(0);
}

 @keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(1px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.menu-opening .list-menu > li {
  opacity: 0;
  animation: fadeUp 0.4s forwards ease-out;
}

.menu-opening .list-menu > li:nth-child(1) { animation-delay: 0.1s; }
.menu-opening .list-menu > li:nth-child(2) { animation-delay: 0.2s; }
.menu-opening .list-menu > li:nth-child(3) { animation-delay: 0.3s; }
.menu-opening .list-menu > li:nth-child(4) { animation-delay: 0.4s; }
.menu-opening .list-menu > li:nth-child(5) { animation-delay: 0.5s; }
.menu-opening .list-menu > li:nth-child(6) { animation-delay: 0.6s; }
.menu-opening .list-menu > li:nth-child(7) { animation-delay: 0.7s; }
.menu-opening .list-menu > li:nth-child(8) { animation-delay: 0.8s; }
.menu-opening .list-menu > li:nth-child(9) { animation-delay: 0.9s; }
.menu-opening .list-menu > li:nth-child(10) { animation-delay: 1s; }





/* Home PAge */

@media screen and (min-width: 750px) {
  .index .multiple_images_with_text .image-with-text__text-item.grid__item {
    width: 40%;
  }
}

.index .image-with-text.multiple_images_with_text:after {
  content: "";
  position: absolute;
  width: 102%;
  height: 200px;
  bottom: -18%;
  background: linear-gradient(to top, #000, #00000000);
  z-index: 99;
  right: -15%;
}
.image_banner .banner__box.content-container {
  max-width: 56rem;
}
.image_banner .banner__heading {
  font-weight: 700;
}
.button.button--outline {
  width: max-content;
  background: transparent;
  border: 1px solid rgb(var(--color-button-text));
  margin-top: 1rem !important;
  height: 0;
}
.button.button--outline:after,
.button.button--outline:before {
  box-shadow: unset !important;
}
.slider-buttons {
  padding-top: 1rem;
}
.slider-counter {
  display: none !important;
}
.slider-button .svg-wrapper {
  width: auto;
  height: auto;
}

/* Work */

.work .multiple_images_with_text .image-with-text__text.rte {
  font-size: 16px;
  line-height: 24px;
  max-width: 55rem;
}
.work .image-with-text__media.image1 img {
  width: 552px;
  height: auto !important;
  padding-left: 5%;
  left: 20% !important;
}
.work .image_flex {
  top: 14%;
  left: -10%;
  bottom: 0;
}
.work .image_flex .image3 {
  margin-left: -9%;
  margin-top: 22%;
}
.work .image_flex .image2 img {
  width: 291px;
}
.work .image_flex .image3 img {
  width: 213px;
}
.work .image-with-text__media-item:before {
  width: 50%;
  height: 35%;
  top: 16%;
  left: 5%;
}
.work .image-with-text__grid:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 180px;
  left: 5%;
  bottom: 10%;
  background: linear-gradient(to top, #000, #00000000);
}
.work .multiple_images_with_text .image-with-text__content {
    max-width: 55rem;
    margin-left: 0;
}

/* Partnerships Page */

.partnerships .image_banner .banner__heading {
  font-weight: 700;
  line-height: 88px;
}
.partnerships .banner__text.rte {
  line-height: 24px;
  max-width: 60rem;
  font-size: 16px;
}

/* Services */

.services .multicolumn-card__image-wrapper--third-width {
  width: 7%;
}
.services .multicolumn-card__info .link .svg-wrapper {
  display: none;
}
.services .image-with-text__media.image1 img {
  width: 260px;
  padding: 0;
  height: auto !important;
  left: 50% !important;
  top: 8%;
}
.services .image_flex {
  top: 22%;
  bottom: 0;
}
.services .image_flex .image2 {
  z-index: -1;
  margin-left: 20%;
}
.services .image_flex .image3 {
  margin-left: -25%;
  margin-top: 30%;
}
.services .image-with-text__media.image1 {
  overflow: hidden !important;
}

.services .image-with-text.multiple_images_with_text:after {
  width: 100%;
  height: 150px;
  bottom: 7%;
}
.services .multiple_images_with_text .image-with-text__text.rte {
  font-size: 16px;
  line-height: 24px;
  padding: 1rem 3rem 2rem 0;
}
.services .multiple_images_with_text .image-with-text__text ul {
  padding-left: 0;
  padding-top: 1.5rem;
}

/* About us */

.about-us .image-with-text__media.gradient.color-scheme-4 {
  background: transparent;
  padding-bottom: 1rem;
}

/* Case Study */

.case-study .image_flex .image2 img {
  width: 570px;
  /* height: 420px; */
  object-fit: cover;
  object-position: top;
}
.case-study .image_flex {
  top: 37%;
  left: 0;
  bottom: 0;
}
.case-study .multiple_images_with_text .image-with-text__heading {
  margin: 0;
  letter-spacing: 0.02rem;
}
.case-study .multicolumn-card__image-wrapper--third-width {
  width: 7%;
}
.case-study .multicolumn.color-scheme-4.gradient.background-none {
  background: radial-gradient(
      300px circle at 0% 50%,
      rgba(240, 251, 32, 0.25) 0%,
      transparent 60% 60%
    ),
    #000;
}

.counter_section .multicolumn-list__item .multicolumn-card {
  border-color: rgba(var(--color-button), 0.3);
  border: 0;
}
.counter_section .multicolumn-list__item .multicolumn-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1px;
  border-radius: var(--text-boxes-radius);
  background: linear-gradient(
    to right,
    rgba(var(--color-button), 0.3) 0%,
    rgba(var(--color-button), 0.3) 50%,
    rgba(200, 255, 0, 0) 80%
  );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.multicolumn.counter_section .multicolumn-card h3 {
  font-weight: 700;
  font-size: 80px;
  line-height: 88px;
  color: rgba(var(--color-button));
}
.case-study .banner__media-half:first-child {
  width: 60%;
}
.case-study .second_image.banner__media-half {
  width: 40%;
}
.case-study .multiple-image-banner .banner__media.media.second_image img {
  padding-top: 0;
  padding-left: 10rem;
  height: auto;
}
.case-study .multiple-image-banner .image.image--2 {
  background-image: none;
}
.case-study .multiple-image-banner .image.image--1 img {
  width: 399px;
}
.case-study .multiple-image-banner .image.image--1 {
  left: 48%;
  top: 40%;
}
.case-study .multiple-image-banner .image.image--2 img {
  width: 170px;
  left: 43%;
  top: 54%;
}

/* Blog page */

body.blog .card__tags .tag,
.article .card__tags .tag {
  border: 1px solid;
  display: inline;
  border-radius: var(--border-radius);
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 600;
}
.article .card__tags .tag {
  border-radius: 16px;
}
.article-card .card__heading {
  order: 2;
  margin-top: 1rem;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
.article-card__excerpt {
  order: 3;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-top: 0 !important;
}
body.blog .article-card .card__information {
  display: flex;
  flex-direction: column;
}
.main-blog .title--primary {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}

/* Article page */

body.article .article-template__title {
  font-weight: 700;
  text-align: center;
}
body.article .circle-divider time {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #686868;
}
body.article .article-template__info {
  text-align: center;
}
.article-template__excerpt .article_excerpt {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.article-template__tags {
  margin-top: 2rem;
  margin-bottom: 3rem;
  text-align: center;
}
.article-template__content h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
.article-template__content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.article-template__content.rte img {
  width: 100%;
  margin: 2rem 0;
}

@media screen and (max-width: 749px) {
  .index .image-with-text.multiple_images_with_text:after {
    width: 109%;
    height: 25%;
    bottom: -3%;
    left: -5%;
    background: linear-gradient(to top, #000, #0000000d);
  }
  body.blog .blog .page-width-desktop {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  body.blog .blog .blog__title {
    font-size: 32px !important;
    line-height: 40px !important;
    margin: 0px auto;
  }
  .blog .slider-buttons {
    display: none;
  }
  .section-template--16998389022818__main-padding {
    padding-top: 0;
  }
  .section-template--16998389022818__featured_blog_gifkkg-padding {
    padding-bottom: 0;
  }
  .partnerships .banner__box {
    padding: 4rem 0.5rem;
  }
  .work .multiple_images_with_text .grid .image-with-text__heading {
    display: inline;
  }
  .work .image_flex .image2 img {
    width: 183px;
  }
  .work .image_flex .image3 img {
    width: 165px;
  }
  .work .image-with-text__media.image1 img {
    width: 347px;
    padding-left: 30%;
    left: 4% !important;
  }
  .work .image_flex {
    top: 19%;
    left: -1%;
  }
  .work .image_flex .image3 {
    margin-top: 19%;
  }
  .work .multiple_images_with_text .image-with-text__media-item {
    height: 500px;
  }
  .work .image-with-text__grid:after {
    width: 102%;
    bottom: 5%;
  }
  .work .image-with-text__media-item:before {
    top: 13%;
    left: 32%;
  }
  .services .image_flex img {
    width: 175px;
  }
  .services .image_flex .image2 {
    margin-left: 0;
  }
  .services .image-with-text__media.image1 img {
    right: 0 !important;
    left: unset !important;
    width: 55%;
    top: 0;
  }
  .services .image-with-text.multiple_images_with_text:after {
    bottom: -1px;
  }
  .services .image-with-text__media-item:before {
    box-shadow: -20px -80px 200px rgba(var(--color-button), 0.8);
    width: 80%;
    height: 30%;
    top: 22%;
    left: 20%;
  }
  .services .multiple_images_with_text .image-with-text__text.rte {
    padding-right: 0rem;
    padding-top: 1rem;
  }
  .case-study .multiple_images_with_text .image-with-text__content {
    padding: 3rem 0rem 7rem 1rem;
  }
  .case-study .image_flex {
    top: 32.7%;
  }
  .case-study .image_flex .image2 img {
    width: 304px;
    height: auto;
  }
  .case-study .image-with-text__media.image1 img {
    height: 100% !important;
    left: 0 !important;
  }
  .case-study .multicolumn-list {
    gap: 24px;
  }
  .case-study .multicolumn .title {
    font-size: 40px !important;
    line-height: 50px;
  }
  .case-study
    .banner--large:not(.banner--mobile-bottom):not(.banner--adapt)
    .banner__content {
    min-height: 53rem;
  }
  .case-study .banner__media-half:first-child {
    width: 70%;
    left: 5%;
  }
  .case-study .second_image.banner__media-half {
    width: 50%;
    left: 45%;
    top: 12%;
  }
  .case-study .banner__media-half:first-child .mobile_image_1 {
    object-fit: cover;
    object-position: top;
  }
  .case-study .multiple-image-banner .image.image--2 {
    display: none;
  }
  .case-study .multiple-image-banner .banner__media.media.second_image img {
    width: 215px;
    padding: 0;
    left: 0;
  }
  .case-study .multiple-image-banner .image.image--1 {
    left: 30%;
    top: 61%;
  }
  .case-study .multiple-image-banner .image.image--1 img {
    width: 260px;
  }
  .multicolumn.counter_section .multicolumn-card h3 {
    font-size: 56px;
    line-height: 64px;
  }
  .footer-block-image,
  .footer-block__image-wrapper {
    margin: 0 !important;
  }
  .footer-block__newsletter .footer-block__heading {
    width: 100% !important;
  }
  .footer__blocks-wrapper {
    position: relative;
  }
  /* .footer__blocks-wrapper .footer-block:nth-child(3) {
    position: absolute;
    width: 50%;
    top: 46.5%;
    left: 35%;
  }
  .footer__blocks-wrapper .footer-block:last-child {
    position: absolute;
    width: 50%;
    top: 68%;
    left: 35%;
  } */

  .blog .blog__title {
    font-size: 40px !important;
    line-height: 50px !important;
  }
  .blog__posts.articles-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .blog__posts.articles-wrapper .blog__post {
    margin: 0 !important;
  }
  .index .blog_custom_cls .card__heading {
    width: 100% !important;
  }
  .index .card.article-card .card__inner {
    height: 350px;
  }
  .partnerships .image_banner .banner__heading {
    font-size: 56px;
    line-height: 64px;
  }
  .partnerships .slider-counter {
    display: none;
    justify-content: center;
    min-width: 4.4rem;
  }
  .partnerships .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,
  .partnerships .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
    width: calc(90% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }
  .contact .rich-text__blocks .rich-text__heading {
    font-size: 56px !important;
    line-height: 64px !important;
  }
}

/* Contact */

.contact_form .form-status {
  font-size: 18px;
  font-weight: 500;
  color: rgb(var(--color-button));
  gap: 10px;
  display: flex;
  align-items: center;
}
.contact_form .form-status .icon {
  width: 18px;
  height: 18px;
}
.contact_form .form-status .icon-success path {
  stroke: rgb(var(--color-button));
  fill: #000;
}
.contact .rich-text__blocks .rich-text__heading {
  font-weight: 700;
  line-height: 88px;
}

@media screen and (min-width: 750px) {
  body.article .article-template__title {
    font-size: 56px;
    line-height: 64px;
  }
  .services .image_flex img {
    width: 255px;
  }
  .case-study .image-with-text .both_div_cls {
    padding-right: 2rem;
  }
}

@media screen and (min-width: 1300px) {
  /* .article-template__content.page-width {
    padding: 0;
  } */
  .case-study .image-with-text__media.image1 img {
    height: auto !important;
    padding-left: 0;
    left: 10rem !important;
  }
  .index .image-with-text__media.image1 img {
    left: 15rem !important;
  }
}
