*, :after, :before {
  box-sizing: border-box;
  background-repeat: no-repeat;
}

:after, :before {
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
}

:where(:root) {
  cursor: default;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.5;
}

:where(body) {
  margin: 0;
}

:where(hr) {
  color: inherit;
  height: 0;
}

:where(nav) :where(ol, ul) {
  padding: 0;
  list-style-type: none;
}

:where(pre) {
  font-family: monospace;
  font-size: 1em;
  overflow: auto;
}

:where(svg:not([fill])) {
  fill: currentColor;
}

:where(button, [type="button" i], [type="reset" i], [type="submit" i]) {
  appearance: button;
}

:where(textarea) {
  resize: vertical;
  margin: 0;
}

:where([type="search" i]) {
  appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-outer-spin-button {
  height: auto;
}

::placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-search-decoration {
  appearance: none;
}

::-webkit-file-upload-button {
  appearance: button;
  font: inherit;
}

:where(details > summary:first-of-type) {
  display: list-item;
}

:where([aria-busy="true" i]) {
  cursor: progress;
}

:where([aria-disabled="true" i], [disabled]) {
  cursor: not-allowed;
}

:where([aria-hidden="false" i][hidden]) {
  display: initial;
}

:where([aria-hidden="false" i][hidden]:not(:focus)) {
  clip: rect(0,0,0,0);
  position: absolute;
}

@media (prefers-reduced-motion: reduce) {
  *, :after, :before {
    background-attachment: initial !important;
    scroll-behavior: auto !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    animation-delay: -1ms !important;
  }
}

*, :after, :before, html {
  box-sizing: border-box;
}

img {
  box-sizing: content-box;
}

.image-background > img, .image-background > img[width][height] {
  object-fit: cover;
}

.image-background {
  position: relative;
  overflow: hidden;
}

.image-background-layer, .image-background > img, .image-background > img[width][height] {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

:root {
  --breakpoint-nav: 1029px;
}

@media (width <= 1590px) {
  :root {
    --wp--custom--spacing--container-padding-inline: 4rem;
  }
}

@media (width <= 700px) {
  :root {
    --wp--custom--spacing--container-padding-inline: 1.25rem;
  }
}

@media (width <= 1030px) {
  :root {
    --wp--custom--spacing--site-header-padding-block: 1.25rem;
  }
}

@media (width <= 1024px) {
  :root {
    --wp--custom--spacing--grid-gap: 2rem;
  }
}

@media (width <= 768px) {
  :root {
    --wp--custom--spacing--grid-gap: var(--wp--custom--spacing--container-padding-inline);
    --wp--custom--spacing--container-padding-block: 3.125rem;
  }
}

@media (width <= 600px) {
  :root {
    --wp--custom--spacing--content-padding-block: 3.75rem;
    --wp--custom--spacing--container-padding-block: 2.5rem;
  }
}

.glightbox-container {
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  outline: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 999999 !important;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.glightbox-container .gslider {
  height: 100%;
  transition: transform .4s;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  transform: translateZ(0);
  display: flex !important;
}

.glightbox-container .gslide, .glightbox-container .gslider {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.glightbox-container .gslide {
  opacity: 0;
  -webkit-user-select: none;
  user-select: none;
  display: flex;
  position: absolute;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  margin: auto;
  display: flex;
  position: relative;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom, .glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left, .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe, .gslide video {
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
  border: none;
  min-height: 165px;
  outline: 0 !important;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  align-items: center;
}

.gslide-image img {
  float: none;
  -o-object-fit: cover;
  object-fit: cover;
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
  border: none;
  outline: 0;
  width: auto;
  min-width: 200px;
  max-width: 100vw;
  height: auto;
  max-height: 100vh;
  margin: auto;
  padding: 0;
  display: block;
}

.desc-bottom .gslide-image img, .desc-top .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img, .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  transition: none;
  cursor: grabbing !important;
}

.gslide-video {
  max-width: 100vh;
  position: relative;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto;
}

.gslide-video:before {
  content: "";
  background: #ff000057;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.gslide-video.playing:before {
  display: none;
}

.gslide-video.fullscreen {
  min-width: 100%;
  height: 75vh;
  max-width: 100% !important;
}

.gslide-video.fullscreen video {
  width: 100% !important;
  max-width: 100% !important;
}

.gslide-inline {
  text-align: left;
  background: #fff;
  max-width: 100%;
  max-height: calc(100vh - 40px);
  margin: auto;
  overflow: auto;
}

.gslide-inline .ginlined-content {
  width: 100%;
  padding: 20px;
}

.gslide-inline .dragging {
  transition: none;
  cursor: grabbing !important;
}

.ginlined-content {
  opacity: 1;
  overflow: auto;
  display: block !important;
}

.gslide-external {
  background: #fff;
  width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: 75vh;
  padding: 0;
  overflow: auto;
}

.gslide-external, .gslide-media {
  display: flex;
}

.gslide-media {
  width: auto;
}

.zoomed .gslide-media {
  box-shadow: none !important;
}

.desc-bottom .gslide-media, .desc-top .gslide-media {
  flex-direction: column;
  margin: 0 auto;
}

.gslide-description {
  flex: 1 0 100%;
  position: relative;
}

.gslide-description.description-left, .gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom, .gslide-description.description-top {
  width: 100%;
  margin: 0 auto;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.glightbox-button-hidden, .zoomed .gslide-description {
  display: none;
}

.glightbox-mobile .glightbox-container .gslide-description {
  background: linear-gradient(#0000 0, #000000bf);
  width: 100%;
  max-height: 78vh;
  padding: 19px 11px 50px;
  transition: opacity .3s linear;
  position: absolute;
  bottom: 0;
  order: 2 !important;
  max-width: 100vw !important;
  height: auto !important;
  overflow: auto !important;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: .4;
}

.gdesc-open .gslide-media {
  opacity: .4;
  transition: opacity .5s;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  opacity: 1;
  transition: opacity .5s;
}

.greset {
  transition: all .3s;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  z-index: 9999;
  border: 2px solid #fff;
  border-right-color: #0000;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin: 0 auto;
  animation: .8s linear infinite a;
  display: block;
  position: absolute;
  top: 47%;
  left: 0;
  right: 0;
}

.goverlay {
  will-change: opacity;
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
}

.glightbox-mobile .goverlay, .goverlay {
  background: #000;
}

.gclose, .gnext, .gprev {
  cursor: pointer;
  z-index: 99999;
  border: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 44px;
  display: flex;
}

.gclose svg, .gnext svg, .gprev svg {
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
}

.gclose.disabled, .gnext.disabled, .gprev.disabled {
  opacity: .1;
}

.gclose .garrow, .gnext .garrow, .gprev .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gclose, .glightbox-closing .gnext, .glightbox-closing .gprev {
  opacity: 0 !important;
}

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  color: #000;
  margin-bottom: 19px;
  font-family: arial;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  margin-bottom: 0;
  font-family: arial;
  font-size: .86em;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
  background-color: #000000bf;
  border-radius: 4px;
}

.glightbox-clean .gclose path, .glightbox-clean .gnext path, .glightbox-clean .gprev path {
  fill: #fff;
}

.glightbox-clean .gprev {
  left: 30px;
}

.glightbox-clean .gnext, .glightbox-clean .gprev {
  width: 40px;
  height: 50px;
  position: absolute;
  top: -100%;
}

.glightbox-clean .gnext {
  right: 30px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 15px;
  right: 10px;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

.gfadeIn {
  animation: .5s b;
}

.gfadeOut {
  animation: .5s c;
}

.gslideOutLeft {
  animation: .3s e;
}

.gslideInLeft {
  animation: .3s d;
}

.gslideOutRight {
  animation: .3s g;
}

.gslideInRight {
  animation: .3s f;
}

.gzoomIn {
  animation: .5s h;
}

.gzoomOut {
  animation: .5s i;
}

@keyframes a {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes b {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes c {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes d {
  0% {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }

  to {
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
  }
}

@keyframes e {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
  }

  to {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(-60%, 0, 0);
  }
}

@keyframes f {
  0% {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes g {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
  }

  to {
    opacity: 0;
    transform: translate3d(60%, 0, 0);
  }
}

@keyframes h {
  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 1;
  }
}

@keyframes i {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@media (width >= 769px) {
  .glightbox-container .ginner-container {
    flex-direction: row;
    width: auto;
    height: auto;
  }

  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }

  .glightbox-container .ginner-container.desc-top .gslide-image, .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }

  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }

  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }

  .gslide-image img {
    max-width: 100%;
    max-height: 97vh;
  }

  .gslide-image img.zoomable {
    cursor: zoom-in;
  }

  .zoomed .gslide-image img.zoomable {
    cursor: grab;
  }

  .gslide-inline {
    max-height: 95vh;
  }

  .gslide-external {
    max-height: 100vh;
  }

  .gslide-description.description-left, .gslide-description.description-right {
    max-width: 275px;
  }

  .glightbox-open {
    height: auto;
  }

  .goverlay {
    background: #000000eb;
  }

  .glightbox-clean .gslide-media {
    box-shadow: 1px 2px 9px #000000a6;
  }

  .glightbox-clean .description-left .gdesc-inner, .glightbox-clean .description-right .gdesc-inner {
    height: 100%;
    position: absolute;
    overflow-y: auto;
  }

  .glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
    background-color: #00000052;
  }

  .glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover {
    background-color: #000000b3;
  }

  .glightbox-clean .gnext, .glightbox-clean .gprev {
    top: 45%;
  }
}

@media (width >= 992px) {
  .glightbox-clean .gclose {
    opacity: .7;
    right: 20px;
  }
}

@media screen and (height <= 420px) {
  .goverlay {
    background: #000;
  }
}

.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  clip-path: inset(50%);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  opacity: 0;
}

.screen-reader-text:focus-visible {
  background-color: var(--wp--preset--color--white);
  clip: auto;
  clip-path: none;
  font-size: 1.0625rem;
  font-weight: var(--wp--custom--typography--weight-bold);
  opacity: 1;
  z-index: 100000;
  border-radius: 0;
  width: auto;
  height: auto;
  padding: .9375rem 1.4375rem .875rem;
  line-height: normal;
  text-decoration: none;
  display: block;
  top: .3125rem;
  left: .3125rem;
  box-shadow: 0 0 2px 2px #17171799;
}

.skip-link {
  margin: .3125rem;
}

a:focus, button:focus, div[tabindex]:focus, input:focus, select:focus, textarea:focus {
  opacity: 1;
  outline-offset: .3125rem;
}

@media (prefers-reduced-motion: no-preference) {
  :focus {
    transition: outline-offset .25s;
  }
}

.external-link-icon {
  margin-left: .4375rem;
  margin-right: 2px;
}

@media (width <= 600px) {
  .external-link-icon {
    width: .75rem;
    height: .75rem;
    margin-left: 4px;
    transform: translateY(1px);
  }
}

.btn-slide {
  color: #000;
  text-transform: uppercase;
  background: none;
  border: 1px solid;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 193px;
  height: 60px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: background-color .35s, border-color .35s;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.btn-slide--black {
  color: #000;
}

.btn-slide--white {
  color: #fff;
}

.btn-slide:hover {
  color: #000;
}

.btn-slide__text {
  flex-direction: column;
  transition: transform .35s;
  display: flex;
  transform: translateY(33px);
}

.btn-slide__text span {
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  height: 66px;
  display: flex;
}

.btn-slide:hover {
  background: #30efa6;
  border-color: #30efa6;
}

.btn-slide:hover .btn-slide__text {
  transform: translateY(-33px);
}

.hamburger {
  --hamburger-layer-height: 2px;
  --hamburger-width: 2rem;
  --hamburger-color: var(--wp--preset--color--black);
  --hamburger-color-active: var(--wp--preset--color--white);
  flex-shrink: 0;
  position: relative;
}

.hamburger, .hamburger:after, .hamburger:before {
  background-color: var(--hamburger-color);
  height: var(--hamburger-layer-height);
  width: var(--hamburger-width);
  transition: all .2s;
}

.hamburger:after, .hamburger:before {
  content: "";
  display: block;
  position: absolute;
}

.hamburger:before {
  top: -.5625rem;
}

.hamburger:after {
  bottom: -.5625rem;
}

body:not(.js-nav-active) .nav-toggle .hamburger:after, body:not(.js-nav-active) .nav-toggle:focus .hamburger:after {
  width: 80%;
}

body:not(.js-nav-active) .nav-toggle:hover .hamburger:after {
  width: 100%;
}

.js-nav-active .hamburger:after, .js-nav-active .hamburger:before {
  background-color: var(--hamburger-color-active);
  top: 0;
  left: 0;
}

.js-nav-active .hamburger:before {
  transform: rotate(-45deg);
}

.js-nav-active .hamburger:after {
  transform: rotate(45deg);
}

.js-nav-active .hamburger, .nav-toggle {
  background-color: #0000;
}

.nav-toggle {
  cursor: pointer;
  font-weight: var(--wp--custom--typography--weight-semibold);
  opacity: 1;
  -webkit-user-select: none;
  user-select: none;
  z-index: 99999;
  border: 0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin: -.5rem -1rem 0 0;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  right: 0;
  overflow: visible;
}

:root {
  --color-background-nav-mobile-header: var(--wp--preset--color--white);
  --color-background-nav-mobile-header-active: var(--wp--preset--color--black);
  --width-navigation: 100vw;
  --color-background-menu-items: var(--wp--custom--color--main);
  --color-background-menu-items-active: var(--wp--custom--color--main);
  --color-separator-nav-mobile: #ffffff1a;
  --color-current-menu-item: var(--wp--preset--color--white);
  --color-dropdown-toggle-mobile: var(--wp--preset--color--white);
  --typography-size-main-level-mobile: .9375rem;
  --typography-weight-main-level-mobile: 600;
  --padding-main-level-vertical-mobile: .75rem;
  --color-main-level-menu-item-hover-focus-mobile: var(--wp--preset--color--white);
  --color-main-level-menu-item-mobile: var(--wp--preset--color--white);
  --typography-size-sub-menu-mobile: .9375rem;
  --typography-weight-sub-menu-mobile: 600;
  --margin-left-sub-menu: .625rem;
  --padding-sub-menu-vertical-mobile: .5rem;
  --padding-sub-menu-horizontal-mobile: var(--wp--custom--spacing--container-padding-inline);
  --color-sub-menu-mobile: #fffc;
}

@media only screen and (width <= 1030px) {
  .menu-items ul {
    display: none;
  }

  ul .sub-menu.toggled-on {
    display: block;
  }
}

@media screen and (width <= 1029px) {
  .site-header {
    background-color: var(--color-background-nav-mobile-header);
  }

  .nav-primary {
    align-self: center;
  }

  .site-header a, .site-header li, .site-header ul {
    position: relative;
  }

  .disable-scroll {
    overflow: hidden;
  }

  .menu-items-wrapper {
    backface-visibility: hidden;
    background-color: var(--color-background-menu-items);
    pointer-events: none;
    visibility: hidden;
    height: calc(100vh - 7.2rem);
    width: var(--width-navigation);
    z-index: 5;
    padding-bottom: 7.5rem;
    transition: opacity .18s ease-in-out;
    position: fixed;
    top: 0;
    right: 0;
    overflow: auto;
    transform: translate3d(100%, 0, 0);
  }

  .menu-items {
    margin: 16px 0 0;
  }

  .menu-item a {
    border-top: 1px solid var(--color-separator-nav-mobile);
    color: var(--color-main-level-menu-item-mobile);
    font-size: var(--typography-size-main-level-mobile);
    font-weight: var(--typography-weight-main-level-mobile);
    padding: var(--padding-main-level-vertical-mobile) var(--padding-sub-menu-horizontal-mobile);
    z-index: 0;
    margin-left: 0;
    margin-right: 0;
    text-decoration: none;
    display: block;
    position: relative;
  }

  .sub-menu a {
    color: var(--color-sub-menu-mobile);
    font-size: var(--typography-size-sub-menu-mobile);
    font-weight: var(--typography-weight-sub-menu-mobile);
    padding-bottom: var(--padding-sub-menu-vertical-mobile);
    padding-left: calc(var(--padding-sub-menu-horizontal-mobile) + var(--margin-left-sub-menu));
    padding-top: var(--padding-sub-menu-vertical-mobile);
  }

  .sub-menu {
    margin-left: 0;
    padding-left: 0;
  }

  .sub-menu .sub-menu a {
    padding-left: calc(var(--padding-sub-menu-horizontal-mobile) + var(--margin-left-sub-menu) + var(--margin-left-sub-menu));
  }

  .menu-item a:focus, .menu-item a:hover {
    color: var(--color-main-level-menu-item-hover-focus-mobile);
  }

  .menu-item.current-menu-item > a, .menu-item.current-menu-parent > a {
    color: var(--color-current-menu-item);
  }

  .dropdown-toggle {
    --dropdown-toggle-size: .75rem;
    color: var(--color-dropdown-toggle-mobile);
    height: 100%;
    padding: var(--padding-sub-menu-vertical-mobile) calc(var(--padding-sub-menu-horizontal-mobile) - var(--dropdown-toggle-size)/2) var(--padding-sub-menu-vertical-mobile) var(--padding-sub-menu-horizontal-mobile);
    z-index: 100;
    background-color: #0000;
    border: 0;
    align-items: center;
    margin-top: 0;
    display: inline-flex;
    position: absolute;
    top: 2px;
    left: auto;
    right: 0;
    overflow: hidden;
  }

  .dropdown-toggle svg {
    height: var(--dropdown-toggle-size);
    pointer-events: none;
    width: var(--dropdown-toggle-size);
    z-index: -1;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' style='width:var(--dropdown-toggle-size);height:var(--dropdown-toggle-size)' viewBox='0 0 10 10'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M5 1.5v7M1.5 5h7'/%3E%3C/svg%3E");
    background-size: 100%;
    transition: all .15s;
    position: relative;
    transform: rotate(0);
  }

  .dropdown-toggle svg path {
    display: none;
  }

  .dropdown-toggle.toggled-on svg {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' style='width:var(--dropdown-toggle-size);height:var(--dropdown-toggle-size)' viewBox='0 0 10 10'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M1.5 5h7'/%3E%3C/svg%3E");
    transform: rotate(-180deg);
  }

  .dropdown-toggle:hover {
    cursor: pointer;
  }

  .dropdown-toggle:focus {
    cursor: pointer;
    z-index: 100;
  }

  .sub-menu .dropdown-toggle {
    color: var(--color-sub-menu-mobile);
  }

  .js-nav-active {
    overflow: hidden;
  }

  .js-nav-active .menu-items-wrapper {
    background-color: var(--color-background-menu-items-active);
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    width: var(--width-navigation);
    transform: translateZ(0);
  }
}

@media screen and (width <= 782px) {
  .logged-in.admin-bar .menu-items-wrapper {
    margin-top: 46px;
  }
}

.site-header ul {
  --color-current: var(--wp--preset--color--black);
  --color-current-dropdown: var(--wp--preset--color--white);
  --dropdown-toggle-size: .75rem;
  --typography-size-main-level: var(--wp--preset--font-size--16);
  --typography-weight-main-level: var(--wp--custom--typography--weight-semibold);
  --padding-main-level-horizontal: 0;
  --padding-main-level-vertical: .375rem;
  --color-main-level: var(--wp--preset--color--black);
  --color-hover-main-level: var(--wp--custom--color--link-text);
  --gap-between-dropdown-toggle: .9375rem;
  --gap-main-level-horizontal: 1.5625rem;
  --typography-size-sub-menu: var(--wp--preset--font-size--16);
  --typography-weight-sub-menu: var(--wp--custom--typography--weight-semibold);
  --padding-sub-menu-vertical: .625rem;
  --padding-sub-menu-link-vertical: .5rem;
  --padding-sub-menu-link-horizontal: 1.25rem;
  --width-sub-menu: 12.5rem;
  --color-sub-menu: var(--wp--preset--color--white);
  --color-hover-sub-menu: var(--wp--preset--color--white);
  --color-background-sub-menu: var(--wp--preset--color--black);
  --gap-dropdown: 1.6rem;
  width: unset;
  list-style: none;
}

@media only screen and (width >= 1030px) {
  .nav-toggle {
    display: none;
  }

  .nav-primary {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 0;
  }

  .menu-items {
    align-items: center;
    column-gap: var(--gap-main-level-horizontal);
    background-color: #0000;
    flex-wrap: wrap;
    justify-content: flex-end;
    row-gap: .625rem;
    padding: 0;
    display: flex;
  }

  .menu-item, .menu-items {
    margin: 0;
    position: relative;
  }

  .menu-item-clickable, .menu-item > a {
    color: var(--color-main-level);
    font-size: var(--typography-size-main-level);
    font-weight: var(--typography-weight-main-level);
    padding: var(--padding-main-level-vertical) var(--padding-main-level-horizontal);
    white-space: nowrap;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: inline-flex;
  }

  .menu-item .sub-menu a {
    font-size: var(--typography-size-sub-menu);
    font-weight: var(--typography-weight-sub-menu);
    padding: var(--padding-sub-menu-link-vertical) var(--padding-sub-menu-link-horizontal);
    white-space: normal;
    align-items: center;
    width: 100%;
    line-height: 1.5;
    display: inline-flex;
  }

  .menu-item .sub-menu a, .menu-item .sub-menu button {
    color: var(--color-sub-menu);
  }

  .menu-item .sub-menu {
    --color-current: var(--color-current-dropdown);
  }

  .menu-item.current-menu-item > a, .menu-item.current-menu-parent > a {
    color: var(--color-current);
  }

  .sub-menu .menu-item.current-menu-item > a {
    text-decoration: underline 2px;
  }

  .menu-item.menu-item-has-children a {
    transition: background-color .2s cubic-bezier(.19, 1, .22, 1);
  }

  .menu-item > a:focus, .menu-item > a:hover {
    color: var(--color-hover-main-level);
  }

  .menu-item .sub-menu a:focus, .menu-item .sub-menu a:hover {
    color: var(--color-hover-sub-menu);
    text-decoration: underline 2px;
  }

  .menu-item.menu-item-has-children.hover-intent .sub-menu a, .menu-item.menu-item-has-children:focus .sub-menu a {
    padding-bottom: var(--padding-sub-menu-link-vertical);
    padding-top: var(--padding-sub-menu-link-vertical);
  }

  .menu-item.menu-item-has-children.hover-intent .sub-menu, .menu-item.menu-item-has-children:focus .sub-menu {
    padding-bottom: var(--padding-sub-menu-vertical);
    padding-top: var(--padding-sub-menu-vertical);
  }

  .nav-primary > ul:first-of-type > .menu-item-has-children:focus:before, .nav-primary > ul:first-of-type > .menu-item-has-children:hover:before {
    transition: all .2s cubic-bezier(.19, 1, .22, 1);
    transform: scale(1);
  }

  .no-js .sub-menu {
    left: unset;
    display: none;
    right: 0;
  }

  .no-js .sub-menu .sub-menu {
    left: unset;
    right: 100%;
  }

  .no-js .menu-item-has-children:focus-within > .sub-menu, .no-js .menu-item-has-children:focus > .sub-menu, .no-js .menu-item-has-children:hover > .sub-menu {
    display: block;
  }

  .js .sub-menu {
    margin-top: var(--gap-dropdown);
    opacity: 0;
    visibility: hidden;
  }

  .js .sub-menu .sub-menu {
    margin-top: calc(var(--padding-sub-menu-vertical)*-1);
  }

  .sub-menu {
    background-color: var(--color-background-sub-menu);
    border: 1px solid var(--wp--preset--color--black);
    width: var(--width-sub-menu);
    z-index: 9;
    margin-left: 0;
    padding: 0;
    transition: all .2s cubic-bezier(.19, 1, .22, 1);
    position: absolute;
    top: 100%;
    left: 0;
  }

  .sub-menu.is-out-of-viewport {
    left: unset;
    right: 0;
  }

  .sub-menu .sub-menu.is-out-of-viewport, .sub-menu.is-out-of-viewport .sub-menu {
    left: unset;
    right: 100%;
  }

  .sub-menu .sub-menu {
    margin-left: 0;
    top: 0;
    left: 100%;
  }

  .sub-menu li {
    padding: 0;
  }

  .menu-item-has-children.hover-intent > .sub-menu, .menu-item-has-children:focus > .sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 12;
    transform: translateY(0);
  }

  .menu-item-has-children.hover-intent .sub-menu .sub-menu, .menu-item-has-children:focus .sub-menu .sub-menu {
    margin-top: calc(var(--padding-sub-menu-vertical)*-1);
    z-index: 10;
    top: 0;
  }

  .menu-item.menu-item-has-children {
    align-items: center;
    gap: var(--gap-between-dropdown-toggle);
    justify-content: space-between;
    display: flex;
    position: relative;
  }

  .menu-item.menu-item-has-children:after {
    content: "";
    height: var(--gap-dropdown);
    max-width: var(--width-sub-menu);
    visibility: hidden;
    width: 100%;
    display: block;
    position: absolute;
    top: 100%;
  }

  .menu-item.menu-item-has-children.hover-intent:after {
    visibility: visible;
    z-index: 100;
  }

  .dropdown-toggle svg {
    height: var(--dropdown-toggle-size);
    width: var(--dropdown-toggle-size);
    transition: all .35s cubic-bezier(.19, 1, .22, 1);
  }

  .hover-intent > .dropdown-toggle svg {
    transform: rotateX(180deg);
  }

  .dropdown-toggle {
    pointer-events: none;
    background-color: #0000;
    border: 0;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: inline-flex;
  }

  .sub-menu .dropdown-toggle {
    width: 1.875rem;
  }

  .sub-menu .dropdown-toggle svg {
    transform: rotate(-90deg)rotateX(0);
  }

  .sub-menu .hover-intent > .dropdown-toggle > svg {
    transform: rotate(-90deg)rotateX(180deg);
  }

  .sub-menu .menu-item-has-children:after {
    display: none;
  }

  .menu-item.menu-item-has-children.hover-intent > .dropdown-toggle svg, .menu-item.menu-item-has-children:focus > .dropdown-toggle svg {
    transform: translateY(0)rotate(180deg);
  }

  .menu-item.menu-item-has-children .menu-item.menu-item-has-children.hover-intent > .dropdown-toggle svg, .menu-item.menu-item-has-children .menu-item.menu-item-has-children:focus > .dropdown-toggle svg {
    transform: translateY(0)rotate(90deg);
  }
}

@media only screen and (width >= 1030px) and (width <= 1030px) {
  ul li:focus > ul, ul li:hover > ul {
    display: block;
  }
}

.is-root-container, body:not(.wp-admin) {
  color: var(--wp--custom--color--paragraph);
  font-family: var(--wp--preset--font-family--main);
  font-size: var(--wp--preset--font-size--18);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: var(--wp--custom--typography--weight-paragraph);
  line-height: var(--wp--custom--typography--paragraph-line-height);
  text-rendering: geometricprecision;
}

.block {
  background-color: var(--wp--preset--color--white);
  margin: 0 auto;
  position: relative;
}

.global-link {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.site {
  max-width: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.container {
  padding-left: var(--wp--custom--spacing--container-padding-inline);
  padding-right: var(--wp--custom--spacing--container-padding-inline);
}

.container, .container-fluid {
  max-width: var(--wp--custom--grid-base);
  margin: 0 auto;
}

.container-fluid {
  padding-left: 10px;
  padding-right: 10px;
}

.edit-link, .edit-link:last-child {
  --color-link-edit-border: #ddd;
  --color-link-edit-text: #555;
  --color-link-edit-text-hover: #fff;
  --color-link-edit-background-hover: #aaa;
  --color-link-edit-border-hover: #aaa;
  max-width: var(--wp--custom--grid-base);
  text-align: left;
  width: 100%;
  min-width: 0;
  margin: 1.25rem auto;
  transition: all .15s;
  display: block;
  overflow: hidden;
}

.edit-link a, .edit-link:last-child a {
  background-color: var(--wp--preset--color--white);
  border: 2px dashed var(--color-link-edit-border);
  clear: both;
  color: var(--color-link-edit-text);
  font-weight: var(--wp--custom--typography--weight-semibold);
  text-align: center;
  max-width: calc(100% - 2rem);
  margin: 0 auto;
  padding: 1rem;
  text-decoration: none;
  transition: all .15s;
  display: block;
}

.edit-link a:hover, .edit-link:focus, .edit-link:last-child a:hover, .edit-link:last-child:focus {
  background-color: var(--color-link-edit-background-hover);
  border-color: var(--color-link-edit-border-hover);
  color: var(--color-link-edit-text-hover);
}

.post-inner {
  max-width: var(--wp--style--global--content-size);
  padding: var(--wp--preset--spacing--30) var(--wp--custom--spacing--container-padding-inline);
  margin-left: auto;
  margin-right: auto;
}

@media (width <= 1200px) {
  .page-template-page-blockjump .site-header-inner, .page-template-page-podcast .site-header-inner, .page-template-page-service .site-header-inner {
    position: absolute;
  }

  .page-template-page-blockjump .site-header-inner .first-line, .page-template-page-blockjump .site-header-inner .second-line, .page-template-page-podcast .site-header-inner .first-line, .page-template-page-podcast .site-header-inner .second-line, .page-template-page-service .site-header-inner .first-line, .page-template-page-service .site-header-inner .second-line {
    background-color: #fff;
  }

  .page-template-page-blockjump .block-jump-banner__content, .page-template-page-podcast .block-jump-banner__content, .page-template-page-service .block-jump-banner__content {
    padding-top: 80px;
  }

  .page-template-page-csr .site-header-inner, .page-template-page-how-we-deliver .site-header-inner {
    position: absolute;
  }

  .page-template-page-csr .site-branding .site-title a svg path, .page-template-page-how-we-deliver .site-branding .site-title a svg path {
    fill: #000;
  }

  .page-template-page-csr .mega-menu .site-branding .site-title a svg path, .page-template-page-how-we-deliver .mega-menu .site-branding .site-title a svg path {
    fill: #30efa6;
  }

  .page-template-page-csr .csr-banner__inner, .page-template-page-how-we-deliver .csr-banner__inner {
    padding-top: 60px;
  }

  .page-template-page-csr .how-we-deliver-banner, .page-template-page-how-we-deliver .how-we-deliver-banner {
    padding-top: 140px;
  }
}

@media (width <= 991px) {
  .page-template-page-blockjump .block-jump-banner__content, .page-template-page-csr .csr-banner__inner {
    padding-top: 140px;
  }

  .page-template-page-blockjump .podcast-banner__inner, .page-template-page-podcast .podcast-banner__inner {
    padding-top: 80px;
  }

  .page-template-page-service .service-banner-image-center, .page-template-page-service .service-banner-image-right-intro {
    padding-top: 140px;
  }
}

@media print {
  .side-nav, .site-footer, .site-header {
    display: none;
  }
}

.is-root-container, body {
  color: var(--wp--custom--color--paragraph);
  font-size: var(--wp--preset--font-size--18);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: var(--wp--custom--typography--weight-paragraph);
  line-height: var(--wp--custom--typography--paragraph-line-height);
  text-rendering: geometricprecision;
}

.is-root-container, body, h1, h2, h3, h4, h5, h6 {
  font-family: var(--wp--preset--font-family--main);
}

h1, h2, h3, h4, h5, h6 {
  color: var(--wp--custom--color--heading);
  font-weight: var(--wp--custom--typography--weight-heading);
  margin-bottom: var(--wp--custom--spacing--paragraphs-margin-block);
  margin-top: var(--wp--custom--spacing--paragraphs-margin-block);
}

h2, h3, h4, h5, h6 {
  line-height: var(--wp--custom--typography--heading-line-height);
}

h1 {
  font-size: var(--wp--preset--font-size--h-1);
}

h2 {
  font-size: var(--wp--preset--font-size--h-2);
}

h3 {
  font-size: var(--wp--preset--font-size--h-3);
}

h4 {
  font-size: var(--wp--preset--font-size--h-4);
}

h5 {
  font-size: var(--wp--preset--font-size--h-5);
}

h6 {
  font-size: var(--wp--preset--font-size--h-6);
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

b, strong {
  font-weight: var(--wp--custom--typography--weight-bold);
}

em, i {
  font-style: italic;
}

p {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

p:last-child {
  margin-bottom: 0;
}

.wysiwyg li {
  margin-top: .6rem;
  margin-bottom: .6rem;
}

.wysiwyg li:first-child {
  margin-top: 0;
}

.wysiwyg li:last-child {
  margin-bottom: 0;
}

blockquote.wysiwyg {
  border-left: 2px solid var(--wp--custom--color--main);
  margin: 2.9rem 1rem;
  padding: .5rem 0 .5rem 1.5rem;
}

blockquote.wysiwyg > :first-child {
  margin-top: 0;
}

blockquote.wysiwyg > :last-child {
  margin-bottom: 0;
}

.site-header {
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid #e0e5e7;
  position: relative;
  overflow: visible;
}

.site-header-inner {
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 89px;
  margin: 0 auto;
  padding: 0 72px;
  display: flex;
}

.custom-logo, .site-branding svg, .site-title img {
  width: auto;
  height: 42px;
}

.site-branding {
  flex: none;
}

.main-navigation {
  flex: 1;
  justify-content: space-between;
  margin-left: 84px;
}

.main-navigation, .main-navigation__menu {
  align-items: center;
  display: flex;
  overflow: visible;
}

.main-navigation__menu {
  justify-content: flex-start;
  gap: 48px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-navigation__menu > li {
  padding: 34px 0;
  position: relative;
}

.main-navigation__menu > li:last-child > a {
  border: 1px solid #111;
  border-radius: 4px;
  padding: 10px 18px;
  transition: all .3s ease-in-out;
}

.main-navigation__menu > li:last-child > a:hover {
  background-color: #2effa7;
  border: 1px solid #2effa7;
  transition: all .3s ease-in-out;
}

.main-navigation__menu > li:last-child.current-menu-ancestor > a, .main-navigation__menu > li:last-child.current-menu-item > a, .main-navigation__menu > li:last-child.current-menu-parent > a, .main-navigation__menu > li:last-child.current_page_ancestor > a, .main-navigation__menu > li:last-child.current_page_item > a, .main-navigation__menu > li:last-child.current_page_parent > a {
  color: #000;
  background-color: #2effa7;
  border-color: #2effa7;
}

.main-navigation__menu a {
  color: #151515;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
}

.main-navigation__menu > li:not(:last-child) > a {
  display: inline-flex;
  position: relative;
}

.main-navigation__menu > li:not(:last-child) > a:after {
  content: "";
  transform-origin: 0;
  background: #111;
  width: 100%;
  height: 1px;
  transition: transform .3s ease-in-out;
  position: absolute;
  bottom: -8px;
  left: 0;
  transform: scaleX(0);
}

.main-navigation__menu > li.current-menu-ancestor:not(:last-child) > a:after, .main-navigation__menu > li.current-menu-item:not(:last-child) > a:after, .main-navigation__menu > li.current-menu-parent:not(:last-child) > a:after, .main-navigation__menu > li.current_page_ancestor:not(:last-child) > a:after, .main-navigation__menu > li.current_page_item:not(:last-child) > a:after, .main-navigation__menu > li.current_page_parent:not(:last-child) > a:after, .main-navigation__menu > li:not(:last-child):focus-within > a:after, .main-navigation__menu > li:not(:last-child):hover > a:after {
  transform: scaleX(1);
}

.main-navigation__menu .sub-menu {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  z-index: 9999;
  background: #fff;
  border: 1px solid #e0e5e7;
  border-radius: 10px;
  min-width: 191px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  position: absolute;
  top: 60px;
  left: -12px;
  box-shadow: 0 10px 24px #00000014;
}

.main-navigation__menu .sub-menu a {
  color: #0d151a;
  white-space: nowrap;
  padding: 16px;
  font-size: 16px;
  font-weight: 300;
  display: block;
}

.main-navigation__menu .sub-menu a:hover {
  color: #0d151a;
  background: #f4f6fa;
  text-decoration: none;
}

.main-navigation__menu > li:focus-within > .sub-menu, .main-navigation__menu > li:hover > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.main-navigation__toggle {
  cursor: pointer;
  background: none;
  border: 0;
  justify-items: end;
  gap: 10px;
  margin-left: 48px;
  padding: 0;
  display: grid;
}

.main-navigation__toggle span {
  background: #000;
  height: 2px;
  display: block;
}

.main-navigation__toggle .first-line {
  width: 17px;
}

.main-navigation__toggle .second-line {
  width: 29px;
}

@media (width >= 901px) {
  body {
    padding-top: 89px;
  }

  .site-header {
    z-index: 99999;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    position: fixed !important;
  }

  .admin-bar .site-header {
    top: 32px;
  }
}

.mega-menu {
  color: #fff;
  opacity: 0;
  pointer-events: none;
  z-index: 100000;
  background: #050505;
  width: 100%;
  transition: all .25s;
  position: fixed;
  inset: 0;
  overflow-y: auto;
  transform: translateY(-12px);
}

.js-mega-open .mega-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mega-menu__desktop, .mega-menu__top {
  box-sizing: border-box;
  background: #050505;
  width: 100%;
  max-width: none;
  margin: 0;
}

.mega-menu__top {
  border-bottom: 1px solid #252525;
  align-items: center;
  height: 92px;
  padding: 0 84px;
  display: flex;
}

.mega-menu__close {
  color: #888;
  cursor: pointer;
  background: none;
  border: 0;
  margin-left: auto;
  font-size: 16px;
}

.mega-menu__desktop {
  grid-template-columns: 1fr 1fr 1fr 1.42fr;
  min-height: calc(100vh - 92px);
  display: grid;
}

.mega-menu__column, .mega-menu__cta {
  border-right: 1px solid #252525;
  padding: 40px 38px;
}

.mega-menu__column:first-child {
  padding-left: 84px;
}

.mega-menu__cta {
  border-right: 0;
  padding-left: 54px;
}

.mega-menu__cta p {
  color: #b1b7ba;
  max-width: 322px;
  margin: 0 0 136px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.45;
}

.mega-menu__cta a {
  color: #fff;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  min-width: 255px;
  height: 61px;
  font-size: 14px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-flex;
}

.mega-menu__cta a:hover {
  color: #000;
  background-color: #2effa7;
  border: 1px solid #2effa7;
  transition: all .3s ease-in-out;
}

.mega-menu__list {
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.mega-menu__list li.current-menu-ancestor > a, .mega-menu__list li.current-menu-item > a, .mega-menu__list li.current-menu-parent > a, .mega-menu__list li.current_page_ancestor > a, .mega-menu__list li.current_page_item > a, .mega-menu__list li.current_page_parent > a {
  color: #fff;
  background: none;
  text-decoration: underline;
}

.mega-menu__list > li:first-child > a {
  color: #b1b7ba;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
}

.mega-menu__list a {
  color: #b5b5b5;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.25;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.mega-menu__list a:hover {
  color: #fff;
}

.mega-menu__mobile {
  display: none;
}

@media (width <= 1200px) and (width >= 901px) {
  .site-header-inner {
    padding: 0 40px;
  }

  .main-navigation {
    margin-left: 56px;
  }

  .main-navigation__menu {
    gap: 32px;
  }

  .mega-menu__top {
    padding: 0 48px;
  }

  .mega-menu__column, .mega-menu__cta {
    padding: 40px 34px;
  }

  .mega-menu__column:first-child {
    padding-left: 48px;
  }
}

@media (width <= 1200px) {
  body {
    padding-top: 0;
  }

  .site-header {
    border-bottom: 0;
    top: auto;
    left: auto;
    right: auto;
    position: relative !important;
  }

  .site-header-inner {
    max-width: none;
    height: 112px;
    padding: 0 16px;
  }

  .custom-logo, .site-branding svg, .site-title img {
    height: 42px;
  }

  .main-navigation {
    flex: none;
    justify-content: flex-end;
    margin-left: auto;
  }

  .main-navigation__menu {
    display: none;
  }

  .main-navigation__toggle {
    gap: 10px;
    margin-left: 0;
  }

  .main-navigation__toggle span {
    height: 2px;
  }

  .main-navigation__toggle .first-line {
    width: 17px;
  }

  .main-navigation__toggle .second-line {
    width: 29px;
  }

  .mega-menu {
    background: #050505;
    overflow-y: auto;
  }

  .mega-menu__desktop, .mega-menu__top {
    width: 100%;
    max-width: none;
  }

  .mega-menu__top {
    height: 112px;
    padding: 0 16px;
  }

  .mega-menu__top .custom-logo, .mega-menu__top .site-branding svg, .mega-menu__top .site-title img {
    height: 42px;
  }

  .mega-menu__close {
    color: #2effa7;
    font-size: 22px;
  }

  .mega-menu__desktop {
    display: none;
  }

  .mega-menu__mobile {
    padding: 32px 16px 40px;
    display: block;
  }

  .mega-menu__mobile-panel {
    display: none;
  }

  .mega-menu__mobile-panel.is-active {
    display: block;
  }

  .mega-menu__mobile-panel[data-panel="main"] button {
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    background: none;
    border: 0;
    border-bottom: 1px solid #282828;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 0 32px;
    font-size: 18px;
    font-weight: 700;
    display: flex;
  }

  .mega-menu__mobile-panel[data-panel="main"] button + button {
    margin-top: 37px;
  }

  .mega-menu__mobile-panel[data-panel="main"] button span {
    color: #2effa7;
    font-weight: 400;
  }

  .mega-menu__mobile-cta {
    margin-top: 110px;
  }

  .mega-menu__mobile-cta p {
    color: #b9b9b9;
    margin: 0 0 36px;
    font-size: 14px;
    line-height: 1.42;
  }

  .mega-menu__mobile-cta a {
    color: #fff;
    border: 1px solid #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    font-size: 14px;
    text-decoration: none;
    display: flex;
  }

  .mega-menu__mobile-cta a:hover {
    color: #000;
    background-color: #2effa7;
    border: 1px solid #2effa7;
    transition: all .3s ease-in-out;
  }

  .mega-menu__back {
    color: #2effa7;
    background: none;
    border: 0;
    margin: 0 0 40px;
    padding: 0;
    font-size: 18px;
  }

  .mega-menu__mobile-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mega-menu__mobile-list > li:first-child > a {
    color: #676767;
    text-transform: uppercase;
    border-bottom: 0;
    padding-top: 0;
    font-size: 18px;
  }

  .mega-menu__mobile-list li {
    border-bottom: 1px solid #282828;
  }

  .mega-menu__mobile-list a {
    color: #b1b7ba;
    padding: 24px 0;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
    display: block;
  }
}

.get-in-touch {
  text-align: center;
  padding: 154px 0;
}

.get-in-touch__text {
  font-size: var(--wp--preset--font-size--heading-3);
  margin: 0 0 42px;
  font-weight: 300;
  line-height: 1.2;
}

.get-in-touch__title {
  font-size: var(--wp--preset--font-size--hero);
  margin: 0 0 80px;
  font-weight: 300;
  line-height: .9;
}

@media (width <= 991px) {
  .get-in-touch {
    padding: 100px 0 120px;
  }

  .get-in-touch__title {
    margin-bottom: 46px;
  }
}

@media (width <= 575px) {
  .get-in-touch__text {
    margin: 0 0 20px;
  }

  .get-in-touch__title {
    margin-bottom: 10px;
  }
}

.site-footer-main {
  color: #fff;
  background: linear-gradient(#141414, #000);
  position: relative;
  overflow: hidden;
}

.site-footer-main p {
  color: #fff;
  margin: 0;
}

.site-footer-main a {
  color: #fff;
  text-decoration: none;
}

.site-footer-main a:hover {
  color: #30efa6;
}

.site-footer-main__bg-svg {
  opacity: 1;
  pointer-events: none;
  z-index: 1;
  width: 1161px;
  height: 327px;
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
}

.site-footer-main__bg-svg svg {
  width: 100%;
  height: 100%;
  display: block;
}

.site-footer-main__bg-svg svg, .site-footer-main__bg-svg svg * {
  fill: #141414 !important;
}

.site-footer-main__top {
  z-index: 2;
  grid-template-columns: 210px 1fr 1fr;
  align-items: end;
  gap: 110px;
  min-height: 330px;
  padding-bottom: 40px;
  display: grid;
  position: relative;
}

.site-footer-main__logo {
  width: 52px;
}

.site-footer-main__logo img, .site-footer-main__logo svg {
  width: 52px;
  height: auto;
  display: block;
}

.site-footer-main__contact {
  font-size: var(--wp--preset--font-size--paragraph);
  font-weight: 300;
  line-height: 1.45;
}

.site-footer-main__contact a, .site-footer-main__contact strong {
  color: #fff;
  font-weight: 700;
}

.site-footer-main__contact:last-child {
  text-align: left;
  justify-self: end;
}

.site-footer-main__bottom {
  font-size: var(--wp--preset--font-size--paragraph);
  z-index: 2;
  border-top: 1px solid #323232;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  font-weight: 300;
  line-height: 1.4;
  display: flex;
  position: relative;
}

.site-footer-main__bottom-links {
  align-items: center;
  gap: 44px;
  display: flex;
}

.site-footer-main__bottom-links a {
  color: #fff;
}

.site-footer-main__bottom-links a:hover {
  color: #30efa6;
}

.site-footer-main__bottom-links span {
  color: #ffffffa6;
}

@media (width <= 767px) {
  .site-footer-main {
    text-align: center;
    padding: 55px 0 0;
  }

  .site-footer-main__bg-svg {
    width: 100%;
    top: auto;
    bottom: 0;
    transform: translate(-50%, 100px);
  }

  .site-footer-main__top {
    min-height: auto;
    display: block;
  }

  .site-footer-main__logo {
    justify-content: center;
    width: 100%;
    margin-bottom: 32px;
    display: flex;
  }

  .site-footer-main__logo img, .site-footer-main__logo svg {
    width: 38px;
  }

  .site-footer-main__contact {
    border-bottom: 1px solid #323232;
    margin-bottom: 44px;
    padding-bottom: 44px;
  }

  .site-footer-main__contact a, .site-footer-main__contact strong {
    margin-top: 4px;
    display: block;
  }

  .site-footer-main__contact:last-child {
    justify-self: unset;
    text-align: center;
    margin-bottom: 0;
  }

  .site-footer-main__bottom {
    border-top: 0;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 40px;
    display: block;
  }

  .site-footer-main__bottom p {
    border-bottom: 1px solid #323232;
    margin-bottom: 44px;
    padding-bottom: 44px;
  }

  .site-footer-main__bottom-links {
    padding-bottom: 100px;
    display: block;
  }

  .site-footer-main__bottom-links a {
    color: #30efa6;
    margin-bottom: 16px;
    display: block;
  }

  .site-footer-main__bottom-links span {
    color: #fff;
    display: block;
  }
}

:root {
  --color-border-sticky: #d7e4f2;
  --color-bypostauthor: #2a2d3e80;
}

.sticky .post-inner {
  border: 2px dashed var(--color-border-sticky);
  margin-bottom: var(--wp--custom--spacing--container-padding-inline);
  padding: var(--wp--custom--spacing--container-padding-inline);
}

.bypostauthor, .comment-list li.bypostauthor {
  border: 1px dashed var(--color-bypostauthor);
  padding: var(--wp--custom--spacing--container-padding-inline);
}

.blog article:first-of-type {
  margin-top: var(--wp--preset--spacing--30);
}

.wp-caption {
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  margin: 0 auto;
  display: block;
}

.wp-caption .wp-caption-text {
  text-align: left;
  margin-bottom: 1.25rem;
  padding: .625rem 0;
  font-style: italic;
}

.top {
  --color-background-top: var(--wp--preset--color--black);
  --color-background-top-hover: var(--wp--preset--color--white);
  background-color: var(--color-background-top);
  border: 1px solid var(--wp--preset--color--black);
  bottom: var(--wp--custom--spacing--container-padding-inline);
  color: var(--wp--preset--color--white);
  cursor: pointer;
  font-size: var(--wp--preset--font-size--16);
  opacity: 0;
  height: 1.875rem;
  right: var(--wp--custom--spacing--container-padding-inline);
  text-align: center;
  visibility: hidden;
  z-index: 1;
  border-radius: 0;
  width: 1.875rem;
  line-height: 1.875rem;
  text-decoration: none;
  transition: opacity .5s;
  position: fixed;
}

.top:hover {
  background-color: var(--color-background-top-hover);
}

.top:focus {
  background-color: var(--color-background-top);
}

.top.is-visible {
  opacity: 1;
  visibility: visible;
}

.gallery {
  grid-gap: 1.5em;
  margin-bottom: 1.5em;
  display: grid;
}

.gallery-item {
  text-align: center;
  width: 100%;
  display: inline-block;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

.navigation:not(.post-navigation) .nav-links {
  font-family: var(--wp--preset--font-family--main);
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 2.5rem;
  font-size: .875rem;
  display: flex;
  overflow: hidden;
}

.navigation:not(.post-navigation) .nav-links a {
  text-decoration: none;
}

.page-numbers {
  --color-pagination-border: #ece6f2;
  --color-pagination-text: #2a2d3e;
  --color-pagination-background-hover: #2a2d3e;
  --color-pagination-border-hover: #2a2d3e;
  --color-pagination-text-hover: #2a2d3e;
  --color-pagination-background-current: #2a2d3e;
  --color-pagination-border-current: #2a2d3e;
  --color-pagination-text-current: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--white);
  border-bottom: 2px solid var(--color-pagination-border);
  border-left: 1px solid var(--color-pagination-border);
  border-right: 1px solid var(--color-pagination-border);
  border-top: 2px solid var(--color-pagination-border);
  color: var(--color-pagination-text);
  font-weight: var(--wp--custom--typography--weight-medium);
  justify-content: center;
  align-items: center;
  width: 2.1875rem;
  height: 2.1875rem;
  margin-left: 0;
  margin-right: 0;
  transition: all .15s;
  display: flex;
}

.page-numbers:last-child {
  border-radius: 0 4px 4px 0;
}

.page-numbers:first-child {
  border-radius: 4px 0 0 4px;
}

@media (width <= 600px) {
  .page-numbers {
    width: 1.625rem;
    height: 1.625rem;
  }
}

a.page-numbers:focus, a.page-numbers:hover {
  background-color: var(--color-pagination-background-hover);
  border-color: var(--color-pagination-border-hover);
  color: var(--color-pagination-text-hover);
}

.page-numbers.current {
  background-color: var(--color-pagination-background-current);
  border-color: var(--color-pagination-border-current);
  color: var(--color-pagination-text-current);
}

.page-numbers.next, .page-numbers.prev {
  width: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (width <= 600px) {
  .page-numbers.next, .page-numbers.prev {
    padding-left: .625rem;
    padding-right: .625rem;
  }
}

.block-search, .block-search-results {
  background-color: var(--wp--preset--color--white);
}

.block-search form {
  grid-gap: .625rem;
  grid-template-columns: 9fr 1fr;
  display: grid;
}

.block-search form input, .block-search form label {
  width: 100%;
}

.block-search-results > .container {
  padding-top: 0;
}

@media (width >= 1024px) {
  .block-search-results > .container {
    display: grid;
  }
}

.block-search-results .row-result {
  border-top: 2px solid var(--wp--preset--color--black);
  padding: 1.25rem 0;
}

.block-search-results .row-result:last-of-type {
  border-bottom: 2px solid var(--wp--preset--color--black);
}

.block-search-results h3 {
  font-size: var(--wp--preset--font-size--h-4);
  margin-bottom: .625rem;
}

.block-search-results p {
  margin-top: .625rem;
}

@media (width >= 600px) {
  .block-error-404 .container {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}

.block-error-404 .content {
  text-align: center;
}

.block-error-404 h1 {
  font-size: clamp(60px, 24px + 6vw, 120px);
  line-height: var(--wp--custom--typography--heading-core-line-height);
  margin-bottom: 1.25rem;
}

.single-post-page__header {
  border-bottom: 1px solid #e3e3e3;
  padding: 32px 0;
}

.single-post-page__listen {
  background: #000;
  border: 2px solid #3a3a3a;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  min-height: 96px;
  margin-bottom: 30px;
  padding: 0 54px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.single-post-page__listen-left {
  z-index: 2;
  align-items: center;
  gap: 12px;
  display: flex;
  position: relative;
}

.single-post-page__listen-play {
  color: #fff;
  background: #57bb61;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding-left: 8px;
  font-size: 54px;
  display: flex;
}

.single-post-page__listen-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.single-post-page__listen-logo {
  opacity: .95;
  width: 94px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}

.single-post-page__podcast-share {
  background: #000;
  border: 1px solid #b1b7b94d;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  gap: 30px;
  max-width: 322px;
  padding: 32px 37px;
  display: flex;
}

.single-post-page__podcast-share h2 {
  color: #fff;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.single-post-page__podcast-share .single-post-page__share-links {
  align-items: center;
  gap: 30px;
  display: flex;
}

.single-post-page__podcast-share .single-post-page__share-links a {
  display: flex;
}

.single-post-page__podcast-share .single-post-page__share-links svg {
  width: 24px;
  height: 24px;
}

.single-post-page__podcast-share .single-post-page__share-links svg path {
  fill: #bfc5c8;
}

.single-post-page__header-inner {
  grid-template-columns: 1fr 210px;
  align-items: end;
  gap: 40px;
  display: grid;
}

.single-post-page__category {
  border: 1px solid #0d151a;
  border-radius: 2px;
  align-items: center;
  margin-bottom: 30px;
  padding: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: inline-flex;
}

.single-post-page__category--podcast {
  color: #7948ff;
  border-color: #7948ff;
}

.single-post-page__title {
  max-width: 760px;
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.12;
}

.single-post-page__meta {
  justify-content: flex-end;
  padding-bottom: 22px;
  display: flex;
}

.single-post-page__meta span, .single-post-page__meta strong {
  color: #0d151a;
  display: block;
}

.single-post-page__meta strong {
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 700;
}

.single-post-page__meta span {
  font-size: 16px;
  font-weight: 300;
}

.single-post-page__body {
  padding: 44px 0 70px;
}

.single-post-page__layout {
  grid-template-columns: 322px 1fr;
  align-items: start;
  gap: 30px;
  display: grid;
}

.single-post-page__share {
  background: #f4f6fa;
  border-radius: 10px;
  width: 322px;
  height: 135px;
  padding: 32px;
  position: sticky;
  top: 30px;
}

.single-post-page__share h2 {
  font-size: var(--wp--preset--font-size--heading-3);
  margin: 0 0 30px;
  font-weight: 700;
  line-height: 1.15;
}

.single-post-page__share-links {
  align-items: center;
  gap: 30px;
  display: flex;
}

.single-post-page__share-links a {
  color: #152026;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
}

.single-post-page__share-links a svg {
  fill: currentColor;
  width: 22px;
  height: 22px;
  display: block;
}

.single-post-page__share-links a:hover {
  opacity: .65;
}

.single-post-page__image {
  border-radius: 10px;
  margin-bottom: 52px;
  overflow: hidden;
}

.single-post-page__image img {
  object-fit: cover;
  width: 100%;
  height: 530px;
  display: block;
}

.single-post-page__content {
  color: #111;
  max-width: 960px;
  margin: 0 auto;
}

.single-post-page__content p {
  font-size: var(--wp--preset--font-size--heading-3);
  margin: 0 0 31px;
  font-weight: 300;
  line-height: 1.45;
}

.single-post-page__content p:first-of-type {
  font-weight: 800;
}

.single-post-page__content h2, .single-post-page__content h3, .single-post-page__content h4 {
  color: #000;
  margin: 42px 0 8px;
  font-weight: 800;
}

.single-post-page__content h2 {
  font-size: 28px;
  line-height: 1.25;
}

.single-post-page__content h3 {
  font-size: 23px;
  line-height: 1.3;
}

.single-post-page__content a {
  color: inherit;
  text-decoration: underline;
}

.single-post-page__content ol, .single-post-page__content ul {
  margin: 0 0 31px 22px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.45;
}

.single-post-page__content img {
  border-radius: 10px;
}

@media (width <= 991px) {
  .single-post-page__header-inner {
    text-align: center;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .single-post-page__title {
    font-size: 38px;
  }

  .single-post-page__meta {
    justify-content: center;
    padding-bottom: 0;
  }

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

  .single-post-page__share {
    order: 2;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 100%;
    display: flex;
    position: static;
  }

  .single-post-page__share h2 {
    margin: 0;
  }

  .single-post-page__main {
    max-width: 100%;
  }

  .single-post-page__image img {
    height: auto;
  }
}

@media (width <= 767px) {
  .single-post-page__podcast-share {
    flex-direction: unset;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 32px;
    display: flex;
  }

  .single-post-page__podcast-share h2 {
    font-size: 18px;
  }

  .single-post-page__podcast-share .single-post-page__share-links {
    gap: 30px;
  }

  .single-post-page__podcast-share .single-post-page__share-links svg {
    width: 24px;
    height: 24px;
  }
}

@media (width <= 575px) {
  .single-post-page__title {
    font-size: 24px;
    font-weight: 250;
  }

  .single-post-page__header {
    border-bottom: 0;
  }

  .single-post-page__body {
    padding: 0 0 32px;
  }

  .single-post-page__listen {
    min-height: auto;
    padding: 32px;
  }

  .single-post-page__podcast-share {
    flex-direction: unset;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 32px;
    display: flex;
  }

  .single-post-page__podcast-share h2 {
    font-size: 18px;
  }

  .single-post-page__podcast-share .single-post-page__share-links {
    gap: 30px;
  }

  .single-post-page__podcast-share .single-post-page__share-links svg {
    width: 24px;
    height: 24px;
  }

  .single-post-page__share {
    height: unset;
    padding: 32px;
  }

  .single-post-page__content ol, .single-post-page__content p, .single-post-page__content ul {
    font-size: 18px;
  }
}

.related-blogs {
  border-top: 1px solid #e0e5e7;
  border-bottom: 1px solid #e0e5e7;
  overflow: hidden;
}

.related-blogs__heading {
  padding: 63px 0;
}

.related-blogs__heading h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 250;
  line-height: 1.2;
}

.related-blogs .line {
  border-top: 1px solid #e0e5e7;
}

.related-blogs__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  display: grid;
}

.related-blogs__card {
  border-right: 1px solid #e0e5e7;
  flex-direction: column;
  min-width: 0;
  min-height: 575px;
  padding: 70px 0;
  display: flex;
}

.related-blogs__card:last-child {
  border-right: 0;
  padding: 70px 40px;
}

.related-blogs__category {
  border: 1px solid #111;
  border-radius: 3px;
  width: fit-content;
  margin-bottom: 20px;
  padding: 4px 7px;
  font-size: 12px;
  line-height: 1;
}

.related-blogs h3 {
  font-size: var(--wp--preset--font-size--heading-3);
  min-height: 70px;
  margin: 0 0 56px;
  font-weight: 200;
  line-height: 1.45;
}

.related-blogs h3 a {
  color: inherit;
  text-decoration: none;
}

.related-blogs__image {
  clip-path: path("M12 26 L302 0 Q332 0 332 30 L332 336 Q332 366 302 366 L12 336 Q0 334 0 322 L0 38 Q0 28 12 26 Z");
  flex-shrink: 0;
  width: 332px;
  height: 366px;
  margin: auto;
  overflow: hidden;
}

.related-blogs__image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}

.related-blogs__card:nth-child(2n) {
  padding: 70px 40px;
}

.related-blogs__card:nth-child(2n) .related-blogs__image {
  clip-path: path("M320 26 L30 0 Q0 0 0 30 L0 336 Q0 366 30 366 L320 336 Q332 334 332 322 L332 38 Q332 28 320 26 Z");
}

.related-blogs__link {
  color: #111;
  text-transform: uppercase;
  margin-top: 32px;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
}

.related-blogs__link span {
  margin-left: 16px;
}

@media (width <= 1199px) {
  .related-blogs__card {
    padding: 56px 40px 50px;
  }

  .related-blogs__image {
    clip-path: path("M10 22 L255 0 Q280 0 280 25 L280 284 Q280 309 255 309 L10 284 Q0 282 0 272 L0 32 Q0 24 10 22 Z");
    width: 280px;
    height: 309px;
  }

  .related-blogs__card:nth-child(2n) .related-blogs__image {
    clip-path: path("M270 22 L25 0 Q0 0 0 25 L0 284 Q0 309 25 309 L270 284 Q280 282 280 272 L280 32 Q280 24 270 22 Z");
  }
}

@media (width <= 991px) {
  .related-blogs__heading {
    padding: 56px 24px 36px;
  }

  .related-blogs__heading h2 {
    font-size: 34px;
  }

  .related-blogs__grid {
    grid-template-columns: 1fr 1fr;
  }

  .related-blogs__card {
    border-bottom: 1px solid #e0e5e7;
    border-right: 0;
    min-height: auto;
    padding: 44px 24px;
  }

  .related-blogs__card:last-child {
    border-bottom: 0;
  }

  .related-blogs h3 {
    min-height: auto;
    margin-bottom: 42px;
    font-size: 22px;
  }

  .related-blogs__image {
    width: 332px;
    height: 366px;
    margin: 0 auto 42px;
  }
}

@media (width <= 575px) {
  .related-blogs__heading {
    padding: 32px 0;
  }

  .related-blogs__heading h2 {
    font-size: 30px;
  }

  .related-blogs__category {
    margin-top: 10px;
  }

  .related-blogs__link {
    margin-top: 0;
    margin-bottom: 32px;
  }

  .related-blogs__grid {
    grid-template-columns: 1fr;
  }

  .related-blogs__card, .related-blogs__card:last-child, .related-blogs__card:nth-child(2n) {
    padding: 10px;
  }

  .related-blogs h3 {
    margin-bottom: 34px;
    font-size: 20px;
  }

  .related-blogs__image {
    clip-path: path("M10 22 L255 0 Q280 0 280 25 L280 284 Q280 309 255 309 L10 284 Q0 282 0 272 L0 32 Q0 24 10 22 Z");
    width: 280px;
    height: 309px;
  }

  .related-blogs__card:nth-child(2n) .related-blogs__image {
    clip-path: path("M270 22 L25 0 Q0 0 0 25 L0 284 Q0 309 25 309 L270 284 Q280 282 280 272 L280 32 Q280 24 270 22 Z");
  }
}

.case-study-single__header {
  border-bottom: 1px solid #e0e5e7;
  padding: 62px 0;
}

.case-study-single__header-inner {
  grid-template-columns: 332px 1fr;
  align-items: start;
  gap: 30px;
  display: grid;
}

.case-study-single__title {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
}

.case-study-single__meta {
  grid-template-columns: repeat(3, max-content);
  gap: 32px;
  padding-top: 6px;
  display: grid;
}

.case-study-single__meta-item span, .case-study-single__meta-item strong {
  display: block;
}

.case-study-single__meta-item strong {
  font-size: var(--wp--preset--font-size--14);
  margin-bottom: 7px;
  font-weight: 800;
  line-height: 1.2;
}

.case-study-single__meta-item span {
  font-size: var(--wp--preset--font-size--paragraph);
  font-weight: 300;
  line-height: 1.35;
}

.case-study-single__content-section {
  padding: 30px 0;
}

.case-study-single__layout {
  grid-template-columns: 332px 1fr;
  align-items: start;
  gap: 32px;
  display: grid;
}

.case-study-single__sidebar {
  flex-direction: column;
  gap: 30px;
  display: flex;
}

.case-study-single__info-card {
  background: #f4f6fa;
  border-radius: 10px;
  padding: 32px;
}

.case-study-single__info-card h2 {
  font-size: var(--wp--preset--font-size--heading-3);
  margin: 0 0 7px;
  font-weight: 700;
  line-height: 1.15;
}

.case-study-single__info-card p {
  font-size: var(--wp--preset--font-size--paragraph);
  margin: 0;
  font-weight: 300;
  line-height: 1.48;
}

.case-study-single__main {
  min-width: 0;
}

.case-study-single__hero-image {
  background: #f5f5f5;
  border-radius: 10px;
  margin-bottom: 28px;
  overflow: hidden;
}

.case-study-single__hero-image img {
  object-fit: cover;
  width: 100%;
  height: 570px;
  display: block;
}

.case-study-single__gallery {
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  display: grid;
}

.case-study-single__outcome {
  color: #fff;
  background: #7948ff;
  border-radius: 10px;
  align-items: center;
  min-height: 480px;
  padding: 32px;
  display: flex;
}

.case-study-single__outcome h2 {
  color: inherit;
  font-size: var(--wp--preset--font-size--heading-3);
  margin: 0 0 18px;
  font-weight: 700;
  line-height: 1.2;
}

.case-study-single__outcome p {
  color: inherit;
  font-size: var(--wp--preset--font-size--paragraph);
  max-width: 330px;
  margin: 0;
  font-weight: 300;
  line-height: 1.55;
}

.case-study-single__gallery-item {
  background: #f5f5f5;
  border-radius: 10px;
  min-height: 480px;
  overflow: hidden;
}

.case-study-single__gallery-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 480px;
  display: block;
}

.case-study-single__gallery-item--wide {
  grid-column: span 2;
  min-height: 570px;
}

.case-study-single__gallery-item--wide img {
  min-height: 570px;
}

@media (width <= 991px) {
  .case-study-single__header {
    padding: 42px 0 34px;
  }

  .case-study-single__header-inner, .case-study-single__layout, .case-study-single__meta {
    grid-template-columns: 1fr;
  }

  .case-study-single__meta {
    gap: 18px;
  }

  .case-study-single__hero-image img {
    height: auto;
    min-height: 300px;
  }

  .case-study-single__gallery {
    grid-template-columns: 1fr;
  }

  .case-study-single__gallery-item, .case-study-single__gallery-item--wide {
    grid-column: span 1;
    min-height: 320px;
  }

  .case-study-single__gallery-item img, .case-study-single__gallery-item--wide img, .case-study-single__outcome {
    min-height: 320px;
  }
}

@media (width <= 575px) {
  .case-study-single__title {
    font-size: 34px;
  }

  .case-study-single__info-card {
    padding: 22px;
  }
}

.related-projects {
  border-top: 1px solid #e0e5e7;
  margin: 130px 0;
}

.related-projects__heading {
  padding: 63px 0;
}

.related-projects__heading h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 250;
  line-height: 1.2;
}

.related-projects .case-study-card {
  border-bottom: 0;
  margin-bottom: 0;
}

.comments-area, .related-projects .case-study-card:last-child {
  margin-bottom: 0;
}

.comments-area {
  --color-comment-text: var(--wp--custom--color--paragraph);
  --color-comment-author-text: var(--wp--custom--color--paragraph);
  --color-link-comment: var(--wp--custom--color--accent);
  --color-link-comment-time-anchor: var(--wp--custom--color--paragraph);
  margin-top: 3.125rem;
  overflow: visible;
}

.comment-list {
  margin: 0;
  padding: 0;
}

.comment-list, .comment-list .children {
  list-style: none;
}

.comment-list li {
  margin-top: 0;
  margin-bottom: 4.375rem;
  padding: 0;
}

.comment-list li, .comment-list p {
  font-size: var(--wp--preset--font-size--14);
}

.comment-list p {
  color: var(--color-comment-text);
}

.comment-list .avatar {
  float: right;
  border-radius: 50%;
}

.comment-list .comment-author {
  color: var(--color-comment-author-text);
  font-size: var(--wp--preset--font-size--h-4);
  margin-top: 0;
  margin-bottom: .625rem;
  padding: 0;
}

.comment-list .comments-link a, .comment-list a {
  box-shadow: none;
  color: var(--color-link-comment);
}

.comment-list .comment-author a {
  color: var(--wp--custom--color--paragraph);
}

.comment-list .comment-time {
  font-size: var(--wp--preset--font-size--14);
  margin: 0;
  padding: 0;
}

.comment-list .comment-time a {
  color: var(--color-link-comment-time-anchor);
}

.comment-list .comment-time:focus, .comment-list .comment-time:hover {
  opacity: 1;
}

.comment-list .comment-time svg {
  fill: var(--color-link-comment-time-anchor);
  margin-right: .3125rem;
  position: relative;
  top: 2px;
}

.comments-link {
  font-size: var(--wp--preset--font-size--14);
  text-align: right;
  align-items: center;
  display: inline-flex;
}

.comments-link a {
  color: var(--color-link-comment);
}

.comments-link a:focus, .comments-link a:hover, .comments-link:focus, .comments-link:hover {
  color: var(--wp--preset--color--black);
}

.comments-link svg {
  margin-right: .4375rem;
  position: relative;
  top: -1px;
}

@media (width >= 600px) {
  .comment-form {
    grid-gap: 1em;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    display: grid;
  }

  .comment-form .comment-form-comment, .comment-form .comment-notes, .comment-form .form-submit {
    grid-column: 1 / span 2;
  }
}

.comment-respond {
  margin-bottom: 0;
  overflow: visible;
}

@media (width <= 600px) {
  .comment-respond input {
    width: 100%;
  }
}

.comment-respond .comment-form-author {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

.comment-respond .comment-form-author input {
  border-width: 1px;
  width: 100%;
  padding: 1.5rem;
}

.comment-respond .comment-form-email {
  clear: right;
  margin-top: 0;
  margin-bottom: 1.25rem;
  margin-right: 0;
}

.comment-respond .comment-form-email input {
  border-width: 1px;
  width: 100%;
  padding: .9375rem;
}

.comment-respond .comment-form-url {
  margin-top: 0;
  margin-bottom: 1.875rem;
  position: relative;
}

.comment-respond .comment-form-url input {
  border-width: 1px;
  width: 100%;
  padding: .9375rem;
}

.comment-respond .form-submit {
  clear: both;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.comment-respond .comment-form-comment {
  margin-bottom: 1.25rem;
}

.comment-respond textarea {
  width: 100%;
}

.simple-content-page__hero {
  text-align: center;
  border-bottom: 1px solid #e0e5e7;
  padding: 32px 0;
}

.simple-content-page__hero h1 {
  color: #000;
  margin: 0;
  font-size: 48px;
  font-weight: 250;
  line-height: 1.1;
}

.simple-content-page__content {
  padding: 36px 0 40px;
}

.simple-content-page__content .container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 16px;
}

.simple-content-page__content h2, .simple-content-page__content h3, .simple-content-page__content h4 {
  color: #000;
  margin: 0 0 8px;
  font-weight: 700;
}

.simple-content-page__content h2 {
  font-size: 27px;
  line-height: 1.25;
}

.simple-content-page__content h3 {
  font-size: 24px;
  line-height: 1.3;
}

.simple-content-page__content p {
  margin: 0 0 34px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.48;
}

.simple-content-page__content a {
  color: inherit;
  text-decoration: underline;
}

@media (width <= 767px) {
  .simple-content-page__hero {
    padding: 30px 0 24px;
  }

  .simple-content-page__hero h1 {
    font-size: 40px;
  }

  .simple-content-page__content {
    padding: 30px 0;
  }

  .simple-content-page__content h2 {
    font-size: 24px;
  }

  .simple-content-page__content p {
    margin-bottom: 26px;
    font-size: 17px;
  }
}

.home-what-we-do {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 780px;
  padding: 215px 0 70px;
  position: relative;
  overflow: hidden;
}

.home-what-we-do__title {
  color: #fff;
  font-size: var(--wp--preset--font-size--hero);
  text-align: center;
  margin: 0 0 30px;
  font-weight: 300;
  line-height: .9;
}

.home-what-we-do__inner {
  margin-bottom: 10px;
}

.home-what-we-do__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  display: grid;
}

.home-what-we-do-card {
  color: #fff;
  background: #000;
  border-radius: 10px;
  grid-template-columns: 200px minmax(0, 1fr);
  align-items: center;
  gap: 34px;
  min-height: 144px;
  padding: 40px 150px 40px 60px;
  text-decoration: none;
  transition: background .3s;
  display: grid;
  position: relative;
  overflow: hidden;
}

.home-what-we-do-card__content {
  display: contents;
}

.home-what-we-do-card__title {
  color: #fff;
  font-size: var(--wp--preset--font-size--heading-3);
  max-width: 210px;
  margin: 0;
  font-weight: 700;
  line-height: 1.42;
  transition: transform .35s;
}

.home-what-we-do-card__description {
  color: #ffffff7a;
  font-size: var(--wp--preset--font-size--paragraph);
  max-width: 310px;
  margin: 0;
  font-weight: 300;
  line-height: 1.45;
  transition: transform .35s, color .35s;
}

.home-what-we-do-card:after, .home-what-we-do-card:before {
  content: "";
  opacity: 0;
  pointer-events: none;
  z-index: 20;
  transition: opacity .35s, transform .35s;
  display: block;
  position: absolute;
  top: 50%;
  right: 60px;
}

.home-what-we-do-card:before {
  background: #30efa6;
  width: 56px;
  height: 1px;
  transform: translate(70px, -50%);
}

.home-what-we-do-card:after {
  border-top: 1px solid #30efa6;
  border-right: 1px solid #30efa6;
  width: 7px;
  height: 7px;
  transform: translate(70px, -50%)rotate(45deg);
}

.home-what-we-do-card:focus-visible, .home-what-we-do-card:hover {
  background: #070707;
}

.home-what-we-do-card:focus-visible .home-what-we-do-card__title, .home-what-we-do-card:hover .home-what-we-do-card__title {
  transform: translateX(-10px);
}

.home-what-we-do-card:focus-visible .home-what-we-do-card__description, .home-what-we-do-card:hover .home-what-we-do-card__description {
  color: #ffffffb8;
  transform: translateX(-18px);
}

.home-what-we-do-card:focus-visible:before, .home-what-we-do-card:hover:before {
  opacity: 1;
  transform: translateY(-50%);
}

.home-what-we-do-card:focus-visible:after, .home-what-we-do-card:hover:after {
  opacity: 1;
  transform: translateY(-50%)rotate(45deg);
}

@media (width <= 1199px) {
  .home-what-we-do {
    padding-top: 160px;
  }

  .home-what-we-do-card {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 28px;
    padding: 34px 120px 34px 40px;
  }

  .home-what-we-do-card:after, .home-what-we-do-card:before {
    right: 40px;
  }
}

@media (width <= 991px) {
  .home-what-we-do {
    background-position: top;
    min-height: auto;
    padding: 48px 0 32px;
  }

  .home-what-we-do__title {
    text-align: left;
    max-width: 360px;
    margin: 0 auto 40px;
    font-size: 62px;
    line-height: .95;
  }

  .home-what-we-do__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .home-what-we-do-card {
    border-radius: 10px;
    min-height: 215px;
    padding: 28px 22px 24px;
    display: block;
  }

  .home-what-we-do-card__content {
    padding-right: 55px;
    display: block;
  }

  .home-what-we-do-card__title {
    max-width: 230px;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: 1.35;
    transform: none;
  }

  .home-what-we-do-card__description {
    color: #ffffff75;
    max-width: 310px;
    font-size: 19px;
    line-height: 1.48;
    transform: none;
  }

  .home-what-we-do-card:after, .home-what-we-do-card:before {
    opacity: 1;
    top: 31px;
    right: 22px;
  }

  .home-what-we-do-card:before {
    width: 40px;
    transform: translateY(-50%);
  }

  .home-what-we-do-card:after {
    transform: translateY(-50%)rotate(45deg);
  }

  .home-what-we-do-card:focus-visible .home-what-we-do-card__description, .home-what-we-do-card:focus-visible .home-what-we-do-card__title, .home-what-we-do-card:hover .home-what-we-do-card__description, .home-what-we-do-card:hover .home-what-we-do-card__title {
    transform: none;
  }

  .home-what-we-do-card:focus-visible:before, .home-what-we-do-card:hover:before {
    transform: translateY(-50%);
  }

  .home-what-we-do-card:focus-visible:after, .home-what-we-do-card:hover:after {
    transform: translateY(-50%)rotate(45deg);
  }
}

@media (width <= 575px) {
  .home-what-we-do {
    padding: 46px 0 32px;
  }

  .home-what-we-do .container {
    padding-left: 22px;
    padding-right: 22px;
  }

  .home-what-we-do__title {
    max-width: 330px;
    margin-bottom: 42px;
    font-size: 60px;
  }

  .home-what-we-do-card {
    min-height: 215px;
    padding: 27px 22px 24px;
  }

  .home-what-we-do-card__title {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .home-what-we-do-card__description {
    font-size: 19px;
  }
}

.partners-logos {
  padding: 64px 0;
}

.partners-logos__title {
  font-size: var(--wp--preset--font-size--heading-3);
  text-align: center;
  margin: 0 0 70px;
  font-weight: 250;
  line-height: 1.4;
}

.partners-logos__grid {
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  gap: 52px 60px;
  display: grid;
}

.partners-logos__item {
  justify-content: center;
  align-items: center;
  min-height: 42px;
  display: flex;
}

.partners-logos__image {
  filter: grayscale();
  object-fit: contain;
  width: auto;
  max-width: 170px;
  height: auto;
  max-height: 42px;
  display: block;
}

@media (width <= 991px) {
  .partners-logos {
    padding: 48px 0;
  }

  .partners-logos__title {
    margin-bottom: 26px;
  }

  .partners-logos__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 36px 32px;
  }
}

@media (width <= 575px) {
  .partners-logos {
    padding: 32px 0;
  }

  .partners-logos__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 24px;
  }

  .partners-logos__image {
    max-width: 100%;
    max-height: 36px;
  }
}

.why-kutia {
  padding: 122px 0 32px;
}

.why-kutia__title {
  font-size: var(--wp--preset--font-size--hero);
  margin: 0 0 58px;
  font-weight: 300;
  line-height: .9;
}

.why-kutia__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  display: grid;
}

.why-kutia__card {
  border: 1px solid #b1b7ba;
  border-radius: 8px;
  grid-template-columns: 240px 1fr;
  align-items: center;
  gap: 30px;
  min-height: 140px;
  padding: 50px;
  display: grid;
}

.why-kutia__card-title {
  font-size: var(--wp--preset--font-size--heading-3);
  margin: 0;
  font-weight: 700;
  line-height: 1.25;
}

.why-kutia__card-description {
  font-size: var(--wp--preset--font-size--paragraph);
  margin: 0;
  font-weight: 300;
  line-height: 1.45;
}

@media (width <= 1200px) {
  .why-kutia__card {
    grid-template-columns: 160px 1fr;
  }
}

@media (width <= 991px) {
  .why-kutia {
    padding: 80px 0;
  }

  .why-kutia__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .why-kutia__card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 28px 24px;
  }
}

.how-we-work {
  color: #fff;
  background: #000;
}

.how-we-work .line {
  background-color: #323232;
  border-bottom: 1px solid #323232;
  height: 1px;
}

.how-we-work__head {
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  padding: 80px 0 64px;
  display: flex;
}

.how-we-work__title {
  color: #fff;
  font-size: var(--wp--preset--font-size--hero);
  margin: 0;
  font-weight: 300;
  line-height: .9;
}

.how-we-work__text {
  color: #fff;
  font-size: var(--wp--preset--font-size--heading-2);
  text-align: right;
  justify-self: end;
  max-width: 460px;
  font-weight: 250;
  line-height: 1.15;
}

.how-we-work__grid {
  border-bottom: 1px solid #323232;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.how-we-work__item {
  border-right: 1px solid #323232;
  min-height: 340px;
  padding: 65px 16px 44px 30px;
}

.how-we-work__item:last-child {
  border-right: 0;
}

.how-we-work__item h3 {
  color: #fff;
  font-size: var(--wp--preset--font-size--heading-3);
  margin: 16px 0 32px;
  font-weight: 700;
  line-height: 1.28;
}

.how-we-work__item p {
  color: #b1b7ba;
  font-size: var(--wp--preset--font-size--paragraph);
  max-width: 300px;
  font-weight: 300;
  line-height: 1.45;
}

.how-we-work__step {
  color: #30efa6;
  align-items: center;
  gap: 10px;
  display: flex;
}

.how-we-work__step span {
  clip-path: path("M6 4 L31 0 Q38 0 38 7 L38 40 Q38 47 31 47 L6 43 Q0 41 0 34 L0 13 Q0 6 6 4 Z");
  color: #000;
  background: linear-gradient(.496turn, #30efa6 51.19%, #2ff2a8 97.64%);
  border-radius: 7px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 47px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
}

@media (width <= 991px) {
  .how-we-work__head {
    padding: 72px 0 48px;
    display: block;
  }

  .how-we-work__text {
    text-align: left;
    justify-self: start;
    max-width: 100%;
    padding-top: 28px;
  }

  .how-we-work__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .how-we-work__item {
    border-bottom: 1px solid #323232;
  }

  .how-we-work__item:nth-child(2n) {
    border-right: 0;
  }
}

@media (width <= 575px) {
  .how-we-work__head {
    padding: 56px 0 40px;
  }

  .how-we-work__text {
    text-align: left;
    padding-top: 24px;
  }

  .how-we-work__grid {
    grid-template-columns: 1fr;
  }

  .how-we-work__item {
    border-bottom: 1px solid #323232;
    border-right: 0;
    min-height: auto;
    padding: 32px 0;
  }

  .how-we-work__item h3 {
    margin: 16px 0;
  }

  .how-we-work__item p {
    margin-top: 10px;
  }
}

.home-banner {
  min-height: 560px;
  padding: 72px 0 88px;
}

.home-banner__inner {
  grid-template-columns: 440px 1fr;
  align-items: end;
  gap: 150px;
  display: grid;
}

.home-banner__left {
  padding-bottom: 105px;
}

.home-banner__text {
  max-width: 570px;
  margin-bottom: 40px;
}

.home-banner__text p {
  color: #0d151a;
  font-size: var(--wp--preset--font-size--heading-3);
  margin: 0;
  font-weight: 250;
  line-height: 1.35;
}

.home-banner__right {
  justify-self: end;
  max-width: 550px;
}

.home-banner__title {
  margin-bottom: 38px;
}

.home-banner__title p {
  color: #0000;
  font-size: var(--wp--preset--font-size--hero);
  background-image: url("home-banner.87867ba9.jpg");
  background-position: 50%;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0;
  font-weight: 300;
  line-height: .96;
}

.home-banner__title strong {
  font-weight: 300;
}

.home-banner__logos {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-banner__logo img {
  width: auto;
  max-height: 42px;
  display: block;
}

@media (width <= 991px) {
  .home-banner {
    min-height: auto;
    padding: 54px 0 52px;
  }

  .home-banner__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    display: flex;
  }

  .home-banner__left, .home-banner__right {
    display: contents;
  }

  .home-banner__title {
    order: 1;
    margin-bottom: 70px;
  }

  .home-banner__title p {
    font-size: 86px;
    font-weight: 300;
    line-height: .95;
  }

  .home-banner__text {
    order: 2;
    max-width: 100%;
    margin-bottom: 46px;
  }

  .home-banner__text p {
    font-size: 30px;
    font-weight: 250;
    line-height: 1.45;
  }

  .home-banner .btn-slide {
    order: 3;
    width: 100%;
    min-height: 86px;
    padding: 20px;
    font-size: 23px;
  }

  .home-banner__logos {
    flex-wrap: nowrap;
    order: 4;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-top: 58px;
    display: flex;
  }

  .home-banner__logo img {
    max-width: 145px;
    max-height: 42px;
  }
}

@media (width <= 575px) {
  .home-banner {
    padding: 32px 0;
  }

  .home-banner__title {
    margin-bottom: 40px;
  }

  .home-banner__title p {
    font-size: 50px;
    line-height: .95;
  }

  .home-banner__text {
    margin-bottom: 36px;
  }

  .home-banner__text p {
    font-size: 18px;
    line-height: 1.45;
  }

  .home-banner__logos {
    gap: 12px;
    margin-top: 38px;
  }

  .home-banner__logo img {
    max-width: 105px;
    max-height: 30px;
  }
}

.home-industries__top {
  border-bottom: 1px solid #e0e5e7;
  padding: 30px 0 42px;
}

.home-industries__top-inner {
  grid-template-columns: 1fr 526px;
  align-items: start;
  display: grid;
}

.home-industries h2 {
  font-size: var(--wp--preset--font-size--hero);
  margin: 0;
  font-weight: 300;
  line-height: .95;
}

.home-industries__top p {
  text-align: right;
  margin: 0;
  font-size: 48px;
  font-weight: 200;
  line-height: 1;
}

.home-industries__items {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.home-industries__item {
  border-right: 1px solid #e0e5e7;
  min-height: 295px;
  padding: 35px 50px;
}

.home-industries__item:last-child {
  border-right: 0;
}

.home-industries__item h3 {
  font-size: var(--wp--preset--font-size--heading-3);
  margin: 32px 0;
  font-weight: 700;
  line-height: 1.25;
}

.home-industries__item p {
  font-size: var(--wp--preset--font-size--paragraph);
  max-width: 382px;
  margin: 0 0 32px;
  font-weight: 300;
  line-height: 1.5;
}

.home-industries__icon {
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.home-industries__icon img {
  display: block;
}

.home-industries__links {
  font-size: 13px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: underline;
}

.home-industries__links a {
  color: #000;
}

.home-industries__services {
  background: radial-gradient(circle at 17% 78%, #7e4bff2e, #0000 30%), radial-gradient(circle at 84% 28%, #7e4bff29, #0000 30%);
  border-top: 1px solid #e0e5e7;
  padding: 113px 0 145px;
}

.home-industries__services-inner {
  grid-template-columns: repeat(2, 1fr);
  max-width: 1020px;
  margin: 0 auto;
  display: grid;
}

.home-industries__service-card {
  background: linear-gradient(145deg, #000, #0d0d0d 45%, #262626);
  min-height: 670px;
  padding: 130px 66px 70px;
  position: relative;
  overflow: hidden;
}

.home-industries__service-card:first-child {
  clip-path: path("M0 120 Q0 88 31 80 L440 0 Q482 -8 482 35 L482 635 Q482 678 440 670 L31 590 Q0 582 0 550 Z");
}

.home-industries__service-card:last-child {
  clip-path: path("M42 0 Q0 -8 0 35 L0 635 Q0 678 42 670 L451 590 Q482 582 482 550 L482 120 Q482 88 451 80 Z");
}

.home-industries__service-card h3 {
  color: #30efa6;
  margin: 0 0 48px;
  font-size: 48px;
  font-weight: 250;
  line-height: 1.14;
}

.home-industries__service-card p {
  color: #fff;
  font-size: var(--wp--preset--font-size--paragraph);
  max-width: 348px;
  margin: 0 0 48px;
  font-weight: 300;
  line-height: 1.8;
}

@media (width <= 991px) {
  .home-industries__top-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .home-industries h2 {
    font-size: 64px;
  }

  .home-industries__top p {
    text-align: left;
    font-size: 30px;
  }

  .home-industries__items {
    grid-template-columns: 1fr;
  }

  .home-industries__item {
    border-bottom: 1px solid #dfe4e6;
    border-right: 0;
    padding: 38px 24px;
  }

  .home-industries__services {
    background: #fff;
    justify-content: center;
    padding: 42px 10px;
    display: flex;
    overflow: hidden;
  }

  .home-industries__services-inner {
    flex-direction: column-reverse;
    gap: 0;
    width: 356px;
    max-width: 100%;
    margin: 0;
    display: flex;
  }

  .home-industries__service-card {
    background: linear-gradient(145deg, #000, #0c0c0c 48%, #303030);
    border-radius: 0;
    width: 356px;
    max-width: 100%;
    height: 570px;
    min-height: 570px;
    padding: 100px 42px 50px;
    overflow: hidden;
  }

  .home-industries__service-card:last-child {
    clip-path: path("M38 0 Q0 -8 0 38 L0 528 Q0 570 40 560 L318 488 Q356 478 356 438 L356 122 Q356 88 318 78 Z");
    margin-bottom: -12px;
  }

  .home-industries__service-card:first-child {
    clip-path: path("M0 132 Q0 92 38 82 L316 10 Q356 0 356 42 L356 532 Q356 578 318 570 L40 492 Q0 482 0 448 Z");
  }

  .home-industries__service-card h3 {
    color: #30efa6;
    max-width: 235px;
    margin: 0 0 32px;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.2;
  }

  .home-industries__service-card p {
    color: #fff;
    max-width: 270px;
    margin: 0 0 32px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.55;
  }

  .home-industries__service-card a {
    border-radius: 4px;
    width: 270px;
    min-width: 0;
    max-width: 100%;
    min-height: 62px;
    padding: 18px 20px;
    font-size: 16px;
  }
}

@media (width <= 575px) {
  .home-industries__services-inner {
    width: 300px;
  }

  .home-industries__service-card {
    width: 300px;
    height: 570px;
    min-height: 570px;
  }

  .home-industries__service-card:last-child {
    clip-path: path("M32 0 Q0 -8 0 38 L0 528 Q0 570 34 560 L268 488 Q300 478 300 438 L300 122 Q300 88 268 78 Z");
  }

  .home-industries__service-card:first-child {
    clip-path: path("M0 132 Q0 92 32 82 L266 10 Q300 0 300 42 L300 532 Q300 578 268 570 L34 492 Q0 482 0 448 Z");
  }

  .home-industries h2 {
    font-size: 48px;
  }

  .home-industries__item {
    min-height: auto;
    padding: 32px 0;
  }

  .home-industries__item h3 {
    margin: 16px 0;
  }

  .home-industries__item p {
    margin: 0;
  }

  .home-industries__icon {
    height: 70px;
  }

  .home-industries__icon img {
    max-height: 70px;
  }

  .home-industries__service-card h3, .home-industries__top p {
    font-size: 24px;
  }

  .home-industries__service-card a, .home-industries__service-card p {
    font-size: 14px;
  }

  .home-industries__service-card a {
    max-height: 50px;
    min-height: unset;
  }
}

.home-insights {
  overflow: hidden;
}

.home-insights__top {
  justify-content: space-between;
  align-items: flex-start;
  min-height: 190px;
  padding: 90px 0 66px;
  display: flex;
}

.home-insights__top h2 {
  color: #050505;
  margin: 0;
  font-size: 118px;
  font-weight: 300;
  line-height: .9;
}

.home-insights__top a {
  color: #111;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 45px;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}

.home-insights__top a span {
  margin-left: 16px;
}

.home-insights .line {
  border-top: 1px solid #e0e5e7;
}

.home-insights__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  display: grid;
}

.home-insights__card {
  border-right: 1px solid #e0e5e7;
  flex-direction: column;
  min-width: 0;
  min-height: 690px;
  padding: 70px 24px;
  display: flex;
  overflow: hidden;
}

.home-insights__card:last-child {
  border-right: 0;
}

.home-insights__card > span {
  color: #111;
  border: 1px solid #111;
  border-radius: 3px;
  width: fit-content;
  margin-bottom: 22px;
  padding: 5px 9px;
  font-size: 13px;
  line-height: 1;
}

.home-insights__card h3 {
  color: #111;
  min-height: 100px;
  margin: 0 0 64px;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.45;
}

.home-insights__image {
  clip-path: path("M12 26 L302 0 Q332 0 332 30 L332 336 Q332 366 302 366 L12 336 Q0 334 0 322 L0 38 Q0 28 12 26 Z");
  flex-shrink: 0;
  width: 332px;
  height: 366px;
  margin: auto;
  overflow: hidden;
}

.home-insights__image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}

.home-insights__image--placeholder {
  background: #f2f2f2;
}

.home-insights__card:nth-child(2n) .home-insights__image {
  clip-path: path("M320 26 L30 0 Q0 0 0 30 L0 336 Q0 366 30 366 L320 336 Q332 334 332 322 L332 38 Q332 28 320 26 Z");
}

.home-insights__read {
  color: #111;
  text-transform: uppercase;
  align-self: center;
  margin-top: 32px;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}

.home-insights__read span {
  margin-left: 16px;
}

@media (width <= 1199px) {
  .home-insights__card {
    padding: 56px 46px 48px;
  }

  .home-insights__image {
    height: 300px;
  }
}

@media (width <= 991px) {
  .home-insights__top {
    min-height: auto;
    padding: 30px 0 34px;
  }

  .home-insights__top h2 {
    font-size: 64px;
  }

  .home-insights__grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-insights__card {
    border-bottom: 1px solid #e0e5e7;
    border-right: 0;
    min-height: auto;
    padding: 44px 24px;
  }

  .home-insights__image {
    width: 332px;
    height: 366px;
    margin: 0 auto 42px;
  }
}

@media (width <= 575px) {
  .home-insights__top {
    flex-direction: column;
    gap: 24px;
  }

  .home-insights__top h2 {
    font-size: 54px;
  }

  .home-insights__top a {
    margin-top: 0;
  }

  .home-insights__grid {
    grid-template-columns: 1fr;
  }

  .home-insights__card h3 {
    font-size: var(--wp--preset--font-size--heading-3);
    margin-bottom: 44px;
  }

  .home-insights__image {
    clip-path: path("M10 22 L255 0 Q280 0 280 25 L280 284 Q280 309 255 309 L10 284 Q0 282 0 272 L0 32 Q0 24 10 22 Z");
    width: 280px;
    height: 309px;
  }

  .home-insights__card:nth-child(2n) .home-insights__image {
    clip-path: path("M270 22 L25 0 Q0 0 0 25 L0 284 Q0 309 25 309 L270 284 Q280 282 280 272 L280 32 Q280 24 270 22 Z");
  }
}

.home-purpose-slider {
  color: #fff;
  background: #070707 url("purpose-bg.f5dcbbd7.svg") 50% / cover no-repeat;
  padding: 80px 0;
  overflow: hidden;
}

.home-purpose-slider .swiper-wrapper {
  display: flex;
}

.home-purpose-slider__top {
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 38px;
  padding-bottom: 80px;
  display: grid;
}

.home-purpose-slider__top h2 {
  color: #fff;
  font-size: var(--wp--preset--font-size--hero);
  margin: 0;
  font-weight: 300;
  line-height: .9;
}

.home-purpose-slider__line {
  background: #b7c0c5;
  height: 1px;
}

.home-purpose-slider__nav {
  align-items: center;
  gap: 26px;
  display: flex;
}

.home-purpose-slider__next, .home-purpose-slider__prev {
  color: #fff;
  cursor: pointer;
  background: none;
  border: 1px solid #fff;
  border-radius: 3px;
  width: 48px;
  height: 48px;
  font-size: 18px;
  line-height: 1;
  transition: all .3s ease-in-out;
}

.home-purpose-slider__next:hover, .home-purpose-slider__prev:hover {
  color: #050505;
  background-color: #fff;
}

.home-purpose-slider__all, .home-purpose-slider__count {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
}

.home-purpose-slider__all {
  align-items: center;
  gap: 16px;
  display: inline-flex;
}

.home-purpose-slider__all span {
  display: inline-flex;
}

.home-purpose-slider__all svg {
  display: block;
}

.home-purpose-slider__all svg path {
  fill: #fff;
}

.home-purpose-slider__swiper {
  overflow: visible;
}

.home-purpose-slider__slide {
  flex: 0 0 558px;
  width: 558px !important;
}

.home-purpose-slider__card, .home-purpose-slider__see-all-card {
  border-radius: 4px;
  height: 450px;
  position: relative;
  overflow: hidden;
}

.home-purpose-slider__card {
  padding: 44px 46px;
}

.home-purpose-slider__image {
  transform-origin: center;
  border-radius: 10px;
  width: 437px;
  height: 328px;
  margin-top: 8px;
  overflow: hidden;
  transform: rotate(-6deg);
}

.home-purpose-slider__image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}

.home-purpose-slider .swiper-slide:nth-child(2n) .home-purpose-slider__image {
  margin-left: 34px;
  transform: rotate(6deg);
}

.home-purpose-slider__text {
  color: #050505;
  z-index: 2;
  width: 320px;
  min-height: 128px;
  padding: 32px 36px;
  position: absolute;
  bottom: 0;
  right: 44px;
}

.home-purpose-slider__text p {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.45;
}

.home-purpose-slider__see-all-card {
  color: #fff;
  text-transform: uppercase;
  background: #000;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.home-purpose-slider__see-all-card span {
  margin-left: 22px;
}

@media (width <= 1199px) {
  .home-purpose-slider__slide {
    flex-basis: 500px;
    width: 500px !important;
  }

  .home-purpose-slider__card, .home-purpose-slider__see-all-card {
    height: 420px;
  }

  .home-purpose-slider__image {
    width: 385px;
    height: 250px;
  }

  .home-purpose-slider__text {
    width: 300px;
    padding: 28px 32px;
    bottom: 34px;
    right: 34px;
  }
}

@media (width <= 991px) {
  .home-purpose-slider {
    padding: 70px 0 90px;
  }

  .home-purpose-slider__top {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 56px;
  }

  .home-purpose-slider__top h2 {
    font-size: 82px;
  }

  .home-purpose-slider__line {
    display: none;
  }

  .home-purpose-slider__nav {
    flex-wrap: wrap;
    gap: 18px;
  }

  .home-purpose-slider__slide {
    flex-basis: 500px;
    width: 500px !important;
  }

  .home-purpose-slider__card, .home-purpose-slider__see-all-card {
    height: 400px;
  }

  .home-purpose-slider__image {
    width: 410px;
    height: 270px;
    margin: 36px auto 0;
  }

  .home-purpose-slider .swiper-slide:nth-child(2n) .home-purpose-slider__image {
    margin-left: auto;
  }

  .home-purpose-slider__text {
    width: 310px;
    padding: 28px 32px;
    bottom: 30px;
    right: 32px;
  }
}

@media (width <= 767px) {
  .home-purpose-slider {
    padding: 64px 0;
  }

  .home-purpose-slider__top {
    gap: 24px;
    padding-bottom: 44px;
  }

  .home-purpose-slider__top h2 {
    font-size: 48px;
  }

  .home-purpose-slider__nav {
    display: none;
  }

  .home-purpose-slider__next, .home-purpose-slider__prev {
    width: 42px;
    height: 42px;
  }

  .home-purpose-slider__all {
    margin-left: auto;
  }

  .home-purpose-slider__slide {
    flex: 0 0 min(78vw, 495px);
    padding-bottom: 64px;
    width: min(78vw, 495px) !important;
  }

  .home-purpose-slider__card {
    padding: 24px;
    overflow: visible;
  }

  .home-purpose-slider__card, .home-purpose-slider__see-all-card {
    height: clamp(300px, 63vw, 398px);
  }

  .home-purpose-slider__image {
    border-radius: 8px;
    width: 82%;
    height: 68%;
    margin: 42px auto 0;
    transform: rotate(-6deg);
  }

  .home-purpose-slider .swiper-slide:nth-child(2n) .home-purpose-slider__image {
    transform: rotate(6deg);
  }

  .home-purpose-slider__text {
    color: #bfc4c7;
    width: min(590px, 100vw - 64px);
    min-height: 0;
    padding: 0;
    position: absolute;
    inset: calc(100% + 20px) auto auto 0;
    background: none !important;
  }

  .home-purpose-slider__text p {
    color: #b1b7ba;
    width: 70%;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.45;
  }
}

@media (width <= 480px) {
  .home-purpose-slider {
    padding: 48px 0 16px;
  }

  .home-purpose-slider__top {
    padding-bottom: 36px;
  }

  .home-purpose-slider__top h2 {
    font-size: 48px;
  }

  .home-purpose-slider__nav {
    gap: 12px;
  }

  .home-purpose-slider__all, .home-purpose-slider__count {
    font-size: 12px;
  }

  .home-purpose-slider__next, .home-purpose-slider__prev {
    width: 38px;
    height: 38px;
  }

  .home-purpose-slider__slide {
    flex-basis: calc(96vw - 48px);
    padding-bottom: 150px;
    width: calc(100vw - 48px) !important;
  }

  .home-purpose-slider__card, .home-purpose-slider__see-all-card {
    height: 200px;
  }

  .home-purpose-slider__image {
    width: 100%;
    height: 100%;
    margin-top: 0;
  }

  .home-purpose-slider__text {
    width: calc(100vw - 48px);
    top: calc(100% + 18px);
  }

  .home-purpose-slider__text p {
    width: 96%;
    font-size: 14px;
    line-height: 1.45;
  }
}

.home-projects {
  color: #fff;
  background: #000;
  padding: 90px 0;
  overflow: hidden;
}

.home-projects__header {
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  margin-bottom: 48px;
  display: flex;
}

.home-projects__title {
  color: #fff;
  font-size: var(--wp--preset--font-size--hero);
  margin: 0;
  font-weight: 300;
  line-height: .95;
}

.home-projects__button {
  color: #fff;
  text-transform: uppercase;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: color .25s;
  display: inline-flex;
}

.home-projects__button:hover {
  color: #30efa6;
}

.home-projects__items {
  align-items: stretch;
  gap: 32px;
  display: flex;
}

.home-projects__item {
  flex: 1;
  min-width: 0;
  transition: flex .8s cubic-bezier(.22, 1, .36, 1);
}

.home-projects__item.is-active {
  flex: 3.2;
}

.home-projects__item.is-active .home-projects__industry {
  color: #30efa6;
}

.home-projects__item.is-active .home-projects__overlay {
  opacity: 0;
}

.home-projects__item.is-active .home-projects__content {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.home-projects__industry {
  color: #fff;
  font-size: var(--wp--preset--font-size--heading-3);
  margin: 0 0 20px;
  font-weight: 300;
  line-height: 1.2;
  transition: color .35s;
}

.home-projects__card {
  color: #111;
  background: #222;
  border-radius: 10px;
  height: 629px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.home-projects__card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.home-projects__overlay {
  backdrop-filter: grayscale();
  background: #0000007a;
  transition: opacity .4s;
  position: absolute;
  inset: 0;
}

.home-projects__content {
  color: #111;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  background: #fff;
  width: 54%;
  min-width: 430px;
  padding: 40px 50px;
  transition: opacity .35s, visibility .35s;
  position: absolute;
  bottom: 0;
  right: 0;
}

.home-projects__content:hover .home-projects__content-inner {
  transform: translateX(14px);
}

.home-projects__content:hover .home-projects__arrow svg path {
  fill: #30efa6;
}

.home-projects__content h4 {
  font-size: var(--wp--preset--font-size--heading-3);
  margin: 0 0 10px;
  font-weight: 200;
  line-height: 1.15;
}

.home-projects__content strong {
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  display: block;
}

.home-projects__content p {
  margin: 0 0 28px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
}

.home-projects__content-inner {
  transition: transform .35s;
}

.home-projects__arrow {
  display: inline-flex;
}

.home-projects__arrow svg {
  display: block;
}

.home-projects__arrow svg path {
  fill: #30efa6;
  transition: fill .25s;
}

@media (width <= 1200px) {
  .home-projects {
    padding: 80px 0;
  }

  .home-projects__items {
    gap: 22px;
  }

  .home-projects__card {
    height: 560px;
  }

  .home-projects__item.is-active {
    flex: 2.7;
  }

  .home-projects__content {
    width: 60%;
    min-width: 380px;
    padding: 34px 38px;
  }
}

@media (width <= 991px) {
  .home-projects {
    padding: 70px 0;
  }

  .home-projects__header {
    margin-bottom: 38px;
    display: block;
  }

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

  .home-projects__button {
    margin-top: 0;
  }

  .home-projects__items {
    grid-template-columns: 1fr;
    gap: 34px;
    display: grid;
  }

  .home-projects__item, .home-projects__item.is-active {
    flex: none;
  }

  .home-projects__industry {
    margin-bottom: 12px;
    font-size: 30px;
  }

  .home-projects__card {
    background: none;
    border-radius: 8px;
    height: auto;
    min-height: 0;
  }

  .home-projects__card img {
    object-fit: cover;
    border-radius: 8px 8px 0 0;
    width: 100%;
    height: 380px;
  }

  .home-projects__overlay {
    display: none;
  }

  .home-projects__content {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    border-radius: 0 0 8px 8px;
    width: 100%;
    min-width: 0;
    padding: 28px 24px;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .home-projects__content:hover .home-projects__content-inner {
    transform: translateX(8px);
  }

  .home-projects__content h4 {
    font-size: 28px;
  }

  .home-projects__content strong {
    margin-bottom: 20px;
  }

  .home-projects__content p {
    font-size: 16px;
    line-height: 1.45;
  }
}

@media (width <= 480px) {
  .home-projects__industry {
    font-size: 24px;
  }

  .home-projects {
    padding: 48px 0;
  }

  .home-projects__header {
    margin-bottom: 30px;
  }

  .home-projects__card img {
    height: 300px;
  }

  .home-projects__content {
    padding: 24px 20px;
  }

  .home-projects__content h4 {
    font-size: 26px;
  }

  .home-projects__content p {
    font-size: 15px;
  }
}

.consultancy-team__title {
  margin: 0 auto;
  padding: 57px 0;
  font-size: 64px;
  font-weight: 250;
  line-height: 1.05;
}

.consultancy-team__list {
  margin-left: calc(var(--wp--custom--spacing--container-padding-inline)*-1);
  margin-right: calc(var(--wp--custom--spacing--container-padding-inline)*-1);
}

.consultancy-team__item {
  background: #f4f6fa url("consultancy-bg.632e1b93.svg") 50% / cover;
  grid-template-columns: 280px 572px;
  justify-content: center;
  align-items: center;
  gap: 86px;
  min-height: 520px;
  padding: 120px 0;
  display: grid;
}

.consultancy-team__item:nth-child(2n) {
  background-color: #fff;
}

.consultancy-team__item.is-reversed {
  background-image: url("consultancy-bg-2.29b4e96b.svg");
  grid-template-columns: 572px 280px;
  gap: 34px;
}

.consultancy-team__item.is-reversed .consultancy-team__image {
  order: 2;
}

.consultancy-team__item.is-reversed .consultancy-team__content {
  order: 1;
}

.consultancy-team__image {
  clip-path: path("M14 44 L239 0 Q263 0 263 24 L263 266 Q263 290 239 290 L14 246 Q0 244 0 230 L0 60 Q0 46 14 44 Z");
  flex-shrink: 0;
  width: 263px;
  height: 290px;
  overflow: hidden;
}

.consultancy-team__image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}

.consultancy-team__content h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 250;
  line-height: 1.05;
}

.consultancy-team__position {
  margin: 4px 0 32px;
  line-height: 1.2;
}

.consultancy-team__bio p, .consultancy-team__position {
  font-size: var(--wp--preset--font-size--heading-3);
  font-weight: 250;
}

.consultancy-team__bio p {
  margin: 0;
  line-height: 1.45;
}

.consultancy-team__link {
  color: #000;
  text-transform: uppercase;
  align-items: center;
  gap: 46px;
  margin-top: 34px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
}

.consultancy-team__link svg {
  transition: transform .25s;
}

.consultancy-team__link:hover svg {
  transform: translateX(8px);
}

@media (width <= 767px) {
  .consultancy-team {
    padding: 0 0 40px;
  }

  .consultancy-team__title {
    text-align: center;
    padding: 34px 0 60px;
    font-size: 48px;
    line-height: 1.12;
  }

  .consultancy-team__list {
    margin: 0;
  }

  .consultancy-team__item, .consultancy-team__item.is-reversed {
    background-color: #f4f6fa;
    background-image: url("consultancy-bg.632e1b93.svg");
    background-position: 50%;
    background-size: cover;
    border-radius: 6px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    min-height: auto;
    margin-bottom: 28px;
    padding: 14px;
    display: flex;
  }

  .consultancy-team__item .consultancy-team__content, .consultancy-team__item .consultancy-team__image, .consultancy-team__item.is-reversed .consultancy-team__content, .consultancy-team__item.is-reversed .consultancy-team__image {
    order: 3;
  }

  .consultancy-team__content {
    display: contents;
  }

  .consultancy-team__content h2 {
    order: 1;
    font-size: 20px;
    line-height: 1.1;
  }

  .consultancy-team__position {
    order: 2;
    margin: 4px 0 30px;
    font-size: 14px;
  }

  .consultancy-team__image {
    order: 3;
    margin-bottom: 24px;
  }

  .consultancy-team__bio {
    order: 4;
  }

  .consultancy-team__bio p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.45;
  }

  .consultancy-team__link {
    order: 5;
    gap: 58px;
    margin-top: 32px;
    font-size: 11px;
  }
}

.how-we-deliver-banner {
  background-color: #ffce8b;
  background-image: url("how-we-deliver-bg.8a4d0818.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 790px;
  padding: 120px 0 0;
  position: relative;
  overflow: visible;
}

.how-we-deliver-banner__inner {
  grid-template-columns: 520px 1fr;
  gap: 120px;
  min-height: 690px;
  display: grid;
  position: relative;
}

.how-we-deliver-banner__label {
  font-size: var(--wp--preset--font-size--14);
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 1;
  display: block;
}

.how-we-deliver-banner h2 {
  max-width: 470px;
  margin: 0;
  font-size: 80px;
  font-weight: 250;
  line-height: 1.03;
}

.how-we-deliver-banner .btn-slide {
  margin-top: 64px;
}

.how-we-deliver-banner__description {
  max-width: 398px;
  margin-top: 80px;
}

.how-we-deliver-banner__description p {
  font-size: var(--wp--preset--font-size--paragraph);
  margin: 0;
  font-weight: 300;
  line-height: 1.45;
}

.how-we-deliver-banner__right {
  justify-self: end;
  padding-top: 0;
}

.how-we-deliver-banner__right h3 {
  max-width: 440px;
  margin: 0;
  font-size: 48px;
  font-weight: 250;
  line-height: 1.2;
}

.how-we-deliver-banner__image {
  z-index: 2;
  width: 520px;
  position: absolute;
  bottom: -165px;
  left: 50%;
  transform: translateX(-50%);
}

.how-we-deliver-banner__image img {
  width: 100%;
  height: auto;
  display: block;
}

@media (width <= 1400px) {
  .how-we-deliver-banner__image {
    width: 410px;
    left: 74%;
  }
}

@media (width <= 991px) {
  .how-we-deliver-banner {
    min-height: auto;
    padding: 80px 0 230px;
  }

  .how-we-deliver-banner__inner {
    min-height: auto;
    padding-bottom: 32px;
    display: block;
  }

  .how-we-deliver-banner h2 {
    font-size: 54px;
  }

  .how-we-deliver-banner__right {
    justify-self: start;
    margin-top: 55px;
  }

  .how-we-deliver-banner__right h3 {
    font-size: 38px;
  }

  .how-we-deliver-banner__description {
    max-width: 100%;
    margin-top: 50px;
  }

  .how-we-deliver-banner__image {
    width: 360px;
    bottom: -420px;
    left: 50%;
  }
}

@media (width <= 767px) {
  .how-we-deliver-banner {
    margin-bottom: 180px;
  }

  .how-we-deliver-banner__right h3 {
    max-width: 100%;
  }
}

@media (width <= 575px) {
  .how-we-deliver-banner {
    text-align: center;
    padding: 64px 0 180px;
  }

  .how-we-deliver-banner__description {
    display: none;
  }

  .how-we-deliver-banner h2 {
    font-size: 48px;
  }

  .how-we-deliver-banner__right h3 {
    font-size: 24px;
  }

  .how-we-deliver-banner .btn-slide {
    margin-top: 42px;
  }

  .how-we-deliver-banner__image {
    width: 300px;
    bottom: -320px;
  }
}

.process-intro {
  padding: 210px 0 188px;
}

.process-intro__title {
  color: #0d151a;
  border-bottom: 1px solid #e0e5e7;
  margin: 0 0 68px;
  padding-bottom: 48px;
  font-size: 48px;
  font-weight: 250;
  line-height: 1.15;
}

.process-intro__inner {
  grid-template-columns: 312px 1fr;
  align-items: start;
  gap: 160px;
  display: grid;
}

.process-intro__items {
  flex-direction: column;
  gap: 38px;
  display: flex;
}

.process-intro__item {
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 16px;
  display: grid;
}

.process-intro__item h3 {
  color: #121d23;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
}

.process-intro__icon {
  width: 52px;
  height: 52px;
}

.process-intro__icon img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.process-intro__content {
  max-width: 794px;
}

.process-intro__content p {
  font-size: var(--wp--preset--font-size--heading-3);
  margin: 0 0 34px;
  font-weight: 300;
  line-height: 1.45;
}

.process-intro__content p:last-child {
  margin-bottom: 0;
}

.process-intro__content strong {
  font-weight: 700;
}

@media (width <= 991px) {
  .process-intro__inner {
    gap: 60px;
  }

  .process-intro__items {
    gap: 16px;
  }

  .process-intro__icon {
    width: 48px;
    height: 48px;
  }

  .process-intro__title {
    margin-bottom: 42px;
    padding-bottom: 30px;
    font-size: 24px;
  }
}

@media (width <= 767px) {
  .process-intro {
    padding: 32px 0;
  }

  .process-intro__item h3 {
    font-size: 18px;
  }

  .process-intro__inner {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}

.process-steps {
  padding: 90px 0 60px;
}

.process-steps__title {
  margin: 0 0 64px;
  font-size: 48px;
  font-weight: 250;
  line-height: 1.15;
}

.process-steps__grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  display: grid;
}

.process-steps__heading {
  align-items: center;
  gap: 8px;
  margin-bottom: 34px;
  display: flex;
}

.process-steps__heading span {
  clip-path: path("M5 3 L25 0 Q31 0 31 6 L31 32 Q31 38 25 38 L5 35 Q0 33 0 27 L0 11 Q0 5 5 3 Z");
  color: #b1b7ba;
  background: linear-gradient(.496turn, #0d151a 51.19%, #313131 97.64%);
  border-radius: 6px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 38px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
}

.process-steps__heading h3 {
  color: #0d151a;
  font-size: var(--wp--preset--font-size--heading-3);
  margin: 0;
  font-weight: 250;
  line-height: 1.2;
}

.process-steps__item p {
  font-size: var(--wp--preset--font-size--paragraph);
  margin: 0;
  padding-bottom: 20px;
  padding-right: 20px;
  font-weight: 300;
  line-height: 1.45;
}

@media (width <= 991px) {
  .process-steps {
    padding: 60px 0;
  }

  .process-steps__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 45px;
  }

  .process-steps__title {
    margin-bottom: 45px;
    font-size: 24px;
  }
}

@media (width <= 575px) {
  .process-steps {
    padding: 32px 0;
  }

  .process-steps__heading {
    margin-bottom: 16px;
  }

  .process-steps__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.solution-driven {
  background-color: #f4f6fa;
  background-image: url("solution-driven-bg.ca4cfe6d.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  min-height: 570px;
  padding: 118px 0 92px;
  display: flex;
}

.solution-driven__inner {
  grid-template-columns: 322px 1fr;
  align-items: center;
  gap: 32px;
  display: grid;
}

.solution-driven__content h2 {
  margin: 0 0 8px;
  font-size: 48px;
  font-weight: 250;
  line-height: 1.1;
}

.solution-driven__content p {
  font-size: var(--wp--preset--font-size--heading-3);
  margin: 0;
  font-weight: 250;
  line-height: 1.45;
}

.solution-driven__items {
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 64px;
  display: grid;
}

.solution-driven__item {
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 14px;
  display: grid;
}

.solution-driven__item h3 {
  color: #121d23;
  max-width: 188px;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.solution-driven__icon {
  width: 42px;
  height: 42px;
}

.solution-driven__icon img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

@media (width <= 991px) {
  .solution-driven__items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width <= 767px) {
  .solution-driven {
    background: #fff;
    min-height: auto;
    padding: 0;
    display: block;
  }

  .solution-driven__inner {
    background-color: #f4f6fa;
    background-image: url("solution-driven-mobile-bg.a2460d90.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 14px;
    padding: 56px 15px;
    display: block;
  }

  .solution-driven__content {
    text-align: center;
    margin-bottom: 56px;
  }

  .solution-driven__content h2 {
    margin: 0 0 32px;
    font-size: 48px;
  }

  .solution-driven__items {
    grid-template-columns: 1fr;
    gap: 38px;
    display: grid;
  }

  .solution-driven__item {
    align-items: center;
    gap: 16px;
    display: grid;
  }

  .solution-driven__item h3 {
    max-width: 300px;
    font-size: 18px;
    line-height: 1.45;
  }

  .solution-driven__icon {
    width: 48px;
    height: 48px;
  }
}

.podcast-banner {
  color: #fff;
  background-image: url("podcast-bg.566b28f6.svg");
  background-position: 50%;
  background-size: cover;
  min-height: 770px;
  padding: 174px 0 0;
  position: relative;
  overflow: visible;
}

.podcast-banner__inner {
  grid-template-columns: 350px 1fr 440px;
  gap: 40px;
  min-height: 625px;
  display: grid;
  position: relative;
}

.podcast-banner__left {
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 48px;
  display: flex;
}

.podcast-banner__left h2 {
  color: #fff;
  margin: 0;
  font-size: 80px;
  font-weight: 250;
  line-height: 1;
}

.podcast-banner__description {
  max-width: 350px;
}

.podcast-banner__description p {
  color: #fff;
  font-size: var(--wp--preset--font-size--paragraph);
  margin: 0;
  font-weight: 300;
  line-height: 1.5;
}

.podcast-banner__image-wrap {
  z-index: 2;
  width: 520px;
  max-width: 519px;
  max-height: 570px;
  position: absolute;
  bottom: -170px;
  left: 50%;
  transform: translateX(-50%);
}

.podcast-banner__image {
  width: 100%;
  height: auto;
  display: block;
}

.podcast-banner__right {
  padding-top: 0;
}

.podcast-banner__right h3 {
  color: #fff;
  margin: 0;
  font-size: 48px;
  font-weight: 250;
  line-height: 1.18;
}

@media (width <= 1400px) {
  .podcast-banner__image-wrap {
    left: 74%;
  }
}

@media (width <= 991px) {
  .podcast-banner {
    min-height: auto;
    margin-bottom: 220px;
    padding: 80px 0 170px;
  }

  .podcast-banner__inner {
    min-height: auto;
    padding-bottom: 60px;
    display: block;
  }

  .podcast-banner__left {
    padding-bottom: 40px;
  }

  .podcast-banner__left h2 {
    margin-bottom: 40px;
    font-size: 56px;
  }

  .podcast-banner__right {
    margin-top: 40px;
  }

  .podcast-banner__right h3 {
    font-size: 36px;
  }

  .podcast-banner__image-wrap {
    width: 340px;
    bottom: -350px;
    left: 50%;
  }
}

@media (width <= 575px) {
  .podcast-banner {
    margin-bottom: 220px;
    padding: 60px 0 130px;
  }

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

  .podcast-banner__description {
    max-width: 100%;
  }

  .podcast-banner__left h2 {
    margin-bottom: 32px;
    font-size: 48px;
  }

  .podcast-banner__right h3 {
    text-align: center;
    font-size: 24px;
  }

  .podcast-banner__description p {
    font-size: 15px;
  }

  .podcast-banner__image-wrap {
    width: 300px;
    bottom: -300px;
  }
}

.podcast-posts {
  border-bottom: 1px solid #e0e5e7;
}

.podcast-posts__intro {
  padding: 210px 0 30px;
}

.podcast-posts__intro h2 {
  color: #0d151a;
  border-bottom: 1px solid #e0e5e7;
  margin: 0 0 60px;
  padding-bottom: 60px;
  font-size: 48px;
  font-weight: 250;
  line-height: 1.12;
}

.podcast-posts__description {
  max-width: 912px;
  margin-bottom: 16px;
}

.podcast-posts__description p {
  font-size: var(--wp--preset--font-size--heading-3);
  margin: 0;
  font-weight: 250;
  line-height: 1.5;
}

.podcast-posts__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  display: grid;
}

.podcast-posts__card {
  border-right: 1px solid #e0e5e7;
  flex-direction: column;
  min-height: 685px;
  padding: 70px 60px;
  display: flex;
}

.podcast-posts__card:nth-child(3n) {
  border-right: 0;
}

.podcast-posts__card:first-child {
  padding-left: 24px;
}

.podcast-posts__card-content {
  min-height: 160px;
}

.podcast-posts__card-content h3 {
  font-size: var(--wp--preset--font-size--heading-3);
  margin: 32px 0;
  font-weight: 200;
  line-height: 1.25;
}

.podcast-posts__category {
  color: #7948ff;
  border: 1px solid #7948ff;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  display: inline-flex;
}

.podcast-posts__image {
  clip-path: path("M12 26 L302 0 Q332 0 332 30 L332 336 Q332 366 302 366 L12 336 Q0 334 0 322 L0 38 Q0 28 12 26 Z");
  flex-shrink: 0;
  width: 332px;
  height: 366px;
  margin: auto;
  overflow: hidden;
}

.podcast-posts__image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}

.podcast-posts .line {
  border-bottom: 1px solid #e0e5e7;
}

.podcast-posts__card:nth-child(2n) .podcast-posts__image {
  clip-path: path("M320 26 L30 0 Q0 0 0 30 L0 336 Q0 366 30 366 L320 336 Q332 334 332 322 L332 38 Q332 28 320 26 Z");
}

.podcast-posts__link {
  font-size: var(--wp--preset--font-size--14);
  text-transform: uppercase;
  align-items: center;
  gap: 14px;
  margin-top: 42px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
}

.podcast-posts__link span {
  background: #000;
  width: 32px;
  height: 1px;
  display: block;
  position: relative;
}

.podcast-posts__link span:after {
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 7px;
  height: 7px;
  position: absolute;
  top: -3px;
  right: 0;
  transform: rotate(45deg);
}

@media (width <= 1199px) {
  .podcast-posts__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (width <= 991px) {
  .podcast-posts__card {
    border-bottom: 1px solid #e0e5e7;
    border-right: 0;
    min-height: auto;
    padding: 45px 30px;
  }

  .podcast-posts__intro {
    padding: 45px 24px;
  }

  .podcast-posts__image {
    margin: 35px 0;
  }
}

@media (width <= 575px) {
  .podcast-posts__card-content {
    min-height: 80px;
  }

  .podcast-posts__card-content h3 {
    margin: 16px 0;
  }

  .podcast-posts__intro {
    padding: 16px;
  }

  .podcast-posts__intro h2 {
    margin: 0 0 16px;
    padding-bottom: 16px;
    font-size: 24px;
  }

  .podcast-posts__description p {
    font-size: 14px;
  }

  .podcast-posts__grid {
    grid-template-columns: 1fr;
  }
}

.blog-archive {
  border-top: 1px solid #e0e5e7;
}

.blog-archive__hero {
  border-bottom: 1px solid #e0e5e7;
  grid-template-columns: 1fr 660px;
  display: grid;
}

.blog-archive__hero h1 {
  margin: 0;
  padding: 40px 0;
  font-size: 80px;
  font-weight: 250;
  line-height: .95;
}

.blog-archive__intro {
  font-size: var(--wp--preset--font-size--heading-3);
  text-align: right;
  max-width: 660px;
  margin-left: auto;
  padding: 40px 0;
  font-weight: 250;
  line-height: 1.48;
}

.blog-archive__intro p {
  margin: 0;
}

.blog-archive__filters {
  white-space: nowrap;
  border-bottom: 1px solid #e0e5e7;
  align-items: center;
  gap: 16px;
  display: flex;
  overflow-x: auto;
}

.blog-archive__filter-label {
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 300;
}

.blog-archive__filter {
  color: #b1b7ba;
  font-size: var(--wp--preset--font-size--14);
  border: 1px solid #b1b7ba;
  border-radius: 2px;
  margin: 26px 0;
  padding: 8px;
  line-height: 1;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.blog-archive__filter:hover {
  border: 1px solid #000;
  transition: all .3s ease-in-out;
}

.blog-archive__filter.is-active {
  color: #000;
  background: #30efa6;
  border-color: #000;
}

.blog-archive__grid {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.blog-archive__load {
  text-align: center;
  border-top: 1px solid #dfe5e1;
  padding: 48px 20px;
}

.blog-archive__load-more {
  cursor: pointer;
  background: none;
  border: 1px solid #000;
  min-width: 150px;
  height: 44px;
  font-size: 13px;
}

.blog-card {
  border-bottom: 1px solid #e0e5e7;
  border-right: 1px solid #e0e5e7;
  min-height: 535px;
}

.blog-card:nth-child(3n) {
  border-right: 0;
}

.blog-card__inner {
  flex-direction: column;
  height: 100%;
  padding: 70px 24px;
  display: flex;
}

.blog-card__tag {
  border: 1px solid #000;
  border-radius: 2px;
  width: fit-content;
  margin-bottom: 26px;
  padding: 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.blog-card__title {
  font-size: var(--wp--preset--font-size--heading-3);
  min-height: 72px;
  margin: 0 0 48px;
  font-weight: 200;
  line-height: 1.45;
}

.blog-card__title a {
  color: inherit;
  text-decoration: none;
}

.blog-card__image {
  clip-path: path("M12 26 L302 0 Q332 0 332 30 L332 336 Q332 366 302 366 L12 336 Q0 334 0 322 L0 38 Q0 28 12 26 Z");
  flex-shrink: 0;
  width: 332px;
  height: 366px;
  margin: auto;
  overflow: hidden;
}

.blog-card__image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}

.blog-card .line {
  border-bottom: 1px solid #e0e5e7;
}

.blog-card:nth-child(3n+2) .blog-card__image {
  clip-path: path("M320 26 L30 0 Q0 0 0 30 L0 336 Q0 366 30 366 L320 336 Q332 334 332 322 L332 38 Q332 28 320 26 Z");
}

.blog-card__link {
  font-size: var(--wp--preset--font-size--14);
  margin-top: 32px;
  text-decoration: none;
}

.blog-card__link span {
  margin-left: 10px;
  font-size: 18px;
}

@media (width <= 991px) {
  .blog-archive {
    border-top: 0;
  }

  .blog-archive__hero {
    grid-template-columns: 1fr;
  }

  .blog-archive__hero h1 {
    text-align: center;
    padding: 32px 0;
    font-size: 48px;
  }

  .blog-archive__intro {
    text-align: left;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 24px;
  }

  .blog-archive__filters {
    padding: 18px 24px;
  }

  .blog-archive__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-card {
    border-right: 0;
    min-height: auto;
  }

  .blog-card__inner {
    padding: 42px 24px 45px;
  }

  .blog-card__title {
    min-height: auto;
    margin-bottom: 34px;
  }

  .blog-card__image {
    clip-path: path("M9 20 L236 0 Q260 0 260 24 L260 263 Q260 287 236 287 L9 263 Q0 262 0 252 L0 30 Q0 22 9 20 Z");
    flex-shrink: 0;
    width: 260px;
    height: 287px;
    margin: auto;
    overflow: hidden;
  }

  .blog-card__image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    display: block;
  }

  .blog-card:nth-child(3n+2) .blog-card__image {
    clip-path: path("M9 20 L236 0 Q260 0 260 24 L260 263 Q260 287 236 287 L9 263 Q0 262 0 252 L0 30 Q0 22 9 20 Z");
  }

  .blog-card:nth-child(odd) .blog-card__image {
    clip-path: path("M251 20 L24 0 Q0 0 0 24 L0 263 Q0 287 24 287 L251 263 Q260 262 260 252 L260 30 Q260 22 251 20 Z");
  }
}

@media (width <= 767px) {
  .blog-card__inner {
    padding: 22px 0;
  }

  .blog-archive__hero {
    border-bottom: 0;
  }

  .blog-archive__grid {
    grid-template-columns: 1fr;
  }

  .blog-archive__filters {
    white-space: normal;
    border-bottom: 1px solid #e0e5e7;
    padding: 22px;
    display: block;
    position: relative;
    overflow: visible;
  }

  .blog-archive__filter-label {
    color: #b1b7ba;
    text-transform: none;
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.15;
    display: block;
  }

  .blog-archive__filter {
    color: #000;
    background: none;
    border: 0;
    margin: 0;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    text-decoration: none;
    display: none;
  }

  .blog-archive__filter.is-active {
    background: #fff;
    border: none;
    outline: none;
    align-items: center;
    gap: 12px;
    padding: 0;
    display: inline-flex;
  }

  .blog-archive__filter.is-active:after {
    content: "";
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    width: 8px;
    height: 8px;
    transition: transform .2s;
    transform: rotate(45deg)translateY(-4px);
  }

  .blog-archive__filters.is-open .blog-archive__filter {
    display: block;
  }

  .blog-archive__filters.is-open .blog-archive__filter.is-active:after {
    display: none;
  }

  .blog-archive__filters.is-open .blog-archive__filter:first-of-type {
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    display: inline-flex;
  }

  .blog-archive__filters.is-open .blog-archive__filter:first-of-type:after {
    content: "";
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    width: 8px;
    height: 8px;
    display: block;
    transform: rotate(225deg)translateY(-2px);
  }

  .blog-card, .blog-card:nth-child(2n), .blog-card:nth-child(3n) {
    border-right: 0;
  }
}

.case-studies-page__hero {
  border-bottom: 1px solid #e0e5e7;
  padding: 62px 0;
}

.case-studies-page__hero-inner {
  grid-template-columns: 1fr 600px;
  align-items: start;
  gap: 60px;
  display: grid;
}

.case-studies-page h1 {
  margin: 0;
  font-size: 80px;
  font-weight: 250;
  line-height: .9;
}

.case-studies-page__intro {
  text-align: right;
  max-width: 760px;
  margin-left: auto;
}

.case-studies-page__intro p {
  font-size: var(--wp--preset--font-size--heading-3);
  margin: 0;
  font-weight: 250;
  line-height: 1.35;
}

.case-studies-page__filters {
  border-bottom: 1px solid #e0e5e7;
  padding: 26px 0;
}

.case-studies-page__filter-form {
  justify-content: space-between;
  align-items: center;
  gap: 118px;
  display: flex;
}

.case-studies-page__industry {
  align-items: center;
  gap: 8px;
  display: flex;
}

.case-studies-page__industry label {
  font-size: var(--wp--preset--font-size--14);
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1;
}

.case-studies-page__industry select {
  cursor: pointer;
  font-size: var(--wp--preset--font-size--14);
  background: none;
  border: 0;
  font-weight: 700;
}

.case-studies-page__technology {
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  display: flex;
}

.case-studies-page__technology span {
  text-transform: uppercase;
  margin-right: 16px;
}

.case-studies-page__technology a, .case-studies-page__technology span {
  font-size: var(--wp--preset--font-size--14);
  font-weight: 300;
  line-height: 1;
}

.case-studies-page__technology a {
  color: #b1b7ba;
  border: 1px solid #b1b7ba;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
}

.case-studies-page__technology a.is-active, .case-studies-page__technology a:hover {
  color: #000;
  background: #30efa6;
  border-color: #000;
}

.case-studies-page__list {
  padding-top: 90px;
}

.case-study-card {
  border-bottom: 1px solid #e0e5e7;
  margin-bottom: 90px;
  padding-bottom: 90px;
}

.case-study-card__title {
  font-size: var(--wp--preset--font-size--heading-3);
  margin: 0 0 40px;
  line-height: 1.15;
}

.case-study-card__grid {
  grid-template-columns: 322px 1fr 1fr 1fr;
  align-items: start;
  gap: 32px;
  display: grid;
}

.case-study-card__image {
  background: #f5f5f5;
  border-radius: 10px;
  width: 322px;
  height: 300px;
  display: block;
  overflow: hidden;
}

.case-study-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.case-study-card__column h3, .case-study-card__column p {
  font-size: var(--wp--preset--font-size--parahraph);
}

.case-study-card__column h3 {
  margin: 0 0 34px;
  font-weight: 700;
  line-height: 1.2;
}

.case-study-card__column p {
  max-width: 355px;
  margin: 0;
  font-weight: 300;
  line-height: 1.4;
}

.case-study-card__bottom {
  grid-template-columns: 322px 1fr auto;
  align-items: center;
  gap: 45px;
  margin-top: -36px;
  display: grid;
}

.case-study-card__tech {
  color: #b1b7ba;
  border: 1px solid #b1b7ba;
  border-radius: 50px;
  grid-column: 2 / 3;
  width: fit-content;
  max-width: 520px;
  padding: 9px 15px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

.case-study-card__link {
  text-transform: uppercase;
  white-space: nowrap;
  grid-column: 3 / 4;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
}

.case-study-card__link span {
  background: #000;
  width: 32px;
  height: 1px;
  display: block;
  position: relative;
}

.case-study-card__link span:after {
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 7px;
  height: 7px;
  position: absolute;
  top: -3px;
  right: 0;
  transform: rotate(45deg);
}

.case-studies-page__technology-mobile {
  display: none;
}

@media (width <= 1199px) {
  .case-studies-page__hero-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .case-studies-page h1 {
    font-size: 72px;
  }

  .case-studies-page__intro {
    text-align: left;
  }

  .case-studies-page__intro p {
    font-size: var(--wp--preset--font-size--heading-3);
  }

  .case-studies-page__filter-form {
    flex-wrap: wrap;
    gap: 40px;
  }

  .case-study-card__grid {
    grid-template-columns: 320px 1fr 1fr;
  }

  .case-study-card__image {
    width: 320px;
    height: 310px;
  }

  .case-study-card__column:last-child {
    grid-column: 2 / 4;
  }

  .case-study-card__bottom {
    grid-template-columns: 320px 1fr;
    margin-top: 30px;
  }

  .case-study-card__link {
    grid-column: 2 / 3;
    justify-self: end;
  }
}

@media (width <= 767px) {
  .case-studies-page__hero {
    padding: 34px 0;
  }

  .case-studies-page__hero-inner {
    display: block;
  }

  .case-studies-page h1 {
    text-align: center;
    margin-bottom: 32px;
    font-size: 48px;
    line-height: 1;
  }

  .case-studies-page__intro {
    text-align: center;
    max-width: 100%;
  }

  .case-studies-page__filters {
    padding: 16px 0 10px;
  }

  .case-studies-page__filter-form {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 28px;
    display: grid;
  }

  .case-studies-page__industry {
    display: block;
  }

  .case-studies-page__industry label {
    color: #b1b7ba;
    text-transform: capitalize;
    margin-bottom: 4px;
    display: block;
  }

  .case-studies-page__industry select {
    font-weight: 300;
  }

  .case-studies-page__technology {
    display: none;
  }

  .case-studies-page__technology-mobile {
    display: block;
  }

  .case-studies-page__technology-mobile label {
    color: #b1b7ba;
    font-size: var(--wp--preset--font-size--14);
    text-transform: capitalize;
    margin-bottom: 4px;
    line-height: 1;
    display: block;
  }

  .case-studies-page__technology-mobile select {
    background: none;
    border: 0;
    font-weight: 300;
  }

  .case-studies-page__list {
    padding-top: 18px;
  }

  .case-study-card {
    border-bottom: 0;
    margin-bottom: 26px;
    padding-bottom: 0;
  }

  .case-study-card__title {
    margin: 0 0 16px;
    line-height: 1.25;
  }

  .case-study-card__grid {
    display: block;
  }

  .case-study-card__image {
    border-radius: 6px;
    width: 100%;
    height: auto;
    margin-bottom: 16px;
  }

  .case-study-card__image img {
    width: 100%;
    height: auto;
    display: block;
  }

  .case-study-card__column {
    display: none;
  }

  .case-study-card__column:first-of-type {
    display: block;
  }

  .case-study-card__column h3 {
    display: none;
  }

  .case-study-card__column p {
    max-width: 100%;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.45;
  }

  .case-study-card__bottom {
    display: none;
  }
}

.service-contact {
  padding-bottom: 188px;
}

.service-contact__heading {
  text-align: center;
  border-bottom: 1px solid #e0e5e7;
  padding: 32px 0;
}

.service-contact__heading h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 250;
  line-height: 1.1;
}

.service-contact__inner {
  grid-template-columns: 1fr 1fr;
  gap: 146px;
  padding-top: 90px;
  display: grid;
}

.service-contact__form {
  max-width: 720px;
}

.service-contact__content {
  max-width: 520px;
  padding-top: 8px;
}

.service-contact__content h3, .service-contact__content h4 {
  font-size: var(--wp--preset--font-size--heading-3);
  margin: 0 0 4px;
  font-weight: 700;
  line-height: 1.15;
}

.service-contact__content p {
  margin: 0 0 44px;
  font-size: 18px;
  font-weight: 250;
  line-height: 1.35;
}

.service-contact__content a {
  color: inherit;
  text-decoration: none;
}

.service-contact__content a:hover {
  color: #30efa6;
}

.service-contact__form .gform_wrapper.gravity-theme {
  margin: 0 !important;
}

.service-contact__form .gform_wrapper.gravity-theme .gfield_label, .service-contact__form .gform_wrapper.gravity-theme .gfield_required_text, .service-contact__form .gform_wrapper.gravity-theme .gform_description, .service-contact__form .gform_wrapper.gravity-theme .gform_heading, .service-contact__form .gform_wrapper.gravity-theme .gform_title, .service-contact__form .gform_wrapper.gravity-theme .gform_validation_errors, .service-contact__form .gform_wrapper.gravity-theme legend.gfield_label {
  display: none !important;
}

.service-contact__form .gform_wrapper.gravity-theme .gform_body, .service-contact__form .gform_wrapper.gravity-theme form {
  margin: 0 !important;
}

.service-contact__form .gform_wrapper.gravity-theme .gform_fields {
  flex-direction: column !important;
  gap: 34px !important;
  width: 100% !important;
  display: flex !important;
}

.service-contact__form .gform_wrapper.gravity-theme .gfield {
  margin: 0 !important;
  padding: 0 !important;
}

.service-contact__form .gform_wrapper.gravity-theme fieldset.gfield {
  border: 0 !important;
  min-width: 0 !important;
}

.service-contact__form .gform_wrapper.gravity-theme .ginput_container {
  margin: 0 !important;
}

.service-contact__form .gform_wrapper.gravity-theme input[type="email"], .service-contact__form .gform_wrapper.gravity-theme input[type="number"], .service-contact__form .gform_wrapper.gravity-theme input[type="tel"], .service-contact__form .gform_wrapper.gravity-theme input[type="text"], .service-contact__form .gform_wrapper.gravity-theme input[type="url"], .service-contact__form .gform_wrapper.gravity-theme textarea {
  box-shadow: none !important;
  color: #0d151a !important;
  background: none !important;
  border: 0 !important;
  border-bottom: 1px solid #0d151a !important;
  border-radius: 0 !important;
  outline: 0 !important;
  width: 100% !important;
  height: 32px !important;
  min-height: 32px !important;
  padding: 0 0 10px !important;
  font-family: inherit !important;
  font-size: 18px !important;
  font-weight: 250 !important;
  line-height: 1.2 !important;
  display: block !important;
}

.service-contact__form .gform_wrapper.gravity-theme textarea {
  resize: none !important;
  overflow: hidden !important;
}

.service-contact__form .gform_wrapper.gravity-theme input::placeholder, .service-contact__form .gform_wrapper.gravity-theme textarea::placeholder {
  color: #4d5257 !important;
  opacity: 1 !important;
  font-size: 18px !important;
  font-weight: 250 !important;
  line-height: 1.2 !important;
}

.service-contact__form .gform_wrapper.gravity-theme input:focus, .service-contact__form .gform_wrapper.gravity-theme textarea:focus {
  box-shadow: none !important;
  border-bottom-color: #0d151a !important;
  outline: 0 !important;
}

.service-contact__form .gform_wrapper.gravity-theme .gfield_validation_message, .service-contact__form .gform_wrapper.gravity-theme .validation_message {
  color: #ef3d30 !important;
  background: none !important;
  border: 0 !important;
  margin: 8px 0 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
  font-weight: 250 !important;
  line-height: 1.3 !important;
}

.service-contact__form .gform_wrapper.gravity-theme .gfield_error input, .service-contact__form .gform_wrapper.gravity-theme .gfield_error textarea {
  border-bottom-color: #0d151a !important;
}

.service-contact__form .gform_wrapper.gravity-theme .gfield--type-checkbox, .service-contact__form .gform_wrapper.gravity-theme .gfield--type-consent {
  border: 0 !important;
  min-inline-size: 0 !important;
  margin-top: 4px !important;
  padding: 0 !important;
}

.service-contact__form .gform_wrapper.gravity-theme .gfield--type-checkbox .gfield_label, .service-contact__form .gform_wrapper.gravity-theme .gfield--type-checkbox legend, .service-contact__form .gform_wrapper.gravity-theme .gfield--type-checkbox legend.gfield_label, .service-contact__form .gform_wrapper.gravity-theme .gfield--type-checkbox legend.gform-field-label, .service-contact__form .gform_wrapper.gravity-theme .gfield--type-consent .gfield_label, .service-contact__form .gform_wrapper.gravity-theme .gfield--type-consent legend, .service-contact__form .gform_wrapper.gravity-theme .gfield--type-consent legend.gfield_label, .service-contact__form .gform_wrapper.gravity-theme .gfield--type-consent legend.gform-field-label {
  display: none !important;
}

.service-contact__form .gform_wrapper.gravity-theme .gfield--type-checkbox .gfield_checkbox, .service-contact__form .gform_wrapper.gravity-theme .gfield--type-checkbox .ginput_container, .service-contact__form .gform_wrapper.gravity-theme .gfield--type-checkbox .ginput_container_consent, .service-contact__form .gform_wrapper.gravity-theme .gfield--type-consent .gfield_checkbox, .service-contact__form .gform_wrapper.gravity-theme .gfield--type-consent .ginput_container, .service-contact__form .gform_wrapper.gravity-theme .gfield--type-consent .ginput_container_consent {
  background: none !important;
  border: 0 !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
}

.service-contact__form .gform_wrapper.gravity-theme .gfield--type-checkbox li, .service-contact__form .gform_wrapper.gravity-theme .gfield--type-consent li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.service-contact__form .gform_wrapper.gravity-theme .gfield--type-checkbox input[type="checkbox"], .service-contact__form .gform_wrapper.gravity-theme .gfield--type-consent input[type="checkbox"] {
  appearance: none !important;
  box-shadow: none !important;
  cursor: pointer !important;
  background: none !important;
  border: 1px solid #0d151a !important;
  border-radius: 2px !important;
  flex: 0 0 14px !important;
  width: 14px !important;
  min-width: 14px !important;
  height: 14px !important;
  min-height: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.service-contact__form .gform_wrapper.gravity-theme .gfield--type-checkbox input[type="checkbox"]:checked, .service-contact__form .gform_wrapper.gravity-theme .gfield--type-consent input[type="checkbox"]:checked {
  background: #0d151a !important;
  box-shadow: inset 0 0 0 3px #fff !important;
}

.service-contact__form .gform_wrapper.gravity-theme .gfield--type-checkbox label.gfield_consent_label, .service-contact__form .gform_wrapper.gravity-theme .gfield--type-checkbox label.gform-field-label, .service-contact__form .gform_wrapper.gravity-theme .gfield--type-consent label.gfield_consent_label, .service-contact__form .gform_wrapper.gravity-theme .gfield--type-consent label.gform-field-label {
  color: #4d5257 !important;
  margin: 0 !important;
  font-size: 14px !important;
  font-weight: 250 !important;
  line-height: 1.3 !important;
  display: inline-block !important;
}

.service-contact__form .gform_wrapper.gravity-theme .gfield--type-checkbox .gfield_required, .service-contact__form .gform_wrapper.gravity-theme .gfield--type-checkbox .gfield_required_text, .service-contact__form .gform_wrapper.gravity-theme .gfield--type-consent .gfield_required, .service-contact__form .gform_wrapper.gravity-theme .gfield--type-consent .gfield_required_text {
  display: none !important;
}

.service-contact__form .gform_wrapper.gravity-theme .gform_footer, .service-contact__form .gform_wrapper.gravity-theme .gform_page_footer {
  margin: 18px 0 0 !important;
  padding: 0 !important;
}

.service-contact__form .gform_wrapper.gravity-theme .gform_button, .service-contact__form .gform_wrapper.gravity-theme button[type="submit"], .service-contact__form .gform_wrapper.gravity-theme input[type="submit"] {
  box-shadow: none !important;
  color: #0d151a !important;
  cursor: pointer !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  background: none !important;
  border: 1px solid #0d151a !important;
  border-radius: 4px !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 56px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  transition: background .25s, color .25s !important;
  display: flex !important;
}

.service-contact__form .gform_wrapper.gravity-theme .gform_button:hover, .service-contact__form .gform_wrapper.gravity-theme button[type="submit"]:hover, .service-contact__form .gform_wrapper.gravity-theme input[type="submit"]:hover {
  color: #fff !important;
  background: #30efa6 !important;
}

.service-contact__form .gform_wrapper.gravity-theme .gform_ajax_spinner {
  display: none !important;
}

@media (width <= 991px) {
  .service-contact__form .gform_wrapper.gravity-theme input::placeholder, .service-contact__form .gform_wrapper.gravity-theme input[type="email"], .service-contact__form .gform_wrapper.gravity-theme input[type="number"], .service-contact__form .gform_wrapper.gravity-theme input[type="tel"], .service-contact__form .gform_wrapper.gravity-theme input[type="text"], .service-contact__form .gform_wrapper.gravity-theme input[type="url"], .service-contact__form .gform_wrapper.gravity-theme textarea, .service-contact__form .gform_wrapper.gravity-theme textarea::placeholder {
    font-size: 18px !important;
  }

  .service-contact {
    padding-bottom: 90px;
  }

  .service-contact__heading h2 {
    font-size: 40px;
  }

  .service-contact__inner {
    grid-template-columns: 1fr;
    gap: 60px;
    padding-top: 32px;
  }

  .service-contact__content {
    order: 1;
    max-width: 100%;
  }

  .service-contact__form {
    order: 12;
  }

  .service-contact__form .gform_wrapper.gravity-theme .gform_fields {
    gap: 28px;
  }

  .service-contact__form .gform_wrapper.gravity-theme .gfield_label, .service-contact__form .gform_wrapper.gravity-theme input[type="email"], .service-contact__form .gform_wrapper.gravity-theme input[type="number"], .service-contact__form .gform_wrapper.gravity-theme input[type="tel"], .service-contact__form .gform_wrapper.gravity-theme input[type="text"], .service-contact__form .gform_wrapper.gravity-theme input[type="url"], .service-contact__form .gform_wrapper.gravity-theme textarea {
    font-size: 16px;
  }

  .service-contact__form .gform_wrapper.gravity-theme .gform_button, .service-contact__form .gform_wrapper.gravity-theme button[type="submit"], .service-contact__form .gform_wrapper.gravity-theme input[type="submit"] {
    height: 52px;
  }
}

.page-template-page-contact .get-in-touch {
  display: none;
}

.service-banner-image-right-intro {
  background: url("service-bg-banner-image-right.9aef63b7.svg") 50% / cover no-repeat;
  max-height: 790px;
  padding: 120px 0 150px;
  overflow: hidden;
}

.service-banner-image-right-intro__inner {
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 64px;
  display: grid;
}

.service-banner-image-right-intro__content {
  z-index: 2;
  position: relative;
}

.service-banner-image-right-intro h1 {
  color: #fff;
  max-width: 805px;
  margin: 0;
  font-size: 80px;
  font-weight: 250;
  line-height: 1.03;
}

.service-banner-image-right-intro .btn-slide {
  margin-top: 44px;
}

.service-banner-image-right-intro__text {
  max-width: 650px;
  margin-top: 182px;
}

.service-banner-image-right-intro__text p {
  color: #fff;
  font-size: var(--wp--preset--font-size--paragraph);
  margin: 0;
  font-weight: 300;
  line-height: 1.5;
}

.service-banner-image-right-intro__image {
  margin-top: -6px;
}

.service-banner-image-right-intro__image img {
  width: 100%;
  max-width: 519px;
  height: auto;
  margin-left: auto;
  display: block;
}

@media (width <= 991px) {
  .service-banner-image-right-intro {
    max-height: unset;
    min-height: auto;
    padding: 80px 0;
  }

  .service-banner-image-right-intro__inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .service-banner-image-right-intro h1 {
    font-size: 56px;
  }

  .service-banner-image-right-intro__text {
    margin-top: 60px;
  }

  .service-banner-image-right-intro__image img {
    max-width: 520px;
    margin: 0;
  }
}

@media (width <= 575px) {
  .service-banner-image-right-intro {
    padding-bottom: 260px;
  }

  .service-banner-image-right-intro__image img {
    width: 300px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .service-banner-image-right-intro__text {
    margin-top: 32px;
  }

  .service-banner-image-right-intro__inner {
    text-align: center;
  }

  .service-banner-image-right-intro h1 {
    font-size: 48px;
  }

  .service-banner-image-right-intro h1, .service-banner-image-right-intro__eyebrow {
    text-align: center;
  }

  .service-banner-image-right-intro .btn-slide {
    margin-top: 32px;
  }
}

.service-banner-image-center {
  color: #fff;
  background-color: #000;
  background-image: url("service-bg-banner-image-center.e9a7a431.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 790px;
  margin-bottom: 180px;
  padding: 120px 0 0;
  position: relative;
  overflow: visible;
}

.service-banner-image-center__inner {
  grid-template-columns: 520px 1fr;
  gap: 120px;
  min-height: 690px;
  display: grid;
  position: relative;
}

.service-banner-image-center__label {
  color: #fff;
  font-size: var(--wp--preset--font-size--14);
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 1;
  display: block;
}

.service-banner-image-center h2 {
  color: #fff;
  max-width: 470px;
  margin: 0;
  font-size: 80px;
  font-weight: 250;
  line-height: 1.03;
}

.service-banner-image-center .btn-slide {
  margin-top: 64px;
}

.service-banner-image-center__description {
  max-width: 370px;
  margin-top: 80px;
}

.service-banner-image-center__description p {
  color: #fff;
  font-size: var(--wp--preset--font-size--paragraph);
  margin: 0;
  font-weight: 300;
  line-height: 1.45;
}

.service-banner-image-center__right {
  justify-self: end;
  padding-top: 0;
}

.service-banner-image-center__right h3 {
  color: #fff;
  max-width: 440px;
  margin: 0;
  font-size: 48px;
  font-weight: 250;
  line-height: 1.2;
}

.service-banner-image-center__image {
  z-index: 2;
  width: 520px;
  position: absolute;
  bottom: -165px;
  left: 50%;
  transform: translateX(-50%);
}

.service-banner-image-center__image img {
  width: 100%;
  height: auto;
  display: block;
}

@media (width <= 1400px) {
  .service-banner-image-center__image {
    width: 410px;
    left: 74%;
  }
}

@media (width <= 991px) {
  .service-banner-image-center {
    min-height: auto;
    padding: 80px 0 230px;
  }

  .service-banner-image-center__inner {
    min-height: auto;
    display: block;
  }

  .service-banner-image-center h2 {
    font-size: 54px;
  }

  .service-banner-image-center__right {
    justify-self: start;
    margin-top: 55px;
  }

  .service-banner-image-center__right h3 {
    font-size: 38px;
  }

  .service-banner-image-center__description {
    margin-top: 50px;
  }

  .service-banner-image-center__image {
    width: 360px;
    bottom: -420px;
    left: 50%;
  }
}

@media (width <= 575px) {
  .service-banner-image-center {
    text-align: center;
    margin-bottom: 64px;
    padding: 64px 0 280px;
  }

  .service-banner-image-center__right {
    margin-top: 32px;
  }

  .service-banner-image-center__description {
    display: none;
  }

  .service-banner-image-center h2 {
    font-size: 48px;
  }

  .service-banner-image-center__right h3 {
    max-width: 100%;
    font-size: 24px;
  }

  .service-banner-image-center .btn-slide {
    margin-top: 32px;
  }

  .service-banner-image-center__image {
    width: 300px;
    bottom: -360px;
  }
}

.service-testimonial {
  background-color: #f4f6fa;
  background-image: url("testimonial-bg.8cd49eb6.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0;
  overflow: hidden;
}

.service-testimonial__inner {
  grid-template-columns: 263px 1fr;
  align-items: center;
  gap: 90px;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
}

.service-testimonial__image {
  clip-path: path("M14 44 L239 0 Q263 0 263 24 L263 266 Q263 290 239 290 L14 246 Q0 244 0 230 L0 60 Q0 46 14 44 Z");
  flex-shrink: 0;
  width: 263px;
  height: 290px;
  overflow: hidden;
}

.service-testimonial__image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}

.service-testimonial__content {
  max-width: 650px;
}

.service-testimonial__content .name {
  margin: 0;
  font-size: 48px;
  font-weight: 250;
}

.service-testimonial__content span {
  color: #b1b7ba;
  font-size: var(--wp--preset--font-size--heading-3);
  margin-top: 8px;
  font-weight: 250;
  display: block;
}

.service-testimonial__text {
  max-width: 630px;
  margin-top: 54px;
}

.service-testimonial__text p {
  font-size: var(--wp--preset--font-size--heading-3);
  margin: 0;
  font-weight: 250;
  line-height: 1.5;
}

@media (width <= 991px) {
  .service-testimonial {
    padding: 90px 0;
  }

  .service-testimonial__inner {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .service-testimonial__image {
    width: 100%;
    max-width: 340px;
    height: 300px;
  }

  .service-testimonial__content .name {
    font-size: 40px;
  }

  .service-testimonial__content span {
    font-size: 20px;
  }

  .service-testimonial__text {
    margin-top: 32px;
  }

  .service-testimonial__text p {
    font-size: 22px;
  }

  .service-testimonial {
    background-color: unset;
    background-image: unset;
  }

  .service-testimonial__inner {
    background-color: #f4f6fa;
    background-image: url("testimonial-bg.8cd49eb6.svg");
    background-position: 90%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 20px 15px;
  }
}

.service-people-hero {
  background-color: #f4f6fa;
  background-image: url("hero-bg.fd10ae89.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0;
}

.service-people-hero__inner {
  grid-template-columns: 519px 1fr;
  align-items: center;
  gap: 92px;
  display: grid;
}

.service-people-hero__image {
  max-width: 520px;
}

.service-people-hero__image img {
  width: 100%;
  height: auto;
  display: block;
}

.service-people-hero__content h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 250;
}

.service-people-hero__content h2 strong {
  font-weight: 700;
}

@media (width <= 991px) {
  .service-people-hero {
    padding: 70px 0;
  }

  .service-people-hero__inner {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .service-people-hero__image {
    max-width: 340px;
  }

  .service-people-hero__content h2 {
    font-size: 34px;
  }
}

@media (width <= 767px) {
  .service-people-hero {
    background-color: unset;
    background-image: unset;
  }

  .service-people-hero__inner {
    background-color: #f4f6fadb;
    background-image: url("hero-bg.fd10ae89.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    flex-direction: column;
    gap: 38px;
    padding: 58px 0 42px;
    display: flex;
  }

  .service-people-hero__image {
    width: 100%;
    max-width: 100%;
  }

  .service-people-hero__image img {
    width: 100%;
    height: auto;
  }

  .service-people-hero__content {
    text-align: center;
    padding: 0 10px;
  }

  .service-people-hero__content h2 {
    font-size: 34px;
    font-weight: 250;
    line-height: 1.35;
  }
}

@media (width <= 575px) {
  .service-people-hero {
    padding: 46px 20px;
  }

  .service-people-hero__inner {
    padding: 28px 0;
  }

  .service-people-hero__content h2 {
    font-size: 31px;
  }
}

.service-projects-slider {
  padding-top: 80px;
  overflow: hidden;
}

.service-projects-slider .swiper-wrapper {
  display: flex;
}

.service-projects-slider__slide {
  flex: 0 0 525px;
  width: 558px !important;
}

.service-projects-slider__card {
  height: 420px;
}

.service-projects-slider__top {
  grid-template-columns: auto 1fr auto;
  justify-content: space-between;
  align-items: center;
  gap: 44px;
  margin-bottom: 60px;
  display: grid;
}

.service-projects-slider__top h2 {
  color: #0d151a;
  font-size: var(--wp--preset--font-size--heading-3);
  white-space: nowrap;
  margin: 0;
  font-weight: 250;
  line-height: 1.2;
}

.service-projects-slider__line {
  background: #b7c0c5;
  height: 1px;
}

.service-projects-slider__nav {
  align-items: center;
  gap: 20px;
  display: flex;
}

.service-projects-slider__next, .service-projects-slider__prev {
  cursor: pointer;
  background: #fff;
  border: 1px solid #111;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  font-size: 20px;
  line-height: 1;
  display: flex;
}

.service-projects-slider__next svg, .service-projects-slider__prev svg {
  fill: #000;
}

.service-projects-slider__next:hover, .service-projects-slider__prev:hover {
  background-color: #f2f6f8;
}

.service-projects-slider__next.swiper-button-disabled svg, .service-projects-slider__prev.swiper-button-disabled svg {
  fill: #b1b7ba;
}

.service-projects-slider__next.swiper-button-disabled, .service-projects-slider__prev.swiper-button-disabled {
  border-color: #b1b7ba;
}

.service-projects-slider__count {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

.service-projects-slider__swiper {
  overflow: visible;
}

.service-projects-slider .swiper-wrapper {
  align-items: stretch;
}

.service-projects-slider__slide {
  width: 558px;
  height: auto;
}

.service-projects-slider__card {
  background: #0d151a;
  border-radius: 4px;
  height: 450px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.service-projects-slider__image {
  transform-origin: center;
  border-radius: 10px;
  width: 436px;
  height: 328px;
  margin: 20px 0 0 20px;
  overflow: hidden;
  transform: rotate(-6deg);
}

.service-projects-slider__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  transform: rotate(6deg)scale(1.15);
}

.service-projects-slider__slide:nth-child(odd) .service-projects-slider__image {
  transform: rotate(-6deg);
}

.service-projects-slider__slide:nth-child(odd) .service-projects-slider__image img {
  transform: rotate(6deg)scale(1.15);
}

.service-projects-slider__slide:nth-child(2n) .service-projects-slider__image {
  transform: rotate(6deg);
}

.service-projects-slider__slide:nth-child(2n) .service-projects-slider__image img {
  transform: rotate(-6deg)scale(1.15);
}

.service-projects-slider__text {
  color: #fff;
  background: #0d151a;
  width: 322px;
  padding: 38px 36px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.service-projects-slider__text p {
  color: #fff;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.45;
}

@media (width <= 767px) {
  .service-projects-slider {
    background: #0d151a url("mobile-gallery-bg.e9972b3a.svg") 50% / cover no-repeat;
    margin-bottom: 32px;
    padding: 0;
  }

  .service-projects-slider__top {
    margin-bottom: 54px;
    padding-top: 40px;
    display: block;
  }

  .service-projects-slider__top h2 {
    color: #fff;
    font-size: 24px;
    line-height: 1.05;
  }

  .service-projects-slider__line, .service-projects-slider__nav {
    display: none;
  }

  .service-projects-slider__swiper {
    padding-bottom: 16px;
    overflow: visible;
  }

  .service-projects-slider__slide {
    flex: 0 0 290px;
    width: 260px !important;
  }

  .service-projects-slider__card {
    background: none;
    border-radius: 0;
    height: 320px;
    padding: 0;
    overflow: visible;
  }

  .service-projects-slider__image {
    border-radius: 10px;
    width: 250px;
    height: 187px;
    margin: 0 0 0 6px;
  }

  .service-projects-slider__slide:nth-child(odd) .service-projects-slider__image {
    transform: rotate(-6deg);
  }

  .service-projects-slider__slide:nth-child(odd) .service-projects-slider__image img {
    transform: rotate(6deg)scale(1.16);
  }

  .service-projects-slider__slide:nth-child(2n) .service-projects-slider__image {
    transform: rotate(6deg);
  }

  .service-projects-slider__slide:nth-child(2n) .service-projects-slider__image img {
    transform: rotate(-6deg)scale(1.16);
  }

  .service-projects-slider__text {
    background: none;
    width: 260px;
    padding: 48px 0 0;
    position: static;
  }

  .service-projects-slider__text p {
    color: #b1b7ba;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.45;
  }
}

.service-video-highlight {
  padding-top: 180px;
}

.service-video-highlight__heading {
  text-align: center;
  max-width: 912px;
  margin: 0 auto 180px;
}

.service-video-highlight__heading h2, .service-video-highlight__heading p {
  color: #050505;
  margin: 0;
  font-size: 48px;
  font-weight: 250;
  line-height: 1.18;
}

.service-video-highlight__heading strong {
  font-weight: 700;
}

.service-video-highlight__video {
  background: #000;
  border-radius: 10px;
  max-width: 912px;
  height: 450px;
  margin: 0 auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.service-video-highlight__video img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.service-video-highlight__video iframe {
  border: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.service-video-highlight__video.is-playing .service-video-highlight__content, .service-video-highlight__video.is-playing .service-video-highlight__shade {
  display: none;
}

.service-video-highlight__shade {
  pointer-events: none;
  z-index: 1;
  background: #0000006b;
  position: absolute;
  inset: 0;
}

.service-video-highlight__content {
  color: #fff;
  cursor: pointer;
  text-align: left;
  z-index: 2;
  background: none;
  border: 0;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0;
}

.service-video-highlight__play {
  color: #28e98f;
  border: 1px solid #28e98f;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.service-video-highlight__text {
  max-width: 420px;
}

.service-video-highlight__text p {
  color: #fff;
  font-size: var(--wp--preset--font-size--heading-3);
  margin: 0;
  font-weight: 250;
  line-height: 1.55;
}

@media (width <= 991px) {
  .service-video-highlight {
    padding: 80px 0;
  }

  .service-video-highlight__heading {
    margin-bottom: 70px;
  }

  .service-video-highlight__heading h2, .service-video-highlight__heading p {
    font-size: 36px;
  }

  .service-video-highlight__video {
    aspect-ratio: 950 / 413;
    height: auto;
  }

  .service-video-highlight__content {
    gap: 18px;
    padding: 24px;
  }

  .service-video-highlight__text p {
    font-size: 16px;
  }
}

@media (width <= 575px) {
  .service-video-highlight {
    padding: 0;
  }

  .service-video-highlight__heading {
    margin-bottom: 64px;
  }

  .service-video-highlight__heading h2, .service-video-highlight__heading p {
    font-size: 30px;
  }

  .service-video-highlight__video {
    width: 100%;
    height: auto;
  }

  .service-video-highlight__content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }

  .service-video-highlight__play {
    margin-bottom: 16px;
  }
}

.service-tabs-content {
  padding: 60px 0 96px;
}

.service-tabs-content__container {
  grid-template-columns: 322px minmax(0, 1fr);
  align-items: flex-start;
  column-gap: 150px;
  display: grid;
}

.service-tabs-content__sidebar {
  padding-top: 0;
}

.service-tabs-content__title h2 {
  border-bottom: 1px solid #e0e5e7;
  margin-bottom: 90px;
  padding-bottom: 60px;
  font-size: 48px;
  font-weight: 250;
  line-height: 1;
}

.service-tabs-content__eyebrow {
  color: #0d151a;
  border: 1px solid #111;
  border-radius: 4px;
  margin-bottom: 38px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1;
  display: inline-flex;
}

.service-tabs-content__nav {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.service-tabs-content__nav-link {
  color: #0d151a;
  background: #f5f6fa;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  min-height: 60px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
  transition: background .25s;
  display: flex;
}

.service-tabs-content__nav-link.is-active, .service-tabs-content__nav-link:hover {
  background: var(--active-color, #d8ccff);
}

.service-tabs-content__main {
  min-width: 0;
}

.service-tabs-content__steps {
  grid-template-columns: 1fr 1fr;
  gap: 64px 50px;
  max-width: 980px;
  display: grid;
}

.service-tabs-content__step {
  display: block;
}

.service-tabs-content__step-header {
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
  display: flex;
}

.service-tabs-content__step-header h3 {
  color: #0d151a;
  margin: 0;
  font-size: 32px;
  font-weight: 250;
  line-height: 1.05;
}

.service-tabs-content__step-number {
  clip-path: path("M8 6 L36 0 Q45 0 45 9 L45 49 Q45 58 36 58 L8 52 Q0 50 0 41 L0 17 Q0 8 8 6 Z");
  color: #b1b7ba;
  background: linear-gradient(.496turn, #000 51.19%, #313131 97.64%);
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 58px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
}

.service-tabs-content__step-content p {
  color: #0d151a;
  max-width: 520px;
  margin: 0;
  font-size: 24px;
  line-height: 1.42;
}

.service-tabs-content__stats-image {
  margin-top: 32px;
}

.service-tabs-content__stats-image img {
  width: 100%;
  height: auto;
  display: block;
}

.service-tabs-content__logos-block {
  margin-top: 76px;
}

.service-tabs-content__logos-block h2 {
  max-width: 480px;
  margin: 0 0 42px;
  font-size: 48px;
  font-weight: 250;
  line-height: 1.15;
}

.service-tabs-content__logos {
  justify-content: space-between;
  align-items: center;
  gap: 48px;
  display: flex;
}

.service-tabs-content__logos img {
  object-fit: contain;
  width: auto;
  max-height: 60px;
}

.service-tabs-content__detail {
  padding-top: 20px;
}

.service-tabs-content__detail h2 {
  max-width: 980px;
  margin: 0 0 52px;
  font-size: 48px;
  font-weight: 250;
  line-height: 1.12;
}

.service-tabs-content__description {
  color: #0d151a;
  font-size: var(--wp--preset--font-size--heading-3);
  max-width: 940px;
  margin-bottom: 88px;
  font-weight: 300;
  line-height: 1.45;
}

.service-tabs-content__description p {
  margin: 0 0 8px;
}

.service-tabs-content__description p:last-child {
  margin-bottom: 0;
}

.service-tabs-content__icons {
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  gap: 56px;
  display: grid;
}

.service-tabs-content__icons img {
  object-fit: contain;
  width: auto;
  height: 68px;
  display: block;
}

@media (width <= 1200px) {
  .service-tabs-content__container {
    column-gap: 80px;
  }

  .service-tabs-content__detail h2 {
    font-size: 54px;
  }
}

@media (width <= 1024px) {
  .service-tabs-content__container {
    grid-template-columns: 1fr;
    row-gap: 56px;
  }

  .service-tabs-content__sidebar {
    max-width: 420px;
  }

  .service-tabs-content__detail {
    padding-top: 0;
  }
}

@media (width <= 767px) {
  .service-tabs-content {
    padding: 80px 0 72px;
  }

  .service-tabs-content__eyebrow {
    margin-bottom: 28px;
  }

  .service-tabs-content__step-header {
    margin-bottom: 16px;
  }

  .service-tabs-content__step-header h3 {
    font-size: 18px;
    font-weight: 700;
  }

  .service-tabs-content__step-content p {
    font-size: 14px;
    font-weight: 300;
  }

  .service-tabs-content__nav-link {
    min-height: 50px;
    font-size: 14px;
  }

  .service-tabs-content__steps {
    grid-template-columns: 1fr;
    row-gap: 36px;
  }

  .service-tabs-content__step-content h3 {
    margin-bottom: 14px;
    font-size: 20px;
  }

  .service-tabs-content__stats-image {
    margin-top: 32px;
  }

  .service-tabs-content__logos-block {
    margin-top: 56px;
  }

  .service-tabs-content__logos-block h2 {
    max-width: 100%;
    font-size: 24px;
  }

  .service-tabs-content__title h2 {
    margin-bottom: 32px;
    padding-bottom: 18px;
    font-size: 24px;
  }

  .service-tabs-content__logos {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 32px;
  }

  .service-tabs-content__icons {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }

  .service-tabs-content__logos img {
    max-height: 34px;
  }

  .service-tabs-content__detail h2 {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .service-tabs-content__description {
    margin-bottom: 48px;
    font-size: 14px;
  }

  .service-tabs-content__icons img {
    height: 64px;
  }

  .service-tabs-content__container {
    display: block;
  }

  .service-tabs-content__sidebar {
    width: 100%;
    max-width: none;
    margin-bottom: 48px;
  }

  .service-tabs-content__nav {
    scrollbar-width: none;
    white-space: nowrap;
    flex-direction: row;
    gap: 4px;
    margin: 0 -16px;
    padding: 0 16px 6px;
    display: flex;
    overflow: auto hidden;
  }

  .service-tabs-content__nav::-webkit-scrollbar {
    display: none;
  }

  .service-tabs-content__nav svg {
    display: none;
  }

  .service-tabs-content__nav__nav-link {
    color: #0d151a;
    background: #f5f6fa;
    border-radius: 4px;
    flex: none;
    min-height: 44px;
    padding: 0 8px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
  }

  .service-tabs-content__nav__nav-link span:last-child {
    display: none;
  }

  .service-tabs-content__nav__nav-link.is-active, .service-tabs-content__nav__nav-link:hover {
    background: var(--active-color, #ffb342);
  }
}

.about-intro {
  background-color: #f4f6fa;
  background-image: url("about-us-bg.ee664e1f.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 790px;
  padding: 120px 0 150px;
  overflow: hidden;
}

.about-intro__inner {
  grid-template-columns: minmax(0, 800px) minmax(0, 1fr);
  align-items: start;
  gap: 64px;
  display: grid;
}

.about-intro__content {
  z-index: 2;
  position: relative;
}

.about-intro__eyebrow {
  font-size: var(--wp--preset--font-size--14);
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 1;
  display: block;
}

.about-intro h1 {
  max-width: 805px;
  margin: 0;
  font-size: 80px;
  font-weight: 250;
  line-height: 1.03;
}

.about-intro .btn-slide {
  margin-top: 44px;
}

.about-intro__text {
  max-width: 650px;
  margin-top: 182px;
}

.about-intro__text p {
  font-size: var(--wp--preset--font-size--paragraph);
  margin: 0;
  font-weight: 300;
  line-height: 1.5;
}

.about-intro__image {
  margin-top: -6px;
}

.about-intro__image img {
  width: 100%;
  max-width: 519px;
  height: auto;
  margin-left: auto;
  display: block;
}

@media (width <= 1400px) {
  .about-intro__inner {
    grid-template-columns: 1fr 1fr;
    gap: 46px;
  }

  .about-intro__text {
    margin-top: 64px;
  }
}

@media (width <= 991px) {
  .about-intro {
    max-height: max-content;
    padding: 80px 0;
  }

  .about-intro__inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .about-intro h1 {
    font-size: 56px;
  }

  .about-intro__text {
    margin-top: 60px;
  }

  .about-intro__image img {
    max-width: 520px;
    margin: 0;
  }
}

@media (width <= 575px) {
  .about-intro {
    padding: 34px 0;
  }

  .about-intro h1 {
    font-size: 48px;
  }

  .about-intro h1, .about-intro__eyebrow {
    text-align: center;
  }

  .about-intro .btn-slide {
    margin-top: 32px;
  }

  .about-intro__text {
    display: none;
  }

  .about-intro__inner {
    gap: 90px;
  }

  .about-intro__content {
    text-align: center;
  }
}

.about-content {
  padding: 70px 0 90px;
}

.about-content__inner {
  grid-template-columns: 519px 1fr;
  align-items: start;
  gap: 90px;
  display: grid;
}

.about-content__image {
  margin-bottom: 50px;
}

.about-content__image img {
  width: 100%;
  max-width: 519px;
  height: auto;
  display: block;
}

.about-content__info {
  max-width: 440px;
}

.about-content__info-item {
  margin-bottom: 32px;
}

.about-content__info-item h3 {
  font-size: var(--wp--preset--font-size--paragraph);
  margin: 0 0 4px;
  font-weight: 700;
  line-height: 1.25;
}

.about-content__info-item p {
  font-size: var(--wp--preset--font-size--paragraph);
  margin: 0;
  font-weight: 250;
  line-height: 1.45;
}

.about-content__right {
  max-width: 820px;
  padding-top: 72px;
}

.about-content__title {
  margin-bottom: 58px;
}

.about-content__title p {
  margin: 0;
  font-size: 48px;
  font-weight: 250;
  line-height: 1.35;
}

.about-content__title strong {
  font-weight: 700;
}

.about-content__text {
  margin-bottom: 86px;
}

.about-content__text p {
  color: #000;
  margin: 0 0 26px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.45;
}

.about-content__text p:last-child {
  margin-bottom: 0;
}

.about-content__bottom-text p {
  margin: 0 0 54px;
  font-size: 48px;
  font-weight: 250;
  line-height: 1.24;
}

.about-content__bottom-text p:last-child {
  margin-bottom: 0;
}

.about-content__bottom-text strong {
  font-weight: 700;
}

.about-content__bottom-text--mobile {
  display: none;
}

@media (width <= 991px) {
  .about-content {
    padding: 70px 0;
  }

  .about-content__inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .about-content__right {
    order: 1;
    padding-top: 0;
  }

  .about-content__left {
    order: 12;
  }

  .about-content__bottom-text p, .about-content__title p {
    font-size: 36px;
  }
}

@media (width <= 575px) {
  .about-content__title, .about-content__title p:first-of-type {
    margin-bottom: 32px;
  }

  .about-content__title p {
    font-size: 24px;
    line-height: 1.4;
  }

  .about-content__text {
    margin-bottom: 0;
  }

  .about-content__bottom-text {
    display: none;
  }

  .about-content__bottom-text--mobile {
    display: block;
  }

  .about-content__bottom-text--mobile p {
    font-size: 24px;
    font-weight: 250;
    line-height: 1.4;
  }
}

.about-us-gallery {
  padding: 34px 0 50px;
  overflow: hidden;
}

.about-us-gallery__top {
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 38px;
  padding: 0 60px 55px;
  display: grid;
}

.about-us-gallery h2 {
  color: #0d151a;
  font-size: var(--wp--preset--font-size--heading-3);
  margin: 0;
  font-weight: 250;
  line-height: 1;
}

.about-us-gallery__line {
  background: #b7c0c5;
  height: 1px;
}

.about-us-gallery__controls {
  align-items: center;
  gap: 32px;
  display: flex;
}

.about-us-gallery__next, .about-us-gallery__prev {
  color: #0d151a;
  cursor: pointer;
  background: none;
  border: 1px solid #0d151a;
  border-radius: 4px;
  width: 47px;
  height: 47px;
}

.about-us-gallery__next svg, .about-us-gallery__prev svg {
  width: 16px;
  height: 8px;
  margin: auto;
  display: block;
}

.about-us-gallery__next path, .about-us-gallery__prev path {
  fill: currentColor;
}

.about-us-gallery__next.swiper-button-disabled, .about-us-gallery__prev.swiper-button-disabled {
  color: #b1b7ba;
  cursor: not-allowed;
  opacity: 1;
  border-color: #b1b7ba;
}

.about-us-gallery__counter {
  color: #000;
  white-space: nowrap;
  font-size: 13px;
}

.about-us-gallery__slider {
  width: 100%;
  padding-left: 60px;
  overflow: visible;
}

.about-us-gallery .swiper-wrapper {
  align-items: stretch;
  display: flex;
}

.about-us-gallery .swiper-slide {
  flex-shrink: 0;
}

.about-us-gallery__slide {
  height: auto;
  width: 558px !important;
}

.about-us-gallery__card {
  background: #071216;
  border-radius: 4px;
  width: 100%;
  height: 450px;
  padding: 60px;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.about-us-gallery__card img {
  object-fit: cover;
  pointer-events: none;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: block;
  transform: rotate(6deg);
}

.about-us-gallery .swiper-slide:nth-child(odd) .about-us-gallery__card img {
  transform: rotate(-6deg);
}

.about-us-gallery .swiper-slide:nth-child(2n) .about-us-gallery__card img {
  transform: rotate(6deg);
}

.about-us-gallery .glightbox-container {
  z-index: 999999 !important;
}

.about-us-gallery .goverlay {
  background: #000000e6 !important;
}

.about-us-gallery .glightbox-clean .gslide-image img {
  object-fit: contain;
  max-height: 88vh;
}

@media (width <= 767px) {
  .about-us-gallery {
    padding: 30px 0;
  }

  .about-us-gallery__top {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0 20px 30px;
  }

  .about-us-gallery__line {
    display: none;
  }

  .about-us-gallery__controls {
    justify-content: space-between;
  }

  .about-us-gallery__slider {
    padding-left: 20px;
  }

  .about-us-gallery__card {
    height: 300px;
    padding: 28px;
  }

  .about-us-gallery {
    background: #071216 url("mobile-gallery-bg.e9972b3a.svg") 50% / cover no-repeat;
    padding: 0 0 100px;
    overflow: hidden;
  }

  .about-us-gallery__top {
    padding: 60px 36px 155px;
    display: block;
  }

  .about-us-gallery h2 {
    color: #fff;
    font-size: 46px;
    font-weight: 250;
    line-height: 1.08;
  }

  .about-us-gallery__controls, .about-us-gallery__line {
    display: none;
  }

  .about-us-gallery__slider {
    margin-top: -60px;
    padding-left: 36px;
    overflow: visible;
  }

  .about-us-gallery__slide {
    width: 560px !important;
  }

  .about-us-gallery__card {
    background: none;
    height: 400px;
    padding: 0;
    overflow: visible;
  }

  .about-us-gallery__card img {
    object-fit: cover;
    border-radius: 14px;
    width: 500px;
    height: 330px;
    transform: rotate(-6deg);
  }

  .about-us-gallery .swiper-slide:nth-child(2n) .about-us-gallery__card img {
    transform: rotate(6deg);
  }
}

@media (width <= 575px) {
  .about-us-gallery__top {
    padding: 58px 16px 145px;
  }

  .about-us-gallery h2 {
    font-size: 24px;
    font-weight: 250;
  }

  .about-us-gallery__slider {
    margin-top: -55px;
    padding-left: 36px;
  }

  .about-us-gallery__slide {
    width: 260px !important;
  }

  .about-us-gallery__card {
    height: 200px;
  }

  .about-us-gallery__card img {
    border-radius: 10px;
    width: 250px;
    height: 188px;
  }
}

.block-jump-banner {
  color: #fff;
  background-image: url("bg-block-jump.917c0c2a.svg");
  background-position: 50%;
  background-size: cover;
  min-height: 790px;
  overflow: hidden;
}

.block-jump-banner__inner {
  grid-template-columns: 1fr 600px;
  align-items: center;
  gap: 80px;
  min-height: 900px;
  display: grid;
}

.block-jump-banner__content h1 {
  max-width: 650px;
  margin: 0 0 50px;
  font-size: 80px;
  font-weight: 250;
  line-height: 1;
}

.block-jump-banner__content .blockjump-mobile-title {
  display: none;
}

.block-jump-banner__content p {
  font-size: var(--wp--preset--font-size--paragraph);
  max-width: 540px;
  margin: 62px 0 0;
  font-weight: 300;
  line-height: 1.45;
}

.block-jump-banner__content h1, .block-jump-banner__content p {
  color: #fff;
}

.block-jump-banner__button {
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 190px;
  height: 60px;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
}

.block-jump-banner__logos {
  align-items: center;
  gap: 52px;
  margin-top: 135px;
  display: flex;
}

.block-jump-banner__logos img {
  object-fit: contain;
  width: auto;
  max-height: 81px;
}

.block-jump-banner__images {
  justify-content: flex-end;
  gap: 20px;
  display: flex;
}

.block-jump-banner__image {
  width: 519px;
  height: 570px;
  overflow: hidden;
}

.block-jump-banner__image img {
  width: 100%;
  height: 100%;
}

@media (width <= 1200px) {
  .block-jump-banner__inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (width <= 991px) {
  .block-jump-banner__content {
    padding-top: 180px;
  }

  .block-jump-banner__logos {
    margin-top: 64px;
  }

  .block-jump-banner__image {
    width: 100%;
    height: auto;
  }

  .block-jump-banner__images {
    justify-content: center;
    padding-bottom: 64px;
  }

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

@media (width <= 575px) {
  .block-jump-banner__content h1 {
    letter-spacing: 3px;
    margin: 0 0 32 px;
    text-align: center;
    max-width: 100%;
    font-size: 48px;
    line-height: 1.2;
  }

  .block-jump-banner__content .blockjump-desktop-title, .block-jump-banner__content p {
    display: none;
  }

  .block-jump-banner__content .blockjump-mobile-title {
    display: block;
  }

  .block-jump-banner__logos img {
    max-height: 58px;
  }

  .block-jump-banner .btn-slide {
    justify-content: center;
    width: fit-content;
    margin: auto;
    display: flex;
  }
}

.blockjump-about {
  padding: 90px 0 43px;
}

.blockjump-about__title {
  border-bottom: 1px solid #e0e5e7;
  padding: 26px 0 60px;
  font-size: 48px;
  font-weight: 250;
  line-height: 1.05;
}

.blockjump-about__inner {
  grid-template-columns: 500px 1fr;
  align-items: center;
  gap: 100px;
  display: grid;
}

.blockjump-about__image img {
  border-radius: 0;
  width: 100%;
  height: auto;
  display: block;
}

.blockjump-about__content {
  max-width: 880px;
}

.blockjump-about__text p {
  font-size: var(--wp--preset--font-size--heading-3);
  margin: 0 0 46px;
  font-weight: 250;
  line-height: 1.35;
}

.blockjump-about__text b, .blockjump-about__text strong {
  font-weight: 700;
}

.blockjump-about__highlight p {
  color: #7948ff;
  font-size: var(--wp--preset--font-size--heading-3);
  margin: 0;
  font-weight: 250;
  line-height: 1.4;
}

@media (width <= 991px) {
  .blockjump-about {
    padding: 70px 0;
  }

  .blockjump-about__title {
    margin-bottom: 50px;
    padding-bottom: 34px;
    font-size: 42px;
  }

  .blockjump-about__inner {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .blockjump-about__image {
    order: 12;
  }

  .blockjump-about__content {
    max-width: 100%;
  }
}

@media (width <= 575px) {
  .blockjump-about {
    padding: 48px 0;
  }

  .blockjump-about__title {
    margin-bottom: 34px;
    padding-bottom: 24px;
    font-size: 36px;
  }

  .blockjump-about__inner {
    gap: 32px;
  }
}

.partners-section {
  padding: 70px 0 96px;
}

.partners-section__title {
  border-bottom: 1px solid #e0e5e7;
  margin: 0 0 90px;
  padding-bottom: 60px;
  font-size: 48px;
  font-weight: 250;
  line-height: 1.05;
}

.partners-section__list {
  gap: 80px;
  display: grid;
}

.partners-section__item {
  grid-template-columns: 360px 1fr;
  align-items: start;
  gap: 80px;
  display: grid;
}

.partners-section__logo img {
  max-width: 250px;
  height: auto;
  display: block;
}

.partners-section__description p {
  font-size: var(--wp--preset--font-size--heading-3);
  margin: 0;
  font-weight: 250;
  line-height: 1.35;
}

.partners-section__description b, .partners-section__description strong {
  font-weight: 700;
}

@media (width <= 767px) {
  .partners-section {
    padding: 48px 0 64px;
  }

  .partners-section__title {
    margin-bottom: 40px;
    padding-bottom: 28px;
    font-size: 38px;
  }

  .partners-section__list {
    gap: 52px;
  }

  .partners-section__item {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .partners-section__logo {
    order: 12;
  }

  .partners-section__logo img {
    max-width: 220px;
  }
}

.what-we-do {
  padding: 60px 0 10px;
}

.what-we-do__title {
  border-bottom: 1px solid #e0e5e7;
  margin: 0;
  padding-bottom: 60px;
  font-size: 48px;
  font-weight: 250;
  line-height: 1.1;
}

.what-we-do__groups {
  padding-top: 60px;
}

.what-we-do__group {
  margin-bottom: 82px;
}

.what-we-do__group:last-child {
  margin-bottom: 0;
}

.what-we-do__group-title {
  font-size: var(--wp--preset--font-size--heading-3);
  margin: 0 0 52px;
  font-weight: 700;
  line-height: 1.2;
}

.what-we-do__grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 32px;
  display: grid;
}

.what-we-do__item-head {
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
  display: flex;
}

.what-we-do__item-head span {
  clip-path: path("M5 3 L25 0 Q31 0 31 6 L31 32 Q31 38 25 38 L5 35 Q0 33 0 27 L0 11 Q0 5 5 3 Z");
  color: #b1b7ba;
  background: linear-gradient(.496turn, #7948ff 51.19%, #9f7cff 97.64%);
  border-radius: 6px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 38px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
}

.what-we-do__item-head h4 {
  font-size: var(--wp--preset--font-size--heading-3);
  margin: 0;
  font-weight: 250;
  line-height: 1.25;
}

.what-we-do__item p {
  font-size: var(--wp--preset--font-size--paragraph);
  margin: 0;
  font-weight: 300;
  line-height: 1.45;
}

@media (width <= 991px) {
  .what-we-do__grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
  }
}

@media (width <= 575px) {
  .what-we-do {
    padding: 32px 0;
  }

  .what-we-do__title {
    padding-bottom: 16px;
    font-size: 38px;
  }

  .what-we-do__groups {
    padding-top: 16px;
  }

  .what-we-do__group {
    margin-bottom: 56px;
  }

  .what-we-do__group-title {
    margin-bottom: 32px;
  }

  .what-we-do__grid {
    grid-template-columns: 1fr;
    row-gap: 38px;
  }

  .what-we-do__item-head {
    margin-bottom: 18px;
  }

  .what-we-do__item-head h4 {
    color: #0d151a;
    font-size: 18px;
    font-weight: 700;
  }
}

.csr-banner {
  background-image: url("csr-bg.18cffd15.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 790px;
  overflow: hidden;
}

.csr-banner__inner {
  grid-template-columns: 1fr 600px;
  align-items: center;
  gap: 80px;
  min-height: 770px;
  display: grid;
}

.csr-banner__content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 105px 0 165px;
  display: flex;
}

.csr-banner__content h1 {
  max-width: 560px;
  margin: 0;
  font-size: 80px;
  font-weight: 250;
  line-height: 1.03;
}

.csr-banner__content p {
  font-size: var(--wp--preset--font-size--paragraph);
  max-width: 540px;
  margin: 0;
  font-weight: 300;
  line-height: 1.5;
}

.csr-banner__image {
  justify-content: flex-end;
  display: flex;
}

.csr-banner__image img {
  width: 490px;
  height: 540px;
  display: block;
}

@media (width <= 991px) {
  .csr-banner {
    min-height: auto;
  }

  .csr-banner__inner {
    grid-template-columns: 1fr;
    gap: 45px;
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .csr-banner__content {
    text-align: center;
    gap: 60px;
    padding: 0;
  }

  .csr-banner__content h1 {
    font-size: 54px;
  }

  .csr-banner__image {
    justify-content: center;
  }

  .csr-banner__image img {
    width: 100%;
    max-width: 420px;
    height: 460px;
  }
}

@media (width <= 575px) {
  .csr-banner__inner {
    gap: 35px;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .csr-banner__content {
    gap: 32px;
  }

  .csr-banner__content h1 {
    font-size: 48px;
    line-height: 1.05;
  }

  .csr-banner__content p {
    font-size: 14px;
    line-height: 1.45;
  }

  .csr-banner__image img {
    width: 100%;
    height: auto;
  }
}

.csr-showcase {
  padding: 86px 0 14px;
}

.csr-showcase__title {
  color: #0d151a;
  border-bottom: 1px solid #e0e5e7;
  margin: 0 0 60px;
  padding-bottom: 60px;
  font-size: 48px;
  font-weight: 250;
  line-height: 1.2;
}

.csr-showcase__intro {
  font-size: var(--wp--preset--font-size--heading-3);
  max-width: 1000px;
  margin: 0 0 60px;
  font-weight: 250;
  line-height: 1.55;
}

.csr-showcase__intro p {
  margin: 0 0 21px;
}

.csr-showcase__intro p:last-child {
  margin-bottom: 0;
}

.csr-showcase__intro strong {
  font-weight: 700;
}

.csr-showcase__rows {
  flex-direction: column;
  gap: 30px;
  display: flex;
}

.csr-showcase__row {
  grid-template-columns: 440px auto;
  gap: 30px;
  display: grid;
}

.csr-showcase__row--reverse {
  grid-template-columns: 2.08fr 1fr;
}

.csr-showcase__row--reverse .csr-showcase__text-card {
  order: 2;
}

.csr-showcase__row--reverse .csr-showcase__image-card {
  order: 1;
}

.csr-showcase__image-card, .csr-showcase__text-card {
  border-radius: 10px;
  overflow: hidden;
}

.csr-showcase__text-card {
  align-items: center;
  padding: 32px;
  display: flex;
}

.csr-showcase__content h3 {
  color: inherit;
  font-size: var(--wp--preset--font-size--heading-3);
  margin: 0 0 16px;
  font-weight: 700;
  line-height: 1.25;
}

.csr-showcase__content p {
  color: inherit;
  font-size: var(--wp--preset--font-size--paragraph);
  margin: 0;
  font-weight: 400;
  line-height: 1.45;
}

.csr-showcase__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 306px;
  display: block;
}

@media (width <= 767px) {
  .csr-showcase {
    padding: 42px 0;
  }

  .csr-showcase__title {
    font-size: var(--wp--preset--font-size--heading-3);
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .csr-showcase__intro {
    margin-bottom: 28px;
  }

  .csr-showcase__row, .csr-showcase__row--reverse {
    grid-template-columns: 1fr;
  }

  .csr-showcase__row--reverse .csr-showcase__image-card, .csr-showcase__row--reverse .csr-showcase__text-card {
    order: initial;
  }

  .csr-showcase__image {
    min-height: 480px;
  }
}

.wp-block-media-text {
  gap: var(--wp--custom--spacing--grid-gap);
  padding-inline: var(--wp--custom--spacing--container-padding-inline);
}

.wp-block-media-text.has-background {
  background-color: #0000;
  position: relative;
}

.wp-block-media-text.has-background:before {
  background-color: var(--wp--preset--color--light);
  content: "";
  z-index: 0;
  width: 100vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.wp-block-media-text.has-background > * {
  z-index: 1;
  position: relative;
}

.wp-block-media-text .wp-block-heading {
  margin: 0;
}

.wp-block-media-text .wp-block-media-text__media {
  aspect-ratio: 4 / 3;
  background-color: var(--color-placeholder, #f0f0f0);
}

.wp-block-media-text .wp-block-media-text__media img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wp-block-media-text .wp-block-media-text__media:has(img), .wp-block-media-text .wp-block-media-text__media:has(video) {
  background-color: #0000;
}

.wp-block-media-text.is-image-fill-element > .wp-block-media-text__media {
  height: auto;
  min-height: 0;
}

.wp-block-media-text .editor-media-container__resizer {
  aspect-ratio: 4 / 3;
}

.wp-block-media-text .editor-media-container__resizer img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 2rem;
}

.wp-block-media-text .wp-block-media-text__content > :first-child {
  margin-top: 0;
}

.wp-block-media-text .wp-block-media-text__content > :last-child {
  margin-bottom: 0;
}

.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__media:empty, .editor-styles-wrapper .wp-block-media-text .wp-block-media-text__media:has(.block-editor-media-placeholder) {
  background-color: var(--color-placeholder, #f0f0f0);
  min-height: 18.75rem;
}

[class*="wp-block"].is-style-has-m-padding {
  padding-bottom: var(--wp--preset--spacing--30);
  padding-top: var(--wp--preset--spacing--30);
}

[class*="wp-block"].is-style-has-l-padding {
  padding-bottom: var(--wp--preset--spacing--40);
  padding-top: var(--wp--preset--spacing--40);
}

[class*="wp-block"].is-style-no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.wp-block-buttons {
  justify-content: flex-start;
}

.wp-block-button {
  text-align: left;
}

.wp-block-button__link {
  appearance: none;
  background-color: var(--wp--preset--color--black);
  border: 1px solid var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
  cursor: pointer;
  font-family: var(--wp--preset--font-family--main);
  font-size: var(--wp--preset--font-size--16);
  font-weight: var(--wp--custom--typography--weight-semibold);
  text-overflow: ellipsis;
  border-radius: 0;
  width: auto;
  max-width: 230px;
  margin-bottom: 0;
  padding: 14px 21px;
  line-height: 1.39;
  text-decoration: none;
  transition: all .15s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
  white-space: nowrap !important;
}

.wp-block-button__link.focus, .wp-block-button__link:focus, .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--black);
}

.wp-block-button__link {
  text-align: center;
  display: inline-block;
}

.button {
  appearance: none;
  background-color: var(--wp--preset--color--black);
  border: 1px solid var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
  cursor: pointer;
  font-family: var(--wp--preset--font-family--main);
  font-size: var(--wp--preset--font-size--16);
  font-weight: var(--wp--custom--typography--weight-semibold);
  text-overflow: ellipsis;
  border-radius: 0;
  width: auto;
  max-width: 230px;
  margin-bottom: 0;
  padding: 14px 21px;
  line-height: 1.39;
  text-decoration: none;
  transition: all .15s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: relative;
  overflow: hidden;
  white-space: nowrap !important;
}

.button.focus, .button:focus, .button:hover {
  background-color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--black);
}

.button-small {
  appearance: none;
  background-color: var(--wp--preset--color--black);
  border: 1px solid var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
  cursor: pointer;
  font-family: var(--wp--preset--font-family--main);
  font-weight: var(--wp--custom--typography--weight-semibold);
  text-overflow: ellipsis;
  border-radius: 0;
  width: auto;
  max-width: 230px;
  margin-bottom: 0;
  padding: 14px 21px;
  line-height: 1.39;
  text-decoration: none;
  transition: all .15s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: relative;
  overflow: hidden;
  white-space: nowrap !important;
}

.button-small.focus, .button-small:focus, .button-small:hover {
  background-color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--black);
}

.button-small {
  padding: 8px 19px;
  line-height: 20.9091px;
}

.button-large, .button-small {
  font-size: var(--wp--preset--font-size--16);
}

.button-large {
  appearance: none;
  background-color: var(--wp--preset--color--black);
  border: 1px solid var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
  cursor: pointer;
  font-family: var(--wp--preset--font-family--main);
  font-weight: var(--wp--custom--typography--weight-semibold);
  text-overflow: ellipsis;
  border-radius: 0;
  width: auto;
  max-width: 230px;
  margin-bottom: 0;
  padding: 14px 21px;
  line-height: 1.39;
  text-decoration: none;
  transition: all .15s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: relative;
  overflow: hidden;
  white-space: nowrap !important;
}

.button-large.focus, .button-large:focus, .button-large:hover {
  background-color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--black);
}

.button-large {
  font-size: var(--wp--preset--font-size--18);
  padding: 15px 19px;
  line-height: 1.66;
}

.alignwide {
  max-width: var(--wp--style--global--wide-size);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.alignfull {
  width: 100vw;
  max-width: none;
}

img {
  max-width: 100%;
}

a {
  color: var(--wp--custom--color--link-text);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--wp--custom--color--link-text);
  text-decoration-color: var(--wp--custom--color--link-text);
  text-underline-offset: .375rem;
  transition: all .15s;
}

a:focus, a:hover {
  color: var(--wp--custom--color--link-text-hover);
  -webkit-text-decoration-color: var(--wp--custom--color--link-text-hover);
  text-decoration-color: var(--wp--custom--color--link-text-hover);
}

.entry-footer a, .site-footer a, .site-header a {
  text-decoration: none;
}

p {
  color: var(--wp--custom--color--paragraph);
  line-height: var(--wp--custom--typography--paragraph-line-height);
}
