html {
  scroll-behavior: smooth;
}

:root {
  --rr-accent: #16a6d9;
  --rr-accent-rgb: 22, 166, 217;
  --rr-panel: #07131b;
}

body.body {
  background: #000;
  color: #fff;
  overflow-x: clip;
}

a {
  color: inherit;
}

.rr-logo-svg {
  display: block;
  flex: 0 0 auto;
}

.rr-logo-svg path:first-child {
  fill: var(--rr-accent) !important;
}

.brand,
.footer-brand {
  text-decoration: none;
}

.logo-description {
  display: none !important;
}

/* brand-logo-img */
.brand,
.footer-brand {
  display: flex !important;
  align-items: center;
}

.brand-logo {
  height: 34px;
  width: auto;
  display: block;
  max-width: 320px;
  opacity: 1 !important;
  visibility: visible !important;
}

.footer-brand .brand-logo {
  height: 40px;
}
/* /brand-logo-img */

.nav-bar {
  background-color: rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(2px);
}

.nav-link {
  cursor: pointer;
}

.rr-dropdown-toggle {
  background: transparent;
  border: 0;
}

.nav-dropdown-list {
  display: none;
  opacity: 1 !important;
  transform: none !important;
}

.nav-dropdown-2:hover .nav-dropdown-list,
.nav-dropdown-2.w--open .nav-dropdown-list,
.nav-dropdown-list.w--open {
  display: block;
}

.nav-dropdown-list .nav-link {
  min-width: 190px;
  justify-content: flex-start;
  background: #050505;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.page-wrapper {
  max-width: 100%;
  overflow: hidden;
}

.wrapper {
  width: min(1200px, calc(100% - 56px)) !important;
  max-width: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.menu-button {
  cursor: pointer;
  background: transparent !important;
  color: #fff !important;
}

.top-button {
  display: none;
}

.top-button.rr-visible {
  display: flex !important;
}

.absolute {
  background-position: center;
  background-size: cover;
}

.hero-section,
.slider-3,
.w-slider-mask,
.slider-3 .w-slide,
.slider-3 .absolute {
  width: 100% !important;
  left: 0;
  right: 0;
}

.left-arrow,
.slider-arrows {
  background: transparent !important;
}

.overlay {
  background: rgba(0, 0, 0, 0.46);
}

.slide-7,
.slide-10,
.slide-12 {
  transition: opacity 900ms ease;
}

.heading-31 {
  text-wrap: balance;
}

.rr-facts-visible {
  opacity: 1 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 22px;
  width: 100%;
  max-width: 640px;
  overflow: visible !important;
}

.rr-facts-visible .backslashes {
  display: none !important;
}

.rr-facts-visible .inline-block-home {
  width: auto !important;
  min-width: 0;
  padding: 0;
}

.rr-facts-visible .number-fact-home {
  font-size: clamp(22px, 2.3vw, 34px);
  line-height: 1;
}

.rr-facts-visible .facts-text-copy {
  font-size: 12px;
  line-height: 18px;
  overflow-wrap: break-word;
}

.number-fact-home {
  white-space: nowrap;
}

.promo-image,
.promo-image-2,
.promo-image-3,
.promo-image-4,
.promo-image-5,
.promo-image-service,
.promo-image-wwd-2,
.promo-image-wwd-3-copy,
.moving-image,
.rr-full-image,
.rr-about-image {
  background-image: none !important;
  object-fit: cover;
}

.promo-image-wwd-2,
.promo-image-wwd-3-copy {
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.4);
}

.wrapper-services {
  max-width: 1200px;
  margin: 0 auto;
  padding: 130px 0 40px;
}

.wrapper-services .main-grid-2 {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 90px;
  align-items: center;
}

.promo-images-1,
.promo-images-2,
.promo-images-2-copy {
  width: 100% !important;
  min-height: 600px;
  position: relative;
}

.promo-image-3,
.promo-image {
  width: 74% !important;
  height: 410px !important;
  position: absolute !important;
  left: 0 !important;
  right: auto !important;
  top: auto !important;
  bottom: 0 !important;
}

.promo-image-4,
.promo-image-2 {
  width: 68% !important;
  height: 360px !important;
  position: absolute !important;
  left: auto !important;
  right: 0 !important;
  top: 44px !important;
  bottom: auto !important;
}

.promo-image-5 {
  width: 100% !important;
  height: 460px !important;
  position: relative !important;
}

.rr-page-top {
  padding-top: 160px !important;
}

.rr-lead {
  max-width: 680px;
  font-size: 18px;
  line-height: 32px;
}

.rr-about-grid,
.rr-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(36px, 6vw, 90px);
  align-items: center;
  width: 100%;
}

.rr-about-grid > *,
.rr-split > *,
.contact-v1 > *,
.footer > *,
.footer-right,
.footer-left {
  min-width: 0;
}

.rr-split > div:first-child {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.rr-split > div:nth-child(2) {
  position: relative;
  z-index: 1;
  background: #000;
}

.rr-split .heading-38,
.rr-split .text-white-ch40 {
  max-width: 100%;
  white-space: normal !important;
  overflow-wrap: break-word;
}

.rr-split .ad-button {
  min-width: 0;
  max-width: 100%;
}

.rr-about-image,
.rr-full-image {
  display: block;
  width: 100% !important;
  height: clamp(340px, 42vw, 560px) !important;
  min-height: 0 !important;
  max-height: none !important;
  position: relative !important;
  inset: auto !important;
  object-fit: cover;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
}

.rr-three-columns,
.rr-feature-grid,
.rr-process-grid,
.rr-related-grid,
.rr-index-grid {
  display: grid;
  gap: 56px;
}

.rr-three-columns,
.rr-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rr-process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

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

.rr-check-icon {
  width: 28px;
  height: 28px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  font-family: Helvetica Neue Bold, sans-serif;
  font-size: 14px;
}

.rr-list-lines {
  margin-top: 34px;
}

.rr-index-section {
  padding-top: 90px !important;
}

.rr-taxonomy-hero,
.rr-detail-hero {
  min-height: 72vh;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 170px 0 84px;
  overflow: hidden;
}

.rr-taxonomy-hero {
  min-height: 58vh;
}

.rr-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.46) 52%, rgba(0, 0, 0, 0.28)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.08) 48%, rgba(0, 0, 0, 0.38));
  pointer-events: none;
}

.rr-taxonomy-hero-inner,
.rr-detail-hero-inner {
  position: relative;
  z-index: 1;
}

.rr-taxonomy-hero .bold-text-header-copy,
.rr-detail-hero .bold-text-header-copy {
  max-width: 980px;
  margin-top: 18px;
}

.rr-taxonomy-hero .text-white-ch40,
.rr-detail-hero .text-white-ch40 {
  max-width: 760px;
}

.rr-breadcrumbs {
  margin-bottom: 24px;
  font-family: Helvetica Neue Bold, sans-serif;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.rr-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.rr-breadcrumbs li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.rr-breadcrumbs li + li::before {
  content: "/";
  color: var(--rr-accent);
}

.rr-breadcrumbs a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  transition: color 250ms ease;
}

.rr-breadcrumbs a:hover {
  color: #fff;
}

.rr-breadcrumbs span {
  color: #fff;
}

.rr-detail-body-section {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.rr-detail-body {
  max-width: 920px;
  margin: 0 auto;
}

.rr-detail-body h2,
.rr-detail-body h3,
.rr-detail-body h4 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 52px 0 18px;
  font-family: Helvetica Neue Condensed Bold, sans-serif;
}

.rr-detail-body h2 {
  font-size: 42px;
  line-height: 48px;
}

.rr-detail-body h3 {
  font-size: 28px;
  line-height: 34px;
}

.rr-detail-body p,
.rr-detail-body li,
.rr-detail-body blockquote {
  color: rgba(255, 255, 255, 0.86);
  font-family: Helvetica Neue Light, sans-serif;
  font-size: 19px;
  line-height: 34px;
}

.rr-detail-body p {
  margin: 0 0 28px;
}

.rr-detail-body ul,
.rr-detail-body ol {
  display: grid;
  gap: 14px;
  margin: 34px 0;
  padding-left: 26px;
}

.rr-detail-body blockquote {
  border-left: 2px solid var(--rr-accent);
  margin: 42px 0;
  padding: 8px 0 8px 28px;
  color: #fff;
}

.rr-related-section {
  padding-top: 70px !important;
}

.rr-footer-contact {
  margin-top: 22px;
  line-height: 30px;
}

.rr-footer-map {
  width: min(100%, 420px);
  margin-top: 26px;
  border: 1px solid rgba(var(--rr-accent-rgb), 0.42);
  overflow: hidden;
}

.rr-footer-map iframe {
  display: block;
  width: 100%;
  height: 180px;
  border: 0;
  filter: grayscale(1) contrast(1.08);
}

.rr-index-card {
  color: #fff;
  border: 1px solid rgba(var(--rr-accent-rgb), 0.55);
  min-height: 100%;
  text-decoration: none;
  display: grid;
  grid-template-rows: 230px 1fr;
  transition: background-color 500ms ease, border-color 500ms ease, transform 500ms ease;
}

.rr-index-card:hover {
  background: rgba(var(--rr-accent-rgb), 0.12);
  border-color: var(--rr-accent);
  transform: translateY(-4px);
}

.rr-index-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}

.rr-index-card > div {
  padding: 28px;
}

.rr-index-card h2 {
  color: #fff;
  text-transform: uppercase;
  margin: 8px 0 18px;
  font-family: Helvetica Neue Condensed Bold, sans-serif;
  font-size: 28px;
  line-height: 34px;
}

.rr-index-card p {
  color: #fff;
  font-family: Helvetica Neue Light, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.rr-index-card span {
  color: var(--rr-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: Helvetica Neue Condensed Bold, sans-serif;
  font-size: 13px;
}

.rr-planning-section {
  background: #fff;
  color: #000;
  padding-top: 84px;
  padding-bottom: 84px;
}

.rr-white-inner {
  max-width: 1200px;
  margin: 0 auto 70px;
}

.rr-plan-card {
  min-height: 420px;
}

.works-v1 {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.rr-work-card {
  height: 320px;
  overflow: hidden;
}

.rr-work-card img {
  width: 100%;
  height: 100%;
}

.work-v1 .hover {
  display: flex !important;
  opacity: 0;
  transition: opacity 450ms ease;
}

.work-v1:hover .hover,
.work-v1:focus-visible .hover {
  opacity: 1 !important;
}

.testimonial-section {
  display: none;
}

.section.footer-section {
  background-color: #030303;
  background-image:
    repeating-radial-gradient(ellipse at 15% 75%, rgba(255, 255, 255, 0.09) 0 1px, transparent 1px 32px),
    repeating-radial-gradient(ellipse at 70% 30%, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 42px) !important;
}

.footer-left a,
.footer-contacts a {
  color: #fff;
  text-decoration: none;
}

.footer-left a:hover,
.footer-contacts a:hover {
  color: var(--rr-accent);
}

.social-button {
  display: none !important;
}

.contact-v1 {
  display: grid !important;
  grid-template-columns: minmax(0, 0.82fr) minmax(390px, 1fr);
  gap: clamp(56px, 7vw, 104px);
  align-items: start;
  width: 100%;
}

.contact-v1-info,
.form-block {
  flex: 1 1 0;
  width: 100%;
}

.contact-v1-info {
  max-width: 540px;
}

.contact-v1-info .heading-37 {
  margin-top: 42px;
}

.contact-v1-info > .text-white:not(.rr-lead) {
  max-width: 100%;
  font-family: Helvetica Neue Light, sans-serif;
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.55;
  letter-spacing: 0;
  text-transform: none;
}

.contact-v1-info .text-white,
.contact-v1-info .rr-lead,
.rr-footer-contact,
.footer-bottom,
.footer-bottom .text-block-9 {
  overflow-wrap: anywhere;
  word-break: normal;
}

.contact-v1-info .text-white a,
.rr-footer-contact a {
  text-transform: none;
}

.contact-v1-info .heading-37 + .text-white {
  max-width: 32ch;
}

.contact-v1-info .heading-37 + .text-white a[href^="mailto:"] {
  display: inline-block;
  max-width: 100%;
  font-size: clamp(14px, 1.04vw, 18px);
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.rr-facts-visible.rr-linked-facts {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 0 clamp(14px, 2vw, 28px);
  max-width: 1080px;
}

.rr-fact-link {
  color: #fff;
  text-decoration: none;
  transition: color 220ms ease, transform 220ms ease;
}

.rr-fact-link:hover,
.rr-fact-link:focus-visible {
  color: var(--rr-accent);
  transform: translateY(-2px);
}

.rr-linked-facts .backslashes {
  display: flex !important;
  width: auto !important;
  min-width: 0;
  align-items: center;
  justify-content: center;
  justify-self: center;
  color: var(--rr-accent);
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: clamp(24px, 2.2vw, 38px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
}

.form-block,
.form,
.form-text-field,
.select-field,
.rr-textarea {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

.form-text-field,
.select-field {
  background: #141414 !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.72) !important;
  min-height: 58px;
}

.select-field {
  min-height: 56px;
  height: auto;
}

.form-text-field:focus,
.select-field:focus,
.rr-textarea:focus {
  border-color: var(--rr-accent) !important;
}

.rr-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.rr-textarea {
  min-height: 180px;
}

.ad-button.submit {
  width: auto;
  min-width: 340px;
  background: var(--rr-accent);
  color: #fff;
  cursor: pointer;
}

.ad-button.submit:disabled {
  opacity: 0.62;
  cursor: wait;
}

.ad-button.submit:hover {
  background: #fff;
  color: #050505;
}

.w-form-done,
.w-form-fail {
  display: none;
}

.w-form-done.rr-show,
.w-form-fail.rr-show {
  display: block;
  margin-top: 24px;
}

.button-section.rr-button-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 70px;
}

.div-block-linkpy {
  min-height: 74px;
  text-align: center;
  padding: 18px 24px;
  font-family: Helvetica Neue Bold, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.div-block-linkpy:hover {
  color: #050505;
  background: #fff;
}

.feature-v1,
.feature-v1-process {
  text-align: left;
}

.feature-v1-process {
  border: 1px solid rgba(var(--rr-accent-rgb), 0.45);
  padding: 34px;
  transition: border-color 400ms ease, background-color 400ms ease;
}

.feature-v1-process:hover {
  border-color: var(--rr-accent);
  background-color: rgba(var(--rr-accent-rgb), 0.1);
}

.process-numbers {
  text-align: left;
}

.rr-home-final-cta {
  position: relative;
  max-width: 1200px;
  margin: 82px auto 0;
  background-position: center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}

.rr-home-final-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.68) 48%, rgba(0, 0, 0, 0.78)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.38), rgba(var(--rr-accent-rgb), 0.14));
  pointer-events: none;
}

.rr-home-final-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.82fr);
  gap: 76px;
  align-items: start;
  padding-top: 74px;
  padding-bottom: 74px;
}

.rr-home-final-copy .bold-text-header-copy {
  max-width: 720px;
  margin-top: 18px;
}

.rr-home-final-contact {
  display: grid;
  gap: 12px;
  margin-top: 36px;
  font-family: Helvetica Neue Condensed Bold, sans-serif;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
}

.rr-home-final-contact a {
  color: #fff;
  text-decoration: none;
}

.rr-home-final-contact a:hover {
  color: var(--rr-accent);
}

.rr-home-final-form {
  background: rgba(5, 5, 5, 0.82);
  border: 1px solid rgba(var(--rr-accent-rgb), 0.52);
  padding: 38px;
  backdrop-filter: blur(8px);
}

.cta-section {
  background-color: var(--rr-accent) !important;
}

.cta-section .intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
}

.text-block-7 {
  min-width: 0;
  max-width: 880px;
  overflow-wrap: break-word;
}

.cta-button {
  width: auto;
  min-width: 260px;
  text-align: center;
  white-space: nowrap;
}

.footer {
  display: grid !important;
  grid-template-columns: minmax(420px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(44px, 6vw, 92px);
  align-items: start;
}

.footer-left {
  width: 100% !important;
  max-width: none !important;
  padding-right: 0 !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

.footer-contacts {
  width: 100%;
}

.rr-footer-contact {
  max-width: 100%;
  font-size: clamp(17px, 1.25vw, 19px);
  line-height: 1.55;
  overflow-wrap: break-word;
}

.footer-right .div-block-12 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 46px);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
}

.rr-home-final-form .form {
  display: grid;
  grid-template-columns: 1fr;
}

.rr-home-final-form .rr-textarea {
  min-height: 132px;
}

@media screen and (max-width: 991px) {
  .menu-button {
    display: flex !important;
    align-items: center;
    gap: 12px;
    margin-right: 0;
  }

  .menu-icon {
    display: flex !important;
  }

  .menu-button-text {
    display: block;
  }

  .nav-bar-info {
    display: none;
  }

  .nav-menu {
    display: none;
  }

  .nav-menu.rr-open {
    display: block !important;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background: #050505;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 18px;
  }

  .nav-menu.rr-open .nav-menu-links {
    display: grid;
    justify-content: stretch;
  }

  .nav-menu.rr-open .nav-link {
    justify-content: flex-start;
    width: 100%;
  }

  .nav-dropdown-list {
    position: static;
  }

  .rr-about-grid,
  .rr-split,
  .contact-v1 {
    grid-template-columns: 1fr;
    display: grid;
    gap: 48px;
  }

  .contact-v1-info {
    max-width: none;
  }

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

  .footer-right .div-block-12 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rr-three-columns,
  .rr-feature-grid,
  .rr-process-grid,
  .rr-related-grid,
  .rr-index-grid,
  .works-v1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .button-section.rr-button-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .rr-home-final-inner {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 56px 24px;
  }

  .wrapper-services {
    padding: 70px 24px 24px;
  }

  .wrapper-services .main-grid-2 {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .promo-images-1,
  .promo-images-2,
  .promo-images-2-copy {
    min-height: 430px;
    order: 1;
  }

  .div-block-ds,
  .div-block-23,
  .div-block-23-copy {
    order: 0;
  }

  .promo-image-3,
  .promo-image {
    width: 76% !important;
    height: 300px !important;
  }

  .promo-image-4,
  .promo-image-2 {
    width: 64% !important;
    height: 270px !important;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    padding-left: 18px;
    padding-right: 18px;
  }

  .wrapper {
    width: calc(100% - 32px) !important;
  }

  .rr-page-top {
    padding-top: 120px !important;
  }

  .rr-taxonomy-hero,
  .rr-detail-hero {
    min-height: 64vh;
    padding: 132px 0 54px;
  }

  .rr-taxonomy-hero {
    min-height: 50vh;
  }

  .rr-breadcrumbs {
    font-size: 11px;
    line-height: 17px;
  }

  .rr-detail-body-section {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .rr-detail-body h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .rr-detail-body h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .rr-detail-body p,
  .rr-detail-body li,
  .rr-detail-body blockquote {
    font-size: 17px;
    line-height: 30px;
  }

  .heading-31 {
    font-size: 42px !important;
    line-height: 48px !important;
  }

  .bold-text-header-copy,
  .text-white-ch48 {
    font-size: 42px !important;
    line-height: 48px !important;
  }

  .rr-facts-visible {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .rr-facts-visible.rr-linked-facts {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .rr-linked-facts .backslashes {
    display: none !important;
  }

  .rr-three-columns,
  .rr-feature-grid,
  .rr-process-grid,
  .rr-related-grid,
  .rr-index-grid,
  .works-v1 {
    grid-template-columns: 1fr;
  }

  .rr-index-card {
    grid-template-rows: 210px 1fr;
  }

  .rr-work-card {
    height: 260px;
  }

  .contact-v1 {
    gap: 36px;
  }

  .contact-v1-info > .text-white:not(.rr-lead) {
    font-size: 17px;
    line-height: 1.55;
  }

  .ad-button.submit {
    min-width: 0;
    width: 100%;
  }

  .cta-section .intro,
  .footer-right .div-block-12 {
    grid-template-columns: 1fr;
  }

  .cta-button {
    width: 100%;
    min-width: 0;
  }

  .rr-about-image,
  .rr-full-image {
    height: clamp(260px, 68vw, 380px) !important;
  }

  .rr-home-final-cta {
    margin-top: 52px;
  }

  .rr-home-final-form {
    padding: 26px;
  }

  .rr-home-final-contact {
    font-size: 22px;
    line-height: 28px;
  }
}
