:root {
  --_colors---whitesmoke: whitesmoke;
  --_font-family---site-font: "Inter Tight", sans-serif;
  --_colors---dark-gray: #4d4d4d;
  --_font-details---font-size--body-size: 1rem;
  --_font-details---line-heights--body-heights: 162.5%;
  --_font-details---weights--body: 400;
  --_font-family---heading-font: var(--_font-family---site-font);
  --_colors---black: #000;
  --_font-details---font-size--h1-size: 3.75rem;
  --_font-details---line-heights--h1-heights: 100%;
  --_font-details---weights--heading: 500;
  --_font-details---letter-spacing--h1-spacing: -.1125rem;
  --_font-details---font-size--h2-size: 2.5rem;
  --_font-details---line-heights--h2-heights: 112.5%;
  --_font-details---letter-spacing--h2-spacing: -.075rem;
  --_font-details---font-size--h3-size: 1.875rem;
  --_font-details---line-heights--h3-heights: 116.67%;
  --_font-details---letter-spacing--h3-spacing: -.0563rem;
  --_font-details---font-size--h4-size: 1.5rem;
  --_font-details---line-heights--h4-heights: 120.83%;
  --_font-details---letter-spacing--h4-spacing: -.045rem;
  --_font-details---font-size--h5-size: 1.25rem;
  --_font-details---line-heights--h5-heights: 125%;
  --_font-details---letter-spacing--h5-spacing: -.03751rem;
  --_font-details---font-size--h6-size: 1.125rem;
  --_font-details---line-heights--h6-heights: 127.78%;
  --_font-details---letter-spacing--h6-spacing: -.03375rem;
  --_font-details---weights--button: 600;
  --_colors---accent-blue: #0b071f;
  --element-gaps--tiny: .9375rem;
  --element-gaps--large: 2.1875rem;
  --_font-details---font-size--tag-size: .875rem;
  --_font-details---line-heights--tag-heights: 171.43%;
  --_font-details---letter-spacing--tag-spacing: .08751rem;
  --_colors---light: #b9dfff;
  --containers--container-large: 101.875rem;
  --section-gaps--gutter: .9375rem;
  --_colors---border: #0003;
  --section-gaps--section-gap-large: 8.125rem;
  --containers--container: 82.5rem;
  --section-gaps--section-gap-medium: 7.8125rem;
  --containers--container-karriere: 120rem;
  --section-gaps--section-gap-tiny: 4.375rem;
  --_colors---white: white;
  --element-gaps--extra-small: 1.4375rem;
  --_animation-units---home-one--counter-card-1: 3.125rem;
  --_animation-units---home-one--counter-card-2: 7.5rem;
  --_animation-units---home-one--counter-card-3: 19.375rem;
  --_animation-units---home-one--counter-card-4: 13.125rem;
  --element-gaps--extra-large: 3.125rem;
  --_animation-units---home-one--service-card-shape-one: 50%;
  --_animation-units---home-one--service-card-shape-two: 50%;
  --_animation-units---home-one--service-card-shape-three: 50%;
  --element-gaps--small: 1.75rem;
  --element-gaps--xxl: 3.25rem;
  --element-gaps--medium: 2rem;
  --transparent: #fff0;
  --_animation-units---home-two--video-border-one: 10vw;
  --_animation-units---home-two--video-border-two: 8vw;
  --_animation-units---home-two--video-border-three: 50vw;
  --section-gaps--section-gap-small: 5rem;
  --containers--container-small: 78.75rem;
  --_animation-units---home-two--hero-text-size-one: 3.75rem;
  --_animation-units---home-two--hero-v2-option-one: white;
  --_animation-units---home-two--hero-text-size-two: 2.5rem;
  --_animation-units---home-two--hero-v2-option-two: #fff0;
  --_animation-units---home-two--hero-text-size-three: 3.75rem;
  --_animation-units---home-two--hero-v2-option-three: white;
  --_animation-units---home-two--hero-text-size-four: 3.75rem;
  --_animation-units---home-two--hero-v2-option-four: white;
  --_colors---grey: #6c6c6c;
}

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

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

body {
  background-color: var(--_colors---whitesmoke);
  font-family: var(--_font-family---site-font);
  color: var(--_colors---dark-gray);
  font-size: var(--_font-details---font-size--body-size);
  line-height: var(--_font-details---line-heights--body-heights);
  font-weight: var(--_font-details---weights--body);
}

h1 {
  font-family: var(--_font-family---heading-font);
  color: var(--_colors---black);
  font-size: var(--_font-details---font-size--h1-size);
  line-height: var(--_font-details---line-heights--h1-heights);
  font-weight: var(--_font-details---weights--heading);
  letter-spacing: var(--_font-details---letter-spacing--h1-spacing);
  margin-top: 20px;
  margin-bottom: 10px;
}

h2 {
  font-family: var(--_font-family---heading-font);
  color: var(--_colors---black);
  font-size: var(--_font-details---font-size--h2-size);
  line-height: var(--_font-details---line-heights--h2-heights);
  font-weight: var(--_font-details---weights--heading);
  letter-spacing: var(--_font-details---letter-spacing--h2-spacing);
  margin-top: 20px;
  margin-bottom: 10px;
}

h3 {
  font-family: var(--_font-family---heading-font);
  color: var(--_colors---black);
  font-size: var(--_font-details---font-size--h3-size);
  line-height: var(--_font-details---line-heights--h3-heights);
  font-weight: var(--_font-details---weights--heading);
  letter-spacing: var(--_font-details---letter-spacing--h3-spacing);
  margin-top: 20px;
  margin-bottom: 10px;
}

h4 {
  font-family: var(--_font-family---heading-font);
  color: var(--_colors---black);
  font-size: var(--_font-details---font-size--h4-size);
  line-height: var(--_font-details---line-heights--h4-heights);
  font-weight: var(--_font-details---weights--heading);
  letter-spacing: var(--_font-details---letter-spacing--h4-spacing);
  margin-top: 10px;
  margin-bottom: 10px;
}

h5 {
  font-family: var(--_font-family---heading-font);
  color: var(--_colors---black);
  font-size: var(--_font-details---font-size--h5-size);
  line-height: var(--_font-details---line-heights--h5-heights);
  font-weight: var(--_font-details---weights--heading);
  letter-spacing: var(--_font-details---letter-spacing--h5-spacing);
  margin-top: 10px;
  margin-bottom: 10px;
}

h6 {
  font-family: var(--_font-family---heading-font);
  color: var(--_colors---black);
  font-size: var(--_font-details---font-size--h6-size);
  line-height: var(--_font-details---line-heights--h6-heights);
  font-weight: var(--_font-details---weights--heading);
  letter-spacing: var(--_font-details---letter-spacing--h6-spacing);
  margin-top: 10px;
  margin-bottom: 10px;
}

p {
  font-family: var(--_font-family---site-font);
  color: var(--_colors---dark-gray);
  font-size: var(--_font-details---font-size--body-size);
  line-height: var(--_font-details---line-heights--body-heights);
  font-weight: var(--_font-details---weights--body);
  margin-bottom: 10px;
}

a {
  color: var(--_colors---black);
  text-decoration: none;
}

ul {
  font-family: var(--_font-family---site-font);
  color: var(--_colors---dark-gray);
  font-size: var(--_font-details---font-size--body-size);
  line-height: var(--_font-details---line-heights--body-heights);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.875rem;
  font-weight: 400;
}

ol {
  font-family: var(--_font-family---site-font);
  color: var(--_colors---dark-gray);
  font-size: var(--_font-details---font-size--body-size);
  line-height: var(--_font-details---line-heights--body-heights);
  font-weight: var(--_font-details---weights--body);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
}

strong {
  color: var(--_colors---black);
  font-weight: var(--_font-details---weights--button);
}

blockquote {
  border-left: 5px solid var(--_colors---accent-blue);
  font-family: var(--_font-family---site-font);
  color: var(--_colors---dark-gray);
  font-size: var(--_font-details---font-size--body-size);
  line-height: var(--_font-details---line-heights--body-heights);
  font-weight: var(--_font-details---weights--body);
  margin-bottom: 10px;
  padding: 10px 20px;
}

.rt-heading-style-h1 {
  font-family: var(--_font-family---heading-font);
  color: var(--_colors---black);
  font-size: var(--_font-details---font-size--h1-size);
  line-height: var(--_font-details---line-heights--h1-heights);
  font-weight: var(--_font-details---weights--heading);
  letter-spacing: var(--_font-details---letter-spacing--h1-spacing);
}

.rt-heading-style-h1.rt-inherit {
  color: inherit;
}

.rt-heading-style-h2 {
  font-family: var(--_font-family---heading-font);
  color: var(--_colors---black);
  font-size: var(--_font-details---font-size--h2-size);
  line-height: var(--_font-details---line-heights--h2-heights);
  font-weight: var(--_font-details---weights--heading);
  letter-spacing: var(--_font-details---letter-spacing--h2-spacing);
}

.rt-heading-style-h2.rt-about-v2-heading {
  margin-top: -.375rem;
}

.rt-heading-style-h3 {
  font-family: var(--_font-family---heading-font);
  color: var(--_colors---black);
  font-size: var(--_font-details---font-size--h3-size);
  line-height: var(--_font-details---line-heights--h3-heights);
  font-weight: var(--_font-details---weights--heading);
  letter-spacing: var(--_font-details---letter-spacing--h3-spacing);
}

.rt-heading-style-h3.rt-footer-v1-heading {
  max-width: 11.4375rem;
}

.rt-heading-style-h3.rt-color-white.rt-company-v1-big-card-title {
  max-width: 23.75rem;
}

.rt-heading-style-h4 {
  font-family: var(--_font-family---heading-font);
  color: var(--_colors---black);
  font-size: var(--_font-details---font-size--h4-size);
  line-height: var(--_font-details---line-heights--h4-heights);
  font-weight: var(--_font-details---weights--heading);
  letter-spacing: var(--_font-details---letter-spacing--h4-spacing);
}

.rt-heading-style-h4.rt-business-v1-bottom-title {
  max-width: 18.875rem;
}

.rt-heading-style-h4.rt-blog-card-v3-name {
  flex: 1;
  max-width: 25.5rem;
}

.rt-heading-style-h4.rt-experience-card-title {
  max-width: 15.375rem;
}

.rt-heading-style-h4.rt-service-card-title {
  opacity: 0;
  max-width: 13.125rem;
  position: absolute;
}

.rt-heading-style-h5 {
  font-family: var(--_font-family---heading-font);
  color: var(--_colors---black);
  font-size: var(--_font-details---font-size--h4-size);
  line-height: var(--_font-details---line-heights--h4-heights);
  font-weight: var(--_font-details---weights--heading);
  letter-spacing: var(--_font-details---letter-spacing--h5-spacing);
}

.rt-heading-style-h5.rt-color-white.rt-blog-card-v4-name {
  margin-bottom: var(--element-gaps--tiny);
  max-width: 20.875rem;
}

.rt-heading-style-h5.rt-video-v1-title {
  max-width: 175px;
}

.rt-heading-style-h5.rt-client-v1-list-title {
  flex: 1;
  max-width: 7.0625rem;
}

.rt-heading-style-h5.rt-client-v1-list-company {
  flex: 1;
  max-width: 130px;
}

.rt-heading-style-h5.rt-client-v1-list-year {
  text-align: right;
  flex: 1;
  max-width: 130px;
}

.rt-heading-style-h5.rt-address {
  max-width: 16.125rem;
}

.rt-heading-style-h5.rt-contact-option-title {
  max-width: 9.3125rem;
}

.rt-heading-style-h5.rt-solutions-card-name {
  margin-bottom: var(--element-gaps--large);
  max-width: 12.6rem;
}

.rt-heading-style-h5.rt-about-v5-card-title {
  font-size: var(--_font-details---font-size--h4-size);
  line-height: var(--_font-details---line-heights--h4-heights);
  max-width: 13.625rem;
}

.rt-heading-style-h5.rt-about-v5-card-title-v2 {
  line-height: var(--_font-details---line-heights--h4-heights);
  max-width: 17.9rem;
}

.rt-heading-style-h6 {
  font-family: var(--_font-family---heading-font);
  color: var(--_colors---black);
  font-size: var(--_font-details---font-size--h6-size);
  line-height: var(--_font-details---line-heights--h6-heights);
  font-weight: var(--_font-details---weights--heading);
  letter-spacing: var(--_font-details---letter-spacing--h6-spacing);
}

.rt-heading-style-h6.rt-color-white {
  cursor: default;
}

.rt-heading-style-h6.rt-color-white.rt-about-v1-bottom-text {
  max-width: 232px;
}

.rt-tag-text {
  color: var(--_colors---black);
  font-size: var(--_font-details---font-size--tag-size);
  line-height: var(--_font-details---line-heights--tag-heights);
  font-weight: var(--_font-details---weights--button);
  letter-spacing: var(--_font-details---letter-spacing--tag-spacing);
  text-transform: uppercase;
}

.rt-tag-text.rt-color-lime-yellow {
  font-size: var(--_font-details---font-size--h2-size);
  line-height: var(--_font-details---line-heights--h2-heights);
}

.rt-tag-text.rt-small-cta-tag {
  background-color: var(--_colors---accent-blue);
  color: var(--_colors---light);
  border-radius: 6.25rem;
  padding: .3125rem .75rem;
}

.rt-tag-text.rt-color-green {
  font-size: var(--_font-details---font-size--h1-size);
  line-height: var(--_font-details---line-heights--h2-heights);
}

.rt-footer-v1 {
  background-color: var(--_colors---whitesmoke);
  padding-top: 0;
  display: block;
}

.rt-footer-v1:where(.w-variant-772d4f5f-2e89-2fb9-06ae-c4de042a190f) {
  background-color: var(--_colors---whitesmoke);
  padding-top: 4.1875rem;
}

.rt-container-large {
  max-width: var(--containers--container-large);
  padding-right: var(--section-gaps--gutter);
  padding-left: var(--section-gaps--gutter);
}

.rt-container-large.rt-container-relative {
  position: relative;
}

.rt-footer-v1-top {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border-bottom: 1px solid var(--_colors---border);
  justify-content: space-between;
  align-items: flex-start;
  max-width: 94.9375rem;
  padding-bottom: 1.875rem;
}

.rt-big-text-v1 {
  font-family: var(--_font-family---heading-font);
  color: var(--_colors---black);
  letter-spacing: clamp(-.1125rem, -10vw, -.375rem);
  font-size: clamp(3.75rem, 10vw, 12.5rem);
  font-weight: 500;
  line-height: 1;
}

.rt-small-dash {
  background-color: var(--_colors---border);
  width: 1.3125rem;
  height: .0625rem;
}

.rt-footer-social-top {
  grid-column-gap: .8125rem;
  grid-row-gap: .8125rem;
  justify-content: flex-start;
  align-items: center;
}

.rt-footer-v1-top-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding-top: .5rem;
}

.rt-footer-social-icons-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.rt-social-box {
  border: 1px solid var(--_colors---accent-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: background-color .35s;
  display: flex;
}

.rt-social-box:hover {
  background-color: var(--_colors---light);
}

.rt-footer-v1-middle {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.rt-footer-v1-left {
  grid-column-gap: 5.625rem;
  grid-row-gap: 5.625rem;
  flex: 1;
  max-width: 39.375rem;
}

.rt-footer-v1-form {
  width: 100%;
  margin-bottom: 0;
}

.rt-footer-v1-form-main {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-flow: column;
  display: flex;
}

.rt-footer-v1-form-wrap {
  position: relative;
}

.rt-input-v1 {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--_colors---border);
  font-size: var(--_font-details---font-size--body-size);
  background-color: #0000;
  width: 100%;
  height: 3.125rem;
  margin-bottom: 0;
  padding: 0 0 1.5625rem;
}

.rt-input-v1:focus {
  border-bottom-color: var(--_colors---black);
}

.rt-input-v1::placeholder {
  color: #0009;
  font-size: var(--_font-details---font-size--body-size);
}

.rt-input-v1.rt-gap-xs.rt-textarea {
  height: auto;
  min-height: 12.5rem;
}

.rt-input-v1.rt-textarea-v2 {
  height: 14.6875rem;
}

.rt-input-v1.rt-input-height-change {
  height: 4.1875rem;
  padding-bottom: 3rem;
}

.rt-input-v1.rt-textarea-v3 {
  height: 6.25rem;
}

.rt-form-button-wrap {
  border: 1px solid var(--_colors---accent-blue);
  background-color: var(--_colors---accent-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-footer-v1-submit {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -14% 0% auto auto;
}

.rt-form-submit {
  z-index: 3;
  opacity: 0;
  color: var(--_colors---black);
  background-color: #0000;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
}

.rt-hover-out {
  position: absolute;
}

.rt-footer-v1-links-box {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 300px;
}

.rt-footer-links {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  flex-flow: row;
}

.rt-footer-link-v1 {
  color: var(--_colors---dark-gray);
}

.rt-footer-link-v1:hover {
  color: var(--_colors---black);
}

.rt-footer-v1-right {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex: 1;
  max-width: 161px;
}

.rt-footer-v1-right-wraps {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.rt-footer-v1-bottom {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  border-top: 1px solid var(--_colors---border);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.rt-video-v1 {
  padding-top: var(--section-gaps--section-gap-large);
  display: none;
}

.rt-background-video-v1 {
  aspect-ratio: 2;
  border-radius: 1.25rem;
  width: 100%;
  height: auto;
}

.rt-container {
  max-width: var(--containers--container-large);
  padding-right: var(--section-gaps--gutter);
  padding-bottom: 0;
  padding-left: var(--section-gaps--gutter);
  overflow: visible;
}

.rt-container.rt-video-container {
  width: 100%;
  height: 100%;
}

.rt-container.rt-service-v1-container {
  z-index: 10;
  position: relative;
}

.rt-container.tablet_upwards-hidden {
  display: none;
}

.rt-container.rechtlich {
  padding-left: var(--section-gaps--section-gap-tiny);
}

.rt-video-main-wrapper {
  z-index: 3;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.rt-video-v1-overlay {
  z-index: 1;
  background-image: linear-gradient(180deg, #0000 37%, var(--_colors---black));
  position: absolute;
  inset: 0%;
}

.rt-video-v1-inner-box {
  height: 100%;
  position: relative;
}

.rt-video-v1-border-line {
  background-color: #fff0;
  width: .0625rem;
  height: 100%;
  position: relative;
}

.rt-video-v1-content {
  padding-bottom: var(--section-gaps--section-gap-large);
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  max-width: 33.75rem;
  margin-left: 0;
  position: absolute;
  inset: auto auto 0% 0%;
}

.rt-video-v1-button-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  position: relative;
}

.rt-play-pause-button {
  z-index: 4;
  background-color: #000000d1;
  border: 1px solid #fff9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5.75rem;
  height: 5.75rem;
  display: flex;
  position: relative;
  inset: 0;
}

.rt-play-pause-button.rt-video-transparent {
  -webkit-backdrop-filter: blur(1.25rem);
  backdrop-filter: blur(1.25rem);
  background-color: #0000001a;
}

.rt-color-white {
  color: var(--_colors---white);
}

.rt-ripple-box {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
}

.rt-ripple-line {
  border: 1px solid #fff3;
  border-radius: 100%;
  position: absolute;
  inset: 0%;
}

.rt-background-jungle-green {
  background-color: var(--_colors---accent-blue);
}

.rt-background-jungle-green.rt-top-radius {
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
  height: 130vh;
}

.rt-counter-v1 {
  padding-top: var(--section-gaps--section-gap-medium);
  padding-bottom: var(--section-gaps--section-gap-medium);
}

.rt-counter-v1-content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: center;
}

.rt-counter-v1-left {
  grid-column-gap: var(--element-gaps--extra-small);
  grid-row-gap: var(--element-gaps--extra-small);
  flex: 1;
  max-width: 574.18px;
}

.rt-gap-off {
  margin: 0;
}

.rt-gap-off.rt-color-white {
  color: var(--_colors---white);
  text-overflow: ellipsis;
}

.rt-gap-off.rt-color-white.rt-team-v1-title {
  text-align: center;
  max-width: 36.875rem;
}

.rt-gap-off.rt-color-white.rt-hero-v2-paragraph {
  max-width: 28.375rem;
}

.rt-gap-off.rt-color-white.rt-insights-description {
  max-width: 35.375rem;
}

.rt-gap-off.rt-color-white.rt-solutions-v2-title {
  text-align: center;
  max-width: 50rem;
}

.rt-gap-off.rt-color-white.rt-blog-v4-title {
  text-align: center;
  max-width: 32.25rem;
}

.rt-gap-off.rt-color-white.rt-about-v6-title {
  max-width: 49.125rem;
}

.rt-gap-off.rt-color-white.rt-information-description {
  max-width: 43.1rem;
}

.rt-gap-off.rt-counter-cards-v1-text {
  color: var(--_colors---white);
  max-width: 19.5625rem;
}

.rt-gap-off.rt-service-v1-title {
  text-align: center;
  max-width: 45.5rem;
}

.rt-gap-off.rt-company-v1-title {
  max-width: 39.375rem;
}

.rt-gap-off.rt-gap-xs.rt-contact-form-v1-title {
  max-width: 21.25rem;
}

.rt-gap-off.rt-slides-bottom {
  pointer-events: auto;
  max-width: 28.125rem;
}

.rt-gap-off.rt-service-v2-top-title {
  flex: 1;
  max-width: 52rem;
}

.rt-gap-off.rt-text-center {
  text-align: center;
}

.rt-gap-off.rt-text-center.rt-business-v1-title {
  max-width: 45.125rem;
}

.rt-gap-off.rt-text-center.rt-service-v9-title {
  max-width: 39.375rem;
}

.rt-gap-off.rt-solutions-description {
  max-width: none;
}

.rt-gap-off.rt-solutions-title {
  max-width: 39.375rem;
}

.rt-gap-off.rt-service-v3-card-paragraph {
  max-width: 26.875rem;
}

.rt-gap-off.rt-faq-answer {
  max-width: 39.375rem;
}

.rt-gap-off.rt-blog-posts-heading {
  max-width: 21.25rem;
}

.rt-gap-off.rt-marketing-title {
  text-align: center;
  max-width: 41.0625rem;
}

.rt-gap-off.rt-service-v4-title {
  max-width: 40.3125rem;
}

.rt-gap-off.rt-strategies-v1-title {
  text-align: center;
  max-width: 48.4rem;
}

.rt-gap-off.rt-solutions-v3-title {
  text-align: center;
  max-width: 39.375rem;
}

.rt-gap-off.rt-strategies-v3-title {
  text-align: center;
  max-width: 36.5rem;
}

.rt-gap-off.rt-strategies-v3-card-heading {
  max-width: 20rem;
}

.rt-gap-off.rt-pricing-v2-title {
  text-align: center;
  max-width: 39.375rem;
}

.rt-gap-off.rt-pricing-v2-description {
  max-width: 15.625rem;
}

.rt-gap-off.rt-pricing-v1-title {
  max-width: 28.125rem;
}

.rt-gap-off.rt-about-v8-title {
  flex: 1;
  max-width: 46.25rem;
}

.rt-gap-off.rt-service-v8-title {
  text-align: center;
  max-width: 31.875rem;
}

.rt-gap-off.rt-about-v6-title {
  max-width: 49.125rem;
}

.rt-gap-off.rt-experience-v1-title {
  text-align: center;
  max-width: 42.1875rem;
}

.rt-gap-off.rt-solutions-v7-title {
  font-size: var(--_font-details---font-size--h2-size);
  line-height: var(--_font-details---line-heights--h2-heights);
  text-align: center;
  max-width: 60rem;
}

.rt-gap-off.rt-service-faq-heading {
  max-width: 49.5rem;
}

.rt-gap-off.rt-form-showcase {
  width: 100%;
}

.rt-gap-off.rt-gap-tiny.rt-spcial-card-title {
  max-width: 18.125rem;
}

.rt-gap-off.rt-overview-features-title {
  margin-bottom: var(--element-gaps--large);
  text-align: center;
  max-width: 41.25rem;
}

.rt-gap-off.rt-feature-descripiton {
  max-width: 12.6rem;
}

.rt-gap-off.rt-team-v1-title {
  text-align: center;
  max-width: 36.875rem;
}

.rt-gap-off.rt-about-v10-title {
  color: #fff;
  flex: 1;
  max-width: 39.375rem;
}

.rt-gap-off.rt-checkbox {
  border: 1px solid #0b071f;
  border-radius: .3125rem;
  width: 1.375rem;
  height: 1.375rem;
  margin-right: 1.25rem;
}

.rt-gap-off.rt-checkbox.w--redirected-checked {
  background-color: #0b071f;
  background-image: url('../images/Checked-yellow-line-icon.svg');
  background-position: 50%;
  background-size: auto;
  box-shadow: 0 2px 5px #0a0a0a00;
}

.rt-gap-off.rt-color-white-copy {
  color: var(--_colors---black);
}

.rt-gap-off.rt-color-white-copy.rt-team-v1-title {
  text-align: center;
  max-width: 36.875rem;
}

.rt-gap-off.rt-color-white-copy.rt-hero-v2-paragraph {
  max-width: 28.375rem;
}

.rt-gap-off.rt-color-white-copy.rt-insights-description {
  max-width: 35.375rem;
}

.rt-gap-off.rt-color-white-copy.rt-solutions-v2-title {
  text-align: center;
  max-width: 50rem;
}

.rt-gap-off.rt-color-white-copy.rt-blog-v4-title {
  text-align: center;
  max-width: 32.25rem;
}

.rt-gap-off.rt-color-white-copy.rt-about-v6-title {
  max-width: 49.125rem;
}

.rt-gap-off.rt-color-white-copy.rt-information-description {
  max-width: 43.1rem;
}

.rt-gap-off.h2-card {
  font-size: var(--_font-details---font-size--h2-size);
  line-height: var(--_font-details---line-heights--h2-heights);
}

.rt-counter-v1-right {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 1;
  max-width: 326px;
}

.rt-counter-box-v1 {
  justify-content: flex-end;
  align-items: flex-start;
  height: clamp(2.5rem, 9vw, 8.125rem);
  overflow: hidden;
}

.rt-counter-train-wrap, .rt-counter-train {
  justify-content: flex-start;
  align-items: flex-end;
}

.rt-big-text-v2 {
  font-family: var(--_font-family---heading-font);
  color: var(--_colors---black);
  font-size: clamp(2.5rem, 9vw, 8.125rem);
  font-weight: 600;
  line-height: 1;
}

.rt-big-text-v2.rt-color-white {
  color: var(--_colors---white);
}

.rt-big-text-v2.rt-color-white.rt-video-text {
  z-index: 3;
  position: absolute;
  inset: auto 1.875rem 1.875rem auto;
}

.rt-big-text-v2.rt-counter-text-v3 {
  font-weight: 500;
}

.rt-counter-cards-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #fff3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.rt-counter-cards {
  border-right: 1px solid #fff3;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 43.75rem;
  padding: 2.1875rem 3.125rem;
  position: relative;
}

.rt-counter-cards.rt-border-off {
  border-right-style: none;
}

.rt-counter-cards-slide {
  grid-column-gap: var(--_animation-units---home-one--counter-card-1);
  grid-row-gap: var(--_animation-units---home-one--counter-card-1);
  border-top: 11px solid var(--_colors---light);
  background-color: #f8fa8d26;
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
  padding: 2.1875rem;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-counter-cards-slide.rt-box-2 {
  grid-column-gap: var(--_animation-units---home-one--counter-card-2);
  grid-row-gap: var(--_animation-units---home-one--counter-card-2);
  background-color: #f8fa8d14;
}

.rt-counter-cards-slide.rt-box-3 {
  grid-column-gap: var(--_animation-units---home-one--counter-card-3);
  grid-row-gap: var(--_animation-units---home-one--counter-card-3);
  background-color: #f8fa8d1a;
  background-image: url('../images/Home-counter-card-background-lines.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150% 32rem;
}

.rt-counter-cards-slide.rt-box-4 {
  grid-column-gap: var(--_animation-units---home-one--counter-card-4);
  grid-row-gap: var(--_animation-units---home-one--counter-card-4);
  background-color: #f8fa8d14;
}

.rt-counter-cards-v1-top {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.rt-counter-box-h2 {
  justify-content: flex-end;
  align-items: flex-start;
  height: 2.8125rem;
  padding-right: .3125rem;
  overflow: hidden;
}

.rt-circle-plus-icon {
  background-color: var(--_colors---whitesmoke);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  padding-top: 1px;
  padding-left: 1px;
}

.rt-circle-plus-icon.rt-hero-v1-icon {
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.rt-circle-plus-icon.rt-icon-background-green {
  background-color: var(--_colors---accent-blue);
  flex: none;
  position: relative;
}

.rt-circle-plus-icon.rt-icon-background-green.rt-faq-plus {
  padding-top: 0;
  padding-left: 0;
}

.rt-about-v1 {
  padding-top: var(--section-gaps--section-gap-medium);
}

.rt-about-v1-top-content {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 76.625rem;
}

.rt-about-v1-top-left {
  grid-column-gap: 5.9375rem;
  grid-row-gap: 5.9375rem;
  flex: 1;
  max-width: 32.5rem;
  margin-top: .3125rem;
}

.rt-color-lime-yellow {
  color: var(--_colors---light);
}

.rt-about-v1-left-image-wrap {
  min-height: 36.3125rem;
}

.rt-about-v1-left-image-wrap.rt-overflow-hidden.rt-radius-medium {
  border-radius: 0;
}

.rt-radius-medium {
  border-radius: 1.25rem;
}

.rt-about-v1-top-right {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex: 1;
  max-width: 33.75rem;
  padding-top: 4px;
}

.rt-button {
  background-color: var(--_colors---light);
  color: var(--_colors---black);
  font-weight: var(--_font-details---weights--button);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: .8125rem 1.625rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-button:where(.w-variant-7d43b7e0-6c5b-bb40-36af-29e1a41b2240) {
  background-color: var(--_colors---accent-blue);
  color: var(--_colors---white);
}

.rt-button:hover {
  color: var(--_colors---black);
}

.rt-button:hover:where(.w-variant-7d43b7e0-6c5b-bb40-36af-29e1a41b2240) {
  color: var(--_colors---white);
}

.rt-button.rt-button-green {
  background-color: var(--_colors---accent-blue);
  color: var(--_colors---light);
}

.rt-button.rt-button-overlay:where(.w-variant-7d43b7e0-6c5b-bb40-36af-29e1a41b2240) {
  background-color: var(--_colors---light);
}

.rt-gap-xs {
  margin-bottom: var(--element-gaps--extra-small);
}

.rt-gap-md {
  margin-bottom: var(--element-gaps--large);
}

.rt-about-v1-bottom-content {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  justify-content: space-between;
  align-items: center;
  margin-top: -17.5rem;
  margin-bottom: 0;
}

.rt-about-v1-bottom-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  max-width: 39.375rem;
}

.rt-about-v1-bottom-right {
  flex: 1;
  max-width: 32.8125rem;
  min-height: 32.8438rem;
  position: relative;
}

.rt-about-v1-bottom-right.rt-radius-medium.rt-overflow-hidden {
  max-width: 40rem;
  overflow: hidden;
}

.rt-button-arrow {
  width: 14px;
}

.rt-button-inner-content {
  z-index: 2;
  grid-column-gap: .8125rem;
  grid-row-gap: .8125rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-button-overlay {
  background-color: var(--_colors---white);
  width: 0%;
  height: 25rem;
  position: absolute;
  transform: rotate(37deg);
}

.rt-button-overlay.rt-button-overlay-v2 {
  background-color: var(--_colors---white);
}

.rt-button-overlay.rt-button-overlay-v2:where(.w-variant-7d43b7e0-6c5b-bb40-36af-29e1a41b2240) {
  background-color: var(--_colors---dark-gray);
  color: var(--_colors---black);
}

.rt-button-overlay.rt-button-overlay-v2.rt-full-width-overlay {
  height: 25rem;
}

.rt-about-v1-bottom-image-content {
  z-index: 2;
  background-image: linear-gradient(180deg, #0000 24%, var(--_colors---black) 96%);
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 2.8125rem;
  padding-left: 3.4375rem;
  padding-right: 3.4375rem;
  position: absolute;
  inset: 0%;
}

.rt-about-v1-bottom-image-text {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: flex-start;
  align-items: center;
}

.rt-lightbox-play {
  border: 1px solid var(--_colors---white);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4.5625rem;
  height: 4.5625rem;
  padding-left: 2px;
  display: flex;
}

.rt-text-underline {
  text-underline-offset: 3px;
  text-decoration: underline;
}

.rt-about-v1-bottom-left-links {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 1.5625rem;
  display: flex;
}

.rt-service-v1 {
  padding-top: var(--section-gaps--section-gap-medium);
  padding-bottom: var(--section-gaps--section-gap-large);
  display: none;
  position: relative;
}

.rt-service-v1-content {
  grid-column-gap: var(--element-gaps--extra-large);
  grid-row-gap: var(--element-gaps--extra-large);
  justify-content: flex-start;
  align-items: center;
}

.rt-service-v1-cards-main {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.rt-service-v1-card {
  background-color: var(--_colors---white);
  border-radius: 1.875rem;
  justify-content: center;
  align-items: flex-end;
  padding: 17.9rem 2.8125rem 3.125rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-service-v1-card-text {
  z-index: 5;
  grid-column-gap: var(--element-gaps--tiny);
  grid-row-gap: var(--element-gaps--tiny);
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  max-width: 19.5625rem;
  position: relative;
}

.rt-service-card-wrapper {
  position: absolute;
  inset: 0%;
  -webkit-mask-position: 50% 25%;
  mask-position: 50% 25%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.rt-service-card-wrapper.rt-service-mask-v1 {
  -webkit-mask-image: url('../images/');
  mask-image: url('../images/');
  -webkit-mask-size: var(--_animation-units---home-one--service-card-shape-one);
  mask-size: var(--_animation-units---home-one--service-card-shape-one);
}

.rt-service-card-wrapper.rt-service-mask-v2 {
  -webkit-mask-image: url('../images/');
  mask-image: url('../images/');
  -webkit-mask-size: var(--_animation-units---home-one--service-card-shape-two);
  mask-size: var(--_animation-units---home-one--service-card-shape-two);
}

.rt-service-card-wrapper.rt-service-mask-v3 {
  -webkit-mask-image: url('../images/');
  mask-image: url('../images/');
  -webkit-mask-size: var(--_animation-units---home-one--service-card-shape-three);
  mask-size: var(--_animation-units---home-one--service-card-shape-three);
}

.rt-service-v1-card-image {
  width: 100%;
  height: 100%;
}

.rt-service-v1-card-overlay {
  z-index: 1;
  background-image: linear-gradient(180deg, #0000 45%, var(--_colors---black));
  position: absolute;
  inset: 0%;
}

.rt-service-v1-bottom {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  background-color: #36503f1a;
  border-radius: 6.25rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .4rem 1.875rem .4rem .625rem;
  display: flex;
}

.rt-color-black {
  color: var(--_colors---black);
}

.rt-clients-v1 {
  padding-top: var(--section-gaps--section-gap-medium);
  background-image: url('../images/Yellow-drawing-line.svg');
  background-position: 93% 12%;
  background-repeat: no-repeat;
  background-size: auto;
}

.rt-background-glow {
  background-image: url('../images/Home-service-v1-background-noise.svg'), radial-gradient(circle farthest-corner at 50% 71%, var(--_colors---light), #f8fa8d00 35%);
  background-position: 50% 81%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 900px, auto;
}

.rt-background-glow.rt-glow-home-two {
  background-image: url('../images/Home-service-v1-background-noise.svg'), radial-gradient(circle farthest-corner at 50% 45%, var(--_colors---light), #f8fa8d00 35%);
  background-position: 50% 45%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 900px, auto;
}

.rt-background-glow.rt-glow-contact-two {
  background-image: url('../images/Home-service-v1-background-noise.svg'), radial-gradient(circle farthest-corner at 50% 60%, var(--_colors---light), #f8fa8d00 35%);
  background-position: 50% 60%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 900px, auto;
}

.rt-background-glow.rt-glow-about-one {
  background-image: url('../images/Home-service-v1-background-noise.svg'), radial-gradient(circle farthest-corner at 50% 54%, var(--_colors---light), #f8fa8d00 35%);
  background-position: 50% 54%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 900px, auto;
}

.rt-background-glow.rt-service-two-glow {
  background-image: url('../images/Home-service-v1-background-noise.svg'), radial-gradient(circle farthest-corner at 50% 36%, var(--_colors---light), #f8fa8d00 35%);
  background-position: 50% 36%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 900px, auto;
}

.rt-video-v1-top {
  z-index: 1;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: var(--_colors---white);
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 28.75rem;
  padding: 1.875rem 2.5rem;
  display: flex;
  position: absolute;
  inset: auto 1rem 1rem auto;
}

.rt-video-v1-top-content {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.rt-circle-button-v1 {
  background-color: var(--_colors---accent-blue);
  border-radius: 100%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 3.4375rem;
  height: 3.4375rem;
  transition: background-color .35s;
  display: flex;
  overflow: hidden;
}

.rt-circle-button-v1:hover {
  background-color: var(--_colors---light);
}

.rt-star-icon-v1 {
  margin-top: .5rem;
}

.rt-clients-v1-content {
  align-items: stretch;
  padding-top: 1.25rem;
}

.rt-clients-v1-list-items {
  position: relative;
}

.rt-clients-v1-list-main {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
}

.rt-clients-v1-top-border-wrap {
  position: absolute;
  inset: 0% 0% auto;
}

.rt-clients-v1-border {
  background-color: var(--_colors---border);
  max-width: 80.625rem;
  height: .0625rem;
  margin-left: auto;
  margin-right: auto;
}

.rt-clients-v1-hover-border-wrap {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-clients-v1-hover-border-small {
  background-color: var(--_colors---border);
  width: 100%;
  max-width: 80.625rem;
  height: .0625rem;
}

.rt-clients-v1-hvoer-border-fill {
  z-index: 2;
  background-color: var(--_colors---black);
  width: 100%;
  height: .0625rem;
  position: absolute;
}

.rt-company-v1-content {
  grid-column-gap: var(--element-gaps--extra-large);
  grid-row-gap: var(--element-gaps--extra-large);
}

.rt-company-v1-cards-wrap {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  width: 100%;
  padding: 0;
}

.rt-company-card-v1-big-card {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.rt-company-v1-big-card-content {
  z-index: 1;
  grid-column-gap: var(--element-gaps--small);
  grid-row-gap: var(--element-gaps--small);
  background-image: linear-gradient(357deg, #000000f0, #000000b0 32%, #0000 62%);
  justify-content: flex-end;
  align-items: flex-start;
  padding: 3.125rem;
  position: absolute;
  inset: 0%;
}

.rt-company-v1-card-icon {
  background-color: var(--_colors---light);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
}

.rt-company-v1-card-icon.rt-card-icon-v2 {
  background-color: var(--_colors---light);
  flex: none;
}

.rt-company-v1-card-icon.rt-card-icon-v3 {
  background-color: var(--_colors---light);
  background-color: #f8fa8d;
  border-radius: .5rem;
  flex: none;
  width: 2.375rem;
  height: 2.375rem;
}

.rt-company-card-v2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--_colors---white);
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
}

.rt-company-card-v2-top {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 22.8525rem;
}

.rt-company-card-v2-graph-wrap {
  aspect-ratio: 440 / 204;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  position: relative;
}

.rt-company-card-v2-graph-wrap.rt-about-v10-graph {
  aspect-ratio: 261 / 167;
  margin-top: -1rem;
}

.rt-bottom-graph {
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.rt-graph-line-image {
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

.rt-company-card-v3 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  background-color: var(--_colors---white);
  border-radius: 1.25rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2.3rem 2.1875rem;
}

.rt-company-card-v3-left {
  grid-column-gap: 2.8125rem;
  grid-row-gap: 2.8125rem;
}

.rt-company-card-v3-right {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  max-width: 2.6875rem;
}

.rt-company-small-images {
  box-sizing: content-box;
  border: .25rem solid var(--_colors---white);
  border-radius: 100%;
}

.rt-company-small-images.rt-small-image-overlap {
  margin-top: -1.4rem;
}

.rt-image-full-height-width {
  width: 100%;
  max-width: none;
  height: 100%;
}

.rt-icon-size {
  width: 37px;
}

.rt-about-v2 {
  padding-top: var(--section-gaps--section-gap-tiny);
  padding-bottom: var(--section-gaps--section-gap-tiny);
}

.rt-about-v2-top {
  margin-bottom: var(--element-gaps--xxl);
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: flex-start;
}

.rt-color-green {
  color: var(--_colors---accent-blue);
}

.rt-color-green.rt-weight-500.rt-hover-color-change {
  transition: color .35s;
}

.rt-color-green.rt-weight-500.rt-hover-color-change:hover {
  color: var(--_colors---black);
}

.rt-about-v2-top-right {
  border-left: .0625rem solid var(--_colors---border);
  flex: 1;
  max-width: 50.9375rem;
  margin-top: .3125rem;
  padding-left: 5.875rem;
}

.rt-about-v2-cards-wrap {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.rt-about-v2-cards {
  background-color: var(--_colors---white);
  color: var(--_colors---dark-gray);
  border-bottom-width: .1875rem;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3.125rem 2.5rem;
  transition: background-color .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-about-v2-cards:hover {
  border-bottom-color: var(--_colors---accent-blue);
  background-color: var(--_colors---light);
}

.rt-about-card-v2-content {
  grid-column-gap: var(--element-gaps--tiny);
  grid-row-gap: var(--element-gaps--tiny);
  max-width: 30rem;
  margin-bottom: 3.125rem;
}

.rt-about-v2-card-icon {
  width: auto;
  height: 3.6875rem;
  margin-bottom: 3rem;
}

.rt-about-card-v2-arrow-box {
  background-color: var(--_colors---accent-blue);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
}

.rt-hero-v1 {
  background-color: var(--_colors---black);
  padding-bottom: 10rem;
  display: none;
  position: relative;
  overflow: hidden;
}

.rt-utility-page-wrap {
  padding-right: var(--section-gaps--gutter);
  padding-left: var(--section-gaps--gutter);
  background-color: var(--_colors---accent-blue);
  background-image: url('../images/Yellow-color-line-icon.svg');
  background-position: 13% 75%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.rt-utility-page-content {
  text-align: center;
  flex-direction: column;
  flex: 1;
  max-width: 43.25rem;
  display: flex;
}

.rt-utility-page-content.rt-utility-404 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
}

.rt-utility-page-form {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  background-color: var(--_colors---white);
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3.125rem 4.6875rem;
  display: flex;
  box-shadow: 0 6.6875rem 12.5rem #00000040;
}

.rt-password-icon {
  background-color: var(--_colors---light);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
}

.rt-display-off {
  display: none;
}

.rt-form-button-wrapper {
  width: 100%;
  position: relative;
}

.rt-form-submit-button {
  z-index: 5;
  background-color: var(--_colors---accent-blue);
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.rt-hero-v1-slider {
  pointer-events: none;
  background-color: #0000;
  height: auto;
  position: relative;
}

.rt-slides-content {
  padding-top: 15rem;
  position: relative;
}

.rt-slides-main {
  grid-column-gap: 15.625rem;
  grid-row-gap: 15.625rem;
  padding-bottom: 8.75rem;
}

.rt-slides-top {
  grid-column-gap: var(--element-gaps--medium);
  grid-row-gap: var(--element-gaps--medium);
  pointer-events: auto;
  width: 100%;
  max-width: 34.5625rem;
}

.rt-slider-arrow-button {
  pointer-events: auto;
  background-color: #ffffff1a;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  transition: background-color .3s;
  display: flex;
  inset: auto auto 0% 0%;
}

.rt-slider-arrow-button:hover {
  background-color: var(--_colors---light);
}

.rt-slider-arrow-button.rt-button-slider-next {
  margin-left: 4.75rem;
}

.rt-slider-arrow {
  filter: invert();
}

.rt-slider-arrow.rt-slider-arrow-rotate {
  transform: rotate(180deg);
}

.rt-hero-v1-content {
  z-index: 5;
  position: relative;
}

.rt-hero-v1-background {
  pointer-events: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.rt-slides-right-card {
  top: auto;
  left: auto;
  right: var(--section-gaps--gutter);
  z-index: 5;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  -webkit-backdrop-filter: blur(5rem);
  backdrop-filter: blur(5rem);
  background-color: #d5d5d51a;
  border: 1px solid #ffffff80;
  border-radius: .9375rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 47rem;
  padding: 1rem 3.75rem 1rem 1rem;
  display: none;
  position: absolute;
  bottom: 0%;
}

.rt-slides-right-images {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: .625rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 22rem;
  position: relative;
  overflow: hidden;
}

.rt-slides-right-text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.rt-slides-right-text.rt-hero-text-two {
  opacity: 0;
  position: absolute;
}

.rt-slides-right-text-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.rt-hero-v1-background-one {
  z-index: 1;
  background-image: url('../images/1109-01.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.rt-hero-v1-background-two {
  z-index: 2;
  opacity: 0;
  background-image: url('../images/AdobeStock_635810245_Preview.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rt-hero-v1-overaly {
  z-index: 3;
  background-image: linear-gradient(#000000d9, #0000 25%), linear-gradient(#0000 50%, #000000d6), linear-gradient(90deg, #0000009c, #0000 58%);
  position: absolute;
  inset: 0%;
}

.rt-hero-v1-right-card {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 17.625rem;
  position: relative;
}

.rt-hero-v1-small-image-two {
  opacity: 0;
  position: absolute;
}

.rt-navbar {
  z-index: 100;
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080);
  height: 11vh;
  position: sticky;
  inset: 0% 0% auto;
}

.rt-navbar-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 14rem 1fr 14rem;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: grid;
}

.rt-padding-off {
  padding: 0;
}

.rt-dropdown {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: var(--_colors---white);
  justify-content: center;
  align-items: center;
  padding: 1.875rem 1.25rem;
  font-weight: 600;
  display: flex;
}

.rt-dropdown:hover, .rt-dropdown.w--current {
  color: var(--_colors---light);
}

.rt-dropdown-list {
  border-bottom: .1875rem solid var(--_colors---accent-blue);
  background-color: var(--_colors---white);
  border-radius: .625rem;
  padding-top: .625rem;
  padding-bottom: .625rem;
  overflow: hidden;
}

.rt-dropdown-links {
  color: var(--_colors---black);
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: 0 3rem 0 1rem;
  font-size: .875rem;
  font-weight: 600;
  transition: transform .3s, color .3s;
}

.rt-dropdown-links:hover {
  color: var(--_colors---accent-blue);
  transform: translate(.3125rem);
}

.rt-dropdown-links.w--current {
  color: var(--_colors---black);
}

.rt-nav-menu {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-dropdown-icon {
  margin-top: 1px;
}

.rt-nav-dropdown {
  margin: 0;
}

.rt-overflow-hidden {
  overflow: hidden;
}

.rt-overflow-hidden.rt-description-box {
  height: 4.8rem;
}

.rt-overflow-hidden.rt-radius-10 {
  border-radius: .625rem;
}

.rt-404-text {
  color: var(--_colors---white);
  font-smooth: always;
  font-size: clamp(10rem, 18vw, 15.625rem);
  font-weight: 500;
  line-height: .8;
}

.rt-404-content {
  grid-column-gap: var(--element-gaps--tiny);
  grid-row-gap: var(--element-gaps--tiny);
  justify-content: center;
  align-items: center;
}

.rt-curved-gap {
  z-index: 10;
  background-color: var(--_colors---whitesmoke);
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
  height: 3.125rem;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-curved-gap.rt-curved-v2 {
  background-color: var(--_colors---white);
  position: static;
}

.rt-curved-gap.rt-curved-v2.whitesmoke {
  background-color: var(--_colors---whitesmoke);
}

.rt-curved-gap.rt-curve-color-green {
  background-color: var(--_colors---accent-blue);
}

.rt-team-v1 {
  padding-top: var(--section-gaps--section-gap-medium);
  padding-bottom: var(--section-gaps--section-gap-large);
  background-color: var(--_colors---accent-blue);
}

.rt-team-content {
  grid-column-gap: var(--element-gaps--extra-large);
  grid-row-gap: var(--element-gaps--extra-large);
  justify-content: flex-start;
  align-items: center;
}

.rt-team-list-wrapper {
  width: 100%;
}

.rt-team-list {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-team-card {
  position: relative;
}

.rt-team-card-information {
  z-index: 2;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  background-color: var(--_colors---accent-blue);
  border-radius: 0 1.25rem 0;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 19.375rem;
  padding: 1.5625rem 1.5625rem 1.5625rem 2.1875rem;
  position: absolute;
  inset: auto auto -.0625rem -.0625rem;
}

.rt-team-card-member-name {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex: 1;
  max-width: 12.5rem;
}

.rt-team-card-arrow {
  justify-content: center;
  align-items: center;
  margin-top: 7px;
  position: relative;
}

.rt-partners-v1 {
  padding-top: 5rem;
}

.rt-partners-v1-content {
  background-color: #26382c;
  border-radius: 2.5rem;
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
  position: relative;
  overflow: hidden;
}

.rt-partners-v1-top {
  margin-bottom: var(--element-gaps--large);
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.rt-partners-v1-top-left {
  grid-column-gap: var(--element-gaps--tiny);
  grid-row-gap: var(--element-gaps--tiny);
  flex: 1;
  max-width: 22.6875rem;
}

.rt-absolute-border {
  background-color: var(--_colors---light);
  height: .3125rem;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-absolute-border.rt-small-border {
  background-color: var(--_colors---accent-blue);
  height: .1875rem;
}

.rt-partners-v1-top-right {
  grid-column-gap: var(--element-gaps--tiny);
  grid-row-gap: var(--element-gaps--tiny);
  flex: 1;
  max-width: 32.25rem;
}

.rt-button-v2 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: var(--_colors---white);
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.rt-button-v2:where(.w-variant-98d9a035-33b4-5e81-15a1-286900045ec0) {
  color: var(--_colors---black);
}

.rt-button-v2:where(.w-variant-4eca1955-4f34-2cc5-a6c2-30846eb3ea7f) {
  color: var(--_colors---accent-blue);
}

.rt-button-v2:where(.w-variant-2c8be09b-adcc-77a0-95ba-3266cd55e320) {
  color: var(--_colors---light);
}

.rt-button-v2-content {
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.rt-button-v2-underline-wrap {
  background-color: #fff3;
  justify-content: flex-start;
  align-items: center;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-button-v2-underline-wrap:where(.w-variant-98d9a035-33b4-5e81-15a1-286900045ec0) {
  background-color: var(--_colors---border);
}

.rt-button-v2-underline-wrap:where(.w-variant-4eca1955-4f34-2cc5-a6c2-30846eb3ea7f) {
  background-color: #36503f4d;
}

.rt-button-underline-fill {
  background-color: var(--_colors---light);
  width: 100%;
  height: 100%;
}

.rt-button-underline-fill:where(.w-variant-98d9a035-33b4-5e81-15a1-286900045ec0) {
  background-color: var(--_colors---black);
}

.rt-button-underline-fill:where(.w-variant-4eca1955-4f34-2cc5-a6c2-30846eb3ea7f) {
  background-color: var(--_colors---accent-blue);
}

.rt-partners-v1-bottom {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 53.125rem;
  margin-left: auto;
}

.rt-partners-logo-cell {
  border-bottom: .0625rem solid #fff3;
  justify-content: center;
  align-items: center;
  padding: 2.75rem .9375rem;
}

.rt-partners-logo-cell.rt-bottom-cell {
  border-bottom-style: none;
  padding-bottom: 0;
}

.rt-partners-logo {
  opacity: .3;
}

.rt-partners-v1-arrow {
  display: none;
  position: absolute;
  inset: auto auto -137% 16%;
}

.rt-video-v2 {
  min-height: 400vh;
}

.rt-video-v2-content {
  min-height: 100vh;
  position: sticky;
  top: 0;
}

.rt-video-v2-background {
  width: 100%;
  height: 100vh;
}

.rt-video-overlay-boxes {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.rt-vide-v2-inner-box-1 {
  border: 1px solid #ffffff38;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 22vw;
  height: 22vw;
  position: relative;
}

.rt-play-pause-button-v2 {
  z-index: 4;
  -webkit-backdrop-filter: blur(1.25rem);
  backdrop-filter: blur(1.25rem);
  background-color: #0000001a;
  border: 1px solid #fff9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5.75rem;
  height: 5.75rem;
  display: flex;
  position: relative;
  inset: 0;
}

.rt-video-boxes-overlay-2 {
  border-style: solid;
  border-width: var(--_animation-units---home-two--video-border-one);
  border-color: #0003;
  border-radius: 100%;
}

.rt-video-boxes-overlay-3 {
  border-style: solid;
  border-width: var(--_animation-units---home-two--video-border-two);
  border-color: #00000059;
  border-radius: 100%;
}

.rt-video-boxes-overlay-4 {
  border-style: solid;
  border-width: var(--_animation-units---home-two--video-border-three);
  border-color: #00000059;
  border-radius: 100%;
}

.rt-service-v2 {
  padding-top: var(--section-gaps--section-gap-medium);
  padding-bottom: var(--section-gaps--section-gap-large);
}

.rt-video-v2-text {
  color: var(--_colors---light);
  font-size: clamp(3.75rem, 8vw, 12.5rem);
  font-weight: 500;
  line-height: .9;
  position: absolute;
  left: 100%;
}

.rt-video-v2-text.rt-video-v2-text-two {
  left: auto;
  right: 100%;
}

.rt-service-v2-content {
  grid-column-gap: var(--element-gaps--extra-large);
  grid-row-gap: var(--element-gaps--extra-large);
}

.rt-service-v2-top {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 76.25rem;
}

.rt-service-v2-bottom {
  grid-column-gap: 3.4375rem;
  grid-row-gap: 3.4375rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.rt-services-v2-list {
  flex: 1;
  align-items: stretch;
  max-width: 53.125rem;
}

.rt-services-v2-list-item {
  grid-column-gap: 3.4375rem;
  grid-row-gap: 3.4375rem;
  border-top: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.rt-services-v2-list-item.rt-services-v2-middle-item {
  border-top-style: none;
  border-bottom-style: none;
}

.rt-service-v2-item-left {
  grid-column-gap: 3.4375rem;
  grid-row-gap: 3.4375rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 21rem;
}

.rt-service-v2-item-right {
  grid-column-gap: var(--element-gaps--tiny);
  grid-row-gap: var(--element-gaps--tiny);
  flex: 1;
  max-width: 17.3125rem;
}

.rt-service-v2-list-image {
  border-radius: 1.25rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 20.625rem;
  position: relative;
  overflow: hidden;
}

.rt-service-v2-image-two, .rt-service-v2-image-three {
  position: absolute;
}

.rt-service-v2-icons {
  width: 2.6875rem;
  height: auto;
}

.rt-business-v1 {
  padding-top: var(--section-gaps--section-gap-medium);
}

.rt-business-v1-content {
  grid-column-gap: var(--element-gaps--extra-large);
  grid-row-gap: var(--element-gaps--extra-large);
  justify-content: flex-start;
  align-items: center;
}

.rt-business-v1-cards-wrap {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-columns: 1.45fr 1fr;
  width: 100%;
}

.rt-business-v1-card-v1 {
  background-color: var(--_colors---white);
  border-radius: 1.25rem;
  justify-content: flex-start;
  align-items: stretch;
  padding: 3.75rem 2rem;
}

.rt-business-v1-card-inside {
  grid-column-gap: 6.75rem;
  grid-row-gap: 6.75rem;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 23.9375rem;
  height: 100%;
}

.rt-business-v1-card-number {
  background-color: #36503f1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4.625rem;
  height: 4.625rem;
}

.rt-business-v1-card-top {
  grid-column-gap: var(--element-gaps--large);
  grid-row-gap: var(--element-gaps--large);
  max-width: 19.1rem;
}

.rt-business-v1-card-v2 {
  grid-column-gap: 6.75rem;
  grid-row-gap: 6.75rem;
  background-color: var(--_colors---light);
  border-radius: 1.25rem;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3.75rem 2rem;
}

.rt-business-cards-points {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
}

.rt-business-cards-point {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
}

.rt-business-v1-bottom {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  background-color: var(--_colors---white);
  border-radius: 1.25rem;
  justify-content: space-between;
  align-items: center;
  padding: 3.125rem 2rem;
}

.rt-business-bottom-card-middle {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 21.5rem;
}

.rt-counter-box-h1 {
  height: var(--_font-details---font-size--h1-size);
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: .3125rem;
  overflow: hidden;
}

.rt-business-bottom-card-right {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 16.1rem;
}

.rt-bottom-card-rating {
  grid-column-gap: .4375rem;
  grid-row-gap: .4375rem;
}

.rt-business-bottom-text {
  max-width: 12.5rem;
}

.rt-benefits-v1 {
  padding-top: var(--section-gaps--section-gap-medium);
  display: none;
}

.rt-solutions-content {
  grid-column-gap: var(--element-gaps--extra-large);
  grid-row-gap: var(--element-gaps--extra-large);
  align-items: stretch;
}

.rt-solutions-top {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  align-items: center;
  max-width: 78.125rem;
}

.rt-solutions-bottom {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  align-items: stretch;
}

.rt-solutions-bottom-left {
  flex: 1;
  max-width: 29.5rem;
}

.rt-solutions-bottom-right {
  grid-column-gap: 1.875rem;
  grid-row-gap: 4.3rem;
  flex: 1;
  grid-template-rows: auto;
  place-items: center start;
  max-width: 46.25rem;
}

.rt-solutions-border-lines {
  background-color: var(--_colors---border);
  width: 100%;
  height: .0625rem;
}

.rt-solutions-cards {
  grid-column-gap: var(--element-gaps--tiny);
  grid-row-gap: var(--element-gaps--tiny);
  max-width: 19.0625rem;
}

.rt-service-v3 {
  padding-top: var(--section-gaps--section-gap-tiny);
}

.rt-service-v3-top {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 76.4375rem;
}

.rt-service-v3-top-left {
  border: 1px solid var(--_colors---border);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 11.5625rem;
  height: 11.5625rem;
  margin-top: .4rem;
  position: relative;
}

.rt-service-v3-top-left.rt-border-color-change {
  border-color: #f8fa8d33;
}

.rt-service-v3-top-left.rt-big-text-rounded {
  background-color: var(--_colors---light);
  width: 9.375rem;
  height: 9.375rem;
  margin-top: clamp(-8rem, -4.1vw, -1rem);
  box-shadow: 0 3.6875rem 6.25rem #00000042;
}

.rt-awards-circle-inside {
  border: 1px solid var(--_colors---border);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 7.4375rem;
  height: 7.4375rem;
  position: absolute;
}

.rt-awards-circle-inside.rt-border-color-change {
  border-color: #f8fa8d33;
}

.rt-awards-circle-inside.rt-big-text-rounded-inside {
  width: 6.0625rem;
  height: 6.0625rem;
}

.rt-service-v3-top-right {
  grid-column-gap: var(--element-gaps--large);
  grid-row-gap: var(--element-gaps--large);
  flex: 1;
  max-width: 43.9375rem;
}

.rt-service-v3-cards-wrap {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  width: 100%;
}

.rt-service-v3-col-1 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  background-color: var(--_colors---white);
  border-radius: 1.25rem;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.rt-service-v3-col-1.rt-card-one {
  width: 150%;
}

.rt-innerpage-hero-overaly {
  background-image: linear-gradient(#000, #0000 28%), linear-gradient(0deg, #000000a6, #0000 41%), linear-gradient(90deg, #000000b3, #0000 43%), linear-gradient(270deg, #000000b3, #0000 44%), linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.rt-innerpage-hero-text {
  grid-column-gap: var(--element-gaps--tiny);
  grid-row-gap: var(--element-gaps--tiny);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-innerpages-hero {
  margin-top: -11vh;
  padding-top: 18.125rem;
  padding-bottom: 19.5rem;
  position: relative;
}

.rt-small-container {
  padding-right: var(--section-gaps--gutter);
  padding-left: var(--section-gaps--gutter);
  max-width: 49rem;
}

.rt-innerpage-hero-image-wrap {
  position: absolute;
  inset: 0%;
}

.rt-innerpage-hero-image {
  width: 100%;
  max-width: none;
  height: 100%;
}

.rt-innerpage-content {
  z-index: 3;
  position: relative;
}

.rt-contact-information-wrap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--_colors---light);
  border-radius: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rt-contact-information {
  padding-top: var(--section-gaps--section-gap-small);
}

.rt-contact-information-cards {
  padding: 3.125rem var(--section-gaps--gutter);
  grid-column-gap: var(--element-gaps--tiny);
  grid-row-gap: var(--element-gaps--tiny);
  text-align: center;
  border-right: 1px solid #0000004d;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.rt-contact-information-cards.rt-last-item {
  border-right-style: none;
}

.rt-checkbox-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.875rem;
  padding-left: 0;
  display: flex;
}

.rt-checkbox-wrap.rt-gap-off {
  margin-bottom: 0;
}

.rt-contact-options-line {
  background-color: #bf776533;
  width: 100%;
  height: .0625rem;
  margin-top: 1.8125rem;
  margin-bottom: 1.25rem;
}

.rt-contact-service-box {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  max-width: 19.0625rem;
}

.rt-form-v1-main {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  align-items: stretch;
}

.rt-contact-left-options-top {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
}

.rt-success-message {
  background-color: var(--_colors---accent-blue);
  color: var(--_colors---light);
  text-align: center;
  border-radius: .25rem;
  width: 100%;
  padding: 1.25rem;
}

.rt-form-v1 {
  background-color: var(--_colors---whitesmoke);
}

.rt-contact-form-v1-right {
  padding-top: var(--section-gaps--section-gap-medium);
  padding-bottom: var(--section-gaps--section-gap-medium);
  border-left: 1px solid #bf776533;
  flex: 1;
  max-width: 740px;
  padding-left: 8%;
}

.rt-contact-form-v1-left {
  padding-top: var(--section-gaps--section-gap-medium);
  padding-bottom: var(--section-gaps--section-gap-medium);
  flex: 1;
  max-width: 22.25rem;
  position: sticky;
  top: 0;
}

.form-button-wrap {
  flex: none;
  position: relative;
  overflow: hidden;
}

.rt-contact-icons {
  background-color: var(--_colors---accent-blue);
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 3.3125rem;
}

.rt-contact-form-v1-text {
  max-width: 28.375rem;
}

.rt-service-v3-card-top {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.rt-service-v3-card-border {
  background-color: var(--_colors---border);
  width: 100%;
  height: .0625rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.rt-service-v3-card-description {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
}

.rt-card-icon-one, .rt-card-icon-two, .rt-card-icon-three {
  width: 2.375rem;
  height: auto;
}

.rt-spring-icon {
  width: 4.25rem;
  height: auto;
}

.rt-spring-icon.rt-spring-small {
  width: 3rem;
}

.rt-rounded-text {
  width: 9.875rem;
  height: auto;
}

.rt-rounded-text.rt-solutions-rounded-text {
  width: 8.3rem;
}

.rt-rounded-text.rt-solutions-rounded-text.is-radius, .rt-rounded-text.is-radius {
  border-radius: 50%;
}

.rt-gap-xl {
  margin-bottom: var(--element-gaps--extra-large);
}

.rt-service-v3-cards-progress {
  background-color: #36503f1a;
  border-radius: 3.125rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: .5rem;
}

.rt-service-v3-progress-inside {
  background-color: var(--_colors---accent-blue);
  border-radius: 3.125rem;
  width: 100%;
  height: 100%;
}

.rt-form-v2 {
  padding-top: var(--section-gaps--section-gap-tiny);
  padding-bottom: var(--section-gaps--section-gap-medium);
}

.rt-form-v2-box {
  background-color: var(--_colors---white);
  border-radius: 1.25rem;
  width: 100%;
  margin-bottom: 1.875rem;
  padding: 3.75rem 4.375rem 4.375rem;
}

.rt-form-v2-bottom {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  align-items: center;
}

.rt-container-sm {
  max-width: var(--containers--container-small);
  padding-right: var(--section-gaps--gutter);
  padding-left: var(--section-gaps--gutter);
}

.rt-form-v2-fields {
  grid-column-gap: 1.875rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-faq-v1 {
  padding-bottom: var(--section-gaps--section-gap-large);
}

.rt-faq-answers-v2 {
  padding-top: 1.3125rem;
}

.rt-minus-line {
  background-color: var(--_colors---light);
  width: .75rem;
  height: .125rem;
}

.rt-minus-line.absolute {
  width: .125rem;
  height: .75rem;
  position: absolute;
}

.rt-faq-v2 {
  border-bottom: 1px solid var(--_colors---border);
  margin-bottom: 1.9375rem;
  padding-bottom: 1.875rem;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  display: block;
}

.rt-faq-v2.rt-bottom-faq {
  border-bottom-style: none;
  margin-bottom: 0;
}

.rt-faq-icon-wrap-v2 {
  background-color: var(--_colors---accent-blue);
  border-radius: .25rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.9375rem;
  height: 1.9375rem;
  position: relative;
}

.rt-faq-toggle-v2 {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.rt-faq-dropdown-v2 {
  background-color: #ddd0;
  position: static;
  overflow: hidden;
}

.rt-faq-boxes {
  background-color: var(--_colors---white);
  border-radius: 1.25rem;
  width: 100%;
  padding-top: 2.1875rem;
}

.rt-faq-content {
  grid-column-gap: var(--element-gaps--extra-large);
  grid-row-gap: var(--element-gaps--extra-large);
  justify-content: flex-start;
  align-items: center;
}

.rt-form-v3 {
  padding-top: var(--section-gaps--section-gap-small);
  padding-bottom: var(--section-gaps--section-gap-large);
}

.rt-form-v3-right {
  flex: 1;
  justify-content: center;
  align-items: stretch;
  max-width: 37.625rem;
  padding-top: 6.25rem;
  padding-bottom: 6.75rem;
  padding-right: 3.125rem;
}

.rt-form-v3-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--_colors---white);
  border-radius: 1.875rem;
  justify-content: space-between;
  align-items: stretch;
}

.rt-form-v3-left {
  flex: 1;
  max-width: 32.5rem;
}

.rt-form-v3-wrapper {
  grid-column-gap: 2.1875rem;
  grid-row-gap: 2.1875rem;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.rt-form-button-wrapper-2 {
  position: relative;
}

.rt-hero-v2 {
  background-color: var(--_colors---black);
  position: relative;
}

.rt-hero-v2-content {
  z-index: 9;
  padding-top: 11.875rem;
  padding-bottom: 9.375rem;
  position: relative;
}

.rt-hero-v2-background {
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.rt-hero-image-overlay {
  z-index: 3;
  background-image: linear-gradient(#000, #0000 22%), linear-gradient(0deg, #000, #0000 50%), linear-gradient(90deg, #000000e0, #000000a1 29%, #0000 63%), linear-gradient(270deg, #000000e6, #000000d6 26%, #0000 49%);
  position: absolute;
  inset: 0%;
}

.rt-hero-v2-text-box {
  z-index: 10;
  padding-bottom: 2.4rem;
  position: relative;
}

.rt-big-text-v3 {
  font-family: var(--_font-family---heading-font);
  color: var(--_colors---white);
  letter-spacing: clamp(-.1125rem, -10vw, -.375rem);
  font-size: clamp(3.75rem, 15vw, 21.8rem);
  font-weight: 500;
  line-height: .8;
}

.rt-big-text-v3.rt-color-black {
  color: var(--_colors---black);
}

.rt-big-text-v3.rt-color-black.rt-preview-big-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#0000001f, #0000);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: clamp(-10rem, -10vw, -3rem);
  font-size: clamp(3.75rem, 20vw, 30rem);
}

.rt-yellow-star-icon {
  width: 4.5rem;
  height: auto;
}

.rt-hero-v2-main {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: flex-start;
}

.rt-hero-v2-left {
  flex: 1;
  max-width: 35.4375rem;
}

.rt-hero-v2-line {
  margin-top: 3.75rem;
  margin-bottom: var(--element-gaps--extra-large);
  background-color: #ffffff4d;
  width: 100%;
  height: .0625rem;
}

.rt-gap-large {
  margin-bottom: var(--element-gaps--medium);
}

.rt-hero-v2-right {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 22.1875rem;
}

.rt-hero-v2-options {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #ccc;
  letter-spacing: var(--_font-details---letter-spacing--h1-spacing);
  text-underline-offset: .15rem;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  line-height: 1;
  text-decoration: underline;
  text-decoration-thickness: .15625rem;
  display: flex;
}

.rt-hero-v2-options.rt-hero-options-1 {
  font-size: var(--_animation-units---home-two--hero-text-size-one);
  -webkit-text-decoration-color: var(--_animation-units---home-two--hero-v2-option-one);
  text-decoration-color: var(--_animation-units---home-two--hero-v2-option-one);
}

.rt-hero-v2-options.rt-hero-options-2 {
  font-size: var(--_animation-units---home-two--hero-text-size-two);
  -webkit-text-decoration-color: var(--_animation-units---home-two--hero-v2-option-two);
  text-decoration-color: var(--_animation-units---home-two--hero-v2-option-two);
}

.rt-hero-v2-options.rt-hero-options-3 {
  font-size: var(--_animation-units---home-two--hero-text-size-three);
  -webkit-text-decoration-color: var(--_animation-units---home-two--hero-v2-option-three);
  text-decoration-color: var(--_animation-units---home-two--hero-v2-option-three);
}

.rt-hero-v2-options.rt-hero-options-4 {
  font-size: var(--_animation-units---home-two--hero-text-size-four);
  -webkit-text-decoration-color: var(--_animation-units---home-two--hero-v2-option-four);
  text-decoration-color: var(--_animation-units---home-two--hero-v2-option-four);
}

.rt-hero-v2-option-text {
  letter-spacing: var(--_font-details---letter-spacing--h3-spacing);
}

.rt-blog-v1-gallery {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.rt-blog-v1-col {
  grid-column-gap: 2.8125rem;
  grid-row-gap: 2.8125rem;
  align-items: stretch;
  width: 100%;
}

.rt-date-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .9375rem;
}

.rt-blog-card-v1 {
  color: #474747;
  width: 100%;
  height: 100%;
}

.rt-blog-card-v1-text {
  padding-top: 1.875rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.rt-tab-image-full-width.rt-blog-card-image-v1 {
  min-height: 19.25rem;
}

.rt-tab-image-full-width.rt-blog-card-image-v2 {
  min-height: 25.5rem;
}

.rt-tab-image-full-width.rt-blog-card-image-v3 {
  min-height: 28.125rem;
}

.rt-blog-v1 {
  padding-top: var(--section-gaps--section-gap-small);
  padding-bottom: var(--section-gaps--section-gap-large);
}

.rt-blog-card-v1-border {
  margin-bottom: var(--element-gaps--small);
  background-color: var(--_colors---border);
  width: 100%;
  height: .0625rem;
}

.rt-blog-card-v1-author {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.rt-author-v1 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
}

.rt-radius-full {
  border-radius: 100%;
}

.rt-radius-full.rt-blog-author {
  width: 2.5rem;
}

.rt-radius-full.rt-author-small {
  width: 2.6875rem;
  height: auto;
}

.rt-blog-v3-list {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-blog-card-v3 {
  width: 100%;
}

.rt-blog-card-v3-image-wrap {
  margin-bottom: var(--element-gaps--small);
  border-radius: 1.25rem;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.rt-blog-card-v3-date {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: var(--_colors---white);
  border-top-left-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25rem 1.5625rem;
  position: absolute;
  inset: auto -1px -1px auto;
}

.rt-blog-card-v3-border-wrapper {
  background-color: var(--_colors---border);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 1px;
}

.rt-blog-card-v3-fill-border {
  background-color: var(--_colors---accent-blue);
  width: 0%;
  height: 100%;
}

.rt-gap-sm {
  margin-bottom: var(--element-gaps--small);
}

.rt-blog-card-v3-name-wrap {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  align-items: center;
}

.rt-blog-card-v3-arrow {
  background-color: var(--_colors---white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.9375rem;
  height: 3.9375rem;
  position: relative;
}

.rt-blog-v2 {
  padding-top: var(--section-gaps--section-gap-small);
  padding-bottom: var(--section-gaps--section-gap-large);
}

.rt-blog-v2-wrap {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-blog-card-v2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-blog-card-v2-overlay {
  pointer-events: none;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 1.875rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  position: absolute;
  inset: 0%;
}

.rt-blog-card-v2-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--_colors---white);
  pointer-events: auto;
  border-radius: .625rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 3.125rem 2.8125rem;
}

.rt-blog-card-v2-left {
  grid-column-gap: var(--element-gaps--tiny);
  grid-row-gap: var(--element-gaps--tiny);
  flex: 1;
  max-width: 25.5rem;
}

.rt-blog-card-v2-address {
  grid-column-gap: 1.875rem;
  grid-row-gap: .625rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.rt-blog-card-v2-information {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
}

.rt-divider {
  background-color: var(--_colors---border);
  width: .0625rem;
  height: 1rem;
  display: none;
}

.rt-blog-arrow {
  margin-top: .4375rem;
}

.rt-more-blogs {
  padding-top: var(--section-gaps--section-gap-medium);
  padding-bottom: var(--section-gaps--section-gap-large);
}

.rt-more-blogs-content {
  grid-column-gap: var(--element-gaps--extra-large);
  grid-row-gap: var(--element-gaps--extra-large);
  align-items: stretch;
}

.rt-more-blogs-top {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.rt-summery {
  padding-top: 4.6875rem;
}

.rt-summery-content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border-bottom: 1px solid var(--_colors---border);
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 7.5rem;
}

.rt-summery-left {
  flex: 1;
  max-width: 41.25rem;
}

.rt-summery-right {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: var(--_colors---white);
  border-radius: .625rem;
  flex: 1;
  align-items: stretch;
  max-width: 32.5rem;
  margin-bottom: .625rem;
  padding-top: 1.875rem;
  position: sticky;
  top: 1.875rem;
}

.rt-summery-right-top {
  border-left: .1875rem solid var(--_colors---black);
  justify-content: flex-start;
  align-items: center;
  padding-left: 2.1875rem;
}

.rt-summery-post-card-v1 {
  grid-column-gap: 2.1875rem;
  grid-row-gap: 2.1875rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 2.1875rem;
  display: flex;
}

.rt-summery-border {
  border-bottom: 1px solid var(--_colors---border);
}

.rt-summery-border:last-child {
  border-bottom-style: none;
}

.rt-summery-small-image {
  border-radius: .625rem;
  flex: 1;
  max-width: 11.375rem;
}

.rt-blog-small-card-information {
  grid-column-gap: var(--element-gaps--tiny);
  grid-row-gap: var(--element-gaps--tiny);
  flex: 1;
}

.rt-blog-summery {
  padding-top: 1.5625rem;
}

.rt-blog-v4 {
  padding-bottom: var(--section-gaps--section-gap-large);
}

.rt-blog-v4-main {
  grid-column-gap: var(--element-gaps--extra-large);
  grid-row-gap: var(--element-gaps--extra-large);
  justify-content: flex-start;
  align-items: center;
}

.rt-cards-wrap {
  border: 1px solid #fff3;
  border-radius: 1.25rem;
  width: 100%;
}

.rt-cards-wrap.rt-overflow-hidden.rt-solutions-cards-wrap {
  background-color: var(--_colors---white);
}

.rt-cards {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-card-item {
  border-right: 1px solid #fff3;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-card-item:last-child {
  border-right-style: none;
}

.rt-card-item.rt-border-color-change {
  border-right-style: solid;
  border-right-color: var(--_colors---border);
}

.rt-card-item.rt-border-color-change.rt-last-card {
  border-right-style: none;
}

.rt-card-v4 {
  width: 100%;
  padding: 1.875rem 1.375rem 1.375rem;
  transition: background-color .4s;
}

.rt-card-v4:hover {
  background-color: #f8fa8d0d;
}

.rt-card-v4.rt-strategy-v2-card {
  padding-top: 2.5rem;
  transition-property: none;
}

.rt-card-v4.rt-strategy-v2-card:hover {
  background-color: #0000;
}

.rt-insights {
  padding-top: var(--section-gaps--section-gap-medium);
  padding-bottom: var(--section-gaps--section-gap-medium);
}

.rt-insights-content {
  grid-column-gap: var(--element-gaps--extra-large);
  grid-row-gap: var(--element-gaps--extra-large);
}

.rt-insights-top {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.rt-insights-top-left {
  flex: 1;
  max-width: 34.375rem;
}

.rt-insights-top-right {
  grid-column-gap: var(--element-gaps--medium);
  grid-row-gap: var(--element-gaps--medium);
  flex: 1;
  max-width: 39.375rem;
}

.rt-insights-bottom {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.rt-insights-list {
  flex: 1;
  max-width: 39.375rem;
}

.rt-insights-list-items {
  grid-column-gap: var(--element-gaps--extra-small);
  grid-row-gap: var(--element-gaps--extra-small);
  border-top: 1px solid #fff3;
  width: 100%;
  padding-top: 1.875rem;
  padding-bottom: 1.5625rem;
}

.rt-insights-list-items.rt-last-item-border {
  border-bottom: 1px solid #fff3;
}

.rt-insights-list-items-top {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: flex-start;
  align-items: center;
}

.rt-insights-image-wrap {
  flex: 1;
  max-width: 34.375rem;
}

.rt-marketing-slider {
  padding-top: var(--section-gaps--section-gap-medium);
  padding-bottom: var(--section-gaps--section-gap-large);
}

.rt-marketing-slider-content {
  grid-column-gap: var(--element-gaps--extra-large);
  grid-row-gap: var(--element-gaps--extra-large);
  justify-content: flex-start;
  align-items: center;
}

.rt-marketing-slider-box {
  background-color: #0000;
  height: auto;
  position: relative;
}

.rt-marketing-slider-wrap {
  width: 100%;
  position: relative;
}

.rt-slider-previous {
  background-color: var(--_colors---accent-blue);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 4.375rem;
  height: 4.375rem;
  display: flex;
  inset: auto 35.4rem .625rem auto;
}

.rt-marketing-slider-card {
  z-index: 3;
  background-color: var(--_colors---white);
  border-radius: 1.25rem 0 1.25rem 0;
  width: 100%;
  max-width: 34.375rem;
  padding: 3.75rem;
  position: absolute;
  inset: auto -.0625rem 0 auto;
}

.rt-arrow-rotate {
  transform: rotate(-180deg);
}

.rt-slider-next {
  background-color: var(--_colors---light);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 4.375rem;
  height: 4.375rem;
  display: flex;
  inset: auto 35.4rem 5.625rem auto;
}

.rt-marketing-slider-card-content {
  grid-column-gap: var(--element-gaps--tiny);
  grid-row-gap: var(--element-gaps--tiny);
  max-width: 22.125rem;
}

.rt-service-v4 {
  padding-top: var(--section-gaps--section-gap-medium);
}

.rt-service-v4-list {
  border-top: 1px solid var(--_colors---border);
  position: relative;
}

.rt-service-v4-list.rt-service-v4-last-item {
  border-bottom: 1px solid var(--_colors---border);
}

.rt-service-v4-list-items {
  max-width: var(--containers--container-small);
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-radius-small {
  border-radius: .625rem;
}

.rt-service-v4-card-titles {
  flex: 1;
  max-width: 38.4rem;
}

.rt-service-v4-button {
  border: 1px solid var(--_colors---border);
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  position: relative;
}

.rt-service-v4-arrow-hover-out {
  position: absolute;
}

.rt-card-text {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.rt-service-border {
  background-color: var(--_colors---accent-blue);
  width: 100%;
  height: .125rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.rt-strategies-v1-content {
  grid-column-gap: var(--element-gaps--medium);
  grid-row-gap: var(--element-gaps--medium);
  justify-content: flex-start;
  align-items: center;
}

.rt-strategies-card-v1 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.rt-strategies-card {
  position: relative;
}

.rt-strategies-v1-card-overlay {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(#0000 30%, #000000c2);
  border-radius: 1.25rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.rt-strategies-v1-card-text {
  pointer-events: auto;
  background-color: #f8fa8de6;
  border-radius: 1.25rem 1.25rem 0;
  max-width: 16.5rem;
  margin-bottom: -.0625rem;
  margin-left: -.0625rem;
  padding: 5.9375rem 2.5rem 2.5rem;
  position: relative;
  -webkit-mask-image: url('../images/');
  mask-image: url('../images/');
  -webkit-mask-position: top;
  mask-position: top;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

.rt-strategies-v1-card-text.rt-active, .rt-strategies-v1-card-text.rt-in-active {
  background-color: var(--_colors---light);
}

.rt-about-v3 {
  padding-top: var(--section-gaps--section-gap-medium);
  padding-bottom: var(--section-gaps--section-gap-medium);
  background-image: url('../images/Yellow-drawing-line.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.rt-about-v3-content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: center;
}

.rt-about-v3-left {
  flex: 1;
  max-width: 35.375rem;
}

.rt-about-v3-left-top {
  padding-right: 3.75rem;
}

.rt-about-v3-left-bottom {
  z-index: 3;
  background-color: var(--_colors---whitesmoke);
  border-radius: 1.25rem;
  max-width: 20.3125rem;
  margin-top: -13.125rem;
  margin-left: auto;
  padding-top: .625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  position: relative;
}

.rt-about-v3-right {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  flex: 1;
  max-width: 39.375rem;
}

.rt-about-v3-right-top {
  max-width: 32.8125rem;
}

.rt-about-v3-middle-top {
  justify-content: center;
  align-items: flex-end;
  position: relative;
}

.rt-about-v3-counter-plus {
  background-color: var(--_colors---light);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: -1.4rem;
  position: absolute;
}

.rt-about-v3-counter-plus.rt-about-v5-icon {
  inset: 0% 16% auto auto;
}

.rt-background-glow-v2 {
  background-image: url('../images/Home-service-v1-background-noise.svg'), radial-gradient(circle farthest-corner at 100% 50%, var(--_colors---light), #f8fa8d00 31%);
  background-position: 150%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 938px, auto;
}

.rt-about-v3-middle {
  justify-content: center;
  align-items: center;
  margin-left: auto;
}

.rt-about-v3-bottom {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  align-items: stretch;
  width: 100%;
  max-width: 18.75rem;
}

.rt-about-v3-bottom-items {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--_colors---border);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: .75rem;
  display: flex;
}

.rt-about-v4 {
  padding-top: var(--section-gaps--section-gap-small);
}

.rt-about-v4-top {
  margin-bottom: var(--element-gaps--xxl);
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  align-items: center;
}

.rt-about-v4-top-left {
  flex: 1;
  max-width: 46.875rem;
}

.rt-about-v4-top-right {
  flex: 1;
  max-width: 27.5rem;
}

.rt-about-v4-bottom {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  align-items: stretch;
}

.rt-about-v4-bottom-line {
  background-color: var(--_colors---border);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: .0625rem;
  display: grid;
}

.rt-about-v4-moving-line {
  background-color: var(--_colors---accent-blue);
  width: 100%;
  height: 1px;
}

.rt-about-v4-counter-wrap {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-about-v4-counter {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
}

.rt-about-v4-counter-top {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.rt-solutions-v2 {
  padding-top: var(--section-gaps--section-gap-medium);
}

.rt-solutions-v2-top {
  justify-content: flex-start;
  align-items: center;
}

.rt-solutions-v2-items-wrap {
  border-top: 1px solid #fff3;
}

.rt-solutions-v2-items {
  border-bottom: 1px solid #fff3;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.rt-solutions-v2-items-main {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  align-items: center;
}

.rt-solutions-v2-card-left {
  grid-column-gap: var(--element-gaps--small);
  grid-row-gap: var(--element-gaps--small);
  flex: 1;
  max-width: 18rem;
}

.rt-solutions-v2-cards-image-wrap {
  flex: 1;
  max-width: 27.5rem;
}

.rt-solutions-v2-cards-content {
  grid-column-gap: var(--element-gaps--medium);
  grid-row-gap: var(--element-gaps--medium);
  flex: 1;
  max-width: 20.875rem;
}

.rt-strategy-v2 {
  padding-top: var(--section-gaps--section-gap-tiny);
}

.rt-solutions-v3 {
  padding-top: var(--section-gaps--section-gap-medium);
}

.rt-solutions-v3-main {
  grid-column-gap: var(--element-gaps--extra-large);
  grid-row-gap: var(--element-gaps--extra-large);
  justify-content: flex-start;
  align-items: center;
}

.rt-strategy-v2-content {
  grid-column-gap: 2.8125rem;
  grid-row-gap: 2.8125rem;
  justify-content: space-between;
  align-items: center;
}

.rt-strategy-v2-left {
  grid-column-gap: 2.8rem;
  grid-row-gap: 2.8rem;
  flex: 1;
  max-width: 35.5625rem;
}

.rt-strategy-v2-list {
  border-top: 1px solid var(--_colors---border);
  align-items: stretch;
  width: 100%;
}

.rt-strategy-v2-list-items {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  display: flex;
  position: relative;
}

.rt-strategy-v2-list-border {
  background-color: var(--_colors---border);
  justify-content: flex-start;
  align-items: center;
  height: .0625rem;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-strategy-v2-fill {
  background-color: var(--_colors---black);
  width: 100%;
  height: 100%;
}

.rt-strategy-v2-right {
  flex: 1;
  max-width: 37.1875rem;
  -webkit-mask-image: url('../images/');
  mask-image: url('../images/');
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.rt-solutions-v4 {
  padding-top: 6.875rem;
  padding-bottom: var(--section-gaps--section-gap-large);
}

.rt-solutions-v4-content {
  grid-column-gap: var(--element-gaps--large);
  grid-row-gap: var(--element-gaps--large);
  justify-content: flex-start;
  align-items: center;
}

.rt-solutions-v4-top {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 48.1rem;
}

.rt-solutions-v4-heading-top {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: center;
  align-items: center;
  margin-right: auto;
}

.rt-solutions-v4-star {
  width: auto;
  height: clamp(2.5rem, 6.5vw, 9.5rem);
}

.rt-solutiolns-v4-heading-bottom {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: auto;
}

.rt-solutions-icon-wrap {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--_colors---border);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--_colors---border);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--_colors---border);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--_colors---border);
  background-color: var(--_colors---light);
  border-radius: 31.25rem;
  justify-content: center;
  align-items: center;
  width: clamp(3.5rem, 8.5vw, 10.8rem);
  height: clamp(2.5rem, 4.5vw, 5rem);
  transform: translate(0, -20%);
}

.rt-solutions-v4-icon {
  width: 21%;
  max-width: 2rem;
  height: auto;
}

.rt-solutions-v4-cards-wrap {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.rt-solutions-v4-cards {
  grid-column-gap: var(--element-gaps--extra-large);
  grid-row-gap: var(--element-gaps--extra-large);
  flex: 1;
  max-width: 14.6875rem;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.rt-solutions-v4-counter {
  grid-column-gap: var(--element-gaps--tiny);
  grid-row-gap: var(--element-gaps--tiny);
}

.rt-solutions-v4-border {
  background-color: var(--_colors---border);
  width: .0625rem;
}

.rt-about-v5 {
  padding-top: var(--section-gaps--section-gap-small);
  padding-bottom: var(--section-gaps--section-gap-medium);
}

.rt-about-v5-content {
  grid-column-gap: var(--element-gaps--extra-large);
  grid-row-gap: var(--element-gaps--extra-large);
  justify-content: center;
  align-items: center;
  position: relative;
}

.rt-about-v5-top {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 75rem;
}

.rt-about-v5-top-left {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 568px;
}

.rt-about-v5-counter-wrap {
  background-color: var(--_colors---accent-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 14.0625rem;
  height: 14.0625rem;
  position: relative;
}

.rt-about-v5-counter-text {
  grid-column-gap: var(--element-gaps--tiny);
  grid-row-gap: var(--element-gaps--tiny);
  flex: 1;
  max-width: 18rem;
}

.rt-about-v5-top-right {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 33.625rem;
}

.rt-about-v5-border {
  background-color: var(--_colors---border);
  width: .0625rem;
}

.rt-about-v5-text-wrap {
  grid-column-gap: var(--element-gaps--tiny);
  grid-row-gap: var(--element-gaps--tiny);
  flex: 1;
}

.rt-about-v5-cards-wrap {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.rt-about-v5-cards {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  padding-top: 1.875rem;
  display: flex;
  position: relative;
}

.rt-about-v5-cards-border-wrap {
  background-color: var(--_colors---border);
  justify-content: flex-start;
  align-items: center;
  height: .0625rem;
  position: absolute;
  inset: 0% 0% auto;
}

.rt-about-v5-cards-border {
  background-color: var(--_colors---black);
  width: 0%;
  height: 100%;
}

.rt-about-v5-shape {
  display: none;
  position: absolute;
  inset: 24% -8% auto auto;
}

.rt-hero-v3 {
  background-color: var(--_colors---black);
  position: relative;
  overflow: hidden;
}

.rt-hero-v3-slider {
  z-index: 10;
  background-color: #0000;
  height: auto;
  position: relative;
}

.rt-hero-v3-slider-main {
  padding: 21.2rem var(--section-gaps--gutter);
  justify-content: center;
  align-items: center;
}

.rt-hero-tag-wrapper {
  margin-bottom: var(--element-gaps--tiny);
  -webkit-backdrop-filter: blur(2.7rem);
  backdrop-filter: blur(2.7rem);
  background-color: #0000004d;
  border: 1px solid #ffffff26;
  border-radius: 3.125rem;
  padding: .5rem 1.25rem .4375rem;
}

.rt-hero-v3-slider-text {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 44.375rem;
}

.rt-hero-v3-background-wrap {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.rt-hero-v3-background-overlay {
  z-index: 5;
  background-color: #0006;
  background-image: linear-gradient(180deg, var(--_colors---black), #0000 40%), linear-gradient(4deg, #000000eb, #0000 50%), linear-gradient(90deg, #000000d6, #0000 30%), linear-gradient(270deg, #000000d6, #0000 33%);
  position: absolute;
  inset: 0%;
}

.rt-hero-v3-background-1 {
  z-index: 1;
  transform-origin: 0%;
  position: absolute;
  inset: 0%;
}

.rt-hero-v3-background-2 {
  z-index: 2;
  transform-origin: 100%;
  position: absolute;
  inset: 0%;
}

.rt-hero-v3-background-3 {
  z-index: 2;
  transform-origin: 0%;
  position: absolute;
  inset: 0%;
}

.rt-hero-v3-background-4 {
  z-index: 2;
  transform-origin: 100%;
  position: absolute;
  inset: 0%;
}

.rt-hero-v3-slider-button {
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 14rem;
  transition: border-color .2s;
  display: flex;
  left: 0;
  transform: translate(-50%);
}

.rt-hero-v3-slider-button:hover {
  border-color: var(--_colors---white);
}

.rt-hero-v3-slider-arrow-left {
  transform: rotate(180deg)translate(-2.9rem);
}

.rt-hero-v3-slider-button-right {
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 14rem;
  transition: border-color .2s;
  display: flex;
  right: 0;
  transform: translate(50%);
}

.rt-hero-v3-slider-button-right:hover {
  border-color: var(--_colors---white);
}

.rt-hero-v3-slider-arrow-right {
  transform: translate(-2.9rem);
}

.rt-hero-v3-slider-nav {
  z-index: 11;
  position: absolute;
  inset: auto 0% 6.25rem;
}

.rt-hero-v3-slider-nav-main {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: center;
}

.rt-hero-v3-slider-nav-item {
  grid-column-gap: var(--element-gaps--tiny);
  grid-row-gap: var(--element-gaps--tiny);
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 17.75rem;
}

.rt-hero-v3-slider-nav-top {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  justify-content: flex-start;
  align-items: center;
}

.rt-hero-v3-slider-nav-bar {
  background-color: #fff3;
  border-radius: 3.125rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: .25rem;
}

.rt-hero-v3-bar {
  background-color: var(--_colors---white);
  border-radius: 3.125rem;
  width: 0%;
  height: 100%;
}

.rt-service-v5 {
  padding-top: var(--section-gaps--section-gap-medium);
}

.rt-service-v5-content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: stretch;
}

.rt-service-v5-left {
  grid-column-gap: var(--element-gaps--xxl);
  grid-row-gap: var(--element-gaps--xxl);
  flex: 1;
  justify-content: center;
  align-items: stretch;
  max-width: 36.625rem;
}

.rt-service-v5-left-top {
  max-width: 33.4375rem;
}

.rt-service-v5-left-bottom {
  grid-column-gap: 3.4375rem;
  grid-row-gap: 3.4375rem;
  border-bottom: 1px solid #fff3;
  align-items: stretch;
}

.rt-service-v5-left-bottom.rt-service-v5-border-off {
  border-bottom-style: none;
}

.rt-service-v5-left-bottom.rt-border-color-dark {
  border-bottom-color: var(--_colors---border);
}

.rt-service-v5-list-border-left {
  background-color: #fff3;
  justify-content: flex-start;
  align-items: center;
  width: .0625rem;
  overflow: hidden;
}

.rt-service-v5-list-border-left.rt-color-dark {
  background-color: var(--_colors---border);
}

.rt-service-v5-list-text {
  grid-column-gap: var(--element-gaps--tiny);
  grid-row-gap: var(--element-gaps--tiny);
  flex: 1;
  max-width: 28.125rem;
  padding-top: 2.5rem;
  padding-bottom: 2.1875rem;
}

.rt-service-v5-list-top {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  justify-content: flex-start;
  align-items: center;
}

.rt-service-v5-list-yellow-line {
  background-color: var(--_colors---light);
  width: 100%;
  height: 100%;
}

.rt-service-v5-list-yellow-line.rt-yellow-line-1.rt-line-color-change, .rt-service-v5-list-yellow-line.rt-yellow-line-2.rt-line-color-change {
  background-color: var(--_colors---accent-blue);
}

.rt-about-v6 {
  padding-top: var(--section-gaps--section-gap-medium);
  padding-bottom: 100px;
}

.rt-about-v6-content {
  grid-column-gap: var(--element-gaps--xxl);
  grid-row-gap: var(--element-gaps--xxl);
  align-items: stretch;
}

.rt-about-v6-top {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 76.5625rem;
}

.rt-about-v6-bottom {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.rt-about-v6-bottom-image {
  flex: 1;
  max-width: 20.625rem;
}

.rt-about-v6-bottom-right {
  grid-column-gap: 10rem;
  grid-row-gap: 5rem;
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  max-width: 60rem;
  padding-top: 30px;
}

.rt-about-v6-list-items {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 1.25rem;
  display: flex;
  position: relative;
}

.rt-about-v6-list-border {
  background-color: #ffffff1a;
  justify-content: center;
  align-items: flex-start;
  height: .0625rem;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-about-v6-list-border.rt-list-border-dark {
  background-color: var(--_colors---border);
  background-color: #0003;
}

.rt-about-v6-border-fill {
  background-color: var(--_colors---white);
  width: 0%;
  height: 100%;
}

.rt-about-v6-border-fill.rt-list-fill-border-dark {
  background-color: var(--_colors---black);
}

.rt-strategies-v3 {
  padding-bottom: var(--section-gaps--section-gap-large);
}

.rt-strategies-v3-content {
  grid-column-gap: var(--element-gaps--extra-large);
  grid-row-gap: var(--element-gaps--extra-large);
  justify-content: flex-start;
  align-items: center;
  position: sticky;
  top: 50px;
}

.rt-strategies-v3-height {
  margin-bottom: var(--element-gaps--extra-large);
  height: 150vh;
}

.rt-strategies-v3-cards-wrap {
  width: 100%;
  position: relative;
}

.rt-strategies-v3-card {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  background-color: var(--_colors---white);
  border-radius: 1.25rem;
  justify-content: space-between;
  align-items: stretch;
  overflow: hidden;
  box-shadow: 0 9.375rem 9.375rem #00000026;
}

.rt-strategies-v3-card.rt-card-bottom-overlap {
  z-index: 2;
  background-color: var(--_colors---light);
  box-shadow: none;
  position: absolute;
  inset: 0%;
}

.rt-strategies-v3-left {
  flex: 1;
  max-width: 44.375rem;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  padding-left: 3.75rem;
}

.rt-strategies-image-wra {
  border-radius: 1.25rem;
  flex: 1;
  max-width: 32.5rem;
  overflow: hidden;
}

.rt-strategies-v3-text {
  justify-content: space-between;
  align-items: flex-start;
}

.rt-strategies-card-content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex: 1;
  max-width: 29.6875rem;
}

.rt-small-cta-box {
  justify-content: center;
  align-items: center;
}

.rt-about-v2-glow {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.rt-pricing-v2 {
  padding-top: var(--section-gaps--section-gap-tiny);
  padding-bottom: var(--section-gaps--section-gap-medium);
}

.rt-pricing-v2-container {
  padding-right: var(--section-gaps--gutter);
  padding-left: var(--section-gaps--gutter);
  max-width: 52.5rem;
}

.rt-pricing-v2-content {
  grid-column-gap: var(--element-gaps--extra-large);
  grid-row-gap: var(--element-gaps--extra-large);
  justify-content: flex-start;
  align-items: center;
}

.rt-pricing-card-list-v2 {
  border-top: 1px solid var(--_colors---border);
  width: 100%;
  padding: 2.1875rem 1.875rem;
}

.rt-pricing-card-v2 {
  background-color: #fff;
  border-radius: 1.25rem;
  justify-content: center;
  align-items: stretch;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  position: relative;
  box-shadow: 0 8px 90px #00000014;
}

.rt-pricing-card-v2.rt-pricing-card-v2-highlight {
  background-color: var(--_colors---light);
}

.rt-card-price {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: .3125rem;
  display: flex;
  position: relative;
}

.rt-pricing-cards-grid-v2 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.rt-price-yearly-box {
  justify-content: center;
  align-items: center;
  padding-bottom: .1875rem;
  position: relative;
}

.rt-price-box {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: flex-end;
}

.rt-price-box.rt-yearly-pricing {
  opacity: 0;
  position: absolute;
}

.rt-pricing-card-v2-price {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: center;
  align-items: center;
}

.rt-pricing-card-items {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
}

.rt-pricing-main-v2 {
  grid-column-gap: var(--element-gaps--small);
  grid-row-gap: var(--element-gaps--small);
  justify-content: center;
  align-items: center;
  width: 100%;
}

.rt-off-pricing {
  opacity: .7;
  color: var(--_colors---dark-gray);
  font-size: var(--_font-details---font-size--h5-size);
  font-weight: 600;
}

.rt-toggle-ball {
  background-color: var(--_colors---accent-blue);
  border-radius: 100%;
  width: 1.375rem;
  height: 1.375rem;
}

.rt-toggle-ball.rt-ball-yellow {
  background-color: var(--_colors---light);
}

.rt-icons {
  margin-bottom: var(--element-gaps--tiny);
}

.rt-icons.rt-pricing-v2-icon {
  width: auto;
  height: 3.9rem;
  margin-bottom: 0;
}

.rt-pricing-list-items {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
}

.rt-pricing-v2-align {
  margin-top: 7px;
}

.rt-pricing-toggle-wrap {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: center;
  align-items: center;
}

.rt-button-gap {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.rt-pricing-card-v2-top {
  grid-column-gap: 1.0625rem;
  grid-row-gap: 1.0625rem;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.rt-yearly-line {
  background-color: #00000061;
  width: 100%;
  height: .125rem;
  position: absolute;
}

.rt-toggle {
  border: 1px solid var(--_colors---border);
  cursor: pointer;
  border-radius: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  width: 4rem;
  height: 1.75rem;
  padding-left: .25rem;
  padding-right: .25rem;
  display: flex;
}

.rt-toggle.rt-toogle-white {
  border-color: #fff3;
}

.rt-monthly {
  color: var(--_colors---black);
  font-size: var(--_font-details---font-size--tag-size);
}

.rt-monthly.rt-color-lime-yellow {
  color: var(--_colors---light);
}

.rt-yearly {
  font-size: var(--_font-details---font-size--tag-size);
}

.rt-not-available {
  text-decoration: line-through;
}

.rt-video-v5 {
  padding-top: var(--section-gaps--section-gap-large);
  padding-bottom: var(--section-gaps--section-gap-large);
}

.rt-pricing-v3 {
  padding-top: var(--section-gaps--section-gap-tiny);
}

.rt-pricing-card {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  background-color: var(--_colors---white);
  border-radius: 1.25rem;
  align-items: stretch;
  padding: 1.875rem;
  position: relative;
}

.rt-pricing-card.rt-pricing-v3 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.rt-pricing-card.rt-pricing-v3.rt-background-yellow {
  background-color: var(--_colors---light);
}

.rt-pricing-v3-options {
  grid-column-gap: 2.3rem;
  grid-row-gap: 2.3rem;
  border: 1px solid var(--_colors---border);
  border-radius: 1.25rem;
  align-items: stretch;
  margin-top: 1.7rem;
  padding: 2.5rem 2.125rem;
}

.rt-pricing-v3-options.rt-highlighted-block {
  background-color: var(--_colors---light);
}

.rt-pricing-cards-grid {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.rt-pricing-chart-rows {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--_colors---border);
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-chart-left-col {
  padding-top: .625rem;
  padding-bottom: .625rem;
  padding-right: .625rem;
}

.rt-pricing-chart-price {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
}

.rt-pricing-v1-content {
  grid-column-gap: var(--element-gaps--extra-large);
  grid-row-gap: var(--element-gaps--extra-large);
}

.rt-chart-columns {
  border-left: 1px solid #b3b3b3;
  justify-content: center;
  align-items: center;
  min-height: 90px;
  padding: 1.5625rem .625rem;
}

.rt-pricing-v1-list {
  padding-bottom: var(--section-gaps--section-gap-large);
}

.rt-pricing-chart {
  width: 100%;
}

.rt-chart-top-tag {
  border-left: 1px solid var(--_colors---border);
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1.5625rem;
  padding-left: .625rem;
  padding-right: .625rem;
}

.rt-pricing-v1 {
  padding-top: var(--section-gaps--section-gap-tiny);
  padding-bottom: var(--section-gaps--section-gap-medium);
}

.rt-pricing-card-v3 {
  align-items: stretch;
}

.rt-pricing-card-v3-top {
  background-color: var(--_colors---white);
  border-radius: 1.25rem;
  padding: 2rem 1.5625rem;
  position: relative;
}

.rt-pricing-card-v3-top.rt-card-bg-yellow {
  background-color: var(--_colors---light);
}

.rt-pricing-card-v3-list {
  grid-column-gap: var(--element-gaps--small);
  grid-row-gap: var(--element-gaps--small);
  background-color: var(--_colors---white);
  border-radius: 1.25rem;
  align-items: stretch;
  padding: 2.5rem 1.75rem;
  position: relative;
}

.rt-pricing-card-v3-list.rt-card-bg-yellow {
  background-color: var(--_colors---light);
}

.rt-pricing-border {
  background-image: linear-gradient(90deg, #0000, var(--_colors---border) 50%, transparent);
  height: .0625rem;
  position: absolute;
  inset: 0% 0% auto;
}

.rt-popular {
  background-color: var(--_colors---accent-blue);
  color: var(--_colors---white);
  font-size: var(--_font-details---font-size--tag-size);
  line-height: var(--_font-details---line-heights--tag-heights);
  border-radius: 1.25rem;
  padding-bottom: .125rem;
  padding-left: .8125rem;
  padding-right: .8125rem;
  position: absolute;
  top: 1.9rem;
  right: 1.5625rem;
}

.rt-pricing-v1-glow {
  background-image: url('../images/Home-service-v1-background-noise.svg'), radial-gradient(circle farthest-corner at 50% 27%, var(--_colors---light), #f8fa8d00 18%);
  background-position: 50% 28%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 938px, auto;
}

.rt-counter-v3 {
  padding-top: 5rem;
}

.rt-counter-v3-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.rt-counter-v3-cells {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  text-align: center;
  border-top: 1px solid #fff3;
  border-right: 1px solid #fff3;
  justify-content: center;
  align-items: center;
  padding-top: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.rt-counter-v3-cells.rt-cell-4 {
  border-right-style: none;
}

.rt-about-v8 {
  padding-top: var(--section-gaps--section-gap-tiny);
}

.rt-about-v8-content {
  grid-column-gap: var(--element-gaps--extra-large);
  grid-row-gap: var(--element-gaps--extra-large);
  align-items: stretch;
}

.rt-about-v8-top {
  grid-column-gap: var(--element-gaps--large);
  grid-row-gap: var(--element-gaps--large);
  justify-content: space-between;
  align-items: flex-start;
}

.rt-about-v8-top-left {
  flex: 1;
  max-width: 27.5rem;
}

.rt-about-v8-bottom {
  grid-column-gap: var(--element-gaps--large);
  grid-row-gap: var(--element-gaps--large);
  justify-content: space-between;
  align-items: stretch;
}

.rt-about-v8-bottom-left {
  flex: 1;
  max-width: 27.5rem;
}

.rt-about-v8-bottom-right {
  grid-column-gap: var(--element-gaps--large);
  grid-row-gap: var(--element-gaps--large);
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 46.25rem;
}

.rt-about-v8-bottom-right-item {
  grid-column-gap: var(--element-gaps--small);
  grid-row-gap: var(--element-gaps--small);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.rt-about-v8-item-content {
  grid-column-gap: var(--element-gaps--tiny);
  grid-row-gap: var(--element-gaps--tiny);
  max-width: 33.4375rem;
}

.rt-about-v8-items-icon {
  flex: none;
  width: 1.3125rem;
  margin-left: auto;
}

.rt-about-v8-line-wrapper {
  background-color: var(--_colors---border);
  justify-content: flex-start;
  align-items: center;
  height: .0625rem;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-about-v8-line-wrapper.rt-line-wrapper-light {
  background-color: #fff3;
}

.rt-about-v8-line {
  background-color: var(--_colors---accent-blue);
  width: 0%;
  height: 100%;
}

.rt-about-v8-line.rt-line-deactive.rt-line-color-change, .rt-about-v8-line.rt-line-active.rt-line-color-change {
  background-color: var(--_colors---light);
}

.rt-logo {
  width: 100%;
}

.rt-service-v6 {
  padding-top: var(--section-gaps--section-gap-large);
  padding-bottom: var(--section-gaps--section-gap-large);
}

.rt-service-v6-content {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  align-items: stretch;
}

.rt-service-v6-left {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  border-radius: 1.25rem;
  flex: 1;
  align-items: stretch;
  max-width: 23.75rem;
}

.rt-circle-icon {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-service-v4-list-image {
  flex: 1;
  max-width: 11.25rem;
}

.rt-service-v6-card-left {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  background-color: var(--_colors---white);
  border-radius: 1.25rem;
  padding: 3.125rem 2.5rem;
  transition: background-color .35s;
  position: relative;
}

.rt-service-v6-card-left:hover {
  background-color: var(--_colors---light);
}

.rt-service-v6-middle {
  flex: 1;
  max-width: 27.5rem;
}

.rt-service-v6-right {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 20.625rem;
}

.rt-pricing-v4 {
  padding-top: var(--section-gaps--section-gap-medium);
  padding-bottom: var(--section-gaps--section-gap-large);
}

.rt-service-v7 {
  padding-top: var(--section-gaps--section-gap-tiny);
  padding-bottom: var(--section-gaps--section-gap-large);
}

.rt-about-v9-right-bottom {
  background-color: #fff;
  border-radius: 1.25rem;
  width: 100%;
  padding: 1.875rem 1.875rem 2.5rem 2.5rem;
}

.rt-about-v9-clients {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 6.375rem;
}

.rt-about-v3-bottom-content {
  width: 100%;
  max-width: 424px;
  margin-bottom: 4.375rem;
}

.rt-about-v3-tags-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.rt-line-v1 {
  background-color: var(--_colors---border);
  width: 100%;
  height: .0625rem;
}

.rt-about-v9-right-top {
  max-width: 33.125rem;
}

.rt-about-v9-top-wrap {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 1.5625rem;
}

.rt-clients-border {
  box-sizing: content-box;
  border: 2px solid var(--_colors---white);
  opacity: 1;
  border-radius: 100%;
  width: 3.0625rem;
}

.rt-clients-border.rt-clients-overlap {
  margin-left: -1.375rem;
}

.rt-about-v9-right {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 39.375rem;
  padding-bottom: .3125rem;
}

.rt-about-v9-tag {
  background-color: var(--_colors---accent-blue);
  border-radius: 6.25rem;
  padding: .5rem 1rem;
}

.rt-about-v9-tag.rt-tag-background {
  background-color: var(--_colors---light);
}

.rt-about-v9-content {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  justify-content: space-between;
  align-items: stretch;
}

.rt-about-v9 {
  padding-bottom: var(--section-gaps--section-gap-medium);
}

.rt-about-v9-left {
  flex: 1;
  max-width: 34.375rem;
}

.rt-about-v10-counter {
  grid-column-gap: var(--element-gaps--extra-small);
  grid-row-gap: var(--element-gaps--extra-small);
  background-color: var(--_colors---light);
  border-radius: 1.25rem;
  flex: 1;
  max-width: 11.875rem;
  padding: 1.25rem 1.875rem;
}

.rt-about-v10-left-top {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
}

.rt-about-v10-button {
  padding-bottom: .625rem;
}

.rt-about-v10-right-wrap {
  flex: 1;
  max-width: 42.75rem;
}

.rt-line-v2 {
  background-color: #fff3;
  height: .0625rem;
  position: absolute;
  inset: 0% 0% auto;
}

.rt-line-v2.horizontal-line {
  width: 100%;
  height: 1px;
}

.rt-line-v2.horizontal-line.bottom-line {
  inset: auto 0% 0%;
}

.rt-features-v1-image-card-wrap {
  background-color: var(--_colors---white);
  border-radius: 1.25rem;
  flex: 1;
  max-width: 18.75rem;
  padding: 1.875rem 1.25rem;
}

.rt-about-v10-bottom {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: stretch;
}

.rt-inner-fill {
  background-color: var(--_colors---white);
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rt-about-v10-bottom-left {
  grid-column-gap: 3.4375rem;
  grid-row-gap: 3.4375rem;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 32.5rem;
}

.rt-about-v10-list-wrap {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.9375rem;
  padding-bottom: 1.9375rem;
  display: flex;
  position: relative;
}

.rt-about-v10 {
  padding-top: var(--section-gaps--section-gap-medium);
}

.rt-about-v10-top {
  margin-bottom: var(--element-gaps--extra-large);
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  justify-content: space-between;
  align-items: flex-end;
}

.rt-about-v10-card-top {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 11.875rem;
}

.rt-card-icon {
  width: 1.3125rem;
  height: auto;
}

.rt-service-v8 {
  padding-bottom: var(--section-gaps--section-gap-large);
}

.rt-container-medium {
  padding-right: var(--section-gaps--gutter);
  padding-left: var(--section-gaps--gutter);
  max-width: 85rem;
}

.rt-service-v8-content {
  grid-column-gap: var(--element-gaps--large);
  grid-row-gap: var(--element-gaps--large);
  justify-content: flex-start;
  align-items: center;
}

.rt-service-v8-list-wrap {
  width: 100%;
}

.rt-service-v8-container {
  z-index: 3;
  padding-right: var(--section-gaps--gutter);
  padding-left: var(--section-gaps--gutter);
  width: 100%;
  max-width: 74.625rem;
  position: relative;
}

.rt-servcie-v8-list-wrapper {
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.rt-service-v8-list-item {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.rt-service-v8-list-left {
  grid-column-gap: 9.0625rem;
  grid-row-gap: 9.0625rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 28.125rem;
}

.rt-service-v8-icon-wrapper {
  justify-content: center;
  align-items: center;
  position: relative;
}

.rt-black-icon {
  width: 52px;
}

.rt-yellow-icon {
  opacity: 0;
  position: absolute;
}

.rt-service-v8-list-right {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 23.25rem;
}

.rt-servcie-v8-text {
  flex: 1;
  max-width: 14.75rem;
}

.rt-service-v8-item-background {
  z-index: 1;
  background-color: var(--_colors---accent-blue);
  opacity: 0;
  pointer-events: none;
  border-radius: 1.25rem;
  position: absolute;
  inset: 0%;
}

.rt-service-v8-top-border {
  background-color: var(--_colors---border);
  width: 100%;
  max-width: 72.75rem;
  height: .0625rem;
  margin-left: -.9375rem;
  margin-right: -.9375rem;
  position: absolute;
  top: 0%;
}

.rt-service-v8-bottom-border {
  background-color: var(--_colors---border);
  width: 100%;
  max-width: 72.75rem;
  height: .0625rem;
  margin-left: -.9375rem;
  margin-right: -.9375rem;
  position: absolute;
  bottom: 0;
}

.rt-service-background-glow {
  background-image: radial-gradient(circle farthest-corner at 50% 33%, var(--_colors---light), #f8fa8d00 25%);
}

.rt-about-v11 {
  padding-top: var(--section-gaps--section-gap-tiny);
  padding-bottom: var(--section-gaps--section-gap-large);
}

.rt-about-v12 {
  padding-top: var(--section-gaps--section-gap-medium);
}

.rt-experience-v1-content {
  grid-column-gap: 1.875rem;
  grid-row-gap: 4.375rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.rt-experience-v3-content {
  position: relative;
}

.rt-experience-innner-line {
  background-color: var(--_colors---black);
  width: 100%;
  height: 100%;
}

.rt-experience-v1-main {
  grid-column-gap: var(--element-gaps--extra-large);
  grid-row-gap: var(--element-gaps--extra-large);
  justify-content: flex-start;
  align-items: center;
}

.rt-experience-v1 {
  padding-top: var(--section-gaps--section-gap-medium);
  padding-bottom: var(--section-gaps--section-gap-medium);
}

.rt-experience-line {
  background-color: var(--_colors---border);
  width: 100%;
  height: .0625rem;
  position: absolute;
  inset: 0% 0% auto;
}

.rt-experience-v1-card-text {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex: 1;
  max-width: 24.375rem;
}

.rt-experience-v1-card {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 2rem;
}

.rt-solutions-v5-content {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  justify-content: space-between;
  align-items: center;
}

.rt-solutions-v5-left {
  grid-column-gap: var(--section-gaps--section-gap-large);
  grid-row-gap: var(--section-gaps--section-gap-large);
  flex: 1;
  max-width: 25.625rem;
  margin-top: .75rem;
}

.rt-solutions-left-top {
  padding-bottom: var(--element-gaps--xxl);
  position: relative;
}

.rt-solutions-left-bottom {
  grid-column-gap: var(--element-gaps--tiny);
  grid-row-gap: var(--element-gaps--tiny);
}

.rt-solutions-v5-right {
  border-radius: 1.25rem;
  flex: 1;
  align-items: stretch;
  max-width: 48.125rem;
}

.rt-solutions-v5-image-wrap {
  flex: 1;
  max-width: 27.5rem;
}

.rt-solutions-v5-right-text {
  grid-column-gap: var(--section-gaps--section-gap-large);
  grid-row-gap: var(--section-gaps--section-gap-large);
  background-color: var(--_colors---light);
  flex: 1;
  max-width: 20.625rem;
  padding: 5rem 1.875rem 3.125rem;
}

.rt-solutions-right-top {
  grid-column-gap: var(--element-gaps--tiny);
  grid-row-gap: var(--element-gaps--tiny);
  max-width: 14.375rem;
}

.rt-flower-image {
  width: 6.0625rem;
  height: auto;
}

.rt-solutions-right-bottom {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  align-items: stretch;
  width: 100%;
}

.rt-solutions-option-v1 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.25rem;
  display: flex;
  position: relative;
}

.rt-solutions-link-arrow {
  width: .9375rem;
}

.rt-servcie-v3-glow {
  background-image: url('../images/Home-service-v1-background-noise.svg'), radial-gradient(circle farthest-corner at 50% 38%, var(--_colors---light), #f8fa8d00 27%);
  background-position: 50% 29%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 938px, auto;
}

.rt-service-v6-right-bottom {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  align-items: stretch;
}

.rt-counter-box-h4 {
  height: 1.875rem;
  margin-bottom: .625rem;
  overflow: hidden;
}

.rt-progress-track {
  background-color: #36503f1a;
  border-radius: 1.25rem;
  width: 100%;
  height: .25rem;
}

.rt-progress-bar {
  background-color: var(--_colors---accent-blue);
  border-radius: 1.25rem;
  width: 0%;
  height: 100%;
}

.rt-progress-bar.rt-bar-one {
  width: 92%;
}

.rt-progress-bar.rt-bar-two {
  width: 85%;
}

.rt-progress-bar.rt-bar-three {
  width: 97%;
}

.rt-service-v9-content {
  grid-column-gap: var(--element-gaps--extra-large);
  grid-row-gap: var(--element-gaps--extra-large);
  justify-content: flex-start;
  align-items: center;
}

.rt-service-v9-list {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  width: 100%;
}

.rt-service-v9-cards {
  grid-column-gap: 2.8125rem;
  grid-row-gap: 2.8125rem;
  background-color: var(--_colors---white);
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.875rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-service-v9-card-text {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.rt-service-v9-card-content {
  flex: 1;
  max-width: 22.25rem;
  position: relative;
}

.rt-service-v9-card-icon-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.8rem;
  position: relative;
}

.rt-service-star-icon {
  opacity: .1;
  width: 7.125rem;
  height: auto;
  position: absolute;
  inset: -26% 19% auto auto;
}

.rt-service-v9 {
  padding-top: var(--section-gaps--section-gap-medium);
  background-image: url('../images/Yellow-drawing-line.svg');
  background-position: 92% 12px;
  background-repeat: no-repeat;
  background-size: auto;
}

.rt-solutions-v6 {
  padding-top: var(--section-gaps--section-gap-medium);
  height: 300vh;
}

.rt-solutions-v6-content {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  justify-content: space-between;
  align-items: stretch;
}

.rt-solutions-v6-content-right {
  border-radius: 1.875rem;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  max-width: 53.125rem;
  min-height: 37.5rem;
  position: relative;
  overflow: hidden;
}

.rt-solutions-v6-left {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex: 1;
  max-width: 24.0625rem;
}

.rt-solutions-v6-list {
  grid-column-gap: 2.1875rem;
  grid-row-gap: 2.1875rem;
  width: 100%;
}

.rt-solutions-v6-list-items {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  align-items: stretch;
}

.rt-solutions-scroll-wrap {
  background-color: #ffffff1a;
  border-radius: 1.25rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: .25rem;
}

.rt-solutiolns-scroll-fill {
  background-color: var(--_colors---light);
  border-radius: 1.25rem;
  width: 100%;
  height: 0%;
}

.rt-gap-tiny {
  margin-bottom: var(--element-gaps--tiny);
}

.rt-button-gap-scroll {
  padding-top: var(--element-gaps--extra-small);
}

.rt-solutions-video-1 {
  z-index: 4;
  height: 100%;
  position: relative;
}

.rt-video {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.rt-video.is-off {
  display: none;
}

.rt-video-overaly {
  z-index: 2;
  background-image: linear-gradient(180deg, #0000 61%, var(--_colors---black));
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.rt-solutions-video-2 {
  z-index: 5;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rt-solutions-video-3 {
  z-index: 7;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rt-sticky {
  position: sticky;
  top: 10vh;
}

.rt-video-cta-box {
  justify-content: center;
  align-items: center;
}

.rt-video-v3 {
  z-index: 10;
  padding-top: var(--section-gaps--section-gap-large);
  padding-bottom: var(--section-gaps--section-gap-large);
  position: relative;
}

.rt-solutions-v7-content {
  grid-column-gap: var(--element-gaps--extra-large);
  grid-row-gap: var(--element-gaps--extra-large);
  justify-content: flex-start;
  align-items: center;
}

.rt-solutions-v7-cards-wrap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--_colors---white);
  border-radius: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.rt-solutions-v7-card {
  grid-column-gap: 3.4375rem;
  grid-row-gap: 3.4375rem;
  padding: 2.5rem 2.5rem 2rem 1.875rem;
  position: relative;
}

.rt-solutions-v7-card-icon-wrap {
  justify-content: center;
  align-items: center;
  height: 2.375rem;
  position: relative;
}

.rt-card-linear-border {
  background-image: linear-gradient(180deg, #0000 15%, var(--_colors---border) 50%, transparent 90%);
  width: .0625rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.rt-linear-bottom.rt-line-1 {
  display: none;
}

.rt-solutions-v7 {
  padding-top: var(--section-gaps--section-gap-medium);
}

.rt-big-text-content {
  justify-content: center;
  align-items: center;
}

.rt-big-text-tags {
  background-color: var(--_colors---accent-blue);
  font-family: var(--_font-family---heading-font);
  color: var(--_colors---light);
  line-height: var(--_font-details---line-heights--h6-heights);
  font-weight: var(--_font-details---weights--heading);
  border-radius: 6.25rem;
  padding: clamp(.2rem, .52vw, .625rem) clamp(.625rem, 1.04vw, 1.25rem);
  font-size: clamp(.5rem, .93vw, 1.125rem);
}

.rt-big-text-tags.rt-text-tag-1 {
  position: absolute;
  inset: auto auto 0% 0%;
  transform: translate(24%, -104%)rotate(-24.57deg);
}

.rt-big-text-tags.rt-text-tag-2 {
  position: absolute;
  inset: 0% auto auto 20%;
  transform: translate(-29%, 43%)rotate(-47.5deg);
}

.rt-big-text-tags.rt-text-tag-3 {
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(-10.37deg)translate(269%, 230%);
}

.rt-big-text-tags.rt-text-tag-4 {
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(21deg)translate(419%, -354%);
}

.rt-big-text-tags.rt-text-tag-5 {
  inset: 0% 0% auto auto;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(-28.97deg)translate(-264%, -204%);
}

.rt-big-text-tags.rt-text-tag-6 {
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(-6deg)translate(-170%, -140%);
}

.rt-big-text-tags.rt-text-tag-7 {
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(55.9deg)translate(-24%, 243%);
}

.rt-big-text-tags.rt-text-tag-8 {
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(21deg)translate(-12%, -127%);
}

.rt-big-text-box {
  position: relative;
}

.rt-big-text-section {
  padding-top: var(--section-gaps--section-gap-medium);
}

.rt-service-faq {
  padding-top: var(--section-gaps--section-gap-tiny);
}

.rt-service-faq-content {
  grid-column-gap: var(--element-gaps--extra-large);
  grid-row-gap: var(--element-gaps--extra-large);
  align-items: stretch;
}

.rt-service-faq-top {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  justify-content: space-between;
  align-items: flex-start;
}

.rt-service-faq-top-left {
  border-radius: 1.25rem;
  flex: 1;
  max-width: 16.4375rem;
  overflow: hidden;
}

.rt-service-faq-top-right {
  flex: 1;
  max-width: 60rem;
}

.rt-service-faq-bottom {
  grid-column-gap: 2.7rem;
  grid-row-gap: 2.7rem;
  align-items: stretch;
}

.rt-service-faq-row {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
}

.rt-service-faq-text {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  border-bottom: 1px solid var(--_colors---border);
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 60rem;
  padding-bottom: 2.7rem;
  padding-right: 1.875rem;
}

.rt-service-faq-wrap {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 42.1875rem;
}

.rt-service-faq-main {
  flex: 1;
  max-width: 26.5rem;
  margin-top: -.2rem;
}

.rt-service-faq-element {
  padding-top: var(--element-gaps--tiny);
}

.rt-light-black-line {
  background-color: var(--_colors---border);
  flex: 1;
  max-width: 60rem;
  height: .0625rem;
}

.rt-about-v13 {
  padding-top: var(--section-gaps--section-gap-medium);
}

.rt-about-v13-content {
  grid-column-gap: var(--element-gaps--large);
  grid-row-gap: var(--element-gaps--large);
  align-items: stretch;
  max-width: 78.75rem;
}

.rt-about-v13-top {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: center;
}

.rt-about-v13-top-left {
  flex: 1;
  max-width: 20.625rem;
}

.rt-about-v13-top-middle {
  width: .0625rem;
}

.rt-about-v13-top-right {
  flex: 1;
  max-width: 43.125rem;
}

.rt-about-v13-bottom {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.rt-about-v13-image-wrap {
  flex: 1;
  max-width: 20.625rem;
}

.rt-about-v13-border {
  background-color: #fff3;
  align-self: stretch;
  width: .0625rem;
}

.rt-about-v13-bottom-right {
  grid-column-gap: var(--element-gaps--medium);
  grid-row-gap: var(--element-gaps--medium);
  flex: 1;
  max-width: 43.125rem;
}

.rt-about-v13-links {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  opacity: .5;
  color: var(--_colors---white);
  justify-content: flex-start;
  align-items: center;
  -webkit-text-decoration: underline #fff0;
  text-decoration: underline #fff0;
  transition: text-decoration-color .3s, opacity .3s;
  display: flex;
}

.rt-about-v13-links:hover {
  opacity: 1;
  -webkit-text-decoration-color: var(--_colors---white);
  text-decoration-color: var(--_colors---white);
}

.rt-about-v13-link-arrow {
  justify-content: center;
  align-items: center;
  margin-top: .8125rem;
  overflow: hidden;
}

.rt-about-v13-shape {
  width: 11.25rem;
  height: auto;
  position: absolute;
  inset: auto auto 4% 10%;
}

.rt-information-hero {
  padding-top: 13.75rem;
  padding-bottom: var(--section-gaps--section-gap-large);
  background-color: var(--_colors---accent-blue);
}

.rt-information-hero-main {
  grid-column-gap: var(--element-gaps--tiny);
  grid-row-gap: var(--element-gaps--tiny);
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.rt-icons-logo-boxes {
  background-color: var(--_colors---white);
  border-radius: .625rem;
  padding: 1.25rem;
  box-shadow: 0 .625rem 2.5rem #00000014;
}

.rt-icons-logo-boxes.rt-background-black {
  background-color: var(--_colors---black);
}

.rt-typography-informations {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  flex: 0 50%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-style-guide-colors {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.rt-style-guide-logo-wrapper {
  margin-bottom: var(--element-gaps--large);
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  width: 100%;
}

.rt-style-guide-logo-wrapper.bottom-margin-off {
  margin-bottom: 0;
}

.rt-style-guide-logo-wrapper.rt-input-wrap {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
}

.rt-style-guide-blocks-top {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
}

.rt-shadow-blocks {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.rt-color-information {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: space-between;
  align-items: center;
}

.rt-typography-wrapper {
  width: 100%;
}

.rt-list-gaps {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.rt-shadow-box {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 11.25rem;
  display: flex;
}

.rt-shadow-box.rt-shadow-box-small {
  box-shadow: 0 3.6875rem 6.25rem #00000040;
}

.rt-shadow-box.rt-shadow-box-large {
  box-shadow: 0 6.6875rem 12.5rem #00000040;
}

.rt-shadow-box.rt-shadow-box-medium {
  box-shadow: 0 9.375rem 9.375rem #00000026;
}

.rt-form-items {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
}

.rt-color-code {
  background-color: var(--_colors---white);
  color: var(--_colors---black);
  font-size: var(--_font-details---font-size--tag-size);
  line-height: var(--_font-details---line-heights--tag-heights);
  border-radius: 4px;
  padding: .1875rem .3125rem;
}

.rt-typography-text {
  flex: 0 50%;
}

.rt-logo-showcase-box {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rt-color-showcase {
  border-radius: .625rem;
  width: 100%;
  height: 11.25rem;
  margin-bottom: .625rem;
  box-shadow: 0 .125rem 2.5rem 0 #0000001a;
}

.rt-color-showcase.rt-color-one {
  background-color: var(--_colors---accent-blue);
}

.rt-color-showcase.rt-color-four {
  background-color: var(--_colors---light);
}

.rt-color-showcase.rt-color-three {
  background-color: var(--_colors---dark-gray);
}

.rt-color-showcase.rt-color-two {
  background-color: var(--_colors---black);
}

.rt-color-showcase.rt-color-six {
  background-color: var(--_colors---white);
}

.rt-color-showcase.rt-color-five {
  background-color: var(--_colors---whitesmoke);
}

.rt-color-blocks {
  border: 1px solid var(--_colors---border);
  border-radius: .625rem;
  padding: 1.25rem 1.25rem .625rem;
}

.rt-avatars-box {
  grid-column-gap: .4375rem;
  grid-row-gap: .4375rem;
  justify-content: center;
  align-items: center;
}

.rt-typography-row {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border-bottom: 1px solid var(--_colors---border);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}

.rt-typography-row.rt-row-top {
  border-bottom-style: none;
  padding-top: 0;
  padding-bottom: .625rem;
}

.rt-style-guide-border {
  margin-top: var(--element-gaps--small);
  margin-bottom: var(--element-gaps--medium);
  background-color: var(--_colors---border);
  width: 100%;
  height: .0625rem;
}

.rt-style-guide-main {
  grid-column-gap: 3.4375rem;
  grid-row-gap: 3.4375rem;
  align-items: stretch;
}

.rt-information-inner {
  padding-top: var(--section-gaps--section-gap-medium);
  padding-bottom: var(--section-gaps--section-gap-medium);
}

.rt-style-guide-icon {
  width: 2.2rem;
}

.rt-weight-500 {
  font-weight: var(--_font-details---weights--heading);
}

.rt-information-inner-main {
  grid-column-gap: var(--element-gaps--tiny);
  grid-row-gap: var(--element-gaps--tiny);
  text-align: center;
  justify-content: center;
  align-items: center;
}

.rt-information-inner-v2 {
  padding-top: var(--section-gaps--section-gap-large);
  padding-bottom: var(--section-gaps--section-gap-large);
}

.rt-showcase-images {
  margin-bottom: var(--element-gaps--extra-small);
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.rt-license-box {
  margin-bottom: var(--element-gaps--xxl);
  padding-bottom: var(--element-gaps--extra-large);
  border-bottom: 1px solid #0003;
  align-items: stretch;
}

.rt-license-images-wrapper {
  width: 100%;
}

.rt-image-links-wrapper {
  margin-bottom: var(--element-gaps--medium);
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.rt-image-blocks {
  margin-bottom: var(--element-gaps--large);
}

.rt-image-blocks.rt-gap-off {
  margin-bottom: 0;
}

.rt-hyperlink {
  color: var(--_colors---dark-gray);
  transition: color .35s;
}

.rt-hyperlink:hover {
  color: var(--_colors---black);
  text-decoration: underline;
}

.rt-videos {
  aspect-ratio: 16 / 9;
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
}

.rt-overview-hero-main {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.rt-overview-hero {
  background-color: var(--_colors---accent-blue);
  padding-top: 12.6rem;
  padding-bottom: 25.625rem;
  position: relative;
}

.rt-tag-text-wrap {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.rt-tag-line {
  background-color: var(--_colors---light);
  width: 2.6875rem;
  height: .0625rem;
}

.rt-hero-container {
  padding-right: var(--section-gaps--gutter);
  padding-left: var(--section-gaps--gutter);
  max-width: 50rem;
}

.rt-overview-scroll-images {
  z-index: 10;
  padding-bottom: var(--section-gaps--section-gap-medium);
  margin-top: -20.375rem;
  position: relative;
  overflow: hidden;
}

.rt-scroll-marquee-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.rt-scroll-marquee-wrapper.rt-scroll-marqee-wrap-two {
  justify-content: flex-end;
  align-items: center;
  margin-top: 1.875rem;
}

.rt-scroll-marquee-train {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-right: 1.875rem;
}

.rt-scroll-marquee-train.scroll-left-to-right {
  padding-left: 1.875rem;
  padding-right: 0;
}

.rt-scroll-box-shadow {
  border-radius: 1.25rem;
  width: 46.375rem;
  overflow: hidden;
  box-shadow: 0 .9375rem 3.125rem #00000014;
}

.rt-features-cell {
  grid-column-gap: 7.8125rem;
  grid-row-gap: 7.8125rem;
  background-color: var(--_colors---light);
  border-radius: 1.25rem;
  width: 100%;
  padding: 1.6875rem 1.875rem 2.0625rem;
  position: relative;
  overflow: hidden;
}

.rt-features-cell.rt-cell-three {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 1.8rem;
}

.rt-feature-image-shadow {
  border-radius: .625rem;
  width: 10rem;
  box-shadow: 0 .25rem 3.75rem #0000001a;
}

.rt-feature-image-shadow.rt-mobile-responsive-off.rt-features-image-three {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 12.25rem;
}

.rt-feature-image-shadow.rt-feature-image-five {
  width: 12.25rem;
  margin-bottom: -8.1rem;
  margin-left: 2.1875rem;
}

.rt-feature-image-shadow.feature-top-image {
  z-index: 2;
  margin-bottom: -11.625rem;
  margin-right: auto;
  position: relative;
}

.rt-feature-image-shadow.rt-feature-image-six {
  width: 11.1875rem;
  margin-bottom: -80px;
  margin-left: auto;
}

.rt-feature-image-shadow.rt-image-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 14.625rem;
}

.rt-features-text {
  grid-column-gap: var(--element-gaps--tiny);
  grid-row-gap: var(--element-gaps--tiny);
}

.rt-features-card-image {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  display: flex;
  position: absolute;
  inset: auto 20px 0% auto;
}

.rt-features-card-image.rt-about-image-two {
  justify-content: flex-end;
  align-items: flex-start;
}

.rt-overview-features {
  justify-content: flex-start;
  align-items: center;
}

.rt-overview-features-content {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  width: 100%;
  margin-bottom: 1.875rem;
  padding: 0;
}

.rt-overview-features-content.rt-gap-off {
  margin-bottom: 0;
}

.rt-figma-screen {
  object-position: 0% 50%;
}

.rt-figma-text {
  flex: 1;
  max-width: 29.07rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.rt-figma-image-wrap {
  flex: 1;
  height: 100%;
}

.rt-pages-cards-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.rt-pages-cards-wrapper.rt-2-col-wrapper {
  grid-template-columns: 1fr 1fr;
}

.rt-overview-homes {
  padding-top: var(--section-gaps--section-gap-medium);
  padding-bottom: var(--section-gaps--section-gap-large);
  outline-offset: 0px;
  outline: 3px #464646;
}

.rt-overview-home-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-start;
  align-items: center;
}

.rt-overview-home-text {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 33rem;
}

.rt-image-overlay {
  background-color: var(--_colors---accent-blue);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(-100%);
}

.rt-image-overlay.rt-overlay-color-change {
  background-color: var(--_colors---light);
}

.rt-image-appear-box {
  transform-origin: 50% 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.rt-overview-page-content {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  position: relative;
}

.rt-overview-page-card {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  border: 1px solid var(--_colors---border);
  background-color: var(--_colors---white);
  border-radius: .625rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-spacial-card-icon-box {
  margin-bottom: var(--element-gaps--medium);
  background-color: var(--_colors---light);
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  width: 5.3125rem;
  height: 5.3125rem;
}

.rt-2-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.rt-spacial-card-v3-main {
  background-color: var(--_colors---white);
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 31.875rem;
  padding: 2.8125rem;
}

.rt-spacial-card-v3 {
  background-color: var(--_colors---accent-blue);
  text-align: center;
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  padding: 1.875rem;
}

.rt-customization-description {
  max-width: 23.2rem;
}

.rt-overview-innerpage {
  padding-top: var(--section-gaps--section-gap-medium);
  padding-bottom: var(--section-gaps--section-gap-large);
}

.rt-innerpage-text-box {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 35.5rem;
  position: relative;
}

.rt-overview-footer-container {
  padding-right: var(--section-gaps--gutter);
  padding-left: var(--section-gaps--gutter);
  max-width: 38.9rem;
  margin-bottom: 6.25rem;
}

.rt-overview-footer-bottom {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.rt-overview-footer {
  background-color: var(--_colors---white);
  border-radius: 3.125rem 3.125rem 0 0;
  padding-top: 9.375rem;
  padding-bottom: 2.5rem;
  position: relative;
  overflow: hidden;
}

.rt-overview-footer-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
}

.rt-overview-footer-main {
  grid-column-gap: var(--element-gaps--extra-small);
  grid-row-gap: var(--element-gaps--extra-small);
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.rt-footer-marquee-line {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rt-footer-marquee-line.rt-align-bottom {
  align-self: flex-end;
}

.rt-footer-marquee-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 23vw;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.rt-footer-marquee-wrapper.rt-right {
  inset: 0% 0% 0% auto;
}

.rt-footer-marque-image {
  height: auto;
}

.rt-footer-train {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  padding-bottom: .9375rem;
}

.rt-footer-train.rt-bottom {
  padding-top: 15px;
  padding-bottom: 0;
}

.rt-footer-link-hover {
  font-weight: var(--_font-details---weights--heading);
  transition: color .35s;
}

.rt-footer-link-hover:hover {
  color: var(--_colors---accent-blue);
}

.rt-team-v2 {
  padding-top: var(--section-gaps--section-gap-tiny);
  padding-bottom: var(--section-gaps--section-gap-large);
}

.rt-informations-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.rt-team-details-short-description {
  max-width: 480px;
  margin-top: 12px;
  margin-bottom: 45px;
}

.rt-team-details-short-description.rt-color-white {
  color: var(--_colors---dark-gray);
}

.rt-team-phone {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
}

.rt-team-details-block {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: var(--_colors---black);
  flex: 1;
  max-width: 34.375rem;
}

.rt-member-information {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 2.8125rem;
}

.rt-team-member-hero {
  background-color: var(--_colors---accent-blue);
  padding-top: 9.5rem;
  padding-bottom: 11.25rem;
  position: relative;
}

.rt-information-icon-box {
  background-color: var(--_colors---light);
  border-radius: .3125rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.875rem;
  height: 2.875rem;
}

.rt-team-member-image {
  flex: 1;
  max-width: 32.5rem;
}

.rt-team-hero-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  align-items: center;
  max-width: 75.625rem;
}

.rt-member-contact-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.rt-white-border {
  background-color: #fff3;
  width: 100%;
  height: .0625rem;
}

.rt-member-details {
  padding-top: var(--section-gaps--section-gap-tiny);
  padding-bottom: var(--section-gaps--section-gap-medium);
}

.rt-team-member-about-text-block {
  flex: 1;
  max-width: 27.5rem;
}

.rt-team-capture-text-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 430px;
}

.rt-team-member-about-heading-block {
  flex: 1;
  max-width: 8.4375rem;
}

.rt-team-member-about-wrap {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  border-top: 1px solid var(--_colors---border);
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.rt-team-details-wrapper {
  max-width: 53.125rem;
  margin-left: auto;
  margin-right: auto;
}

.rt-team-details-cta {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  background-color: var(--_colors---white);
  border-radius: 1.25rem;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-bottom: 40px;
  padding: 40px 55px;
  box-shadow: 0 10px 100px #0000001a;
}

.rt-team-details-full-wrapper {
  border-bottom: 1px solid #fff3;
}

.rt-team-member-name-block {
  margin-bottom: var(--element-gaps--tiny);
  grid-column-gap: .4375rem;
  grid-row-gap: .4375rem;
}

.rt-team-member-about-wrapper {
  align-self: stretch;
  margin-top: 2.8125rem;
  margin-bottom: 1.25rem;
}

.rt-more-members {
  padding-top: var(--section-gaps--section-gap-medium);
  padding-bottom: var(--section-gaps--section-gap-large);
}

.rt-more-members-main {
  grid-column-gap: var(--element-gaps--large);
  grid-row-gap: var(--element-gaps--large);
  align-items: stretch;
}

.rt-more-members-top {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  align-items: center;
}

.rt-image-position-top {
  object-position: 50% 20%;
}

.rt-background-shape {
  background-image: url('../images/Yellow-drawing-line.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.rt-plus-bar {
  background-color: var(--_colors---light);
  border-radius: 1.25rem;
  width: .6rem;
  height: .125rem;
}

.rt-plus-bar.rt-bar-rotate {
  position: absolute;
  transform: rotate(90deg);
}

.rt-gsap-top {
  padding-top: 11.875rem;
  padding-bottom: var(--section-gaps--section-gap-large);
  background-color: var(--_colors---accent-blue);
}

.rt-gsap-paragraph {
  max-width: 34.375rem;
  margin-left: auto;
  margin-right: auto;
}

.rt-text-center {
  text-align: center;
}

.rt-gsap-bottom {
  padding-top: var(--section-gaps--section-gap-medium);
}

.rt-circle-arrow-box {
  z-index: 3;
  background-color: var(--_colors---accent-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.9375rem;
  height: 2.9375rem;
  position: absolute;
  inset: 5% 18% auto auto;
}

.rt-card-overbox {
  position: relative;
}

.rt-pricing-card-v4-top {
  grid-column-gap: 1.0625rem;
  grid-row-gap: 1.0625rem;
  padding-bottom: .5rem;
}

.rt-pricing-card-v4-top-wrap {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  align-items: stretch;
  padding-left: 2.125rem;
  padding-right: 2.125rem;
}

.rt-pricing-v4-bottom {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
}

.rt-pricing-service-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: wrap;
}

.rt-pricing-services {
  border: 1px solid var(--_colors---border);
  background-color: var(--_colors---white);
  font-size: .75rem;
  line-height: 250%;
  font-weight: var(--_font-details---weights--heading);
  border-radius: 6.25rem;
  flex: none;
  padding-left: .875rem;
  padding-right: .875rem;
}

.countdown {
  color: #fff;
  flex: 1;
}

.rt-ads-card-v7 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}

.rt-ads-card-v9-highlight {
  color: var(--_colors---accent-blue);
}

.rt-not-shrink {
  flex: none;
}

.rt-ads-v7-cards-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: stretch;
  width: 100%;
  max-width: 25.625rem;
  margin-bottom: 2.5rem;
}

.rt-ads-card-v7-text-wrap {
  justify-content: flex-start;
  align-items: center;
  padding: 2.5rem .9375rem 3.125rem;
}

.offer-container-card-v3 {
  background-color: var(--_colors---accent-blue);
  width: 100%;
  overflow: hidden;
}

.rt-ads-v1-cards-description {
  margin-bottom: 2.1875rem;
}

.rt-ads-v1-cards-description.rt-card-description-dark {
  color: #3d405c;
}

.rt-container-2 {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-pricing-v2-countdown-text {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
}

.align-icon {
  margin-bottom: 3px;
}

.rt-ads-card-v7-image-wrapper {
  padding-top: .9375rem;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.rt-text-underline-2 {
  text-decoration: underline;
}

.rt-ads-image {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.rt-grey-line {
  background-color: #efefef;
  width: 100%;
  height: .0625rem;
}

.rt-cta-v4-points {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.rt-ads-card-v7-text-content {
  width: 100%;
  max-width: 31.875rem;
}

.rt-limited-offer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(90deg, #8036ff, #0665f3);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 9px 10px;
}

.rt-limited-offer.background-off {
  background-image: url('../images/Shape.svg'), url('../images/Sprial-icon.svg');
  background-position: 89%, 7% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-radius: 0;
}

.rt-limited-offer.background-off.rt-padding-reduce {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 13px;
  line-height: 1.69231;
}

.rt-hero-v3-bar-2 {
  background-color: #fff;
  border-radius: 3.125rem;
  width: 0%;
  height: 100%;
}

.rt-hero-v3-slider-main-2 {
  justify-content: center;
  align-items: center;
  padding: 21.2rem .9375rem;
}

.rt-hero-v3-2 {
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.rt-curved-gap-2 {
  z-index: 10;
  background-color: #f5f5f5;
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
  height: 3.125rem;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-hero-v3-slider-button-right-2 {
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 14rem;
  transition: border-color .2s;
  display: flex;
  right: 0;
  transform: translate(50%);
}

.rt-hero-v3-slider-button-right-2:hover {
  border-color: #fff;
}

.rt-hero-v3-background-overlay-2 {
  z-index: 5;
  background-color: #0006;
  background-image: linear-gradient(#000, #0000 40%), linear-gradient(4deg, #000000eb, #0000 50%), linear-gradient(90deg, #000000d6, #0000 30%), linear-gradient(270deg, #000000d6, #0000 33%);
  position: absolute;
  inset: 0%;
}

.rt-hero-v3-slider-nav-item-2 {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 17.75rem;
}

.rt-button-overlay-2 {
  background-color: #fff;
  width: 0%;
  height: 25rem;
  position: absolute;
  transform: rotate(37deg);
}

.rt-button-overlay-2.rt-button-overlay-v2 {
  background-color: #fff;
}

.rt-tag-text-2 {
  color: #000;
  letter-spacing: .08751rem;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 600;
  line-height: 171.43%;
}

.rt-heading-style-h5-2 {
  color: #000;
  letter-spacing: -.03751rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 125%;
}

.rt-heading-style-h5-2.rt-gap-tiny {
  font-family: var(--_font-family---heading-font);
  font-size: var(--_font-details---font-size--h5-size);
  font-weight: var(--_font-details---weights--heading);
}

.rt-heading-style-h5-2.rt-contact-option-title {
  max-width: 9.3125rem;
}

.rt-heading-style-h5-2.rt-video-v1-title {
  max-width: 175px;
}

.rt-button-2 {
  background-color: var(--_colors---white);
  color: var(--_colors---black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  padding: .8125rem 1.625rem;
  font-weight: 600;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-button-2:hover {
  background-color: var(--_colors---whitesmoke);
}

.rt-button-2.green {
  color: #f8fa8d;
  background-color: #36503f;
}

.rt-hero-v3-slider-button-2 {
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 14rem;
  transition: border-color .2s;
  display: flex;
  left: 0;
  transform: translate(-50%);
}

.rt-hero-v3-slider-button-2:hover {
  border-color: #fff;
}

.rt-hero-tag-wrapper-2 {
  -webkit-backdrop-filter: blur(2.7rem);
  backdrop-filter: blur(2.7rem);
  background-color: #0000004d;
  border: 1px solid #ffffff26;
  border-radius: 3.125rem;
  margin-bottom: .9375rem;
  padding: .5rem 1.25rem .4375rem;
}

.rt-container-3 {
  max-width: 82.5rem;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.rt-container-3.rt-video-container {
  width: 100%;
  height: 100%;
}

.rt-container-3.minus-gap {
  max-width: 90rem;
  margin-bottom: 0;
}

.rt-circle-plus-icon-2 {
  background-color: #f5f5f5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  padding-top: 1px;
  padding-left: 1px;
}

.rt-circle-plus-icon-2.rt-hero-v1-icon {
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.rt-circle-plus-icon-2.rt-icon-background-green {
  background-color: #36503f;
  flex: none;
  position: relative;
}

.rt-curved-gap-3 {
  z-index: 10;
  background-color: #f5f5f5;
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
  height: 3.125rem;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-slides-right-card-2 {
  z-index: 5;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  -webkit-backdrop-filter: blur(5rem);
  backdrop-filter: blur(5rem);
  background-color: #d5d5d51a;
  border: 1px solid #ffffff80;
  border-radius: .9375rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 47rem;
  padding: 1rem 3.75rem 1rem 1rem;
  display: none;
  position: absolute;
  inset: auto .9375rem 0% auto;
}

.rt-button-overlay-3 {
  background-color: #fff;
  width: 0%;
  height: 25rem;
  position: absolute;
  transform: rotate(37deg);
}

.rt-button-overlay-3.rt-button-overlay-v2 {
  background-color: #fff;
}

.rt-button-overlay-3.rt-button-overlay-v2.green-4 {
  background-color: #000;
}

.rt-button-overlay-3.rt-button-overlay-v2.rt-full-width-overlay {
  background-color: var(--_colors---dark-gray);
  background-color: #4d4d4d;
  height: 25rem;
}

.rt-tag-text-3 {
  color: #000;
  letter-spacing: .08751rem;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 600;
  line-height: 171.43%;
}

.rt-slides-top-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  pointer-events: auto;
  width: 100%;
  max-width: 34.5625rem;
}

.rt-container-large-2 {
  max-width: 101.875rem;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.rt-container-large-2.rt-container-relative {
  position: relative;
}

.rt-hero-v1-2 {
  background-color: #000;
  padding-bottom: 10rem;
  position: relative;
  overflow: hidden;
}

.rt-slider-arrow-button-2 {
  pointer-events: auto;
  background-color: #ffffff1a;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  transition: background-color .3s;
  display: flex;
  inset: auto auto 0% 0%;
}

.rt-slider-arrow-button-2:hover {
  background-color: #f8fa8d;
}

.rt-slider-arrow-button-2.rt-button-slider-next {
  margin-left: 4.75rem;
}

.div-block {
  background-color: var(--_colors---accent-blue);
}

.rt-about-v4-bottom-line-2 {
  background-color: #0003;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: .0625rem;
  display: grid;
}

.rt-about-v4-2 {
  padding-top: 5rem;
}

.rt-about-v4-top-2 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.25rem;
}

.rt-about-v4-moving-line-2 {
  background-color: #36503f;
  width: 100%;
  height: 1px;
}

.rt-heading-style-h2-2 {
  color: #000;
  letter-spacing: -.075rem;
  font-family: Inter Tight, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 112.5%;
}

.rt-background-green {
  background-color: var(--_colors---accent-blue);
}

.rt-service-v5-list-yellow-line-2 {
  background-color: #f8fa8d;
  width: 100%;
  height: 100%;
}

.rt-service-v5-left-2 {
  grid-column-gap: 3.25rem;
  grid-row-gap: 3.25rem;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  max-width: 36.625rem;
}

.rt-service-v5-list-text-2 {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  flex: 1;
  max-width: 28.125rem;
  padding-top: 2.5rem;
  padding-bottom: 2.1875rem;
}

.rt-service-v5-2 {
  padding-top: 7.8125rem;
}

.rt-color-white-2 {
  color: #fff;
}

.rt-heading-style-h6-2 {
  color: #000;
  letter-spacing: -.03375rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 127.78%;
}

.rt-heading-style-h6-2.rt-color-white-2.rt-about-v1-bottom-text {
  max-width: 232px;
}

.rt-about-v1-bottom-image-content-2 {
  z-index: 2;
  background-image: linear-gradient(#0000 24%, #000 96%);
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 2.8125rem;
  padding-left: 3.4375rem;
  padding-right: 3.4375rem;
  position: absolute;
  inset: 0%;
}

.rt-lightbox-play-2 {
  border: 1px solid #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4.5625rem;
  height: 4.5625rem;
  padding-left: 2px;
  display: flex;
}

.rt-about-v10-top-2 {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3.125rem;
}

.rt-about-v10-counter-2 {
  grid-column-gap: 1.4375rem;
  grid-row-gap: 1.4375rem;
  background-color: #f8fa8d;
  border-radius: 1.25rem;
  flex: 1;
  max-width: 11.875rem;
  padding: 1.25rem 1.875rem;
}

.rt-tag-text-4 {
  color: #000;
  letter-spacing: .08751rem;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 600;
  line-height: 171.43%;
}

.rt-inner-fill-2 {
  background-color: #fff;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rt-about-v10-2 {
  padding-top: 7.8125rem;
}

.rt-features-v1-image-card-wrap-2 {
  background-color: #fff;
  border-radius: 1.25rem;
  flex: 1;
  max-width: 18.75rem;
  padding: 1.875rem 1.25rem;
}

.rt-solutions-v5-left-2 {
  grid-column-gap: 8.125rem;
  grid-row-gap: 8.125rem;
  flex: 1;
  max-width: 25.625rem;
  margin-top: .75rem;
}

.rt-big-text-v2-2 {
  color: #000;
  font-family: Inter Tight, sans-serif;
  font-size: clamp(2.5rem, 9vw, 8.125rem);
  font-weight: 600;
  line-height: 1;
}

.rt-solutions-left-bottom-2 {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
}

.rt-solutions-v5-right-text-2 {
  grid-column-gap: 8.125rem;
  grid-row-gap: 8.125rem;
  background-color: #f8fa8d;
  flex: 1;
  max-width: 20.625rem;
  padding: 5rem 1.875rem 3.125rem;
}

.rt-tag-text-5 {
  color: #000;
  letter-spacing: .08751rem;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 600;
  line-height: 171.43%;
}

.rt-solutions-right-top-2 {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  max-width: 14.375rem;
}

.rt-about-v6-border-fill-2 {
  background-color: #fff;
  width: 0%;
  height: 100%;
}

.rt-about-v6-border-fill-2.rt-list-fill-border-dark {
  background-color: #000;
}

.rt-solutions-left-top-2 {
  padding-bottom: 3.25rem;
  position: relative;
}

.rt-service-v3-top-left-2 {
  border: 1px solid #0003;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 11.5625rem;
  height: 11.5625rem;
  margin-top: .4rem;
  position: relative;
}

.rt-service-v3-top-left-2.rt-big-text-rounded {
  background-color: #f8fa8d;
  width: 9.375rem;
  height: 9.375rem;
  margin-top: clamp(-8rem, -4.1vw, -1rem);
  box-shadow: 0 3.6875rem 6.25rem #00000042;
}

.rt-big-text-tags-2 {
  color: #f8fa8d;
  background-color: #36503f;
  border-radius: 6.25rem;
  padding: clamp(.2rem, .52vw, .625rem) clamp(.625rem, 1.04vw, 1.25rem);
  font-family: Inter Tight, sans-serif;
  font-size: clamp(.5rem, .93vw, 1.125rem);
  font-weight: 500;
  line-height: 127.78%;
}

.rt-big-text-tags-2.rt-text-tag-7 {
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(55.9deg)translate(-24%, 243%);
}

.rt-big-text-tags-2.rt-text-tag-2 {
  position: absolute;
  inset: 0% auto auto 20%;
  transform: translate(-29%, 43%)rotate(-47.5deg);
}

.rt-big-text-tags-2.rt-text-tag-8 {
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(21deg)translate(-12%, -127%);
}

.rt-big-text-tags-2.rt-text-tag-4 {
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(21deg)translate(419%, -354%);
}

.rt-big-text-tags-2.rt-text-tag-1 {
  position: absolute;
  inset: auto auto 0% 0%;
  transform: translate(24%, -104%)rotate(-24.57deg);
}

.rt-big-text-tags-2.rt-text-tag-3 {
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(-10.37deg)translate(269%, 230%);
}

.rt-big-text-tags-2.rt-text-tag-5 {
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(-28.97deg)translate(-264%, -204%);
}

.rt-big-text-tags-2.rt-text-tag-6 {
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(-6deg)translate(-170%, -140%);
}

.rt-gap-md-2 {
  margin-bottom: 2.1875rem;
}

.rt-card-linear-border-2 {
  background-image: linear-gradient(#0000 15%, #0003 50%, #0000 90%);
  width: .0625rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.rt-big-text-v3-2 {
  color: #fff;
  letter-spacing: clamp(-.1125rem, -10vw, -.375rem);
  font-family: Inter Tight, sans-serif;
  font-size: clamp(3.75rem, 15vw, 21.8rem);
  font-weight: 500;
  line-height: .8;
}

.rt-big-text-v3-2.rt-color-black {
  color: #000;
}

.rt-solutions-v7-content-2 {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  justify-content: flex-start;
  align-items: center;
}

.rt-button-v2-2 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.rt-button-v2-2.dark-6 {
  color: #000;
}

.rt-solutions-v7-2 {
  padding-top: 7.8125rem;
}

.rt-button-underline-fill-2 {
  background-color: #f8fa8d;
  width: 100%;
  height: 100%;
}

.rt-button-underline-fill-2.dark-4 {
  background-color: #000;
}

.rt-awards-circle-inside-2 {
  border: 1px solid #0003;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 7.4375rem;
  height: 7.4375rem;
  position: absolute;
}

.rt-awards-circle-inside-2.rt-big-text-rounded-inside {
  width: 6.0625rem;
  height: 6.0625rem;
}

.rt-big-text-section-2 {
  padding-top: 7.8125rem;
}

.rt-solutions-v7-cards-wrap-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  border-radius: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.rt-button-v2-underline-wrap-2 {
  background-color: #fff3;
  justify-content: flex-start;
  align-items: center;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-button-v2-underline-wrap-2.dark-18 {
  background-color: #0003;
}

.rt-background-glow-2 {
  background-image: url('../images/Home-service-v1-background-noise.svg'), radial-gradient(circle at 50% 71%, #f8fa8d, #f8fa8d00 35%);
  background-position: 50% 81%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 900px, auto;
}

.rt-background-glow-2.rt-service-two-glow {
  background-image: url('../images/Home-service-v1-background-noise.svg'), radial-gradient(circle farthest-corner at 50% 36%, var(--_colors---light), #f8fa8d00 35%);
  background-position: 50% 36%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 900px, auto;
  padding-bottom: 100px;
}

.rt-heading-style-h4-2 {
  color: #000;
  letter-spacing: -.045rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120.83%;
}

.rt-service-v7-2 {
  padding-top: 4.375rem;
  padding-bottom: 8.125rem;
}

.rt-service-v2-item-right-2 {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  flex: 1;
  max-width: 17.3125rem;
}

.rt-service-v2-content-2 {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
}

.rt-button-v2-3 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.rt-big-text-v2-3 {
  color: #000;
  font-family: Inter Tight, sans-serif;
  font-size: clamp(2.5rem, 9vw, 8.125rem);
  font-weight: 600;
  line-height: 1;
}

.rt-big-text-v2-3.rt-color-white-3 {
  color: #fff;
}

.rt-big-text-v2-3.rt-color-white-3.rt-video-text {
  z-index: 3;
  position: absolute;
  inset: auto 1.875rem 1.875rem auto;
}

.rt-heading-style-h4-3 {
  color: #000;
  letter-spacing: -.045rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120.83%;
}

.rt-color-white-3 {
  color: #fff;
}

.rt-button-gap-scroll-2 {
  padding-top: 1.4375rem;
}

.rt-video-overaly-2 {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(#0000 61%, #000);
  position: absolute;
  inset: 0%;
}

.rt-button-underline-fill-3 {
  background-color: #f8fa8d;
  width: 100%;
  height: 100%;
}

.rt-solutions-v6-2 {
  height: 300vh;
  padding-top: 7.8125rem;
}

.rt-solutiolns-scroll-fill-2 {
  background-color: #f8fa8d;
  border-radius: 1.25rem;
  width: 100%;
  height: 0%;
}

.rt-solutions-video-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.rt-service-v3-top-left-3 {
  border: 1px solid #0003;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 11.5625rem;
  height: 11.5625rem;
  margin-top: .4rem;
  position: relative;
}

.rt-service-v3-top-left-3.rt-border-color-change {
  border-color: #f8fa8d33;
}

.rt-insights-list-items-2 {
  grid-column-gap: 1.4375rem;
  grid-row-gap: 1.4375rem;
  border-top: 1px solid #fff3;
  width: 100%;
  padding-top: 1.875rem;
  padding-bottom: 1.5625rem;
}

.rt-insights-list-items-2.rt-last-item-border {
  border-bottom: 1px solid #fff3;
}

.rt-awards-circle-inside-3 {
  border: 1px solid #0003;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 7.4375rem;
  height: 7.4375rem;
  position: absolute;
}

.rt-awards-circle-inside-3.rt-border-color-change {
  border-color: #f8fa8d33;
}

.rt-insights-top-right-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  max-width: 39.375rem;
}

.rt-insights-content-2 {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
}

.rt-insights-2 {
  padding-top: 7.8125rem;
  padding-bottom: 7.8125rem;
}

.text-block {
  color: var(--_colors---white);
  font-size: var(--_font-details---font-size--h4-size);
  font-weight: var(--_font-details---weights--button);
}

.text-block:hover {
  color: var(--_colors---light);
}

.section {
  padding-top: var(--section-gaps--section-gap-tiny);
  padding-bottom: 100px;
  display: block;
}

.image, .image-2, .image-3, .image-4, .image-5, .image-6, .image-7, .image-8 {
  width: 14px;
}

.section-2 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  overflow: hidden;
}

.dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.heading-h2 {
  color: #211f54;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-h2.white {
  color: #fff;
  font-size: 2.5rem;
}

.heading-h2.small {
  color: #213047;
  font-size: var(--_font-details---font-size--h2-size);
  line-height: 2.5rem;
  font-weight: var(--_font-details---weights--heading);
  font-size: var(--_font-details---font-size--h3-size);
  line-height: var(--_font-details---font-size--h3-size);
}

.nav-links-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-links_grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 70rem;
  display: flex;
}

.dropdown-card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 10px;
  min-width: 280px;
  margin-left: 220px;
  top: 32px;
  overflow: hidden;
  box-shadow: 0 2px 12px #14142b14;
}

.button-secondary-transparent {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: .5rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.nav-links-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.button-primary {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  background-image: linear-gradient(225deg, #213047, #015b83);
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.button-primary:hover {
  color: #015b83;
  background-color: #fff;
  background-image: none;
  border-color: #e2e2e2;
  font-weight: 600;
}

.button-primary:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

.button-primary.dark-bg-big {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.button-primary.dark-bg-big:focus {
  box-shadow: 0 1px 2px #1018280d, 0 0 0 2px #6e7191;
}

.button-primary.dark-bg-big:focus-visible, .button-primary.dark-bg-big[data-wf-focus-visible] {
  box-shadow: 0 1px 2px #1018280d;
}

.button-primary.dark-bg-big.w--current:focus {
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #667085;
}

.button-primary.big {
  padding: 1rem 1.5rem;
}

.button-primary.big:focus {
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

.heading-style-h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h1.is-white {
  font-family: var(--_font-family---heading-font);
  color: #fff;
  font-size: var(--_font-details---font-size--h1-size);
  line-height: var(--_font-details---line-heights--h1-heights);
  font-weight: var(--_font-details---weights--heading);
  padding-bottom: 10px;
}

.navbar {
  background-color: #fff0;
  position: relative;
}

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

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

.subheading-wrapper.center {
  justify-content: center;
}

.logo-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 20rem;
  display: flex;
  position: relative;
}

.logo-wrapper.w--current {
  width: auto;
}

.dropdown-link {
  color: #6e7191;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.dropdown-link:hover {
  color: #005dce;
}

.dropdown-link.w--current {
  color: #213047;
  text-align: left;
}

.background-video {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  height: 89vh;
  position: static;
}

.container--default {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.nav-link {
  color: #015b83;
  padding-top: .2rem;
  padding-bottom: .2rem;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.nav-link:hover {
  color: #005dce;
}

.nav-link.w--current {
  color: #757575;
}

.spacer-l {
  width: 100%;
  padding-bottom: 3rem;
  padding-right: 0;
}

.logo {
  width: 100%;
}

.dropdown-toggle {
  color: #015b83;
  align-items: center;
  padding: 0;
  font-size: 1.2rem;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: #005dce;
}

.dropdown-column {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.dropdown-column.w--open {
  padding-top: 40px;
  transform: translate(-50%);
}

.navbar-padding {
  color: #025d7e;
  background-color: #fff;
  padding-left: 4rem;
  padding-right: 4rem;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-pd {
  padding: 20px 40px;
}

.navbar-inner {
  justify-content: space-between;
  align-items: center;
  height: 5rem;
  display: flex;
}

.subheading-tagline {
  color: var(--_colors---black);
  font-size: var(--_font-details---font-size--body-size);
  line-height: var(--_font-details---line-heights--body-heights);
  font-weight: var(--_font-details---weights--body);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.subheading-tagline.white {
  color: #fff;
}

.logo-accent {
  color: #fc762d;
}

.image-9 {
  width: 175px;
  display: block;
}

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

.section-hero {
  height: 100%;
}

.logo-dark {
  color: #232325;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-style-large {
  color: #000;
  font-size: var(--_font-details---font-size--h4-size);
  line-height: var(--_font-details---line-heights--h4-heights);
  font-weight: var(--_font-details---weights--body);
  margin-top: 0;
  margin-bottom: 0;
}

.text-style-large.white {
  color: #fff;
}

.header_component {
  justify-content: center;
  align-items: center;
  min-height: 89vh;
  display: flex;
}

.hero-wrapper {
  margin-top: 0;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.center {
  justify-content: center;
}

.spacer-s {
  width: 100%;
  padding-bottom: 1.5rem;
}

.image-10 {
  width: auto;
  height: 9vh;
}

.rt-container-sm-2 {
  max-width: 78.75rem;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.rt-gap-md-3 {
  margin-bottom: 2.1875rem;
}

.rt-success {
  color: #b9dfff;
  text-align: center;
  background-color: #0b071f;
  border-radius: .25rem;
  width: 100%;
  padding: 1.25rem;
}

.rt-contact-form-v1-right-2 {
  border-left: 1px solid #bf776533;
  flex: 1;
  max-width: 740px;
  padding-top: 7.8125rem;
  padding-bottom: 4rem;
  padding-left: 8%;
}

.rt-contact-form-v1-left-2 {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 22.25rem;
  padding-top: 7.8125rem;
  padding-bottom: 4rem;
  position: sticky;
  top: 0;
}

.rt-contact-icons-2 {
  background-color: #0b071f;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 3.3125rem;
}

.rt-contact-icons-2.test {
  background-color: #fff0;
}

.rt-input-v1-2 {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #0003;
  width: 100%;
  height: 3.125rem;
  margin-bottom: 0;
  padding: 0 0 1.5625rem;
  font-size: 1rem;
}

.rt-input-v1-2:focus {
  border-bottom-color: #000;
}

.rt-input-v1-2::placeholder {
  color: #0009;
  font-size: 1rem;
}

.rt-input-v1-2.rt-gap-xs {
  margin-bottom: var(--element-gaps--extra-small);
}

.rt-input-v1-2.rt-gap-xs.rt-textarea {
  height: auto;
  min-height: 12.5rem;
}

.rt-button-3 {
  background-color: #b9dfff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: .8125rem 1.625rem;
  font-weight: 600;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-button-3.rt-button-green {
  color: #fff;
  background-color: #0b071f;
}

.rt-color-black-2 {
  color: #000;
}

.image-11, .image-12 {
  width: 30px;
}

.rt-contact-icons-3 {
  background-color: #0b071f;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 3.3125rem;
}

.image-13 {
  width: 30px;
}

.rt-input-v1-3 {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #0003;
  width: 100%;
  height: 3.125rem;
  margin-bottom: 0;
  padding: 0 0 1.5625rem;
  font-size: 1rem;
}

.rt-input-v1-3:focus {
  border-bottom-color: #000;
}

.rt-input-v1-3::placeholder {
  color: #0009;
  font-size: 1rem;
}

.rt-input-v1-3.rt-gap-xs {
  margin-bottom: 1.4375rem;
}

.rt-input-v1-3.rt-gap-xs.rt-textarea {
  height: auto;
  min-height: 12.5rem;
}

.image-14 {
  width: 30px;
}

.rt-gap-md-4 {
  margin-bottom: 2.1875rem;
}

.rt-success-message-3 {
  color: #b9dfff;
  text-align: center;
  background-color: #0b071f;
  border-radius: .25rem;
  width: 100%;
  padding: 1.25rem;
}

.image-15, .image-16 {
  width: 50%;
}

.opacity-20 {
  opacity: .2;
  overflow: clip;
}

.carrer-hero {
  height: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

.mg-bottom-40 {
  margin-bottom: 40px;
}

.heading-h1 {
  color: var(--_colors---black);
  font-size: var(--_font-details---font-size--h1-size);
  line-height: var(--_font-details---line-heights--h1-heights);
  font-weight: var(--_font-details---weights--heading);
  margin-top: 0;
  margin-bottom: 30px;
}

.btn-circle {
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 12px #14142b14;
}

.btn-circle:hover {
  transform: scale3d(.94, .94, 1.01);
}

.grid-hero {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.mg-top-60 {
  margin-top: 60px;
}

.icon-arrow-holder {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.line-wrapper {
  background-color: #015b83;
  min-width: 100px;
  min-height: 1px;
}

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

.page-padding.center {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.floating-image-hero {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: -1% auto auto -21%;
  overflow: hidden;
  transform: rotate(140deg);
}

.button-secondary {
  grid-column-gap: .5rem;
  color: #015b83;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.button-secondary:hover {
  color: #015b83;
  background-color: #fff;
  background-image: none;
  border-color: #e2e2e2;
  font-weight: 600;
}

.button-secondary:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

.button-secondary.big {
  color: #015b83;
  background-image: none;
  padding: 1rem 1.5rem;
}

.spacer-xs {
  width: 100%;
  padding-bottom: 1rem;
}

.text-style-medium-light {
  color: var(--_colors---dark-gray);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.carrer__title-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  cursor: auto;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.carrer_icon-wrapper {
  flex: none;
  margin-right: .5rem;
}

.text-style-small {
  color: #475467;
  font-size: var(--_font-details---font-size--body-size);
  line-height: var(--_font-details---line-heights--body-heights);
  letter-spacing: normal;
  margin-bottom: 0;
}

.text-style-small.semi-bold {
  font-weight: 600;
}

.paragraph--text {
  color: #015b83;
  letter-spacing: normal;
  font-size: 1.125rem;
  line-height: 1.5;
}

.paragraph--text.mittig {
  text-align: center;
}

.job_details-wrapper {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.career_detail-wrapper {
  align-items: center;
  margin-right: 1.5rem;
  font-weight: 500;
  display: flex;
}

.job__listing-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-flow: row;
}

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

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

.badge.is-success {
  font-family: var(--_font-family---heading-font);
  color: #027a48;
  background-color: #ecfdf3;
}

.badge.is-pink {
  color: #c11574;
  background-color: #fdf2fa;
}

.padding-vertical {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.label-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.badge-dot {
  color: #667085;
  justify-content: center;
  align-items: center;
  display: flex;
}

.badge-dot.text-color-pink500 {
  color: #ee46bc;
}

.badge-dot.text-color-success500 {
  color: #12b76a;
}

.heading-carrer {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 500;
}

.career_list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 50px;
  display: grid;
}

.button-secondary-karriere {
  grid-column-gap: .5rem;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.button-secondary-karriere:hover {
  color: var(--_colors---accent-blue);
  background-color: #fff;
  background-image: none;
  border-color: #e2e2e2;
  font-weight: 600;
}

.button-secondary-karriere:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

.carrer-icon {
  color: #98a2b3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.item-carrer {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 1rem;
  padding: 1.5rem;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.item-carrer.initiativ {
  background-color: var(--_colors---light);
}

.job-flex {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.job-square {
  background-color: var(--_colors---light);
  color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.job_label-card {
  text-align: left;
}

.job_post-date {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.job-sticky {
  width: 30%;
  position: sticky;
  top: 20px;
}

.heading-h1-2 {
  color: #015b83;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 4rem;
}

.heading-h1-2.small {
  font-family: var(--_font-family---site-font);
  color: var(--_colors---black);
  font-size: var(--_font-details---font-size--h2-size);
  line-height: var(--_font-details---line-heights--h2-heights);
  font-weight: var(--_font-details---weights--heading);
}

.job_labels-wrap {
  justify-content: space-between;
  margin-bottom: 45px;
  display: flex;
}

.spacer-m {
  width: 100%;
  padding-bottom: 2rem;
}

.icon-text {
  opacity: .9;
  color: #000;
  font-size: var(--_font-details---font-size--body-size);
  line-height: var(--_font-details---line-heights--body-heights);
  font-weight: var(--_font-details---weights--body);
  margin-bottom: 0;
}

.icon-text.job-link {
  font-family: var(--_font-family---site-font);
  color: #213047;
  margin-bottom: 0;
  font-weight: 600;
}

.job_description {
  margin-top: 25px;
}

.job-wrapper {
  position: relative;
}

.job-rte {
  color: #000;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1.4;
}

.flex-wrap {
  align-items: center;
  display: flex;
}

.job-body {
  padding-bottom: 35px;
  padding-left: 70px;
  padding-right: 70px;
}

.job-card {
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.text-icon {
  color: #000;
  font-size: 16px;
  font-weight: var(--_font-details---weights--body);
  margin-top: 0;
  margin-bottom: 0;
}

.job-left {
  width: 65%;
}

.job-description_heading {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.job_title-wrap {
  width: 100%;
  padding-top: 40px;
  padding-left: 70px;
  padding-right: 70px;
}

.job_label-flex {
  grid-column-gap: 10px;
  color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.job_sticky-card {
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  padding: 35px 30px;
  box-shadow: 0 2px 5px #0003;
}

.spacer-xxs {
  width: 100%;
  min-height: .5rem;
}

.embed-icon {
  color: var(--_colors---black);
  margin-bottom: -4px;
  overflow: visible;
}

.embed-icon.dark {
  color: #015b83;
}

.all-jobs {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.section-3 {
  background-color: #e2e2e2;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 100px 5%;
  display: flex;
}

.section-3.jobs {
  background-color: var(--_colors---whitesmoke);
  padding-top: 40px;
  padding-bottom: 40px;
}

.rt-button-wa {
  color: var(--_colors---black);
  font-weight: var(--_font-details---weights--button);
  background-color: #62e08c;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: .8125rem 1.625rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-button-wa.rt-button-green {
  background-color: var(--_colors---accent-blue);
  color: var(--_colors---light);
}

.rt-button-v2-4 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.rt-button-underline-fill-4 {
  background-color: #b9dfff;
  width: 100%;
  height: 100%;
}

.rt-curved-gap-4 {
  z-index: 10;
  background-color: #f5f5f5;
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
  height: 3.125rem;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-curved-gap-4.rt-curved-v2 {
  background-color: #fff;
  position: static;
}

.rt-background-jungle-green-2 {
  background-color: #0b071f;
}

.rt-background-jungle-green-2.rt-top-radius {
  background-color: var(--_colors---accent-blue);
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
}

.rt-button-4 {
  color: #000;
  background-color: #b9dfff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: .8125rem 1.625rem;
  font-weight: 600;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-tag-text-6 {
  color: #000;
  letter-spacing: .08751rem;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 600;
  line-height: 171.43%;
}

.rt-color-white-4 {
  color: #fff;
}

.rt-solutions-v2-card-left-2 {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex: 1;
  max-width: 18rem;
}

.rt-team-v1-2 {
  background-color: #0b071f;
  padding-top: 7.8125rem;
  padding-bottom: 8.125rem;
}

.rt-team-content-2 {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  justify-content: flex-start;
  align-items: center;
}

.rt-solutions-v2-cards-content-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  max-width: 20.875rem;
}

.rt-solutions-v2-2 {
  padding-top: 7.8125rem;
}

.image-17, .image-18, .image-19 {
  width: 12px;
}

.rt-curved-gap-5 {
  z-index: 10;
  background-color: #f5f5f5;
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
  height: 3.125rem;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-information-icon-box-2 {
  background-color: var(--_colors---white);
  border-radius: .3125rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.875rem;
  height: 2.875rem;
}

.rt-tag-text-7 {
  color: #000;
  letter-spacing: .08751rem;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 600;
  line-height: 171.43%;
}

.rt-tag-text-7.rt-color-white-5 {
  color: var(--_colors---black);
}

.rt-team-member-hero-2 {
  background-color: var(--_colors---light);
  padding-top: 5rem;
  padding-bottom: 11.25rem;
  position: relative;
}

.rt-color-white-5 {
  color: var(--_colors---dark-gray);
}

.list-item, .list-item-2 {
  padding-bottom: 10px;
}

.card {
  background-color: var(--_colors---light);
  color: #b8b9c2;
  border-radius: 1.25rem;
  width: 100%;
  max-width: 400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 0 1px .6rem #0000004d;
}

.arrow-left {
  width: 50px;
  height: 50px;
  inset: auto auto 0% 0%;
}

.carousel-slider._3 {
  right: auto;
}

.carousel-slider._8 {
  right: -147%;
}

.carousel-slider._4, .carousel-slider._2, .carousel-slider._7, .carousel-slider._5, .carousel-slider._6 {
  right: auto;
}

.card-body {
  background-color: var(--_colors---light);
  height: 100%;
  padding: 20px 30px 30px;
}

.carousel-mask {
  width: 40%;
  overflow: visible;
}

.card-header {
  background-image: url('../images/karriere-scaleteq_1.jpg');
  background-position: 50% 30%;
  background-size: cover;
  height: 150px;
}

.btn {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3862ec;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 1rem;
  transition: background-color .3s ease-out;
}

.btn:hover {
  background-color: #213ea0;
}

.arrow-right {
  width: 50px;
  height: 50px;
  inset: auto 0% 0% auto;
}

.carousel {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 400px;
}

.carousel.is_contained {
  color: var(--_colors---black);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 75px;
  overflow: visible;
}

.div-block-2 {
  margin-top: 20px;
}

.icon-2, .icon-3 {
  color: var(--_colors---black);
}

.slide-nav {
  color: var(--_colors---black);
  font-size: var(--_font-details---font-size--body-size);
}

.bold-text {
  font-size: var(--_font-details---font-size--body-size);
  line-height: var(--_font-details---line-heights--body-heights);
  font-weight: var(--_font-details---weights--body);
}

.image-20 {
  width: 50%;
}

.service-bullet-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: flex-start;
  display: flex;
}

.large-icon {
  z-index: 2;
  width: 40px;
  min-width: 40px;
  height: 40px;
  position: sticky;
  top: 49vh;
}

.animated-path {
  z-index: -2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-top: 25vh;
  display: flex;
  position: relative;
  left: 0;
}

.progress-bar {
  z-index: 0;
  background-color: var(--_colors---light);
  color: var(--_colors---white);
  background-image: linear-gradient(#f74801, #b80848 100%, #ff0090);
  width: 1.5px;
  height: 50vh;
  position: sticky;
  inset: 0 auto 50vh;
}

.mobile-heading {
  display: none;
}

.proces-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  height: 90%;
  display: flex;
  position: static;
}

.paragraph {
  color: var(--_colors---white);
  margin-bottom: 20px;
}

.process-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.bottom-margin---xs {
  color: var(--_colors---white);
  margin-bottom: 10px;
}

.process-grid-right {
  max-width: 600px;
}

.sticky-image-outer {
  border-radius: 1.25rem;
  width: 30vw;
  min-width: 30vw;
  max-width: 30vw;
  height: 30vw;
  min-height: 30vw;
  max-height: 30vw;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.process-grid-left {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.sticky-image {
  z-index: 5;
  background-image: url('../images/Dreamy-Portrait-Close-Up-1_1Dreamy Portrait Close-Up (1).webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.sticky-image._2 {
  z-index: 4;
  position: absolute;
  inset: 0%;
}

.sticky-image._4 {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.sticky-image._5 {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.sticky-image._3 {
  z-index: 3;
  position: absolute;
  inset: 0%;
}

.progress-bar-empty {
  z-index: -1;
  color: var(--_colors---white);
  background-color: #fff;
  width: 1.5px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 50vh;
}

.value-content-wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 350px;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.heading {
  color: var(--_colors---white);
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
  position: relative;
}

.progress-bar-2 {
  z-index: 0;
  background-color: var(--_colors---light);
  background-image: none;
  width: 1.5px;
  height: 50vh;
  position: sticky;
  inset: 0 auto 50vh;
}

.paragraph-2 {
  margin-bottom: 20px;
}

.bottom-margin---xs-2 {
  margin-bottom: 10px;
}

.section-4 {
  margin-bottom: 100px;
  padding-top: 4rem;
  padding-left: 40px;
  padding-right: 40px;
}

.progress-bar-empty-2 {
  z-index: -1;
  background-color: #e4e4e4;
  width: 1.5px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 50vh;
}

.flex-block-vertical {
  z-index: 15;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 75vw;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.body {
  background-color: var(--_colors---white);
}

.rt-video-v1-content-2 {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  max-width: 33.75rem;
  margin-left: 0;
  padding-bottom: 8.125rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.rt-button-underline-fill-5 {
  background-color: #f8fa8d;
  width: 100%;
  height: 100%;
}

.rt-button-underline-fill-5.dark-38 {
  background-color: #000;
}

.rt-service-v3-top-left-4 {
  border: 1px solid #0003;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 11.5625rem;
  height: 11.5625rem;
  margin-top: .4rem;
  position: relative;
}

.rt-service-v3-top-left-4.rt-big-text-rounded {
  background-color: #f8fa8d;
  width: 9.375rem;
  height: 9.375rem;
  margin-top: clamp(-8rem, -4.1vw, -1rem);
  box-shadow: 0 3.6875rem 6.25rem #00000042;
}

.rt-big-text-tags-3 {
  color: #f8fa8d;
  background-color: #36503f;
  border-radius: 6.25rem;
  padding: clamp(.2rem, .52vw, .625rem) clamp(.625rem, 1.04vw, 1.25rem);
  font-family: Inter Tight, sans-serif;
  font-size: clamp(.5rem, .93vw, 1.125rem);
  font-weight: 500;
  line-height: 127.78%;
}

.rt-big-text-tags-3.rt-text-tag-7 {
  background-color: var(--_colors---light);
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(55.9deg)translate(-24%, 243%);
}

.rt-big-text-tags-3.rt-text-tag-2 {
  background-color: var(--_colors---light);
  position: absolute;
  inset: 0% auto auto 20%;
  transform: translate(-29%, 43%)rotate(-47.5deg);
}

.rt-big-text-tags-3.rt-text-tag-8 {
  background-color: var(--_colors---light);
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(21deg)translate(-12%, -127%);
}

.rt-big-text-tags-3.rt-text-tag-4 {
  background-color: var(--_colors---light);
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(21deg)translate(419%, -354%);
}

.rt-big-text-tags-3.rt-text-tag-1 {
  background-color: var(--_colors---light);
  color: var(--_colors---black);
  position: absolute;
  inset: auto auto 0% 0%;
  transform: translate(24%, -104%)rotate(-24.57deg);
}

.rt-big-text-tags-3.rt-text-tag-3 {
  background-color: var(--_colors---light);
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(-10.37deg)translate(269%, 230%);
}

.rt-big-text-tags-3.rt-text-tag-5 {
  background-color: var(--_colors---light);
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(-28.97deg)translate(-264%, -204%);
}

.rt-big-text-tags-3.rt-text-tag-6 {
  background-color: var(--_colors---light);
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(-6deg)translate(-170%, -140%);
}

.rt-gap-md-5 {
  margin-bottom: 2.1875rem;
}

.rt-gap-md-5.h5-card {
  font-size: var(--_font-details---font-size--h5-size);
}

.rt-tag-text-8 {
  color: #000;
  letter-spacing: .08751rem;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 600;
  line-height: 171.43%;
}

.rt-tag-text-8.rt-small-cta-tag {
  color: #f8fa8d;
  background-color: #36503f;
  border-radius: 6.25rem;
  padding: .3125rem .75rem;
}

.rt-big-text-v3-3 {
  color: #fff;
  letter-spacing: clamp(-.1125rem, -10vw, -.375rem);
  font-family: Inter Tight, sans-serif;
  font-size: clamp(3.75rem, 15vw, 21.8rem);
  font-weight: 500;
  line-height: .8;
}

.rt-big-text-v3-3.rt-color-black-3 {
  color: #000;
}

.rt-circle-button-v1-2 {
  background-color: #36503f;
  border-radius: 100%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 3.4375rem;
  height: 3.4375rem;
  transition: background-color .35s;
  display: flex;
  overflow: hidden;
}

.rt-circle-button-v1-2:hover {
  background-color: #f8fa8d;
}

.rt-heading-style-h3-2 {
  color: #000;
  letter-spacing: -.0563rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 116.67%;
}

.rt-solutions-v7-3 {
  padding-top: 3.5rem;
}

.rt-awards-circle-inside-4 {
  border: 1px solid #0003;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 7.4375rem;
  height: 7.4375rem;
  position: absolute;
}

.rt-awards-circle-inside-4.rt-big-text-rounded-inside {
  width: 6.0625rem;
  height: 6.0625rem;
}

.rt-big-text-section-3 {
  padding-top: 7.8125rem;
}

.rt-solutions-v7-cards-wrap-3 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  border-radius: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.rt-solutions-v7-cards-wrap-3.rt-overflow-hidden {
  grid-template-rows: auto auto;
}

.rt-video-v3-2 {
  z-index: 10;
  padding-top: 8.125rem;
  padding-bottom: 8.125rem;
  position: relative;
}

.rt-button-v2-5 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.rt-button-v2-5.dark-30 {
  color: #000;
}

.rt-video-v1-top-2 {
  z-index: 1;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #fff;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 28.75rem;
  padding: 1.875rem 2.5rem;
  display: flex;
  position: absolute;
  inset: auto 1rem 1rem auto;
}

.rt-video-v1-overlay-2 {
  z-index: 1;
  background-image: linear-gradient(#0000 37%, #000);
  position: absolute;
  inset: 0%;
}

.rt-color-black-3 {
  color: #000;
}

.text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10 {
  color: var(--_colors---black);
}

.rt-strategies-v3-height-2 {
  height: 150vh;
  margin-bottom: 3.125rem;
}

.rt-strategies-v3-card-2 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  background-color: #fff;
  border-radius: 1.25rem;
  justify-content: space-between;
  align-items: stretch;
  overflow: hidden;
  box-shadow: 0 9.375rem 9.375rem #00000026;
}

.rt-strategies-v3-card-2.rt-card-bottom-overlap {
  z-index: 2;
  box-shadow: none;
  background-color: #b9dfff;
  position: absolute;
  inset: 0%;
}

.rt-strategies-v3-content-2 {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  justify-content: flex-start;
  align-items: center;
  position: sticky;
  top: 50px;
}

.rt-button-5 {
  color: #000;
  background-color: #b9dfff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: .8125rem 1.625rem;
  font-weight: 600;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-button-5.green-10 {
  color: #b9dfff;
  background-color: #0b071f;
}

.text-block-11.green-12 {
  color: #fff;
}

.rt-strategies-v3-2 {
  padding-bottom: 8.125rem;
}

.card-header-2 {
  background-image: url('../images/Scaleteq---Agilität.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 150px;
}

.card-header-3 {
  background-image: url('../images/SAP-Consultant-1.jpg');
  background-position: 50% 30%;
  background-size: cover;
  height: 150px;
}

.card-header-4 {
  background-image: url('../images/kontakt-scaleteq.jpg');
  background-position: 50% 30%;
  background-size: cover;
  height: 150px;
}

.card-header-5 {
  background-image: url('../images/Scaleteq---Agilität-1.jpg');
  background-position: 50% 10%;
  background-size: cover;
  height: 150px;
}

.card-header-6 {
  background-image: url('../images/Scaleteq---Über-uns.jpg');
  background-position: 50% 30%;
  background-size: cover;
  height: 150px;
}

.card-header-7 {
  background-image: url('../images/Karriere-scaleteq.jpg');
  background-position: 50% 30%;
  background-size: cover;
  height: 150px;
}

.rt-gap-off-mittig {
  text-align: center;
  margin: 0;
}

.rt-gap-off-mittig.rt-color-white {
  color: var(--_colors---white);
}

.rt-gap-off-mittig.rt-color-white.rt-team-v1-title {
  text-align: center;
  max-width: 36.875rem;
}

.rt-gap-off-mittig.rt-color-white.rt-hero-v2-paragraph {
  max-width: 28.375rem;
}

.rt-gap-off-mittig.rt-color-white.rt-insights-description {
  max-width: 35.375rem;
}

.rt-gap-off-mittig.rt-color-white.rt-solutions-v2-title {
  text-align: center;
  max-width: 50rem;
}

.rt-gap-off-mittig.rt-color-white.rt-blog-v4-title {
  text-align: center;
  max-width: 32.25rem;
}

.rt-gap-off-mittig.rt-color-white.rt-about-v6-title {
  max-width: 49.125rem;
}

.rt-gap-off-mittig.rt-color-white.rt-information-description {
  max-width: 43.1rem;
}

.rt-gap-off-mittig.rt-counter-cards-v1-text {
  color: var(--_colors---white);
  max-width: 19.5625rem;
}

.rt-gap-off-mittig.rt-service-v1-title {
  text-align: center;
  max-width: 45.5rem;
}

.rt-gap-off-mittig.rt-company-v1-title {
  max-width: 39.375rem;
}

.rt-gap-off-mittig.rt-gap-xs.rt-contact-form-v1-title {
  max-width: 21.25rem;
}

.rt-gap-off-mittig.rt-slides-bottom {
  pointer-events: auto;
  max-width: 28.125rem;
}

.rt-gap-off-mittig.rt-service-v2-top-title {
  flex: 1;
  max-width: 52rem;
}

.rt-gap-off-mittig.rt-text-center {
  text-align: center;
}

.rt-gap-off-mittig.rt-text-center.rt-business-v1-title {
  max-width: 45.125rem;
}

.rt-gap-off-mittig.rt-text-center.rt-service-v9-title {
  max-width: 39.375rem;
}

.rt-gap-off-mittig.rt-solutions-description {
  max-width: none;
}

.rt-gap-off-mittig.rt-solutions-title {
  max-width: 39.375rem;
}

.rt-gap-off-mittig.rt-service-v3-card-paragraph {
  max-width: 26.875rem;
}

.rt-gap-off-mittig.rt-faq-answer {
  max-width: 39.375rem;
}

.rt-gap-off-mittig.rt-blog-posts-heading {
  max-width: 21.25rem;
}

.rt-gap-off-mittig.rt-marketing-title {
  text-align: center;
  max-width: 41.0625rem;
}

.rt-gap-off-mittig.rt-service-v4-title {
  max-width: 40.3125rem;
}

.rt-gap-off-mittig.rt-strategies-v1-title {
  text-align: center;
  max-width: 48.4rem;
}

.rt-gap-off-mittig.rt-solutions-v3-title {
  text-align: center;
  max-width: 39.375rem;
}

.rt-gap-off-mittig.rt-strategies-v3-title {
  text-align: center;
  max-width: 36.5rem;
}

.rt-gap-off-mittig.rt-strategies-v3-card-heading {
  max-width: 20rem;
}

.rt-gap-off-mittig.rt-pricing-v2-title {
  text-align: center;
  max-width: 39.375rem;
}

.rt-gap-off-mittig.rt-pricing-v2-description {
  max-width: 15.625rem;
}

.rt-gap-off-mittig.rt-pricing-v1-title {
  max-width: 28.125rem;
}

.rt-gap-off-mittig.rt-about-v8-title {
  flex: 1;
  max-width: 46.25rem;
}

.rt-gap-off-mittig.rt-service-v8-title {
  text-align: center;
  max-width: 31.875rem;
}

.rt-gap-off-mittig.rt-about-v6-title {
  max-width: 49.125rem;
}

.rt-gap-off-mittig.rt-experience-v1-title {
  text-align: center;
  max-width: 42.1875rem;
}

.rt-gap-off-mittig.rt-solutions-v7-title {
  text-align: center;
  max-width: 42.875rem;
}

.rt-gap-off-mittig.rt-service-faq-heading {
  max-width: 49.5rem;
}

.rt-gap-off-mittig.rt-form-showcase {
  width: 100%;
}

.rt-gap-off-mittig.rt-gap-tiny.rt-spcial-card-title {
  max-width: 18.125rem;
}

.rt-gap-off-mittig.rt-overview-features-title {
  margin-bottom: var(--element-gaps--large);
  text-align: center;
  max-width: 41.25rem;
}

.rt-gap-off-mittig.rt-feature-descripiton {
  max-width: 12.6rem;
}

.rt-gap-off-mittig.rt-team-v1-title {
  text-align: center;
  max-width: 36.875rem;
}

.rt-gap-off-mittig.rt-about-v10-title {
  color: #fff;
  flex: 1;
  max-width: 39.375rem;
}

.rt-gap-off-mittig.rt-checkbox {
  border: 1px solid #0b071f;
  border-radius: .3125rem;
  width: 1.375rem;
  height: 1.375rem;
  margin-right: 1.25rem;
}

.rt-gap-off-mittig.rt-checkbox.w--redirected-checked {
  background-color: #0b071f;
  background-image: url('../images/Checked-yellow-line-icon.svg');
  background-position: 50%;
  background-size: auto;
  box-shadow: 0 2px 5px #0a0a0a00;
}

.rt-gap-off-mittig.rt-color-white-copy {
  color: var(--_colors---black);
}

.rt-gap-off-mittig.rt-color-white-copy.rt-team-v1-title {
  text-align: center;
  max-width: 36.875rem;
}

.rt-gap-off-mittig.rt-color-white-copy.rt-hero-v2-paragraph {
  max-width: 28.375rem;
}

.rt-gap-off-mittig.rt-color-white-copy.rt-insights-description {
  max-width: 35.375rem;
}

.rt-gap-off-mittig.rt-color-white-copy.rt-solutions-v2-title {
  text-align: center;
  max-width: 50rem;
}

.rt-gap-off-mittig.rt-color-white-copy.rt-blog-v4-title {
  text-align: center;
  max-width: 32.25rem;
}

.rt-gap-off-mittig.rt-color-white-copy.rt-about-v6-title {
  max-width: 49.125rem;
}

.rt-gap-off-mittig.rt-color-white-copy.rt-information-description {
  max-width: 43.1rem;
}

.rt-about-v5-text-wrap-mittig {
  grid-column-gap: var(--element-gaps--tiny);
  grid-row-gap: var(--element-gaps--tiny);
  flex: 1;
  justify-content: center;
  align-items: center;
}

.karriere-heading {
  font-size: var(--_font-details---font-size--h1-size);
}

.text-block-12 {
  font-size: var(--_font-details---font-size--h4-size);
}

.rt-gap-off-heading-h1 {
  font-size: var(--_font-details---font-size--h1-size);
  margin: 0;
}

.rt-gap-off-heading-h1.rt-color-white {
  color: var(--_colors---white);
}

.rt-gap-off-heading-h1.rt-color-white.rt-team-v1-title {
  text-align: center;
  max-width: 36.875rem;
}

.rt-gap-off-heading-h1.rt-color-white.rt-hero-v2-paragraph {
  max-width: 28.375rem;
}

.rt-gap-off-heading-h1.rt-color-white.rt-insights-description {
  max-width: 35.375rem;
}

.rt-gap-off-heading-h1.rt-color-white.rt-solutions-v2-title {
  text-align: center;
  max-width: 50rem;
}

.rt-gap-off-heading-h1.rt-color-white.rt-blog-v4-title {
  text-align: center;
  max-width: 32.25rem;
}

.rt-gap-off-heading-h1.rt-color-white.rt-about-v6-title {
  max-width: 49.125rem;
}

.rt-gap-off-heading-h1.rt-color-white.rt-information-description {
  max-width: 43.1rem;
}

.rt-gap-off-heading-h1.rt-counter-cards-v1-text {
  color: var(--_colors---white);
  max-width: 19.5625rem;
}

.rt-gap-off-heading-h1.rt-service-v1-title {
  text-align: center;
  max-width: 45.5rem;
}

.rt-gap-off-heading-h1.rt-company-v1-title {
  max-width: 39.375rem;
}

.rt-gap-off-heading-h1.rt-gap-xs.rt-contact-form-v1-title {
  max-width: 21.25rem;
}

.rt-gap-off-heading-h1.rt-slides-bottom {
  pointer-events: auto;
  max-width: 28.125rem;
}

.rt-gap-off-heading-h1.rt-service-v2-top-title {
  flex: 1;
  max-width: 52rem;
}

.rt-gap-off-heading-h1.rt-text-center {
  text-align: center;
}

.rt-gap-off-heading-h1.rt-text-center.rt-business-v1-title {
  max-width: 45.125rem;
}

.rt-gap-off-heading-h1.rt-text-center.rt-service-v9-title {
  max-width: 39.375rem;
}

.rt-gap-off-heading-h1.rt-solutions-description {
  max-width: none;
}

.rt-gap-off-heading-h1.rt-solutions-title {
  max-width: 39.375rem;
}

.rt-gap-off-heading-h1.rt-service-v3-card-paragraph {
  max-width: 26.875rem;
}

.rt-gap-off-heading-h1.rt-faq-answer {
  max-width: 39.375rem;
}

.rt-gap-off-heading-h1.rt-blog-posts-heading {
  max-width: 21.25rem;
}

.rt-gap-off-heading-h1.rt-marketing-title {
  text-align: center;
  max-width: 41.0625rem;
}

.rt-gap-off-heading-h1.rt-service-v4-title {
  max-width: 40.3125rem;
}

.rt-gap-off-heading-h1.rt-strategies-v1-title {
  text-align: center;
  max-width: 48.4rem;
}

.rt-gap-off-heading-h1.rt-solutions-v3-title {
  text-align: center;
  max-width: 39.375rem;
}

.rt-gap-off-heading-h1.rt-strategies-v3-title {
  text-align: center;
  max-width: 36.5rem;
}

.rt-gap-off-heading-h1.rt-strategies-v3-card-heading {
  max-width: 20rem;
}

.rt-gap-off-heading-h1.rt-pricing-v2-title {
  text-align: center;
  max-width: 39.375rem;
}

.rt-gap-off-heading-h1.rt-pricing-v2-description {
  max-width: 15.625rem;
}

.rt-gap-off-heading-h1.rt-pricing-v1-title {
  max-width: 28.125rem;
}

.rt-gap-off-heading-h1.rt-about-v8-title {
  flex: 1;
  max-width: 46.25rem;
}

.rt-gap-off-heading-h1.rt-service-v8-title {
  text-align: center;
  max-width: 31.875rem;
}

.rt-gap-off-heading-h1.rt-about-v6-title {
  max-width: 49.125rem;
}

.rt-gap-off-heading-h1.rt-experience-v1-title {
  text-align: center;
  max-width: 42.1875rem;
}

.rt-gap-off-heading-h1.rt-solutions-v7-title {
  text-align: center;
  max-width: 42.875rem;
}

.rt-gap-off-heading-h1.rt-service-faq-heading {
  max-width: 49.5rem;
}

.rt-gap-off-heading-h1.rt-form-showcase {
  width: 100%;
}

.rt-gap-off-heading-h1.rt-gap-tiny.rt-spcial-card-title {
  max-width: 18.125rem;
}

.rt-gap-off-heading-h1.rt-overview-features-title {
  margin-bottom: var(--element-gaps--large);
  text-align: center;
  max-width: 41.25rem;
}

.rt-gap-off-heading-h1.rt-feature-descripiton {
  max-width: 12.6rem;
}

.rt-gap-off-heading-h1.rt-team-v1-title {
  text-align: center;
  max-width: 36.875rem;
}

.rt-gap-off-heading-h1.rt-about-v10-title {
  color: #fff;
  flex: 1;
  max-width: 39.375rem;
}

.rt-gap-off-heading-h1.rt-checkbox {
  border: 1px solid #0b071f;
  border-radius: .3125rem;
  width: 1.375rem;
  height: 1.375rem;
  margin-right: 1.25rem;
}

.rt-gap-off-heading-h1.rt-checkbox.w--redirected-checked {
  background-color: #0b071f;
  background-image: url('../images/Checked-yellow-line-icon.svg');
  background-position: 50%;
  background-size: auto;
  box-shadow: 0 2px 5px #0a0a0a00;
}

.rt-gap-off-heading-h1.rt-color-white-copy {
  color: var(--_colors---black);
}

.rt-gap-off-heading-h1.rt-color-white-copy.rt-team-v1-title {
  text-align: center;
  max-width: 36.875rem;
}

.rt-gap-off-heading-h1.rt-color-white-copy.rt-hero-v2-paragraph {
  max-width: 28.375rem;
}

.rt-gap-off-heading-h1.rt-color-white-copy.rt-insights-description {
  max-width: 35.375rem;
}

.rt-gap-off-heading-h1.rt-color-white-copy.rt-solutions-v2-title {
  text-align: center;
  max-width: 50rem;
}

.rt-gap-off-heading-h1.rt-color-white-copy.rt-blog-v4-title {
  text-align: center;
  max-width: 32.25rem;
}

.rt-gap-off-heading-h1.rt-color-white-copy.rt-about-v6-title {
  max-width: 49.125rem;
}

.rt-gap-off-heading-h1.rt-color-white-copy.rt-information-description {
  max-width: 43.1rem;
}

.link-block {
  width: 40px;
  height: 100%;
}

.link-block-2 {
  width: 3rem;
  height: 100%;
}

.code-embeed {
  display: none;
}

.text-block-14 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
}

.text-block-14:hover {
  color: #b9dfff;
}

.rt-logo-2 {
  width: 100%;
}

.rt-button-6 {
  color: #000;
  background-color: #b9dfff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: .8125rem 1.625rem;
  font-weight: 600;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-nav-menu-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-dropdown-2 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 1.875rem 1.25rem;
  font-weight: 600;
  display: flex;
}

.rt-dropdown-2:hover, .rt-dropdown-2.w--current {
  color: #b9dfff;
}

.rt-navbar-2 {
  z-index: 9999;
  background-color: #0000;
  position: absolute;
  inset: 0% 0% auto;
}

.rt-contact-form-v1-left-2-test {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 22.25rem;
  padding-top: 7.8125rem;
  padding-bottom: 4rem;
  position: sticky;
  top: 0;
}

.rt-curved-gap-white {
  z-index: 10;
  background-color: var(--_colors---white);
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
  height: 3.125rem;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-curved-gap-white.rt-curved-v2 {
  background-color: var(--_colors---white);
  position: static;
}

.rt-curved-gap-white.rt-curve-color-green {
  background-color: var(--_colors---accent-blue);
}

.rt-heading-style-h5-3 {
  color: #000;
  letter-spacing: -.03751rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 125%;
}

.rt-about-v1-bottom-image-content-3 {
  z-index: 2;
  background-image: linear-gradient(#0000 24%, #000 96%);
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: 0%;
}

.rt-background-jungle-green-ueber-uns {
  background-color: var(--_colors---accent-blue);
}

.rt-background-jungle-green-ueber-uns.rt-top-radius {
  height: auto;
}

.div-block-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--_colors---accent-blue);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  padding: 30px;
  display: flex;
}

.image-22 {
  height: 3rem;
}

.block-color {
  text-align: center;
  background-color: #fff;
  border: 1px solid #ffffff26;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 31px 20px;
  display: flex;
}

.block-color.accent-whatsapp {
  color: #101010;
  background-color: #27d366;
  border-width: 2px;
  border-color: #fff;
  border-radius: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 68px;
  min-height: auto;
  padding: 10px 20px;
  text-decoration: none;
}

.block-color.accent-whatsapp:hover {
  color: #101010;
  background-color: #2bb741;
}

.block-color.accent-whatsapp.navbar {
  border-style: none;
  border-radius: 8px;
  width: 50px;
  height: auto;
  padding: 0;
}

.image-457 {
  width: 5rem;
  max-width: 100%;
}

.image-457:hover {
  color: #0000;
}

.link-block-3 {
  border-radius: 8px;
}

.div-block-4 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.image-458 {
  width: 30px;
}

.rt-contact-icons-4 {
  background-color: #0b071f;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 3.3125rem;
}

.rt-contact-icons-4.test {
  background-color: #fff0;
}

.rt-contact-icons-4.blau {
  background-color: var(--_colors---light);
  display: flex;
}

.rt-input-v1-4 {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #0003;
  width: 100%;
  height: 3.125rem;
  margin-bottom: 0;
  padding: 0 0 1.5625rem;
  font-size: 1rem;
}

.rt-input-v1-4:focus {
  border-bottom-color: #000;
}

.rt-input-v1-4::placeholder {
  color: #0009;
  font-size: 1rem;
}

.rt-input-v1-4.rt-gap-xs {
  color: var(--_colors---grey);
  margin-bottom: 1.4375rem;
  overflow: clip;
}

.rt-input-v1-4.rt-gap-xs.rt-textarea {
  height: auto;
  min-height: 12.5rem;
}

.image-459 {
  width: 30px;
}

.rt-success-message-4 {
  color: #b9dfff;
  text-align: center;
  background-color: #0b071f;
  border-radius: .25rem;
  width: 100%;
  padding: 1.25rem;
}

.rt-button-karriere {
  background-color: var(--_colors---light);
  color: var(--_colors---black);
  font-weight: var(--_font-details---weights--button);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: .8125rem 1.625rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-button-karriere:where(.w-variant-7d43b7e0-6c5b-bb40-36af-29e1a41b2240) {
  background-color: var(--_colors---accent-blue);
  color: var(--_colors---white);
}

.rt-button-karriere:hover, .rt-button-karriere:hover:where(.w-variant-7d43b7e0-6c5b-bb40-36af-29e1a41b2240) {
  color: var(--_colors---white);
}

.rt-button-karriere.rt-button-green {
  background-color: var(--_colors---accent-blue);
  color: var(--_colors---light);
}

.rt-button-karriere.rt-button-overlay:where(.w-variant-7d43b7e0-6c5b-bb40-36af-29e1a41b2240) {
  background-color: var(--_colors---light);
}

.rt-navbar-v2 {
  z-index: 100;
  background-color: #ddd0;
  background-image: linear-gradient(#00000080, #00000080);
  height: 11vh;
  position: sticky;
  inset: 0% 0% auto;
}

.rt-navbar-v3 {
  z-index: 100;
  background-color: var(--_colors---accent-blue);
  height: auto;
  position: sticky;
  inset: 0% 0% auto;
}

.bold-text-2 {
  font-size: var(--_font-details---font-size--h6-size);
}

.form_parameter {
  display: none;
}

.button {
  border: 1px solid var(--_colors---border);
  background-color: var(--_colors---light);
  border-radius: .5rem;
}

.div-block-5 {
  color: var(--_colors---grey);
}

.uploader-cv-upload {
  color: var(--_colors---dark-gray);
}

.heading-benefit {
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .rt-container.karriere {
    max-width: var(--containers--container-karriere);
  }

  .rt-service-v1-card {
    padding-top: 22rem;
  }

  .rt-navbar-content {
    grid-template-columns: 13.75rem 1fr 13.75rem;
  }

  .rt-features-cell.rt-cell-three {
    padding-left: 3.75rem;
  }

  .rt-feature-image-shadow.rt-feature-image-five {
    box-shadow: none;
  }

  .rt-feature-image-shadow.rt-feature-image-six {
    box-shadow: 0 -13px 60px #00000026;
  }

  .rt-features-card-image {
    display: flex;
    right: 40px;
  }

  .rt-features-card-image.rt-about-image-two {
    display: flex;
  }

  .rt-overview-page-card {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
  }

  .text-block {
    font-size: var(--_font-details---font-size--h4-size);
  }

  .paragraph--text {
    text-align: center;
  }

  .carousel-mask {
    width: 40%;
    overflow: visible;
  }

  .carousel.is_contained.draggable-slider {
    overflow: visible;
  }
}

@media screen and (min-width: 1440px) {
  .rt-container {
    max-width: var(--containers--container);
  }

  .rt-container.karriere {
    max-width: var(--containers--container-karriere);
  }

  .rt-video-v1-border-line {
    background-color: #ffffff1a;
  }

  .rt-video-v1-content {
    margin-left: -2.875rem;
  }

  .rt-counter-cards-slide.rt-box-3 {
    background-size: cover;
  }

  .rt-company-card-v2 {
    background-color: var(--_colors---white);
  }

  .rt-utility-page-wrap {
    background-image: url('../images/Yellow-drawing-line.svg'), url('../images/Yellow-color-line-icon.svg');
    background-position: 92% 30%, 13% 75%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
  }

  .rt-slides-right-card {
    display: flex;
  }

  .rt-navbar {
    background-image: linear-gradient(#00000080, #00000080);
    height: 10vh;
  }

  .rt-partners-v1-arrow {
    display: inline-flex;
  }

  .rt-business-v1-card-v1, .rt-business-v1-card-v2, .rt-business-v1-bottom {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .rt-service-v3-card-top, .rt-service-v3-card-description {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .rt-hero-v2-text-box {
    padding-bottom: 2.2rem;
  }

  .rt-yellow-star-icon {
    width: 6.25rem;
  }

  .rt-blog-card-v1-text {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .rt-divider {
    display: block;
  }

  .rt-about-v3 {
    background-position: 96% 96%;
  }

  .rt-strategy-v2-left {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .rt-strategy-v2-list-items {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .rt-solutions-v4-top {
    max-width: 71.875rem;
  }

  .rt-about-v5-shape {
    display: block;
  }

  .rt-hero-v3-slider-button, .rt-hero-v3-slider-button-right {
    width: 15.375rem;
    height: 15.375rem;
  }

  .rt-service-v8-item-background {
    border-radius: 1.5625rem;
  }

  .rt-overview-footer-bottom {
    flex-flow: column;
  }

  .rt-footer-marquee-wrapper {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
    display: flex;
  }

  .rt-background-shape {
    background-position: 90%;
  }

  .rt-hero-v3-slider-button-right-2, .rt-hero-v3-slider-button-2 {
    width: 15.375rem;
    height: 15.375rem;
  }

  .rt-slides-right-card-2 {
    display: flex;
  }

  .heading-h2 {
    color: #211f54;
  }

  .heading-h2.small {
    color: #213047;
  }

  .button-primary.dark-bg-big:focus {
    border-color: #6e7191;
    box-shadow: 0 1px 2px #1018280d, 0 0 0 2px #6e7191;
  }

  .padding-global, .background-video {
    height: 90vh;
  }

  .image-9 {
    width: 175px;
    height: 100%;
  }

  .section-hero {
    height: 90vh;
  }

  .heading-h1 {
    color: var(--_colors---black);
  }

  .grid-hero {
    grid-column-gap: 90px;
  }

  .page-padding {
    text-align: left;
  }

  .section-carrer {
    text-align: left;
    justify-content: center;
    display: flex;
  }

  .heading-h1-2 {
    color: #015b83;
  }

  .carousel-mask {
    width: 33%;
  }

  .rt-video-v1-content-2 {
    margin-left: -2.875rem;
  }

  .rt-navbar-v2 {
    background-image: linear-gradient(#00000080, #00000080);
    height: 10vh;
  }

  .rt-navbar-v3 {
    height: 10vh;
  }
}

@media screen and (min-width: 1920px) {
  .rt-heading-style-h5, .rt-heading-style-h5.rt-about-v5-card-title {
    font-size: var(--_font-details---font-size--h4-size);
  }

  .rt-tag-text.rt-color-lime-yellow {
    line-height: var(--_font-details---line-heights--h2-heights);
  }

  .rt-container {
    max-width: var(--containers--container);
    overflow: visible;
  }

  .rt-container.karriere {
    max-width: var(--containers--container-karriere);
  }

  .rt-background-jungle-green.rt-top-radius {
    height: 100vh;
  }

  .rt-navbar {
    height: 5%;
  }

  .rt-about-v3 {
    background-position: 85% 96%;
  }

  .rt-about-v5-cards {
    width: 300px;
  }

  .rt-figma-text {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .rt-background-shape {
    background-position: 85%;
  }

  .rt-solutions-video-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-2 {
    overflow: hidden;
  }

  .heading-h2 {
    color: #211f54;
  }

  .padding-global, .background-video {
    height: 92vh;
  }

  .container--default {
    width: 100%;
  }

  .section-hero, .hero-wrapper {
    height: 92vh;
  }

  .heading-h1 {
    color: var(--_colors---black);
  }

  .icon-arrow-holder {
    border-radius: 1.25rem;
  }

  .carousel-slider._3, .carousel-slider._4, .carousel-slider._2, .carousel-slider._7, .carousel-slider._5, .carousel-slider._6 {
    right: auto;
  }

  .carousel-mask {
    width: 25%;
    overflow: visible;
  }

  .carousel.is_contained.draggable-slider {
    overflow: visible;
  }

  .rt-navbar-v2, .rt-navbar-v3 {
    height: 5%;
  }
}

@media screen and (max-width: 991px) {
  body {
    --_font-details---font-size--body-size: .9375rem;
    --_font-details---line-heights--body-heights: 162.5%;
    --_font-details---weights--body: 400;
    --_font-details---font-size--h1-size: 3rem;
    --_font-details---line-heights--h1-heights: 100%;
    --_font-details---weights--heading: 500;
    --_font-details---letter-spacing--h1-spacing: -.09rem;
    --_font-details---font-size--h2-size: 2.125rem;
    --_font-details---line-heights--h2-heights: 112.5%;
    --_font-details---letter-spacing--h2-spacing: -.06375rem;
    --_font-details---font-size--h3-size: 1.625rem;
    --_font-details---line-heights--h3-heights: 116.67%;
    --_font-details---letter-spacing--h3-spacing: -.04125rem;
    --_font-details---font-size--h4-size: 1.375rem;
    --_font-details---line-heights--h4-heights: 120.83%;
    --_font-details---letter-spacing--h4-spacing: -.04125rem;
    --_font-details---font-size--h5-size: 1.125rem;
    --_font-details---line-heights--h5-heights: 125%;
    --_font-details---letter-spacing--h5-spacing: -.03375rem;
    --_font-details---font-size--h6-size: 1.0625rem;
    --_font-details---line-heights--h6-heights: 127.78%;
    --_font-details---letter-spacing--h6-spacing: -.031875rem;
    --_font-details---weights--button: 600;
    --_font-details---font-size--tag-size: .75rem;
    --_font-details---line-heights--tag-heights: 171.43%;
    --_font-details---letter-spacing--tag-spacing: .08751rem;
    --element-gaps--tiny: .9375rem;
    --element-gaps--large: 1.5625rem;
    --containers--container-large: 101.875rem;
    --section-gaps--gutter: .9375rem;
    --section-gaps--section-gap-large: 3.75rem;
    --containers--container: 82.5rem;
    --section-gaps--section-gap-medium: 3.4375rem;
    --containers--container-karriere: 120rem;
    --section-gaps--section-gap-tiny: .625rem;
    --element-gaps--extra-small: .9375rem;
    --element-gaps--extra-large: 1.875rem;
    --element-gaps--small: 1.75rem;
    --element-gaps--xxl: 2.625rem;
    --element-gaps--medium: 2rem;
    --transparent: #fff0;
    --section-gaps--section-gap-small: .625rem;
    --containers--container-small: 78.75rem;
    --_animation-units---home-one--counter-card-1: 2.1875rem;
    --_animation-units---home-one--counter-card-2: 2.1875rem;
    --_animation-units---home-one--counter-card-3: 2.1875rem;
    --_animation-units---home-one--counter-card-4: 2.1875rem;
    --_animation-units---home-one--service-card-shape-one: 50%;
    --_animation-units---home-one--service-card-shape-two: 50%;
    --_animation-units---home-one--service-card-shape-three: 50%;
    --_animation-units---home-two--video-border-one: 10vw;
    --_animation-units---home-two--hero-text-size-one: 3.75rem;
    --_animation-units---home-two--hero-v2-option-one: white;
    --_animation-units---home-two--hero-text-size-two: 2.5rem;
    --_animation-units---home-two--hero-v2-option-two: #fff0;
    --_animation-units---home-two--hero-text-size-three: 3.75rem;
    --_animation-units---home-two--hero-v2-option-three: white;
    --_animation-units---home-two--hero-text-size-four: 3.75rem;
    --_animation-units---home-two--hero-v2-option-four: white;
  }

  .rt-heading-style-h1.rt-inherit {
    font-size: var(--_font-details---font-size--h2-size);
    line-height: var(--_font-details---line-heights--h2-heights);
    letter-spacing: var(--_font-details---letter-spacing--h2-spacing);
  }

  .rt-heading-style-h4.rt-tab-inherit {
    color: inherit;
  }

  .rt-heading-style-h4.rt-business-v1-bottom-title {
    max-width: none;
  }

  .rt-heading-style-h4.rt-service-card-title {
    opacity: 1;
    max-width: none;
    position: static;
  }

  .rt-heading-style-h5.rt-contact-option-title {
    max-width: none;
  }

  .rt-footer-v1 {
    padding-top: 3.125rem;
  }

  .rt-footer-v1:where(.w-variant-772d4f5f-2e89-2fb9-06ae-c4de042a190f) {
    padding-top: 0;
  }

  .rt-footer-v1-middle {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .rt-input-v1.rt-gap-xs.rt-textarea {
    min-height: 6.25rem;
  }

  .rt-footer-v1-links-box.rt-link-box-one {
    max-width: 103px;
  }

  .rt-footer-v1-bottom {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .rt-container.tablet_upwards-hidden {
    display: none;
  }

  .rt-video-v1-overlay {
    background-image: linear-gradient(180deg, #0000 17%, var(--_colors---black));
  }

  .rt-video-v1-border-line {
    width: 100%;
  }

  .rt-video-v1-content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    width: 100%;
  }

  .rt-play-pause-button {
    width: 4.375rem;
    height: 4.375rem;
  }

  .rt-background-jungle-green.rt-top-radius {
    height: 140vh;
  }

  .rt-gap-off.rt-counter-cards-v1-text, .rt-gap-off.rt-about-v10-title, .rt-gap-off.rt-gap-tiny.rt-spcial-card-title {
    max-width: none;
  }

  .rt-gap-off.rt-tab-text-white {
    color: var(--_colors---white);
  }

  .rt-gap-off.rt-about-v10-title {
    max-width: none;
  }

  .rt-counter-v1-right {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .rt-counter-cards-content {
    grid-template-columns: 1fr 1fr;
  }

  .rt-counter-cards {
    grid-column-gap: 1.5625rem;
    grid-row-gap: 1.5625rem;
    border-bottom: 1px solid #fff3;
    min-height: auto;
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .rt-counter-cards.rt-border-off, .rt-counter-cards.rt-tab-bottom-border-off {
    border-bottom-style: none;
  }

  .rt-counter-cards.rt-tab-right-border-off {
    border-right-style: none;
  }

  .rt-counter-cards-slide {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: static;
    inset: auto;
  }

  .rt-counter-box-h2 {
    height: 2.39063rem;
  }

  .rt-circle-plus-icon.rt-icon-background-green {
    padding-top: 0;
    padding-left: 0;
  }

  .rt-about-v1-top-content {
    justify-content: space-between;
    align-items: center;
  }

  .rt-about-v1-top-left {
    grid-column-gap: 2.3rem;
    grid-row-gap: 2.3rem;
    margin-top: 0;
  }

  .rt-about-v1-left-image-wrap {
    min-height: auto;
  }

  .rt-radius-medium.rt-about-v3-image {
    width: 100%;
    height: auto;
  }

  .rt-about-v1-top-right {
    padding-top: 2.8125rem;
  }

  .rt-about-v1-bottom-content {
    justify-content: space-between;
    align-items: center;
    margin-top: 3.75rem;
  }

  .rt-about-v1-bottom-right {
    min-height: auto;
  }

  .rt-about-v1-bottom-image-content {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .rt-service-v1-cards-main {
    grid-template-columns: 1fr 1fr;
  }

  .rt-service-v1-card {
    padding-top: 18.6rem;
  }

  .rt-service-v1-card-text {
    color: var(--_colors---white);
  }

  .rt-service-card-wrapper.rt-service-mask-v1 {
    -webkit-mask-size: 250%;
    mask-size: 250%;
  }

  .rt-service-card-wrapper.rt-service-mask-v2 {
    -webkit-mask-size: 500%;
    mask-size: 500%;
  }

  .rt-service-card-wrapper.rt-service-mask-v3 {
    -webkit-mask-size: 750%;
    mask-size: 750%;
  }

  .rt-service-v1-card-image {
    width: 100%;
    height: 100%;
  }

  .rt-clients-v1 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .rt-background-glow {
    background-image: url('../images/Home-service-v1-background-noise.svg'), radial-gradient(circle farthest-corner at 50% 71%, var(--_colors---light), #f8fa8d00 20%);
    background-position: 50% 81%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto 900px, auto;
  }

  .rt-video-v1-top {
    display: none;
    position: relative;
  }

  .rt-star-icon-v1 {
    width: 2rem;
    height: auto;
  }

  .rt-company-v1-cards-wrap {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .rt-company-card-v2 {
    padding: 1.5rem;
  }

  .rt-company-card-v2-top {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-company-card-v3 {
    padding: 1.5rem;
  }

  .rt-company-card-v3-left {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .rt-image-full-height-width {
    width: 100%;
    height: 100%;
  }

  .rt-about-v2 {
    margin-top: 60px;
  }

  .rt-about-v2-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-about-v2-top-right {
    border-left-style: none;
    max-width: none;
    padding-left: 0;
  }

  .rt-about-v2-cards {
    padding: 2rem 1.5rem;
  }

  .rt-about-card-v2-content {
    margin-bottom: 2rem;
  }

  .rt-about-v2-card-icon {
    height: 2.3rem;
    margin-bottom: 3rem;
  }

  .rt-about-card-v2-arrow-box {
    width: 2.75rem;
    height: 2.75rem;
  }

  .rt-hero-v1 {
    padding-bottom: 6.875rem;
  }

  .rt-utility-page-wrap {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .rt-slides-content {
    padding-top: 11.1rem;
  }

  .rt-slides-main {
    grid-column-gap: 1.9rem;
    grid-row-gap: 1.9rem;
    padding-bottom: 6.6rem;
  }

  .rt-navbar {
    background-image: linear-gradient(#00000080, #00000080);
    height: 7vh;
    padding-top: .9375rem;
    padding-bottom: .9375rem;
  }

  .rt-navbar-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .rt-dropdown {
    padding: .5rem var(--section-gaps--gutter);
    color: var(--_colors---black);
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .rt-dropdown-list {
    border-bottom-width: .0625rem;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .rt-dropdown-list.rt-bottom-border-off {
    border-bottom-style: none;
  }

  .rt-dropdown-links {
    margin-top: .3rem;
    margin-bottom: .3rem;
  }

  .rt-nav-menu {
    border-bottom: 1px solid var(--_colors---light);
    background-color: var(--transparent);
    flex-flow: column;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .rt-dropdown-icon {
    filter: invert();
  }

  .rt-nav-dropdown {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .rt-tab-display-off {
    display: none;
  }

  .rt-menu-button {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 1.875rem;
    height: auto;
    padding: 0;
    display: flex;
  }

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

  .rt-menu-line {
    background-color: var(--_colors---white);
    width: 100%;
    height: .0625rem;
    margin-bottom: 7px;
  }

  .rt-menu-line.rt-line-three {
    margin-bottom: 0;
  }

  .rt-menu-line.rt-line-two {
    margin-left: auto;
    margin-right: auto;
  }

  .rt-overflow-hidden.rt-description-box {
    height: auto;
  }

  .rt-curved-gap {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .rt-team-card-information {
    max-width: 14.2rem;
  }

  .rt-partners-v1 {
    padding-top: .625rem;
  }

  .rt-partners-v1-content {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .rt-partners-v1-bottom {
    max-width: none;
    margin-left: 0;
  }

  .rt-video-v2, .rt-video-v2-content {
    min-height: auto;
  }

  .rt-video-v2-background {
    aspect-ratio: 3 / 2;
    height: auto;
  }

  .rt-play-pause-button-v2 {
    width: 4.375rem;
    height: 4.375rem;
  }

  .rt-services-v2-list {
    max-width: none;
  }

  .rt-service-v2-item-right {
    max-width: 50%;
  }

  .rt-service-v2-list-image {
    display: none;
  }

  .rt-business-v1-card-v1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rt-business-v1-card-inside {
    grid-column-gap: 2.7rem;
    grid-row-gap: 2.7rem;
  }

  .rt-business-v1-card-number {
    width: 3rem;
    height: 3rem;
  }

  .rt-business-v1-card-v2 {
    grid-column-gap: 3.3rem;
    grid-row-gap: 3.3rem;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rt-business-v1-bottom {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: .9375rem;
    padding-right: .9375rem;
    display: grid;
  }

  .rt-business-bottom-card-middle, .rt-business-bottom-card-right {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rt-solutions-bottom-right {
    grid-row-gap: 1.875rem;
  }

  .rt-service-v3-top-left {
    width: 9.5rem;
    height: 9.5rem;
  }

  .rt-service-v3-top-left.rt-big-text-rounded {
    margin-top: var(--element-gaps--extra-small);
    width: 8.2rem;
    height: 8.2rem;
  }

  .rt-awards-circle-inside {
    width: 6rem;
    height: 6rem;
  }

  .rt-awards-circle-inside.rt-big-text-rounded-inside {
    width: 5.5rem;
    height: 5.5rem;
  }

  .rt-service-v3-cards-wrap {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-service-v3-cards-wrap.rt-gap-xl.rt-tab-gap-off {
    margin-bottom: 0;
  }

  .rt-service-v3-cards-wrap.rt-tab-display-off {
    display: none;
  }

  .rt-service-v3-col-1.rt-card-one {
    width: 100%;
  }

  .rt-innerpages-hero {
    padding-top: 10.6875rem;
    padding-bottom: 12rem;
  }

  .rt-contact-information-cards {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .rt-contact-options-line {
    margin-top: 1.125rem;
    margin-bottom: .75rem;
  }

  .rt-contact-service-box {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    display: grid;
  }

  .rt-form-v1 {
    padding-top: 50px;
  }

  .rt-contact-form-v1-right {
    border-left-style: none;
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .rt-contact-form-v1-left {
    max-width: none;
  }

  .rt-service-v3-card-description {
    padding-top: 1.25rem;
  }

  .rt-spring-icon {
    width: 2.75rem;
    height: auto;
  }

  .rt-rounded-text {
    width: 8rem;
    height: auto;
  }

  .rt-rounded-text.rt-solutions-rounded-text {
    width: 7.5rem;
  }

  .rt-form-v2-box {
    padding: 1.875rem;
  }

  .rt-faq-answers-v2 {
    padding-top: .9375rem;
  }

  .rt-faq-v2 {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5625rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .rt-faq-boxes {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .rt-form-v3-right {
    max-width: none;
    padding: 40px 30px;
  }

  .rt-form-v3-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .rt-form-v3-left {
    max-width: none;
  }

  .rt-hero-v2-content {
    padding-top: 11.1rem;
    padding-bottom: 3.75rem;
  }

  .rt-hero-v2-bottom {
    display: none;
  }

  .rt-hero-v2-left {
    max-width: 30rem;
  }

  .rt-hero-v2-line {
    margin-top: 2.5rem;
  }

  .rt-hero-v2-right {
    display: none;
  }

  .rt-blog-v1-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .rt-blog-v1-col.rt-last-col {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-blog-card-v1-text {
    padding-top: 1.3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rt-tab-image-full-width {
    width: 100%;
    height: auto;
  }

  .rt-tab-image-full-width.rt-blog-card-image-v1, .rt-tab-image-full-width.rt-blog-card-image-v2, .rt-tab-image-full-width.rt-blog-card-image-v3 {
    min-height: auto;
  }

  .rt-blog-card-v1-author {
    grid-row-gap: 1rem;
    flex-flow: wrap;
  }

  .rt-blog-card-v3-date {
    padding: .7rem 1rem;
  }

  .rt-blog-card-v2-overlay {
    align-items: stretch;
    width: 100%;
    padding: 0;
    display: block;
    position: static;
  }

  .rt-blog-card-v2-top {
    border-top-left-radius: 0;
    padding: 2rem 1rem;
  }

  .rt-summery {
    padding-top: .625rem;
  }

  .rt-summery-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding-bottom: 3.75rem;
  }

  .rt-summery-left {
    max-width: none;
  }

  .rt-summery-right {
    max-width: none;
    position: static;
  }

  .rt-summery-right-top {
    padding-left: 2rem;
  }

  .rt-summery-post-card-v1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 2rem 1rem;
  }

  .rt-summery-small-image {
    width: 100%;
    max-width: none;
  }

  .rt-blog-summery {
    padding-top: 1rem;
  }

  .rt-popular-post-collection {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-card-v4 {
    padding: 1.3rem 1rem 1rem;
  }

  .rt-insights-bottom {
    align-items: stretch;
  }

  .rt-slider-previous {
    right: 24.5rem;
  }

  .rt-marketing-slider-card {
    max-width: 23.9rem;
    padding: 1.875rem;
  }

  .rt-slider-next {
    right: 24.5rem;
  }

  .rt-service-v4-list-items {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .rt-service-v4-button {
    width: 4rem;
    height: 4rem;
  }

  .rt-service-v4-arrow-hover-out {
    opacity: 0;
  }

  .rt-strategies-v1-card-overlay {
    overflow: visible;
  }

  .rt-strategies-v1-card-text {
    text-align: center;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 1.25rem;
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding: 1.5rem 1rem;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 500%;
    mask-size: 500%;
  }

  .rt-about-v3 {
    background-image: none;
  }

  .rt-about-v3-left-bottom {
    width: 75%;
    padding-right: 0;
  }

  .rt-about-v3-right {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
  }

  .rt-background-glow-v2 {
    background-image: none;
  }

  .rt-about-v3-middle {
    display: none;
  }

  .rt-about-v4-counter-wrap {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .rt-solutions-v4 {
    padding-top: 3.25rem;
  }

  .rt-solutions-v4-top {
    width: auto;
    max-width: none;
  }

  .rt-about-v5-top {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .rt-about-v5-counter-wrap {
    width: 10rem;
    height: 10rem;
  }

  .rt-about-v5-top-right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .rt-about-v5-cards-wrap {
    grid-template-columns: 1fr;
  }

  .rt-hero-v3-slider-main {
    padding-top: 15.6rem;
    padding-bottom: 8.1rem;
  }

  .rt-hero-v3-slider-button, .rt-hero-v3-slider-button-right, .rt-hero-v3-slider-nav-main {
    display: none;
  }

  .rt-service-v5-left-bottom {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .rt-service-v5-list-text {
    padding-top: 1.5rem;
    padding-bottom: 1.25rem;
  }

  .rt-service-v5-list-yellow-line {
    display: none;
  }

  .rt-about-v6-top {
    grid-column-gap: var(--element-gaps--extra-small);
    grid-row-gap: var(--element-gaps--extra-small);
    flex-flow: column;
  }

  .rt-strategies-v3-content {
    position: static;
  }

  .rt-strategies-v3-height {
    height: auto;
  }

  .rt-strategies-v3-cards-wrap {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    flex-flow: column;
    display: flex;
  }

  .rt-strategies-v3-card.rt-card-bottom-overlap {
    position: static;
  }

  .rt-strategies-v3-left {
    padding-left: 2rem;
  }

  .rt-strategies-card-content {
    grid-column-gap: 2.9rem;
    grid-row-gap: 2.9rem;
  }

  .rt-price-yearly-box {
    padding-bottom: .125rem;
  }

  .rt-icons.rt-pricing-v2-icon {
    height: 3.1rem;
  }

  .rt-pricing-card {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

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

  .rt-pricing-chart-rows {
    text-align: left;
  }

  .rt-pricing-v1-list {
    padding-bottom: 60px;
  }

  .rt-pricing-v1-glow {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .rt-counter-v3 {
    padding-top: 3.75rem;
  }

  .rt-about-v8-top {
    flex-flow: column;
  }

  .rt-about-v8-bottom-right-item {
    padding-bottom: 1.5rem;
  }

  .rt-logo {
    width: 200px;
  }

  .rt-service-v6-content {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-service-v6-left {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    display: grid;
  }

  .rt-service-v6-right {
    max-width: none;
  }

  .rt-about-v9-right-bottom {
    margin-top: 0;
    padding: 1.875rem;
  }

  .rt-about-v3-bottom-content {
    flex-flow: column;
    margin-bottom: 2rem;
  }

  .rt-about-v9-right {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
    justify-content: center;
    align-items: flex-start;
  }

  .rt-about-v9-content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .rt-about-v10-left-top {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .rt-features-v1-image-card-wrap {
    padding: 1rem;
  }

  .rt-about-v10-bottom {
    align-items: stretch;
  }

  .rt-about-v10-card-top {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-service-v8-list-item {
    padding: 2rem 1.5rem;
  }

  .rt-service-v8-list-left {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .rt-service-v8-icon-wrapper.rt-big-icon {
    width: 2.1875rem;
  }

  .rt-service-v8-list-right {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .rt-about-v12 {
    padding-top: var(--section-gaps--section-gap-large);
  }

  .rt-experience-v1-content {
    grid-row-gap: 3.125rem;
  }

  .rt-experience-innner-line {
    display: none;
  }

  .rt-solutions-v5-content {
    grid-column-gap: 1.9rem;
    grid-row-gap: 1.9rem;
  }

  .rt-solutions-v5-left {
    grid-column-gap: var(--element-gaps--extra-large);
    grid-row-gap: var(--element-gaps--extra-large);
  }

  .rt-solutions-v5-right-text {
    grid-column-gap: var(--element-gaps--medium);
    grid-row-gap: var(--element-gaps--medium);
    padding: 2rem 1rem;
  }

  .rt-flower-image {
    display: none;
  }

  .rt-counter-box-h4 {
    height: 1.5625rem;
  }

  .rt-service-v9-card-text {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rt-service-v9-card-content {
    grid-column-gap: var(--element-gaps--extra-small);
    grid-row-gap: var(--element-gaps--extra-small);
    max-width: none;
  }

  .rt-service-v9-card-icon-wrap {
    width: 1.3rem;
  }

  .rt-service-v9 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .rt-solutions-v6-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .rt-solutions-v6-list-items {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .rt-solutions-v7-cards-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .rt-solutions-v7-card {
    grid-column-gap: 2.2rem;
    grid-row-gap: 2.2rem;
    padding: 2.5rem 1.875rem;
  }

  .rt-solutions-v7-card-icon-wrap {
    width: 4rem;
    height: 4rem;
  }

  .rt-card-linear-border.rt-linear-border-1 {
    background-image: linear-gradient(180deg, #0000, var(--_colors---border) 100%, transparent);
  }

  .rt-card-linear-border.rt-linear-border-3 {
    background-image: linear-gradient(180deg, #0000, var(--_colors---border) 0%, transparent);
  }

  .rt-linear-bottom {
    height: .0625rem;
    position: absolute;
    inset: auto 0% 0%;
  }

  .rt-linear-bottom.rt-line-1 {
    background-image: linear-gradient(90deg, #0000 10%, #0003);
    display: block;
  }

  .rt-linear-bottom.rt-line-1.rt-gradiant-direction {
    background-image: linear-gradient(270deg, #0000 10%, #0003);
  }

  .rt-service-faq-top-left.rt-tab-off {
    display: none;
  }

  .rt-service-faq-row, .rt-service-faq-text, .rt-service-faq-wrap {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .rt-information-hero {
    padding-top: 10.1rem;
    padding-bottom: 7.7rem;
  }

  .rt-style-guide-colors, .rt-shadow-blocks {
    grid-template-columns: 1fr 1fr;
  }

  .rt-shadow-box.rt-shadow-box-small {
    box-shadow: 0 1.9rem 3.9rem #0000001a;
  }

  .rt-shadow-box.rt-shadow-box-large {
    box-shadow: 0 5rem 8rem #0000001a;
  }

  .rt-shadow-box.rt-shadow-box-medium {
    box-shadow: 0 6rem 7.5rem #0000001a;
  }

  .rt-form-items {
    width: 100%;
  }

  .rt-overview-hero {
    padding-top: 140px;
    padding-bottom: 250px;
  }

  .rt-tag-text-wrap {
    align-items: center;
  }

  .rt-overview-scroll-images {
    margin-top: -12.5rem;
  }

  .rt-scroll-box-shadow {
    width: 28.125rem;
  }

  .rt-features-cell {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rt-features-cell.rt-cell-three {
    grid-column-gap: .3125rem;
    grid-row-gap: .3125rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 0;
  }

  .rt-features-card-image {
    width: 100%;
    margin-top: auto;
    display: flex;
    position: static;
  }

  .rt-features-card-image.rt-about-image-two {
    display: flex;
  }

  .rt-figma-screen {
    width: 100%;
  }

  .rt-figma-text {
    max-width: none;
    padding-bottom: 1.8125rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .rt-figma-image-wrap {
    max-width: 661.5svh;
  }

  .rt-pages-cards-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .rt-image-appear-box {
    height: auto;
  }

  .rt-spacial-card-v3-main {
    max-width: none;
    padding-left: 2.3rem;
    padding-right: 2.3rem;
  }

  .rt-spacial-card-v3 {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .rt-customization-description {
    max-width: none;
  }

  .rt-overview-footer-container {
    margin-bottom: 3.75rem;
  }

  .rt-overview-footer {
    padding-top: 3.125rem;
    padding-bottom: 1.25rem;
  }

  .rt-team-details-short-description {
    max-width: none;
    margin-bottom: 20px;
  }

  .rt-team-details-block {
    align-self: stretch;
    max-width: none;
  }

  .rt-member-information {
    margin-top: 1.5625rem;
  }

  .rt-team-member-hero {
    padding-bottom: 6.875rem;
  }

  .rt-team-member-image {
    max-width: none;
  }

  .rt-team-hero-wrapper {
    align-items: stretch;
  }

  .rt-team-details-wrapper {
    max-width: none;
  }

  .rt-team-details-cta {
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .rt-team-member-about-wrapper {
    margin-top: 1.5625rem;
    margin-bottom: 0;
  }

  .rt-background-shape {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .rt-gsap-top {
    padding-top: 6.25rem;
    padding-bottom: 3.75rem;
  }

  .rt-circle-arrow-box {
    display: none;
    position: static;
  }

  .rt-ads-v7-cards-list, .rt-ads-v1-cards-description {
    margin-bottom: 1.1rem;
  }

  .rt-pricing-v2-countdown-text {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    text-align: center;
    flex-flow: column;
  }

  .rt-limited-offer.background-off {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .rt-hero-v3-slider-main-2 {
    padding-top: 15.6rem;
    padding-bottom: 8.1rem;
  }

  .rt-curved-gap-2 {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .rt-hero-v3-slider-button-right-2 {
    display: none;
  }

  .rt-heading-style-h5-2.rt-contact-option-title {
    max-width: none;
  }

  .rt-hero-v3-slider-button-2 {
    display: none;
  }

  .rt-circle-plus-icon-2.rt-icon-background-green {
    padding-top: 0;
    padding-left: 0;
  }

  .rt-curved-gap-3 {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .rt-hero-v1-2 {
    padding-bottom: 6.875rem;
  }

  .rt-service-v5-list-yellow-line-2 {
    display: none;
  }

  .rt-service-v5-list-text-2 {
    padding-top: 1.5rem;
    padding-bottom: 1.25rem;
  }

  .rt-about-v1-bottom-image-content-2 {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .rt-features-v1-image-card-wrap-2 {
    padding: 1rem;
  }

  .rt-solutions-v5-left-2 {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
  }

  .rt-solutions-v5-right-text-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 2rem 1rem;
  }

  .rt-service-v3-top-left-2 {
    width: 9.5rem;
    height: 9.5rem;
  }

  .rt-service-v3-top-left-2.rt-big-text-rounded {
    width: 8.2rem;
    height: 8.2rem;
    margin-top: 1.4375rem;
  }

  .rt-card-linear-border-2.rt-linear-border-1 {
    background-image: linear-gradient(#0000, #0003 100%, #0000);
  }

  .rt-card-linear-border-2.rt-linear-border-3 {
    background-image: linear-gradient(#0000, #0003 0%, #0000);
  }

  .rt-awards-circle-inside-2 {
    width: 6rem;
    height: 6rem;
  }

  .rt-awards-circle-inside-2.rt-big-text-rounded-inside {
    width: 5.5rem;
    height: 5.5rem;
  }

  .rt-solutions-v7-cards-wrap-2 {
    grid-template-columns: 1fr 1fr;
  }

  .rt-background-glow-2 {
    background-image: url('../images/Home-service-v1-background-noise.svg'), radial-gradient(circle at 50% 71%, #f8fa8d, #f8fa8d00 20%);
    background-position: 50% 81%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto 900px, auto;
  }

  .rt-service-v2-item-right-2 {
    max-width: 50%;
  }

  .rt-service-v3-top-left-3 {
    width: 9.5rem;
    height: 9.5rem;
  }

  .rt-awards-circle-inside-3 {
    width: 6rem;
    height: 6rem;
  }

  .section {
    padding-bottom: 20px;
  }

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

  .heading-h2 {
    font-size: 2.75rem;
  }

  .nav-links-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .nav-toggle {
    border-radius: .75rem;
    padding: 1rem;
  }

  .nav-toggle.w--open {
    color: #232325;
    background-color: #fff;
    padding: 1rem;
  }

  .dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
    margin-left: 0;
  }

  .dropdown-card.w--open {
    position: static;
  }

  .nav-links-wrapper {
    background-color: #fff;
    border-radius: 1.25rem;
    margin-top: 20px;
    margin-left: 6vw;
    margin-right: 6vw;
    box-shadow: 0 2px 5px #0003;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .dropdown-link {
    color: #000;
    text-align: center;
    justify-content: center;
  }

  .dropdown-link:hover {
    color: #015b83;
  }

  .background-video {
    height: 93vh;
  }

  .nav-link {
    text-align: center;
    flex-direction: column;
    width: 100%;
    font-size: 2.6rem;
    display: flex;
  }

  .dropdown-column {
    padding-top: 0;
    position: static;
  }

  .dropdown-column.w--open {
    padding-top: 0;
    transform: none;
  }

  .nav-link-text {
    color: #015b83;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .navbar-padding {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .dropdown-pd {
    padding: 20px 0 14px;
  }

  .image-9 {
    height: 100%;
  }

  .dropdown-wrapper {
    text-align: center;
  }

  .hero-wrapper {
    height: auto;
  }

  .rt-contact-form-v1-right-2 {
    border-left-style: none;
    width: 100%;
    max-width: none;
    padding: 2rem 0 4rem;
  }

  .rt-contact-form-v1-left-2 {
    max-width: none;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .rt-input-v1-2.rt-gap-xs.rt-textarea, .rt-input-v1-3.rt-gap-xs.rt-textarea {
    min-height: 6.25rem;
  }

  .carrer-hero {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-h1 {
    font-size: 48px;
    line-height: 60px;
  }

  .grid-hero {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .mg-top-60 {
    margin-top: 40px;
  }

  .floating-image-hero {
    top: 24%;
    right: -30%;
  }

  .job__listing-component {
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding: 2rem 0;
  }

  .job-flex {
    flex-direction: column-reverse;
  }

  .job-sticky {
    width: 100%;
    margin-top: 60px;
    position: static;
  }

  .heading-h1-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .job-left {
    width: 100%;
  }

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

  .rt-curved-gap-4, .rt-curved-gap-5 {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .rt-team-member-hero-2 {
    padding-bottom: 6.875rem;
  }

  .carousel-mask {
    width: 60%;
  }

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

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

  .sticky-image-outer {
    transform: rotate(0);
  }

  .container {
    max-width: none;
  }

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

  .flex-block-vertical {
    flex-flow: column;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-video-v1-content-2 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    width: 100%;
  }

  .rt-service-v3-top-left-4 {
    width: 9.5rem;
    height: 9.5rem;
  }

  .rt-service-v3-top-left-4.rt-big-text-rounded {
    width: 8.2rem;
    height: 8.2rem;
    margin-top: 1.4375rem;
  }

  .rt-awards-circle-inside-4 {
    width: 6rem;
    height: 6rem;
  }

  .rt-awards-circle-inside-4.rt-big-text-rounded-inside {
    width: 5.5rem;
    height: 5.5rem;
  }

  .rt-solutions-v7-cards-wrap-3 {
    grid-template-columns: 1fr 1fr;
  }

  .rt-video-v1-top-2 {
    display: none;
    position: relative;
  }

  .rt-video-v1-overlay-2 {
    background-image: linear-gradient(#0000 17%, #000);
  }

  .rt-strategies-v3-height-2 {
    height: auto;
  }

  .rt-strategies-v3-card-2.rt-card-bottom-overlap, .rt-strategies-v3-content-2 {
    position: static;
  }

  .rt-gap-off-mittig.rt-counter-cards-v1-text, .rt-gap-off-mittig.rt-about-v10-title, .rt-gap-off-mittig.rt-gap-tiny.rt-spcial-card-title {
    max-width: none;
  }

  .rt-gap-off-mittig.rt-tab-text-white {
    color: var(--_colors---white);
  }

  .rt-gap-off-mittig.rt-about-v10-title, .rt-gap-off-heading-h1.rt-counter-cards-v1-text, .rt-gap-off-heading-h1.rt-about-v10-title, .rt-gap-off-heading-h1.rt-gap-tiny.rt-spcial-card-title {
    max-width: none;
  }

  .rt-gap-off-heading-h1.rt-tab-text-white {
    color: var(--_colors---white);
  }

  .rt-gap-off-heading-h1.rt-about-v10-title {
    max-width: none;
  }

  .rt-menu-line-2 {
    background-color: #fff;
    width: 100%;
    height: .0625rem;
    margin-bottom: 7px;
  }

  .rt-menu-line-2.rt-line-two {
    margin-left: auto;
    margin-right: auto;
  }

  .rt-menu-line-2.rt-line-three {
    margin-bottom: 0;
  }

  .rt-logo-2 {
    width: 250px;
  }

  .rt-nav-menu-2 {
    background-color: #fff;
    flex-flow: column;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .rt-dropdown-2 {
    color: #000;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: .5rem .9375rem;
  }

  .rt-navbar-2 {
    padding-top: .9375rem;
    padding-bottom: .9375rem;
  }

  .rt-contact-form-v1-left-2-test {
    max-width: none;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .rt-curved-gap-white {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .rt-about-v1-bottom-image-content-3 {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .rt-background-jungle-green-ueber-uns.rt-top-radius {
    height: 115vh;
  }

  .rt-input-v1-4.rt-gap-xs.rt-textarea {
    min-height: 6.25rem;
  }

  .rt-navbar-v2 {
    background-image: linear-gradient(#00000080, #00000080);
    height: 7vh;
    padding-top: .9375rem;
    padding-bottom: .9375rem;
  }

  .rt-navbar-v3 {
    height: 7vh;
    padding-top: .9375rem;
    padding-bottom: .9375rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_font-details---font-size--body-size: .875rem;
    --_font-details---line-heights--body-heights: 162.5%;
    --_font-details---weights--body: 400;
    --_font-details---font-size--h1-size: 2.25rem;
    --_font-details---line-heights--h1-heights: 100%;
    --_font-details---weights--heading: 500;
    --_font-details---letter-spacing--h1-spacing: -.0675rem;
    --_font-details---font-size--h2-size: 1.75rem;
    --_font-details---line-heights--h2-heights: 112.5%;
    --_font-details---letter-spacing--h2-spacing: -.0526rem;
    --_font-details---font-size--h3-size: 1.375rem;
    --_font-details---line-heights--h3-heights: 116.67%;
    --_font-details---letter-spacing--h3-spacing: -.04125rem;
    --_font-details---font-size--h4-size: 1.25rem;
    --_font-details---line-heights--h4-heights: 120.83%;
    --_font-details---letter-spacing--h4-spacing: -.0376rem;
    --_font-details---font-size--h5-size: 1rem;
    --_font-details---line-heights--h5-heights: 125%;
    --_font-details---letter-spacing--h5-spacing: -.03rem;
    --_font-details---font-size--h6-size: .9375rem;
    --_font-details---line-heights--h6-heights: 127.78%;
    --_font-details---letter-spacing--h6-spacing: -.02813rem;
    --_font-details---weights--button: 600;
    --_font-details---font-size--tag-size: .75rem;
    --_font-details---line-heights--tag-heights: 171.43%;
    --_font-details---letter-spacing--tag-spacing: .08751rem;
    --element-gaps--tiny: .9375rem;
    --element-gaps--large: 1.5625rem;
    --containers--container-large: 101.875rem;
    --section-gaps--gutter: .9375rem;
    --section-gaps--section-gap-large: 3.75rem;
    --containers--container: 82.5rem;
    --section-gaps--section-gap-medium: 3.4375rem;
    --containers--container-karriere: 120rem;
    --section-gaps--section-gap-tiny: .625rem;
    --element-gaps--extra-small: .9375rem;
    --element-gaps--extra-large: 1.875rem;
    --element-gaps--small: 1.75rem;
    --element-gaps--xxl: 2rem;
    --element-gaps--medium: 2rem;
    --transparent: #fff0;
    --section-gaps--section-gap-small: .625rem;
    --containers--container-small: 78.75rem;
  }

  .rt-heading-style-h1.rt-inherit {
    font-size: var(--_font-details---font-size--h4-size);
    line-height: var(--_font-details---line-heights--h4-heights);
    letter-spacing: var(--_font-details---letter-spacing--h4-spacing);
  }

  .rt-heading-style-h5.rt-solutions-card-name {
    max-width: none;
  }

  .rt-footer-v1-top-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .rt-footer-v1-middle {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-footer-v1-left {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    max-width: none;
  }

  .rt-footer-v1-form-main {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-input-v1.rt-textarea-v2 {
    height: 8rem;
  }

  .rt-input-v1.rt-input-height-change {
    height: 3rem;
    padding-bottom: 2.1rem;
  }

  .rt-footer-v1-links-box {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .rt-footer-links {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
  }

  .rt-footer-v1-right, .rt-footer-v1-right-wraps {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .rt-footer-v1-bottom {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }

  .rt-background-video-v1 {
    height: 21.875rem;
  }

  .rt-container.tablet_upwards-hidden {
    display: block;
  }

  .rt-video-v1-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: 25rem;
  }

  .rt-background-jungle-green.rt-top-radius {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    height: 155vh;
  }

  .rt-gap-off.rt-gap-xs.rt-contact-form-v1-title {
    max-width: none;
  }

  .rt-gap-off.rt-solutions-description {
    max-width: 31.3rem;
  }

  .rt-gap-off.rt-solutions-title {
    max-width: 31.5rem;
  }

  .rt-gap-off.rt-blog-posts-heading {
    max-width: 15.9rem;
  }

  .rt-counter-v1-right {
    flex: 0 auto;
  }

  .rt-big-text-v2.rt-color-white.rt-video-text {
    display: none;
  }

  .rt-counter-box-h2 {
    height: 1.96875rem;
  }

  .rt-circle-plus-icon.rt-icon-background-green.rt-faq-plus {
    display: none;
  }

  .rt-about-v1-top-content {
    grid-column-gap: 1.875rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-about-v1-top-left {
    max-width: none;
  }

  .rt-radius-medium.rt-tab-image-auto.rt-slider-image {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .rt-radius-medium.rt-about-v3-image {
    height: 100%;
  }

  .rt-about-v1-top-right {
    max-width: none;
    padding-top: 2.8125rem;
  }

  .rt-about-v1-bottom-content {
    grid-column-gap: 1.875rem;
    grid-row-gap: 2.8125rem;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-about-v1-bottom-left {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
  }

  .rt-about-v1-bottom-right {
    max-width: none;
  }

  .rt-lightbox-play {
    width: 3.5rem;
    height: 3.5rem;
  }

  .rt-service-v1-cards-main {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .rt-service-v1-card {
    padding: 14.5rem 1rem 2rem;
  }

  .rt-service-v1-card-overlay {
    background-image: linear-gradient(180deg, #0000 28%, var(--_colors---black) 89%);
  }

  .rt-service-v1-bottom {
    text-align: center;
  }

  .rt-background-glow.rt-glow-home-two, .rt-background-glow.rt-glow-contact-two, .rt-background-glow.rt-glow-about-one {
    background-image: none;
  }

  .rt-star-icon-v1 {
    width: 1.5rem;
  }

  .rt-clients-v1-list-main {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .rt-company-v1-big-card-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .rt-company-v1-card-icon {
    width: 2.75rem;
    height: 2.75rem;
  }

  .rt-company-card-v2-graph-wrap.rt-about-v10-graph {
    margin-top: 0;
  }

  .rt-company-card-v3 {
    flex-flow: column;
  }

  .rt-company-card-v3-left {
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem;
  }

  .rt-company-card-v3-right {
    flex-flow: row;
    max-width: none;
  }

  .rt-company-small-images {
    width: 2.6875rem;
    height: auto;
  }

  .rt-company-small-images.rt-small-image-overlap {
    margin-top: 0;
    margin-left: -1rem;
  }

  .rt-icon-size {
    width: 1.375rem;
    height: auto;
  }

  .rt-about-v2-cards-wrap {
    grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  }

  .rt-utility-page-form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 2rem;
  }

  .rt-slides-content {
    padding-top: 9.6rem;
  }

  .rt-slides-main {
    padding-bottom: 4.7rem;
  }

  .rt-slider-arrow-button {
    width: 3rem;
    height: 3rem;
  }

  .rt-slider-arrow-button.rt-button-slider-next {
    margin-left: 4rem;
  }

  .rt-hero-v1-overaly {
    background-image: linear-gradient(#000000d9, #0000 95%), linear-gradient(#0000 8%, #000000d6), linear-gradient(90deg, #0000009c, #0000 58%);
  }

  .rt-navbar {
    background-image: linear-gradient(#00000080, #00000080);
    height: 7vh;
  }

  .rt-overflow-hidden.rt-radius-medium.rt-mobile-height-full {
    height: 100%;
  }

  .rt-team-list {
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  }

  .rt-team-card-information {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: auto;
    max-width: none;
    padding: 1rem;
  }

  .rt-team-card-member-name {
    grid-column-gap: .3125rem;
    grid-row-gap: .3125rem;
  }

  .rt-mobile-landscape-full {
    width: 100%;
    height: auto;
  }

  .rt-partners-v1-top {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    flex-flow: column;
  }

  .rt-partners-logo-cell {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .rt-partners-logo {
    height: auto;
  }

  .rt-video-v2-background {
    min-height: 28.125rem;
  }

  .rt-vide-v2-inner-box-1 {
    width: 40vw;
    height: 40vw;
  }

  .rt-video-v2-text {
    display: none;
  }

  .rt-services-v2-list-item {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .rt-service-v2-icons {
    width: 2.625rem;
    height: auto;
  }

  .rt-business-v1-cards-wrap {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
  }

  .rt-business-v1-card-v1 {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .rt-business-cards-point {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-business-v1-bottom {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .rt-counter-box-h1 {
    height: 1.96875rem;
  }

  .rt-solutions-top {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .rt-solutions-bottom {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .rt-solutions-bottom-left {
    max-width: none;
  }

  .rt-service-v3-top {
    flex-flow: column;
  }

  .rt-service-v3-top-left {
    width: 7.3rem;
    height: 7.3rem;
    margin-top: 0;
  }

  .rt-service-v3-top-left.rt-big-text-rounded {
    width: 6.2rem;
    height: 6.2rem;
  }

  .rt-awards-circle-inside, .rt-awards-circle-inside.rt-big-text-rounded-inside {
    width: 3.5rem;
    height: 3.5rem;
  }

  .rt-innerpages-hero {
    padding-top: 9.75rem;
    padding-bottom: 10.8125rem;
  }

  .rt-contact-information-wrap {
    grid-column-gap: 3.125rem;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    padding-bottom: 1.75rem;
    display: flex;
  }

  .rt-contact-information-cards {
    border-right-style: none;
    padding-top: 1.75rem;
    padding-bottom: 0;
  }

  .rt-contact-service-box {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .rt-form-v1-main {
    flex-flow: column;
  }

  .rt-form-v1 {
    padding-top: 50px;
  }

  .rt-contact-form-v1-right {
    padding-top: 0;
  }

  .rt-contact-form-v1-left {
    align-items: stretch;
    padding-bottom: 0;
    position: static;
  }

  .rt-spring-icon, .rt-spring-icon.rt-spring-small {
    width: 1.7rem;
  }

  .rt-rounded-text {
    width: 5.9rem;
  }

  .rt-rounded-text.rt-solutions-rounded-text {
    width: 5.2rem;
  }

  .rt-form-v2-bottom {
    grid-row-gap: 1.3rem;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .rt-minus-line {
    width: .5rem;
  }

  .rt-minus-line.absolute {
    height: .5rem;
  }

  .rt-faq-v2 {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .rt-faq-icon-wrap-v2 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .rt-form-v3-right {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-form-v3-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-form-v3-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .rt-hero-v2-content {
    padding-top: 11.5rem;
  }

  .rt-hero-image-overlay {
    background-image: linear-gradient(#000000c2, #000000c2);
  }

  .rt-hero-v2-left {
    max-width: 21.7rem;
  }

  .rt-blog-v1-gallery {
    grid-template-columns: 1fr;
  }

  .rt-blog-v1-col {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .rt-blog-v1-col.rt-last-col {
    grid-template-columns: 1fr;
  }

  .rt-blog-v3-list {
    grid-template-columns: repeat(auto-fit, minmax(18.125rem, 1fr));
  }

  .rt-blog-card-v3-arrow {
    width: 3rem;
    height: 3rem;
  }

  .rt-blog-v2-wrap {
    grid-template-columns: repeat(auto-fit, minmax(16.875rem, 1fr));
  }

  .rt-more-blogs-top {
    grid-row-gap: var(--element-gaps--small);
    flex-flow: wrap;
  }

  .rt-summery-post-card-v1 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

  .rt-card-item {
    border-bottom: 1px solid #fff3;
  }

  .rt-card-item:nth-child(2n) {
    border-right-style: none;
  }

  .rt-card-item:last-child {
    border-bottom-style: none;
    border-right-style: solid;
  }

  .rt-card-item.rt-border-color-change {
    border-bottom-color: var(--_colors---border);
  }

  .rt-card-item.rt-border-color-change.rt-last-card {
    border-top-width: 1px;
    border-top-color: var(--_colors---border);
    border-bottom-style: none;
    border-right-style: solid;
  }

  .rt-card-v4 {
    padding-bottom: 1.7rem;
  }

  .rt-card-v4.rt-strategy-v2-card {
    padding-top: 1.3rem;
    padding-bottom: 1.7rem;
  }

  .rt-insights-top-left {
    flex: 0 auto;
  }

  .rt-insights-bottom {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    align-items: stretch;
  }

  .rt-insights-list {
    grid-column-gap: 1.875rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    display: grid;
  }

  .rt-insights-list-items {
    border-top-style: none;
    padding-bottom: 0;
  }

  .rt-insights-list-items.rt-last-item-border {
    border-bottom-style: none;
  }

  .rt-insights-list-items-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-insights-image-wrap {
    max-width: none;
  }

  .rt-icon-size-change {
    width: auto;
    height: 2.1875rem;
  }

  .rt-slider-previous {
    width: 3.4rem;
    height: 3.4rem;
    display: none;
  }

  .rt-marketing-slider-card {
    border-top-left-radius: 0;
    border-bottom-left-radius: 1.25rem;
    max-width: none;
    position: static;
  }

  .rt-slider-next {
    width: 3.4rem;
    height: 3.4rem;
    display: none;
  }

  .rt-marketing-slider-card-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    max-width: none;
  }

  .rt-slider-icon {
    width: 14px;
    height: auto;
  }

  .rt-service-v4-button {
    flex: none;
  }

  .rt-card-text {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .rt-service-border, .rt-landscape-display-off {
    display: none;
  }

  .rt-strategies-card-v1 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(13.125rem, 1fr));
  }

  .rt-about-v3-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(18.125rem, 1fr));
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
  }

  .rt-about-v3-left {
    max-width: none;
  }

  .rt-about-v3-left-top {
    height: 100%;
    padding-right: 0;
  }

  .rt-about-v3-left-bottom {
    display: none;
  }

  .rt-about-v3-right {
    justify-content: center;
    align-items: flex-start;
    max-width: none;
  }

  .rt-about-v3-right-top {
    max-width: none;
  }

  .rt-about-v3-counter-plus.rt-about-v5-icon {
    width: 2rem;
    height: 2rem;
  }

  .rt-about-v3-bottom {
    max-width: none;
  }

  .rt-about-v4-top {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
  }

  .rt-about-v4-top-left, .rt-about-v4-top-right {
    max-width: none;
  }

  .rt-about-v4-bottom-line {
    display: none;
  }

  .rt-about-v4-counter-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .rt-about-v4-counter {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .rt-solutions-v2-items-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: 1px solid #fff3;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-solutions-v2-items.rt-solutions-last-items {
    border-bottom-style: none;
  }

  .rt-solutions-v2-items-main {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rt-strategy-v2-content {
    flex-flow: column;
    align-items: stretch;
  }

  .rt-strategy-v2-left {
    grid-column-gap: 1.9rem;
    grid-row-gap: 1.9rem;
    max-width: none;
  }

  .rt-strategy-v2-right {
    max-width: none;
  }

  .rt-solutions-v4-cards-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-solutions-v4-cards {
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .rt-solutions-v4-cards.rt-card-reverse {
    flex-flow: column-reverse;
  }

  .rt-solutions-v4-border {
    display: none;
  }

  .rt-about-v5-top {
    grid-column-gap: 1.9rem;
    grid-row-gap: 1.9rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .rt-about-v5-counter-wrap {
    width: 7rem;
    height: 7rem;
  }

  .rt-about-v5-counter-text, .rt-about-v5-top-right {
    max-width: none;
  }

  .rt-about-v5-border {
    display: none;
  }

  .rt-about-v5-cards-wrap {
    grid-template-columns: 1fr;
  }

  .rt-about-v5-cards {
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-icon {
    width: 13px;
    height: auto;
  }

  .rt-hero-v3-slider-main {
    padding-top: 11.5rem;
  }

  .rt-hero-v3-slider-text {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .rt-service-v5-content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(18.125rem, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-service-v5-left-top, .rt-service-v5-list-text {
    max-width: none;
  }

  .rt-about-v6-bottom {
    grid-column-gap: 1.9rem;
    grid-row-gap: 1.9rem;
    flex-flow: column;
    align-items: stretch;
  }

  .rt-about-v6-bottom-image {
    max-width: none;
  }

  .rt-about-v6-bottom-right {
    grid-column-gap: 1.275rem;
    grid-row-gap: 1.275rem;
  }

  .rt-about-v6-list-border.rt-list-border-dark.rt-responsive-off {
    display: none;
  }

  .rt-strategies-v3-cards-wrap {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .rt-strategies-v3-card {
    grid-column-gap: 1.3rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-strategies-v3-left {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
  }

  .rt-strategies-card-content {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .rt-pricing-card-list-v2 {
    align-items: stretch;
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .rt-pricing-cards-grid-v2 {
    grid-template-columns: repeat(auto-fit, minmax(16.25rem, 1fr));
  }

  .rt-price-yearly-box {
    padding-bottom: .0625rem;
  }

  .rt-pricing-card-items {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-toggle-ball {
    width: 1.0625rem;
    height: 1.0625rem;
  }

  .rt-icons.rt-pricing-v2-icon {
    width: auto;
    height: 2.6rem;
  }

  .rt-toggle {
    width: 3.1875rem;
    height: 1.4375rem;
  }

  .rt-pricing-card {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .rt-pricing-v3-options {
    margin-top: .9rem;
    padding: 1.5rem 1.2rem;
  }

  .rt-pricing-cards-grid {
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  }

  .rt-pricing-chart-rows {
    text-align: center;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 1rem;
  }

  .rt-chart-columns {
    border-left-style: none;
    min-height: 60px;
    padding: .625rem .625rem 1.25rem;
  }

  .rt-chart-top-tag {
    border-left-style: none;
  }

  .rt-pricing-card-v3-top, .rt-pricing-card-v3-list {
    padding: 1.3rem 1rem;
  }

  .rt-popular {
    top: 1.3rem;
    right: 1rem;
  }

  .rt-counter-v3-content {
    border-bottom: 1px solid #fff3;
    grid-template-columns: 1fr 1fr;
  }

  .rt-counter-v3-cells {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rt-counter-v3-cells.rt-cell-2 {
    border-right-style: none;
  }

  .rt-about-v8-bottom {
    grid-column-gap: var(--element-gaps--large);
    grid-row-gap: var(--element-gaps--large);
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-about-v8-bottom-left {
    max-width: none;
  }

  .rt-about-v8-items-icon {
    width: 1rem;
  }

  .rt-service-v6-card-left {
    padding: 2rem 1.5rem;
  }

  .rt-about-v9-clients {
    display: none;
  }

  .rt-about-v3-tags-wrap {
    justify-content: center;
    align-items: center;
  }

  .rt-about-v9-right-top {
    max-width: none;
  }

  .rt-about-v9-top-wrap {
    padding-bottom: 1rem;
  }

  .rt-about-v9-right {
    max-width: none;
    padding-bottom: 0;
  }

  .rt-about-v9-content {
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-about-v9-left {
    max-width: none;
  }

  .rt-about-v10-counter {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .rt-about-v10-left-top {
    align-items: stretch;
  }

  .rt-about-v10-right-wrap, .rt-features-v1-image-card-wrap {
    max-width: none;
  }

  .rt-about-v10-bottom {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(18.12rem, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-about-v10-bottom-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: none;
  }

  .rt-about-v10-list-wrap {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .rt-about-v10-top {
    grid-column-gap: var(--element-gaps--medium);
    grid-row-gap: var(--element-gaps--medium);
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .rt-service-v8-list-wrap {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-servcie-v8-list-wrapper {
    background-color: var(--_colors---white);
    border-radius: 1.25rem;
  }

  .rt-service-v8-list-item {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .rt-service-v8-list-left {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
  }

  .rt-service-v8-icon-wrapper.rt-big-icon {
    width: auto;
    height: 2rem;
  }

  .rt-service-v8-list-right {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rt-servcie-v8-text {
    max-width: none;
  }

  .rt-service-v8-top-border, .rt-service-v8-bottom-border {
    display: none;
  }

  .rt-service-background-glow {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .rt-experience-v1-content {
    grid-row-gap: 2.1875rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }

  .rt-experience-v1-card-text {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .rt-solutions-v5-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .rt-solutions-v5-left {
    flex-flow: row;
    max-width: none;
    margin-top: 0;
  }

  .rt-solutions-left-top {
    border-bottom-style: none;
    padding-bottom: 0;
  }

  .rt-solutions-v5-right {
    max-width: none;
  }

  .rt-solutions-v5-right-text {
    justify-content: center;
    align-items: flex-start;
  }

  .rt-solutions-right-top {
    max-width: none;
  }

  .rt-counter-box-h4 {
    height: 1.5rem;
  }

  .rt-service-v9-list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .rt-service-v9-cards {
    padding: 1.5rem 1.25rem;
  }

  .rt-solutions-v6 {
    height: auto;
  }

  .rt-solutions-v6-content {
    flex-flow: column;
  }

  .rt-solutions-v6-content-right {
    border-radius: 0;
    min-height: auto;
    display: block;
  }

  .rt-solutions-v6-left {
    max-width: none;
  }

  .rt-solutions-v6-list {
    grid-column-gap: 2.1875rem;
    grid-row-gap: 2.1875rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-solutions-scroll-wrap {
    display: none;
  }

  .rt-solutions-video-1 {
    aspect-ratio: 16 / 9;
    border-radius: 1.25rem;
    overflow: hidden;
  }

  .rt-solutions-video-2, .rt-solutions-video-3 {
    aspect-ratio: 830 / 750;
    border-radius: 1.25rem;
    display: none;
    position: relative;
    overflow: hidden;
  }

  .rt-sticky {
    position: static;
  }

  .rt-big-text-tags, .rt-service-faq-top.rt-mobile-off {
    display: none;
  }

  .rt-service-faq-top-left.rt-service-faq-image {
    flex: 0 auto;
    max-width: none;
  }

  .rt-service-faq-bottom {
    grid-column-gap: 2.7rem;
    grid-row-gap: 2.7rem;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(16.625rem, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-service-faq-row {
    grid-column-gap: 1.9rem;
    grid-row-gap: 1.9rem;
    flex-flow: column;
    align-items: stretch;
  }

  .rt-service-faq-text {
    flex: 0 auto;
    padding-right: 0;
  }

  .rt-about-v13-top-left, .rt-about-v13-top-middle {
    display: none;
  }

  .rt-about-v13-bottom {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
  }

  .rt-about-v13-image-wrap {
    flex: 0 auto;
    max-width: none;
  }

  .rt-about-v13-border {
    display: none;
  }

  .rt-about-v13-bottom-right {
    grid-column-gap: var(--element-gaps--tiny);
    grid-row-gap: var(--element-gaps--tiny);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    display: grid;
  }

  .rt-about-v13-link-arrow {
    width: .9375rem;
  }

  .rt-about-v13-shape {
    display: none;
  }

  .rt-information-hero {
    padding-top: 6.6rem;
    padding-bottom: 5.5rem;
  }

  .rt-style-guide-colors, .rt-shadow-blocks {
    grid-template-columns: 1fr;
  }

  .rt-form-items {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .rt-style-guide-icon {
    width: 1.7rem;
  }

  .rt-showcase-images {
    grid-template-columns: 1fr 1fr;
  }

  .rt-overview-hero {
    padding-top: 120px;
    padding-bottom: 200px;
  }

  .rt-overview-scroll-images {
    margin-top: -9.375rem;
  }

  .rt-scroll-marquee-wrapper.rt-scroll-marqee-wrap-two {
    margin-top: .9375rem;
  }

  .rt-scroll-marquee-train {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
    padding-right: .9375rem;
  }

  .rt-scroll-box-shadow {
    width: 21.875rem;
  }

  .rt-features-cell {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-image: none;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .rt-features-cell.rt-cell-three {
    background-image: none;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rt-feature-image-shadow {
    object-position: 50% 0%;
    width: 100%;
  }

  .rt-feature-image-shadow.rt-mobile-responsive-off {
    display: none;
  }

  .rt-feature-image-shadow.rt-feature-image-five {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
  }

  .rt-feature-image-shadow.feature-top-image, .rt-feature-image-shadow.rt-feature-image-six {
    display: none;
  }

  .rt-feature-image-shadow.rt-image-bottom {
    width: 100%;
  }

  .rt-features-card-image {
    justify-content: center;
    align-items: flex-start;
  }

  .rt-overview-features-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 1rem;
  }

  .rt-figma-screen {
    width: 100%;
    height: auto;
  }

  .rt-figma-text {
    padding-right: 15px;
  }

  .rt-figma-image-wrap {
    max-width: none;
  }

  .rt-pages-cards-wrapper, .rt-pages-cards-wrapper.rt-2-col-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(16.875rem, 1fr));
  }

  .rt-overview-home-wrapper {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .rt-spacial-card-icon-box {
    width: 4rem;
    height: 4rem;
  }

  .rt-2-col-grid {
    grid-template-columns: 1fr;
  }

  .rt-customise-icon {
    width: 2rem;
    height: auto;
  }

  .rt-overview-footer-bottom {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    text-align: center;
    flex-flow: column;
  }

  .rt-overview-footer-links {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
  }

  .rt-team-member-hero {
    padding-top: 6.6rem;
  }

  .rt-team-hero-wrapper {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-team-capture-text-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .rt-team-member-about-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .rt-team-details-cta {
    padding: 30px 15px;
  }

  .rt-more-members-top {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rt-no-shirk {
    flex: none;
  }

  .rt-pricing-card-v4-top-wrap {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .rt-pricing-v2-countdown-text {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .rt-limited-offer {
    background-image: url('../images/Sprial-icon.svg'), linear-gradient(90deg, #8036ff, #0665f3);
    background-position: 7% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
  }

  .rt-hero-v3-slider-main-2 {
    padding-top: 11.5rem;
  }

  .rt-slider-arrow-button-2 {
    width: 3rem;
    height: 3rem;
  }

  .rt-slider-arrow-button-2.rt-button-slider-next {
    margin-left: 4rem;
  }

  .rt-about-v4-bottom-line-2 {
    display: none;
  }

  .rt-about-v4-top-2 {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
  }

  .rt-service-v5-list-text-2 {
    max-width: none;
  }

  .rt-lightbox-play-2 {
    width: 3.5rem;
    height: 3.5rem;
  }

  .rt-about-v10-top-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .rt-about-v10-counter-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .rt-features-v1-image-card-wrap-2 {
    max-width: none;
  }

  .rt-solutions-v5-left-2 {
    flex-flow: row;
    max-width: none;
    margin-top: 0;
  }

  .rt-solutions-v5-right-text-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .rt-solutions-right-top-2 {
    max-width: none;
  }

  .rt-solutions-left-top-2 {
    border-bottom-style: none;
    padding-bottom: 0;
  }

  .rt-service-v3-top-left-2 {
    width: 7.3rem;
    height: 7.3rem;
    margin-top: 0;
  }

  .rt-service-v3-top-left-2.rt-big-text-rounded {
    width: 6.2rem;
    height: 6.2rem;
  }

  .rt-big-text-tags-2 {
    display: none;
  }

  .rt-awards-circle-inside-2, .rt-awards-circle-inside-2.rt-big-text-rounded-inside {
    width: 3.5rem;
    height: 3.5rem;
  }

  .rt-background-glow-2.rt-service-two-glow {
    padding-bottom: 50px;
  }

  .rt-big-text-v2-3.rt-color-white-3.rt-video-text {
    display: none;
  }

  .rt-solutions-v6-2 {
    height: auto;
  }

  .rt-service-v3-top-left-3 {
    width: 7.3rem;
    height: 7.3rem;
    margin-top: 0;
  }

  .rt-insights-list-items-2 {
    border-top-style: none;
    padding-bottom: 0;
  }

  .rt-insights-list-items-2.rt-last-item-border {
    border-bottom-style: none;
  }

  .rt-awards-circle-inside-3 {
    width: 3.5rem;
    height: 3.5rem;
  }

  .heading-h2 {
    font-size: 2.25rem;
  }

  .nav-links-list {
    grid-row-gap: 2rem;
  }

  .nav-links-wrapper {
    max-height: 70svh;
    overflow: auto;
  }

  .button-primary {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .button-primary:hover {
    color: #344054;
    background-color: #fff;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h1.is-white {
    font-size: 3rem;
  }

  .logo-wrapper {
    padding-left: 0;
  }

  .background-video {
    height: 93vh;
  }

  .hero-wrapper {
    height: 100svh;
  }

  .button-group {
    justify-content: flex-start;
  }

  .button-group.center {
    justify-content: center;
  }

  .spacer-s {
    padding-bottom: 1.25rem;
  }

  .image-10 {
    height: 7vh;
  }

  .rt-contact-form-v1-right-2 {
    padding-top: 0;
  }

  .rt-contact-form-v1-left-2 {
    align-items: stretch;
    padding-bottom: 0;
    display: none;
    position: static;
  }

  .carrer-hero {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .mg-bottom-40 {
    margin-bottom: 24px;
  }

  .heading-h1 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .btn-circle {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

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

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

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

  .floating-image-hero {
    max-width: 480px;
  }

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

  .button-secondary:hover {
    color: #344054;
    background-color: #fff;
  }

  .spacer-xs {
    padding-bottom: .75rem;
  }

  .paragraph--text {
    font-size: 1rem;
  }

  .job_details-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .job__listing-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .padding-vertical {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .button-secondary-karriere:hover {
    color: #344054;
    background-color: #fff;
  }

  .item-carrer {
    padding: 1.25rem;
  }

  .job-sticky {
    margin-top: 40px;
  }

  .heading-h1-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .job-body {
    padding-bottom: 45px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .job_title-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .rt-background-jungle-green-2.rt-top-radius {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }

  .rt-team-member-hero-2 {
    padding-top: 6.6rem;
  }

  .carousel-slider._3 {
    right: -18%;
  }

  .carousel-slider._8 {
    right: -63%;
  }

  .carousel-slider._4 {
    right: -27%;
  }

  .carousel-slider._2 {
    right: -9%;
  }

  .carousel-slider._7 {
    right: -54%;
  }

  .carousel-slider._5 {
    right: -36%;
  }

  .carousel-slider._6 {
    right: -45%;
  }

  .carousel-mask {
    width: 60%;
  }

  .service-bullet-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .large-icon {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }

  .animated-path {
    margin-top: 10vh;
    display: none;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .progress-bar {
    width: 1px;
  }

  .mobile-heading {
    color: #f2f2f2;
    white-space: nowrap;
    font-size: 15vw;
    display: block;
    position: absolute;
    transform: rotate(-90deg);
  }

  .small-icon {
    max-width: 15px;
    margin-top: 4px;
  }

  .process-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1.5fr;
  }

  .process-grid-left {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 5vh;
  }

  .progress-bar-empty {
    width: 1px;
  }

  .value-content-wrapper {
    min-height: 50vh;
  }

  .progress-bar-2 {
    width: 1px;
  }

  .section-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .progress-bar-empty-2 {
    width: 1px;
  }

  .rt-video-v1-content-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: 25rem;
  }

  .rt-service-v3-top-left-4 {
    width: 7.3rem;
    height: 7.3rem;
    margin-top: 0;
  }

  .rt-service-v3-top-left-4.rt-big-text-rounded {
    width: 6.2rem;
    height: 6.2rem;
  }

  .rt-big-text-tags-3 {
    display: none;
  }

  .rt-solutions-v7-3 {
    padding-top: 0;
  }

  .rt-awards-circle-inside-4, .rt-awards-circle-inside-4.rt-big-text-rounded-inside {
    width: 3.5rem;
    height: 3.5rem;
  }

  .rt-strategies-v3-card-2 {
    grid-column-gap: 1.3rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-gap-off-mittig.rt-gap-xs.rt-contact-form-v1-title {
    max-width: none;
  }

  .rt-gap-off-mittig.rt-solutions-description {
    max-width: 31.3rem;
  }

  .rt-gap-off-mittig.rt-solutions-title {
    max-width: 31.5rem;
  }

  .rt-gap-off-mittig.rt-blog-posts-heading {
    max-width: 15.9rem;
  }

  .rt-gap-off-heading-h1.rt-gap-xs.rt-contact-form-v1-title {
    max-width: none;
  }

  .rt-gap-off-heading-h1.rt-solutions-description {
    max-width: 31.3rem;
  }

  .rt-gap-off-heading-h1.rt-solutions-title {
    max-width: 31.5rem;
  }

  .rt-gap-off-heading-h1.rt-blog-posts-heading {
    max-width: 15.9rem;
  }

  .image-21 {
    width: auto;
    height: 50px;
  }

  .rt-logo-2 {
    width: 200px;
  }

  .rt-contact-form-v1-left-2-test {
    align-items: stretch;
    padding-bottom: 0;
    display: block;
    position: static;
  }

  .rt-background-jungle-green-ueber-uns.rt-top-radius {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    height: 155vh;
  }

  .image-460 {
    width: auto;
    height: 50px;
  }

  .rt-navbar-v2 {
    background-image: linear-gradient(#00000080, #00000080);
    height: 7vh;
  }

  .rt-navbar-v3 {
    height: 7vh;
  }
}

@media screen and (max-width: 479px) {
  .rt-heading-style-h3.rt-footer-v1-heading {
    max-width: none;
  }

  .rt-tag-text.rt-color-green {
    font-size: var(--_font-details---font-size--h2-size);
    text-align: center;
  }

  .rt-footer-v1 {
    padding-top: 0;
  }

  .rt-footer-v1-top {
    grid-row-gap: 1rem;
    flex-flow: wrap;
  }

  .rt-footer-v1-middle {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .rt-footer-v1-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .rt-footer-v1-form-main {
    grid-template-columns: 1fr;
  }

  .rt-footer-v1-links-box {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .rt-footer-v1-right {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    display: grid;
  }

  .rt-footer-v1-right-wraps {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .rt-footer-v1-bottom {
    grid-row-gap: .625rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rt-container {
    padding-top: 50px;
  }

  .rt-container.tablet_upwards-hidden {
    padding-bottom: var(--section-gaps--section-gap-medium);
    display: block;
  }

  .rt-container.karriere {
    padding-top: var(--section-gaps--section-gap-medium);
  }

  .rt-video-v1-overlay {
    background-image: linear-gradient(180deg, #0000, var(--_colors---black));
  }

  .rt-video-v1-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 3.125rem;
  }

  .rt-background-jungle-green.rt-top-radius {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    height: 200svh;
  }

  .rt-counter-v1-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rt-gap-off.rt-color-white.rt-about-v6-title {
    text-align: center;
  }

  .rt-gap-off.rt-slides-bottom {
    max-width: 80%;
  }

  .rt-gap-off.rt-solutions-description, .rt-gap-off.rt-service-v4-title {
    text-align: center;
  }

  .rt-gap-off.rt-strategies-v3-card-heading {
    max-width: none;
  }

  .rt-gap-off.rt-solutions-v7-title {
    line-height: var(--_font-details---line-heights--h1-heights);
  }

  .rt-gap-off.rt-checkbox.w--redirected-checked {
    background-color: var(--_colors---white);
    background-image: url('../images/6967dcf8b9a419fbc5742306_Checked-yellow-line-icon.png');
    background-size: cover;
  }

  .rt-counter-v1-right {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-big-text-v2.rt-color-white.rt-video-text {
    bottom: 1.2rem;
    right: 1.2rem;
  }

  .rt-counter-cards-slide {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .rt-counter-cards-v1-top {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
  }

  .rt-about-v1 {
    padding-top: var(--section-gaps--section-gap-medium);
    padding-bottom: 0;
  }

  .rt-about-v1-top-content {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .rt-about-v1-left-image-wrap.rt-overflow-hidden.rt-radius-medium {
    --element-gaps--tiny: .9375rem;
    --element-gaps--large: 1.5625rem;
    --containers--container-large: 101.875rem;
    --section-gaps--gutter: .9375rem;
    --section-gaps--section-gap-large: 3.75rem;
    --containers--container: 82.5rem;
    --section-gaps--section-gap-medium: 3.4375rem;
    --containers--container-karriere: 120rem;
    --section-gaps--section-gap-tiny: .625rem;
    --element-gaps--extra-small: .9375rem;
    --element-gaps--extra-large: 1.875rem;
    --element-gaps--small: 1.75rem;
    --element-gaps--xxl: 2rem;
    --element-gaps--medium: 2rem;
    --transparent: #fff0;
    --section-gaps--section-gap-small: .625rem;
    --containers--container-small: 78.75rem;
    overflow: visible;
  }

  .rt-button {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .rt-about-v1-bottom-content {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .rt-about-v1-bottom-left {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .rt-about-v1-bottom-left-links {
    padding-bottom: 1.25rem;
  }

  .rt-service-v1-cards-main {
    grid-template-columns: 1fr;
  }

  .rt-service-v1-bottom {
    text-align: center;
    border-radius: 1.25rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
  }

  .rt-clients-v1-list-main {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .rt-company-v1-big-card-content {
    padding-bottom: 2rem;
  }

  .rt-company-card-v3 {
    flex-flow: row;
  }

  .rt-company-card-v3-right {
    flex-flow: column;
  }

  .rt-company-small-images.rt-small-image-overlap {
    margin-top: -1rem;
    margin-left: 0;
  }

  .rt-about-v2 {
    margin-top: 0;
  }

  .rt-about-v2-top {
    margin-top: 2rem;
  }

  .rt-about-card-v2-content {
    max-width: none;
  }

  .rt-about-v2-card-icon {
    margin-bottom: 2rem;
  }

  .rt-utility-page-form {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .rt-slides-top {
    max-width: 90%;
  }

  .rt-navbar {
    background-image: linear-gradient(#00000080, #00000080);
    height: 7svh;
  }

  .rt-dropdown, .rt-dropdown.w--current {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rt-nav-menu {
    background-color: var(--_colors---accent-blue);
    border-bottom-style: none;
  }

  .rt-partners-v1-content {
    border-radius: 1rem;
    padding-bottom: 1.75rem;
  }

  .rt-partners-v1-bottom {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .rt-partners-logo-cell.rt-bottom-cell {
    padding-bottom: 2rem;
  }

  .rt-partners-logo-cell.rt-bottom-cell.rt-responsive-border {
    border-bottom-style: solid;
  }

  .rt-vide-v2-inner-box-1 {
    width: 56vw;
    height: 56vw;
  }

  .rt-services-v2-list {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    grid-auto-columns: 1fr;
    grid-template-columns: repeat(auto-fit, minmax(150px, undefinedundefined)) 200px;
    grid-template-rows: auto auto auto;
    display: grid;
  }

  .rt-services-v2-list-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-top-style: none;
    border-bottom-style: none;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .rt-service-v2-item-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-service-v2-item-right {
    max-width: none;
  }

  .rt-service-v2-icons {
    width: auto;
    height: 2.6875rem;
  }

  .rt-business-v1-cards-wrap {
    grid-template-columns: 1fr;
  }

  .rt-business-v1-card-v1 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .rt-business-v1-card-v2 {
    grid-column-gap: 2.325rem;
    grid-row-gap: 2.325rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .rt-business-v1-bottom {
    grid-template-columns: 1fr 1fr;
    place-items: start stretch;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rt-service-v3-cards-wrap {
    grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  }

  .rt-innerpages-hero {
    padding-top: 8.1rem;
    padding-bottom: 8.625rem;
  }

  .rt-contact-service-box {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    padding-top: 20px;
    display: block;
  }

  .rt-form-v1-main {
    flex-flow: column;
  }

  .rt-form-v1 {
    padding-top: 50px;
  }

  .rt-form-v2-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-form-v2-fields, .rt-popular-post-collection, .rt-cards {
    grid-template-columns: 1fr;
  }

  .rt-card-item, .rt-card-item:last-child, .rt-card-item.rt-border-color-change, .rt-card-item.rt-border-color-change.rt-last-card {
    border-right-style: none;
  }

  .rt-insights-top {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    flex-flow: column;
  }

  .rt-insights-list {
    grid-template-columns: 1fr;
  }

  .rt-marketing-slider-card {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rt-service-v4-list.rt-service-v4-last-item {
    border-bottom-style: none;
  }

  .rt-service-v4-list-items {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
    padding-top: 2rem;
  }

  .rt-radius-small.rt-mobile-full {
    width: 100%;
    height: auto;
  }

  .rt-card-text {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rt-service-v4-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-about-v4-counter-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .rt-solutions-v2-items-wrap {
    grid-template-columns: 1fr;
  }

  .rt-solutiolns-v4-heading-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .rt-solutions-v4-cards-wrap {
    grid-column-gap: 1.2rem;
  }

  .rt-about-v5-top {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .rt-about-v5-top-left {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rt-about-v5-counter-text {
    min-width: 12.25rem;
  }

  .rt-about-v5-cards-wrap {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
  }

  .rt-about-v5-cards {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    padding-top: 0;
  }

  .rt-about-v5-cards-border-wrap {
    display: none;
  }

  .rt-hero-v3-slider-main {
    padding-top: 10.9rem;
    padding-bottom: 6.2rem;
  }

  .rt-service-v5-list-border-left {
    display: none;
  }

  .rt-service-v5-list-text.rt-top-gap-off {
    padding-top: 0;
  }

  .rt-service-v5-list-text.rt-bottom-gap-off {
    padding-bottom: 0;
  }

  .rt-about-v6 {
    padding-bottom: 50px;
  }

  .rt-about-v6-bottom-right {
    text-align: center;
  }

  .rt-strategies-v3-card {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .rt-strategies-v3-left {
    padding-right: 1rem;
  }

  .rt-pricing-card-list-v2 {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .rt-pricing-card-v2 {
    padding-top: 1.25rem;
    padding-bottom: 1.5rem;
  }

  .rt-icons {
    width: 3.75rem;
    height: auto;
  }

  .rt-button-gap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-pricing-card-v2-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: .9375rem;
  }

  .rt-pricing-chart-price {
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }

  .rt-service-v6-content, .rt-service-v6-left {
    grid-template-columns: 1fr;
  }

  .rt-service-v4-list-image {
    max-width: none;
  }

  .rt-about-v9-right-bottom {
    padding: 20px;
  }

  .rt-about-v3-tags-wrap {
    flex-flow: wrap;
  }

  .rt-about-v9-right-top {
    justify-content: flex-start;
    align-items: center;
  }

  .rt-about-v9-tag {
    padding-top: .3rem;
    padding-bottom: .3rem;
  }

  .rt-about-v9-content {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }

  .rt-about-v10-counter {
    padding: 1rem;
  }

  .rt-about-v10-left-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .rt-service-v8-list-wrap {
    grid-template-columns: repeat(auto-fit, minmax(11.875rem, 1fr));
  }

  .rt-service-v8-icon-wrapper.rt-big-icon {
    height: auto;
  }

  .rt-yellow-icon {
    height: 100%;
  }

  .rt-experience-v1-content {
    grid-row-gap: 0rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .rt-experience-v1-card {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rt-solutions-v5-left, .rt-solutions-v5-right {
    flex-flow: column;
  }

  .rt-solutions-v5-image-wrap {
    max-width: none;
  }

  .rt-solutions-v5-right-text {
    grid-column-gap: var(--element-gaps--tiny);
    grid-row-gap: var(--element-gaps--tiny);
    max-width: none;
  }

  .rt-service-v9-list {
    grid-template-columns: repeat(auto-fit, minmax(10.938rem, 1fr));
  }

  .rt-solutions-v6-list, .rt-solutions-v7-cards-wrap {
    grid-template-columns: 1fr;
  }

  .rt-solutions-v7-card {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .rt-solutions-v7-card-icon-wrap {
    background-color: var(--_colors---light);
    border-radius: 20px;
    width: 4rem;
    height: 4rem;
    padding: 10px;
  }

  .rt-card-linear-border.rt-linear-border-1, .rt-card-linear-border.rt-linear-border-2 {
    display: none;
  }

  .rt-card-linear-border.rt-linear-border-3 {
    background-image: linear-gradient(90deg, #0000, var(--_colors---border) 45%, transparent);
    width: 100%;
    height: .0625rem;
    inset: auto 0% 0%;
  }

  .rt-linear-bottom.rt-line-1 {
    background-image: linear-gradient(90deg, #0000 10%, #0003 50%, #0000 101%);
  }

  .rt-linear-bottom.rt-line-1.rt-gradiant-direction {
    background-image: linear-gradient(270deg, #0000, #0003 50%, #0000);
  }

  .rt-service-faq-bottom {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .rt-service-faq-text {
    padding-bottom: 1.875rem;
  }

  .rt-about-v13-bottom {
    grid-template-columns: 1fr;
  }

  .rt-about-v13-bottom-right {
    grid-template-columns: repeat(auto-fit, minmax(10.9375rem, 1fr));
  }

  .rt-list-gaps {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .rt-shadow-box, .rt-color-showcase {
    height: 8.5rem;
  }

  .rt-typography-row {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .rt-style-guide-main {
    grid-column-gap: 2.25rem;
    grid-row-gap: 2.25rem;
  }

  .rt-style-guide-icon {
    width: 1.4rem;
  }

  .rt-showcase-images {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .rt-overview-hero {
    padding-bottom: 150px;
  }

  .rt-overview-scroll-images {
    margin-top: -6.25rem;
  }

  .rt-scroll-box-shadow {
    width: 15.625rem;
  }

  .rt-features-cell {
    padding: .9375rem .9375rem 1.25rem;
  }

  .rt-spacial-card-v3-main {
    padding: 1.25rem;
  }

  .rt-spacial-card-v3 {
    padding: .9375rem;
  }

  .rt-informations-box {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rt-team-capture-text-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-team-details-cta {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rt-quote-icon-mobile {
    width: 2.9375rem;
  }

  .rt-no-shirk {
    flex: none;
  }

  .rt-pricing-card-v4-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: .9375rem;
  }

  .rt-hero-v3-slider-main-2 {
    padding-top: 10.9rem;
    padding-bottom: 6.2rem;
  }

  .rt-heading-style-h5-2.rt-gap-tiny {
    font-size: var(--_font-details---font-size--h4-size);
  }

  .rt-heading-style-h5-2.rt-contact-option-title {
    font-size: var(--_font-details---font-size--h5-size);
  }

  .rt-button-2 {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .rt-container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-slides-top-2 {
    max-width: 90%;
  }

  .rt-service-v5-list-text-2.rt-bottom-gap-off {
    padding-bottom: 0;
  }

  .rt-service-v5-list-text-2.rt-top-gap-off {
    padding-top: 0;
  }

  .rt-about-v10-counter-2 {
    padding: 1rem;
  }

  .rt-solutions-v5-left-2 {
    flex-flow: column;
  }

  .rt-solutions-v5-right-text-2 {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
    max-width: none;
  }

  .rt-card-linear-border-2.rt-linear-border-1 {
    display: none;
  }

  .rt-card-linear-border-2.rt-linear-border-3 {
    background-image: linear-gradient(90deg, #0000, #0003 45%, #0000);
    width: 100%;
    height: .0625rem;
    inset: auto 0% 0%;
  }

  .rt-card-linear-border-2.rt-linear-border-2 {
    display: none;
  }

  .rt-solutions-v7-cards-wrap-2 {
    grid-template-columns: 1fr;
  }

  .rt-background-glow-2.rt-service-two-glow {
    padding-bottom: 0;
  }

  .rt-service-v2-item-right-2 {
    max-width: none;
  }

  .rt-big-text-v2-3.rt-color-white-3.rt-video-text {
    bottom: 1.2rem;
    right: 1.2rem;
  }

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

  .heading-h2 {
    font-size: 1.8rem;
  }

  .heading-h2.white {
    font-size: 1.5rem;
  }

  .heading-h2.small {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .nav-links-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .dropdown-links_grid {
    grid-row-gap: 15px;
  }

  .heading-style-h1.is-white {
    font-size: 2rem;
  }

  .subheading-wrapper {
    flex-flow: column;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .subheading-wrapper.center {
    align-items: center;
  }

  .dropdown-link {
    color: #015b83;
  }

  .dropdown-link:hover {
    color: #213047;
  }

  .background-video {
    height: 93svh;
  }

  .container--default {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-column.w--open {
    padding-top: 0;
  }

  .nav-link-text {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .dropdown-pd {
    padding-bottom: 0;
  }

  .subheading-tagline {
    padding-bottom: 15px;
  }

  .section-hero {
    height: auto;
  }

  .text-style-large.white {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .header_component {
    height: auto;
    min-height: 93svh;
  }

  .hero-wrapper {
    height: 93svh;
  }

  .button-group {
    justify-content: flex-start;
  }

  .image-10 {
    height: 11vw;
  }

  .rt-contact-form-v1-left-2 {
    padding-top: 0;
    display: block;
  }

  .rt-button-3 {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .carrer-hero {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .heading-h1 {
    margin-bottom: 10px;
    font-size: 2rem;
    line-height: 40px;
  }

  .page-padding {
    padding-top: 50px;
  }

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

  .floating-image-hero {
    display: none;
  }

  .text-style-medium-light {
    font-size: 17px;
    line-height: 28px;
  }

  .carrer__title-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1rem;
  }

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

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

  .job_label-card {
    text-align: left;
  }

  .heading-h1-2 {
    margin-bottom: 10px;
    font-size: 2rem;
    line-height: 40px;
  }

  .heading-h1-2.small {
    font-size: 1.5rem;
  }

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

  .job-body {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .job-description_heading {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .job_title-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .job_label-flex {
    justify-content: flex-start;
  }

  .rt-button-wa {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .rt-background-jungle-green-2.rt-top-radius {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .rt-button-4 {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .rt-team-member-hero-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .carousel-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slider._3, .carousel-slider._8, .carousel-slider._4, .carousel-slider._2, .carousel-slider._7, .carousel-slider._5, .carousel-slider._6 {
    right: 0%;
  }

  .card-body {
    padding: 20px;
  }

  .carousel-mask {
    width: 100%;
  }

  .animated-path {
    display: none;
  }

  .mobile-heading {
    font-size: 20vw;
  }

  .value-content-wrapper {
    min-height: 60vh;
  }

  .rt-video-v1-content-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 3.125rem;
  }

  .rt-gap-md-5 {
    margin-bottom: 0;
  }

  .rt-solutions-v7-3 {
    padding-top: 30px;
  }

  .rt-solutions-v7-cards-wrap-3 {
    grid-template-columns: 1fr;
  }

  .rt-video-v1-overlay-2 {
    background-image: linear-gradient(#0000, #000);
  }

  .rt-strategies-v3-card-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .rt-button-5 {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .rt-strategies-v3-2 {
    padding-bottom: 0;
  }

  .rt-gap-off-mittig {
    font-size: var(--_font-details---font-size--h3-size);
  }

  .rt-gap-off-mittig.rt-slides-bottom {
    max-width: 80%;
  }

  .rt-gap-off-mittig.rt-service-v4-title {
    text-align: center;
  }

  .rt-gap-off-mittig.rt-strategies-v3-card-heading {
    max-width: none;
  }

  .rt-gap-off-heading-h1 {
    flex-flow: row;
    display: block;
  }

  .rt-gap-off-heading-h1.rt-slides-bottom {
    max-width: 80%;
  }

  .rt-gap-off-heading-h1.rt-service-v4-title {
    text-align: center;
  }

  .rt-gap-off-heading-h1.rt-strategies-v3-card-heading {
    max-width: none;
  }

  .text-block-14 {
    color: #000;
  }

  .rt-button-6 {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .rt-background-jungle-green-ueber-uns.rt-top-radius {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    height: 100%;
  }

  .div-block-3 {
    flex-flow: column;
  }

  .wa-navbar {
    border-radius: 1rem;
    text-decoration: none;
  }

  .block-color.accent-whatsapp {
    border-style: none;
    border-width: 0;
    border-radius: 1rem;
    min-width: auto;
    height: auto;
    min-height: auto;
    padding: 10px 20px;
    text-decoration: none;
  }

  .block-color.accent-whatsapp.navbar {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-457 {
    width: 100%;
    height: 3rem;
  }

  .div-block-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rt-button-karriere {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .rt-navbar-v2 {
    background-image: linear-gradient(#00000080, #00000080);
    height: auto;
  }

  .rt-navbar-v3 {
    background-color: var(--_colors---accent-blue);
    height: auto;
  }

  .code-embed {
    padding-bottom: 0;
  }

  .link {
    font-size: var(--_font-details---font-size--h5-size);
    line-height: var(--_font-details---line-heights--h5-heights);
  }

  .heading-benefit {
    text-align: center;
    margin-bottom: 0;
  }
}

#w-node-f7ca7f73-d93c-4b01-f681-3789630a492a-c574222d {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1.425fr 1fr;
}

#w-node-f7ca7f73-d93c-4b01-f681-3789630a492b-c574222d {
  grid-row: span 3 / span 3;
}

#w-node-f7ca7f73-d93c-4b01-f681-3789630a492c-c574222d {
  grid-row: span 2 / span 2;
}

#w-node-_89e87199-8a5d-9a74-24e1-290709a47e8c-c5742230 {
  align-self: start;
}

#w-node-_6cf3b63e-8f1f-316c-1962-bede8cbb1fc6-c574223a {
  place-self: center;
}

#w-node-_5a06b117-c299-62f5-903f-6be6ce731ff8-c574223a {
  justify-self: center;
}

#w-node-_87370cfc-cda1-89c4-b36a-f55c265513d1-c574223a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_61c462cd-055a-2e10-dbe4-3c3442077a87-c574223a, #w-node-_2ad919a7-4682-949e-b3fb-c6eb151f256e-c574223a, #w-node-_143c04cd-8a8f-12d8-ebe1-b06649c7b953-c574223a, #w-node-b483c0ef-9020-017d-ac04-441cc7f90999-c574223a, #w-node-_764a5d30-955b-f068-cfb4-3c0bfd31db13-c574223a, #w-node-b2e4b57b-55a5-5661-b03f-63acc8d5defc-c574223a {
  place-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-a989990f-1c09-2d99-3c27-085e1df2948c-c5742230 {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f7ca7f73-d93c-4b01-f681-3789630a492a-c574222d {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.425fr 1.25fr;
  }

  #w-node-f7ca7f73-d93c-4b01-f681-3789630a492b-c574222d {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-f7ca7f73-d93c-4b01-f681-3789630a492c-c574222d {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_54e42246-b939-f4e2-8a88-0608737b93c2-c574222d {
    grid-row: span 2 / span 2;
  }

  #w-node-_4744d85a-a0c4-cf2b-92a5-008266101d6c-66101d58 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f7ca7f73-d93c-4b01-f681-3789630a492a-c574222d {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.425fr;
  }

  #w-node-f7ca7f73-d93c-4b01-f681-3789630a492b-c574222d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f7ca7f73-d93c-4b01-f681-3789630a492c-c574222d, #w-node-_54e42246-b939-f4e2-8a88-0608737b93c2-c574222d {
    grid-row: span 2 / span 2;
  }

  #w-node-_4744d85a-a0c4-cf2b-92a5-008266101d6c-66101d58 {
    grid-column: span 2 / span 2;
  }

  #w-node-_7be13308-0603-8866-a22a-8c4d4f5f64d3-c574223d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


