@font-face {
  font-family: Goli;
  src: url('../fonts/Goli-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Goli;
  src: url('../fonts/Goli-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Goli;
  src: url('../fonts/Goli-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Goli;
  src: url('../fonts/Goli-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Goli;
  src: url('../fonts/Goli-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

body {
  color: #363637;
  font-family: Goli, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  color: #0c0c0c;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Goli, Arial, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

a {
  text-decoration: none;
}

.rt-text-color-white-4 {
  color: #fff;
}

.rt-text-color-white-4.rt-gap-off.rt-gap-medium.is-padding, .rt-text-color-white-4.rt-gap-off.rt-gap-small.is-padding {
  padding-bottom: 20px;
}

.rt-text-color-white-4.is-margin-off {
  margin-top: 0;
  margin-bottom: 0;
}

.rt-text-color-white-4.rt-max-width {
  max-width: 170px;
}

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

.rt-gap-off.rt-text-color-white {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.33;
}

.rt-gap-off.is-color {
  color: #fff;
}

.rt-gap-off.is-color.is-padding {
  padding-top: 20px;
  padding-bottom: 30px;
}

.rt-text-style-h6 {
  color: #161616;
  letter-spacing: -.02125rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.55556;
}

.rt-text-style-h4 {
  color: #161616;
  letter-spacing: -.0275rem;
  font-size: 1.5rem;
  line-height: 1.41667;
}

.rt-text-style-h4.rt-hero-v7-text {
  color: #0c0c0c;
  max-width: 25.5625rem;
}

.rt-text-style-h4.rt-list-text-v2.is-color {
  color: #fff;
}

.rt-button-text-wrap {
  z-index: 2;
  grid-row-gap: 2rem;
  height: 1.3rem;
  margin-right: .6875rem;
  position: relative;
}

.rt-button {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-block;
  position: relative;
}

.rt-service-hero-content {
  flex: 1;
  max-width: 21.375rem;
}

.rt-button-wrap {
  grid-column-gap: .6875rem;
  grid-row-gap: 0rem;
  background-color: #161616;
  border: .0625rem solid #161616;
  border-radius: .1875rem;
  justify-content: center;
  align-items: center;
  padding: .6875rem 1.5625rem;
}

.rt-button-wrap.rt-overflow-hidden.change-button-2 {
  background-color: #fff;
  border-color: #fff;
}

.rt-service-hero {
  height: 100vh;
  position: relative;
}

.rt-service-hero.rt-overflow-hidden.is-height.is-background {
  background-color: #0c0c0c;
}

.rt-big-text-v1 {
  letter-spacing: -.9375rem;
  font-family: Goli, Arial, sans-serif;
  font-size: clamp(2.5rem, 15.7vw, 18.75rem);
  font-weight: 500;
  line-height: .8;
}

.rt-big-text-v1.is-color {
  color: #fff;
  font-size: clamp(2.5rem, 15.7vw, 18.75rem);
}

.rt-big-text-v1.is-color.is-upper-case {
  text-transform: uppercase;
}

.rt-bottom-text-wrapper {
  align-self: flex-end;
}

.rt-bottom-text-wrapper.rt-bottom-text-wapper-v3 {
  padding-right: .625rem;
}

.rt-service-hero-main-wrapper {
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  inset: 0%;
}

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

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

.rt-overflow-hidden.rt-description-box.is-height {
  height: 0;
}

.rt-big-text-v2 {
  color: #161616;
  letter-spacing: -.1875rem;
  font-size: clamp(2.5rem, 10vw, 9.375rem);
  line-height: 1.3;
}

.rt-big-text-v2.rt-text-color-white {
  color: #fff;
}

.rt-big-text-v2.rt-text-color-white.is-upper-case {
  text-transform: uppercase;
}

.rt-big-text-v2.is-color {
  color: #fff;
}

.rt-big-text-v2.is-color.is-upper-case {
  text-transform: uppercase;
}

.rt-container-xl {
  width: 100%;
  max-width: 101.875rem;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.rt-container-xl.is-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-container-xl.is-padding {
  padding-top: 30px;
}

.rt-about-hero-text-wrapper {
  align-self: flex-end;
  max-width: 64.1875rem;
}

.rt-about-hero-text-wrapper.rt-about-hero-text-wrapper-v2 {
  margin-bottom: -2.125rem;
}

.rt-button-text-v1 {
  z-index: 10;
  letter-spacing: -.00625rem;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.83333;
}

.rt-button-text-v1.is-color {
  color: #0c0c0c;
}

.rt-button-text-v1.is-color.is-case {
  text-transform: none;
}

.rt-button-full-wrap {
  position: relative;
}

.rt-service-hero-main {
  z-index: 1;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 7.6875rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.rt-image-height {
  max-width: 500px;
  height: 500px;
}

.rt-image-height.is-auto {
  object-fit: cover;
}

.rt-image-height.is-auto.is-radius {
  border-radius: 20px;
}

.rt-hero-v11-content {
  max-width: 38.1875rem;
  margin-bottom: 2.5rem;
}

.rt-hero-v11 {
  padding-top: 17.5rem;
  position: relative;
}

.rt-hero-v11.rt-overflow-hidden.is-background {
  background-image: url('../images/skeleton-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rt-container-xl-2 {
  max-width: 101.875rem;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.rt-sub-text {
  color: #161616;
  letter-spacing: -.0225rem;
  text-transform: uppercase;
  font-family: Goli, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.55556;
}

.rt-sub-text.rt-gap-small.is-case {
  text-transform: none;
}

.rt-sub-text.rt-gap-small.is-case.is-color {
  color: #fff;
}

.rt-animated-text-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 50px;
  position: relative;
}

.rt-hero-v11-main {
  z-index: 2;
  position: relative;
}

.rt-hero-v7 {
  padding-top: 12rem;
  position: relative;
}

.rt-hero-v7-text-content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 7.5rem;
  padding-bottom: 4.375rem;
}

.rt-big-text-v1-2 {
  letter-spacing: -.9375rem;
  font-size: clamp(2.5rem, 15.7vw, 15rem);
  font-weight: 500;
  line-height: .8;
}

.rt-big-text-v1-2.rt-text-color-dark-black {
  color: #0c0c0c;
}

.rt-big-text-v1-2.rt-text-color-dark-black.is-upper {
  text-transform: uppercase;
}

.rt-animated-text-wrapper-2 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}

.rt-animated-text-wrapper-2.rt-gap-large.is-align {
  justify-content: space-between;
}

.rt-hero-v8-text-wrapper {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 3.3125rem;
  position: relative;
}

.rt-hero-v8-image-wrapper {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.rt-text-color-dark-black {
  color: #161616;
}

.rt-text-color-dark-black.rt-gap-off.is-color {
  color: #0c0c0c;
}

.rt-hero-v8-content {
  max-width: 30.7rem;
}

.rt-hero-v8-content.is-color {
  color: #fff;
}

.rt-hero-v8-short-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  max-width: 10.1875rem;
  padding: .625rem;
  position: relative;
}

.rt-container-l {
  max-width: 87.5rem;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.rt-big-text-v1-3 {
  letter-spacing: -.9375rem;
  font-size: clamp(2.5rem, 15.7vw, 15rem);
  line-height: .8;
}

.rt-big-text-v1-3.is-color {
  color: #fff;
}

.rt-big-text-v1-3.is-color.is-weight {
  font-weight: 500;
}

.rt-hero-v8-title-wrapper {
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -.3125rem;
}

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

.rt-hero-v8 {
  padding-top: 21.25rem;
  padding-bottom: 7.625rem;
  position: relative;
}

.rt-hero-text-wrapper-v2 {
  margin-bottom: -1.7rem;
}

.rt-animated-text-wrapper-3 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}

.rt-animated-text-wrapper-3.rt-animated-text-wrapper-v3 {
  padding-bottom: 1.875rem;
}

.rt-hero-v8-main-image {
  width: 100%;
  max-width: 300vw;
  height: 110%;
  position: absolute;
}

.rt-hero-v8-main-image.is-background {
  background-color: #0c0c0c;
  max-width: none;
  height: 100%;
}

.rt-background {
  background-color: #e8e8e8;
}

.rt-background.is-radius {
  border-radius: 10px;
}

.rt-background.is-radius.is-width {
  width: 100%;
  height: 80px;
}

.rt-hero-large-text-wrapper {
  z-index: 6;
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  justify-content: center;
  align-items: flex-end;
  padding-top: 5.375rem;
  position: relative;
}

.rt-big-text-v1-4 {
  letter-spacing: -.9375rem;
  font-size: clamp(2.5rem, 14vw, 15rem);
  line-height: .8;
}

.rt-big-text-v1-4.is-color {
  color: #fff;
}

.rt-big-text-v1-4.is-color.is-case {
  text-transform: uppercase;
}

.rt-big-text-v1-4.is-color.is-case.is-weight {
  font-weight: 500;
}

.rt-hero-v3-2 {
  background-color: #161616;
  height: 100vh;
  padding-top: 12rem;
  padding-bottom: 7rem;
  position: relative;
}

.rt-hero-v3-2.rt-overflow-hidden.is-background {
  background-image: url('../images/skeleton-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rt-video-text-wrap {
  max-width: 34.3125rem;
}

.rt-video-text-wrap.is-margin {
  margin-top: 1.25rem;
}

.rt-hero-card {
  z-index: 99;
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  max-width: 25rem;
  padding: 1.25rem;
  position: absolute;
  inset: auto 22rem 1.25rem auto;
  box-shadow: 0 -1.875rem 3.125rem #00000080;
}

.rt-hero-v3-image-wrap-2 {
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.rt-hero-v3-image-wrap-2.rt-responsive-image-wrap {
  display: flex;
}

.div-block-3 {
  background-color: #0c0c0c;
  border-radius: 10px;
  align-self: stretch;
  min-width: 150px;
  height: 150px;
}

.rt-circle {
  background-color: #d9d9d9;
  border-radius: 100%;
  width: 50px;
  height: 50px;
}

.rt-desktop-full-width {
  width: 100%;
}

.rt-desktop-full-width.rt-hero-v12-main-text-wrap {
  z-index: 2;
  flex-flow: column;
  position: relative;
}

.rt-desktop-full-width.rt-hero-v12-main-text-wrap.is-padding {
  padding-top: 5rem;
}

.rt-desktop-full-width.rt-desktop-full-height.is-border {
  border-radius: 15px;
}

.rt-ticker {
  justify-content: flex-end;
  align-items: center;
}

.rt-hero-slider-image {
  object-fit: cover;
  width: 100vw;
  max-width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rt-text-style-h5 {
  color: #161616;
  letter-spacing: -.0225rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.rt-text-style-h5.rt-text-color-white {
  color: #fff;
}

.rt-ticker-box-one {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-left: .25rem;
  margin-right: .25rem;
  position: relative;
}

.rt-ticker-box-one.rt-ticker-one {
  background-color: #fff;
  border-radius: 10px;
  width: 100px;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
}

.rt-ticker-box-one.rt-ticker-three {
  background-color: #fff;
  border-radius: 10px;
  width: 100px;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
}

.rt-ticker-box-one.rt-ticker-two {
  background-color: #fff;
  border-radius: 10px;
  width: 120px;
  height: 60px;
}

.rt-hero-v12 {
  position: relative;
}

.rt-hero-v12-text-wrap {
  margin-bottom: 3.125rem;
}

.rt-big-text-v1-5 {
  letter-spacing: -.9375rem;
  font-size: clamp(2.5rem, 15.7vw, 18.75rem);
  line-height: .8;
}

.rt-big-text-v1-5.is-color {
  color: #fff;
}

.rt-big-text-v1-5.is-color.is-upper-case {
  text-transform: uppercase;
}

.rt-big-text-v1-5.is-color.is-upper-case.is-weight {
  font-weight: 500;
}

.rt-ticker-left-text {
  flex: 1;
  max-width: 26.4375rem;
  margin-bottom: -.2rem;
}

.rt-hero-v12-inner-content {
  align-items: stretch;
  padding-bottom: 5rem;
}

.rt-bottom-ticker-main-wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 7.875rem;
}

.rt-hero-v12-slider-wrap {
  z-index: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 57.25rem;
  position: relative;
}

.rt-hero-v1 {
  height: 100vh;
  padding-top: 15.125rem;
  position: relative;
}

.rt-hero-v1.rt-overflow-hidden.is-background {
  background-image: url('../images/skeleton-image.svg');
  background-position: 50%;
  background-size: cover;
}

.rt-bottom-text-wrapper-2 {
  align-self: flex-end;
}

.rt-hero-v1-content {
  z-index: 6;
  position: absolute;
  inset: auto 0% 1rem;
}

.rt-video-content {
  justify-content: center;
  align-self: stretch;
  align-items: flex-end;
  margin-bottom: -3rem;
}

.rt-text-width {
  max-width: 350px;
}

.rt-hero-v5-main {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1630px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 320px;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-hero-v5-main.is-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-border-radius-10 {
  border-radius: 10px;
}

.rt-border-radius-10.rt-full-width-image.is-cover {
  object-fit: cover;
}

.rt-big-text-v1-6 {
  color: #fff;
  letter-spacing: -.2vw;
  font-size: clamp(40px, 10.4vw, 200px);
  font-weight: 400;
  line-height: 1;
}

.rt-big-text-v1-6.is-upper-case {
  text-transform: uppercase;
}

.rt-big-text-v1-6.is-upper-case.is-weight {
  font-weight: 500;
}

.rt-big-text-v1-6.is-upper-case.is-weight.is-align {
  margin-top: -60px;
  margin-bottom: 0;
  position: relative;
}

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

.rt-hero-v5-text {
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  bottom: 75px;
}

.rt-hero-v5-image {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.rt-hero-v5 {
  height: 200vh;
}

.rt-hero-v5.rt-position-relative.is-background {
  background-color: #0c0c0c;
}

.rt-hero-v4-main {
  z-index: 4;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  height: 100vh;
  padding-top: 175px;
  padding-bottom: 110px;
  position: sticky;
  top: 0;
}

.rt-button-bg {
  z-index: 0;
  background-color: #f5f5f5;
  border-radius: 30px;
  width: 102%;
  height: 100%;
  position: absolute;
  right: 101%;
}

.rt-hero-v4 {
  position: relative;
}

.rt-hero-v4.is-background {
  background-color: #0c0c0c;
}

.rt-hero-v4-text {
  max-width: 440px;
}

.rt-hero-v4-image-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.rt-big-text-v1-7 {
  color: #fff;
  letter-spacing: -.2vw;
  font-size: clamp(40px, 10.4vw, 200px);
  font-weight: 400;
  line-height: 1;
}

.rt-big-text-v1-7.three.is-upper-case {
  text-transform: uppercase;
}

.rt-big-text-v1-7.three.is-upper-case.is-width {
  font-weight: 500;
}

.rt-big-text-v1-7.three.is-upper-case.is-width.is-color {
  color: #0c0c0c;
}

.rt-big-text-v1-7.is-upper-case {
  text-transform: uppercase;
}

.rt-big-text-v1-7.is-upper-case.is-weight {
  font-weight: 500;
}

.rt-big-text-v1-7.is-upper-case.is-weight.is-size {
  font-size: clamp(40px, 7vw, 150px);
}

.rt-big-text-v1-7.linear-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #9999991a 79%);
  -webkit-background-clip: text;
  background-clip: text;
}

.rt-hero-v4-image-two {
  width: 27vw;
  max-width: 533px;
  height: auto;
}

.rt-hero-v4-heading {
  position: absolute;
  inset: auto auto 75px 0%;
}

.rt-hero-v4-heading.is-upper-case {
  text-transform: uppercase;
}

.rt-hero-v4-heading.is-upper-case.is-weight {
  font-weight: 500;
}

.rt-large-container {
  max-width: 1630px;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-hero-v4-image-one {
  width: 17vw;
  max-width: 533px;
  height: auto;
}

.rt-button-v1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 28px;
  padding-right: 28px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-hero-v4-wrapper {
  height: 300vh;
}

.rt-paragraph-button-gap {
  margin-bottom: 32px;
}

.rt-paragraph-button-gap.rt-font-color-white.is-margin {
  margin-top: 20px;
}

.rt-paragraph-button-gap.is-color {
  color: #fff;
}

.rt-paragraph-button-gap.is-color.is-padding {
  padding-top: 20px;
}

.rt-button-font {
  color: #fff;
  letter-spacing: .3px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
}

.rt-hero-v3-text-main {
  justify-content: space-between;
  align-items: flex-end;
  height: 100vh;
  padding-bottom: 130px;
}

.rt-hero-v3-text-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  max-width: 400px;
  padding-bottom: 10px;
}

.rt-hero-v3-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch center;
  height: 100vh;
  padding: 80px 10px 15px;
  display: grid;
  position: sticky;
  top: 0;
}

.rt-hero-v3-main.is-background {
  background-image: url('../images/skeleton-image.svg');
  background-size: cover;
}

.rt-hero-v3-text {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.rt-hero-v3-box {
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 33.33%;
  position: relative;
  overflow: hidden;
}

.rt-font-color-white {
  color: #fff;
}

.rt-button-v1-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 28px;
  padding-right: 28px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-button-v1-2.is-radius {
  border-radius: 10px;
}

.rt-hero-v3 {
  height: 200vh;
}

.rt-cover {
  object-fit: cover;
}

.rt-cover.is-radius {
  border-radius: 20px;
}

.rt-cover.is-radius.is-height {
  height: 100%;
}

.rt-hero-v2-text {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 0;
}

.rt-hero-v2-heading-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.rt-hero-v2-big-text-block {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  margin-bottom: -2%;
}

.rt-hero-v2 {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.rt-hero-v2.rt-overflow-hidden.rt-position-relative.is-background {
  background-color: #0c0c0c;
}

.rt-hero-v2-description {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-right: 1px solid #fff3;
  width: 50%;
  padding-top: 55px;
  padding-bottom: 140px;
}

.rt-hero-v2-description-block {
  max-width: 400px;
}

.rt-hero-v2-description-block.is-padding {
  padding-left: 60px;
}

.rt-hero-v2-heading {
  max-width: 628px;
  padding-bottom: 130px;
}

.rt-hero-v1-main-text {
  max-width: 390px;
}

.rt-hero-v1-big-text {
  margin-bottom: -40px;
}

.rt-z-index-two {
  z-index: 2;
  position: relative;
}

.rt-hero-v1-main {
  z-index: 3;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
  height: 100vh;
  padding-bottom: 120px;
  position: relative;
}

.rt-hero-v1-bg-image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rt-hero-v1-small-image-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 83px;
}

.rt-hero-v1-small-image-wrapper.is-wrap {
  flex-flow: wrap;
}

.rt-hero-v1-small-image {
  padding: 1px;
  position: relative;
  overflow: hidden;
}

.rt-card {
  background-color: #fff;
  border-radius: 10px;
  width: 120px;
  height: 70px;
}

.no-margin {
  margin: 0;
}

.no-margin.text-color-white {
  color: #fff;
}

.no-margin.text-color-white.heading-gap-small {
  margin-bottom: 17px;
}

.no-margin.text-color-white.text-gap-small {
  margin-bottom: 35px;
}

.no-margin.heading-gap-small {
  margin-bottom: 17px;
}

.no-margin.heading-gap-small.text-color-white {
  color: #fff;
}

.no-margin.is-color {
  color: #0c0c0c;
}

.no-margin.is-color.is-width {
  max-width: 600px;
}

.no-margin.is-color.is-width.is-padding {
  padding-bottom: 2.5rem;
}

.hero-style-01-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.service-v3-hero-main {
  justify-content: flex-end;
  align-items: center;
}

.service-v3-hero-big {
  z-index: 3;
  color: #fff;
  position: absolute;
  inset: auto 30% 0% auto;
}

.service-hero-text {
  text-transform: uppercase;
  font-size: clamp(80px, 20vw, 290px);
  font-weight: 600;
  line-height: .7;
}

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

.text-color-white.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.text-color-white.no-margin-top {
  margin-top: 0;
}

.text-color-white.no-margin-top.margin-bottom-twenty {
  margin-bottom: 20px;
  display: block;
}

.text-color-white.no-margin-top.margin-bottom-twenty.is-width {
  max-width: 550px;
}

.service-v3-hero {
  padding-top: 310px;
  padding-bottom: 310px;
  position: relative;
}

.service-v3-hero.overflow-hidden {
  overflow: hidden;
}

.tag-text-wrap {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.tag-text-wrap.heading-gap-small {
  margin-bottom: 17px;
}

.hero-style-01-image-wrap {
  position: absolute;
  inset: 0%;
}

.service-v3-hero-text {
  flex: 1;
  max-width: 500px;
}

.tag-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71429;
}

.tag-text.tag-light {
  color: #e3e3e3;
}

.tag-text.tag-light.is-case {
  text-transform: none;
}

.hero-style-01-content-wrap {
  z-index: 3;
  position: relative;
}

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

.container.one {
  position: absolute;
}

.button-icon {
  justify-content: center;
  align-items: center;
  position: relative;
}

.button-icon.overflow-hidden {
  overflow: hidden;
}

.button-arrow.button-arrow-hover {
  position: absolute;
  inset: 0% auto 0% -100%;
}

.button {
  background-color: #0c0c0c;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button.w--current {
  justify-content: center;
  align-items: center;
}

.button-text-wrap {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-text-wrap.overflow-hidden {
  overflow: hidden;
}

.home-hero {
  height: 100vh;
  position: relative;
}

.slider-nav-bar {
  background-color: #ffffff59;
  justify-content: flex-start;
  align-items: center;
  width: 207px;
  height: 2px;
  display: flex;
}

.slider-nav-fill {
  background-color: #fff;
  width: 0%;
  height: 2px;
}

.image-full-height {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-hero-image {
  position: absolute;
  inset: 0%;
}

.home-hero-image.hero-image-three {
  z-index: 5;
}

.home-hero-image.hero-image-one {
  z-index: 2;
}

.home-hero-image-wrap {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-arrow-container {
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  padding: 12px;
}

.home-hero-nav {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  inset: auto 50px 70px auto;
}

.button-text {
  color: #fff;
  text-transform: none;
}

.home-hero-content {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.slide-text-content {
  max-width: 580px;
}

.button-inner-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #111;
  letter-spacing: 0;
  text-transform: capitalize;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 16px;
  font-weight: 500;
  position: relative;
}

.button-inner-wrap.overflow-hidden {
  overflow: hidden;
}

.banner-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.about-hero-left {
  flex: 1;
  max-width: 125.14px;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-top.is-color {
  color: #fff;
}

.no-margin-top.is-color.is-upper-case {
  text-transform: uppercase;
}

.no-margin-top.is-color.is-upper-case.is-width {
  max-width: 600px;
}

.hero-text-width {
  max-width: 534px;
}

.hero-text-width.white-text.tab-text-center.is-color, .hero-text-width.is-color {
  color: #fff;
}

.hero-marque {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

.about-hero {
  padding-top: 250px;
  padding-bottom: 198px;
}

.about-hero-main {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 86px;
}

.about-hero-main.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.about-hero-main.no-padding.center-align {
  justify-content: space-between;
  align-items: center;
}

.about-hero-right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  max-width: 853px;
}

.hero-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 170px;
  font-weight: 500;
  line-height: 1.05882;
}

.hero-text.is-case {
  text-transform: none;
}

.overflow-hidden {
  overflow: hidden;
}

.hero-image-about {
  width: 100%;
  height: 100%;
}

.hero-image-about.is-cover {
  object-fit: cover;
}

.hero-circle-one {
  background-color: #ffffff26;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 125.14px;
  height: 125.14px;
  display: flex;
}

.hero-circle-one.circle-position {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #ffffff26;
  position: absolute;
  inset: auto auto 220px;
}

.hero-circle-one.circle-position.circle-four.is-background {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #e8e8e8;
}

.hero-circle-one.circle-position.circle-four {
  position: static;
}

.arrow-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 22px;
}

.arrow-wrap.overflow-hidden {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.auto-fit {
  height: auto;
}

.auto-fit.arrow {
  padding-top: 8px;
}

.auto-fit.arrow.is-autofit {
  filter: invert();
}

.service-hero-image {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.service-hero-image.is-cover {
  object-fit: cover;
}

.button-font {
  color: #0b0b0b;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

.button-font.is-color {
  color: #0c0c0c;
}

.button-font.is-color.is-case {
  text-transform: none;
}

.button-style-one {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding-left: 34px;
  padding-right: 34px;
  display: flex;
}

.button-style-one.is-radius {
  border-radius: 10px;
}

.service-hero {
  padding-top: 338px;
  padding-bottom: 350px;
}

.home-three-hero-wrap {
  background-color: #0b0b0b;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.home-three-hero-wrap.is-background {
  background-image: url('../images/skeleton-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-three-hero-wrap.is-background.is-display {
  display: flex;
}

.home-three-hero-wrap.is-background.is-display.is-overflow {
  position: relative;
  overflow: hidden;
}

.marque-train {
  grid-column-gap: 85px;
  grid-row-gap: 85px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-right: 85px;
  display: flex;
}

.main-text-marque {
  z-index: 4;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.big-text {
  color: #0b0b0b;
  text-transform: uppercase;
  font-size: 170px;
  font-weight: 500;
  line-height: 1.05882;
}

.big-text.is-color {
  color: #fff;
}

.big-text.is-color.is-case {
  text-transform: none;
}

.text-wrapper {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}

.banner-text {
  max-width: 327px;
}

.banner-text.is-color {
  color: #fff;
}

.banner-button-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  margin-top: 40px;
}

.no-margin-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.no-margin-2.is-color {
  color: #fff;
}

.no-margin-2.is-color.is-upper-case {
  text-transform: uppercase;
}

.no-margin-2.is-color.is-upper-case.is-width {
  max-width: 600px;
}

.no-margin-2.is-color.is-upper-case.is-width.is-padding {
  padding-bottom: 20px;
}

.no-margin-2.text-white {
  color: #fff;
}

.text-wrap {
  flex: 1;
  max-width: 773px;
}

.banner-line {
  background-color: #fff;
  width: 1px;
  height: auto;
}

.white-text {
  color: #fff;
}

.white-text.is-margin {
  margin-top: 0;
}

.white-text.is-case {
  text-transform: none;
}

.video-reveal {
  background-color: #0b0b0b;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.video-reveal.is-background {
  background-image: url('../images/skeleton-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.trusted-companies {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: flex-start;
  align-items: center;
}

.home-two-hero-text-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-end;
}

.box-right {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex: 1;
  max-width: 500px;
}

.rating {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
}

.vision {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  max-width: 640px;
}

.service-three-hero-section {
  background-image: none;
  background-position: 0%;
  background-size: cover;
  padding-top: 215px;
  padding-bottom: 125px;
}

.service-three-hero-section.is-background {
  background-image: url('../images/skeleton-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 0%;
  background-repeat: no-repeat, repeat;
  background-size: cover, cover;
}

.section-three-hero-image-holder {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  display: flex;
}

.service-three-hero-title-holder {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-three-hero-image-description {
  max-width: 412px;
  padding-top: 45px;
}

.auto-fit-2 {
  object-fit: cover;
}

.auto-fit-2.is-radius {
  border-radius: 10px;
}

.service-three-hero-heading-image {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -100px;
  padding-top: 10px;
  display: flex;
}

.service-three-hero-title {
  max-width: 793px;
}

.container-2 {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-2.change-position {
  z-index: 1;
  position: relative;
}

.container-2.change-position.change-index {
  z-index: 999;
}

.service-two-hero-title-warp {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 74px;
}

.service-two-circular-cta-button-wrap {
  z-index: 999;
  justify-content: center;
  align-items: center;
  margin-top: -100px;
  display: flex;
}

.position-absolute {
  position: absolute;
}

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

.text-center.is-color {
  color: #fff;
}

.text-center.is-color.is-upper-case {
  text-transform: uppercase;
}

.auto-fit-3 {
  object-fit: cover;
}

.auto-fit-3.zoom-out.tab-image-full-width.is-radius, .auto-fit-3.zoom-out.is-radius {
  border-radius: 20px;
}

.service-two-hero-section {
  background-color: #000;
  background-image: url('../images/skeleton-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 207px;
  padding-bottom: 140px;
}

.position-relative {
  position: relative;
}

.position-relative.overflow-hidden.is-background {
  background-image: url('../images/skeleton-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-two-image-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.service-two-hero-image-item.service-image-top-gap {
  margin-top: 90px;
}

.side-hightlight-text {
  color: #3330;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
  text-transform: uppercase;
  font-size: 100px;
  font-weight: 400;
  line-height: 1;
  position: static;
}

.home-three-hero-paragraph {
  max-width: 540px;
  padding-top: 24px;
}

.home-three-hero-side-text {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0% -15% 0% auto;
}

.home-three-hero-banner-inner {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.hero-bottom-section-video {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.banner-text-content.is-padding {
  padding-bottom: 250px;
}

.rt-size {
  color: #fff;
  font-size: 70px;
  line-height: 55px;
}

.rt-size.rt-upper-case {
  text-transform: uppercase;
}

.rt-relative {
  z-index: 1;
  position: relative;
}

.rt-style {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/skeleton-image.svg');
  background-position: 50%;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.rt-video-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-circle-text {
  z-index: 1;
  margin-top: -60px;
  margin-right: -60px;
}

.about-two-hero-section {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.about-two-hero-section.is-background {
  background-image: url('../images/skeleton-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.padding-left-ninety {
  padding-left: 148px;
}

.about-us-two-text-banner-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 849px;
  margin-top: 250px;
  display: flex;
}

.about-us-two-text-banner-content.is-width {
  width: 100%;
  max-width: 900px;
}

.about-two-hero-description {
  max-width: 680px;
  padding-bottom: 35px;
}

.button-2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 14px 25px 12px;
  display: inline-flex;
  position: relative;
}

.button-2.is-radius {
  border-radius: 5px;
}

.about-two-heading-title {
  max-width: 849px;
  padding-bottom: 22px;
}

.about-two-heading-title.is-width {
  width: 100%;
  max-width: 900px;
}

.heading-style-h1 {
  color: #312d2d;
  letter-spacing: .16px;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.07;
}

.heading-style-h1.text-white {
  color: #fff;
}

.height-full-vh {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.about-two-title-two {
  padding-left: 148px;
}

.rt-color-black {
  color: #0c0c0c;
}

.home-two-card-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding: 40px;
}

.card-icon-wrap {
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.home-two-hero {
  background-color: #20282d;
  padding-top: 500px;
  padding-bottom: 60px;
  position: relative;
}

.home-two-hero.is-background {
  background-image: url('../images/skeleton-image.svg');
  background-position: 50%;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px;
}

.home-two-hero-left {
  flex: 1;
  max-width: 630px;
}

.home-two-hero-left.one {
  z-index: 1;
  position: relative;
}

.card-image-wrap {
  border-radius: 20px;
  max-width: 454px;
}

.card-image-wrap.is-height {
  background-color: #363637;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  min-height: 300px;
}

.hero-card-v2 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff3d;
  border-radius: 20px;
  flex: 1;
  max-width: 454px;
}

.hero-card-v2.is-background {
  background-color: #e8e8e8;
}

.button-font-3 {
  color: #20282d;
  font-size: 16px;
  font-weight: 500;
}

.button-3 {
  background-color: #10ecb0;
  border: 1px solid #10ecb0;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px 40px;
  position: relative;
}

.button-3.is-background {
  background-color: #fff;
}

.button-3.is-background.is-radius {
  border-width: 0;
  border-color: #10ecb000;
  border-radius: 10px;
}

.home-two-description {
  color: #ffffffd9;
  max-width: 570px;
  margin-bottom: 30px;
}

.big-container {
  z-index: 6;
  max-width: 1749px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.heading-style-h4 {
  color: #20282d;
  letter-spacing: -1px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.35714;
}

.heading-style-h4.is-color {
  color: #0c0c0c;
}

.heading-style-h4.white-text {
  color: #fff;
}

.home-two-hero-main {
  z-index: 4;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.home-three-hero-container {
  z-index: 3;
  max-width: 1750px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.white-border {
  background-color: #ffffff26;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.home-three-hero-main {
  position: relative;
  overflow: hidden;
}

.home-three-hero-two {
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-description {
  color: #bbc2c4;
  max-width: 530px;
  margin-bottom: 30px;
}

.hero-description.is-color {
  color: #fff;
}

.home-three-container {
  max-width: 1750px;
  padding-left: 15px;
  padding-right: 15px;
}

.home-three-bottom-text-main {
  z-index: 2;
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  align-items: stretch;
  margin-top: 110px;
  position: relative;
}

.button-font-4 {
  color: #20282d;
  font-size: 16px;
  font-weight: 500;
}

.home-three-bottom-text-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  flex: 1;
  max-width: 358px;
  display: flex;
}

.slider-image-one {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider-image-one.is-cover {
  object-fit: cover;
}

.heading-text-wrap {
  z-index: 10;
  flex: 1;
  max-width: 750px;
}

.heading-text-wrap.home-three-text-wrap.wrap-one {
  z-index: 11;
  position: relative;
}

.home-three-bottom-text-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  padding-left: 70px;
}

.home-three-hero {
  background-color: #20282d;
  padding-top: 360px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.button-4 {
  background-color: #fff;
  border: 1px solid #10ecb0;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px 40px;
  position: relative;
}

.button-4.is-radius {
  border-width: 0;
  border-color: #10ecb000;
  border-radius: 10px;
}

.rt-scroll {
  background-color: #fff;
  width: 8%;
  height: 4px;
}

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

.button-arrow-wrap-white {
  z-index: 4;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  position: relative;
  overflow: hidden;
}

.service-banner-one-image-one {
  margin-bottom: 30px;
}

.service-one-banner-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.heading-one-margin {
  margin-top: 15px;
  margin-bottom: 16px;
}

.heading-one-margin.overflow-hidden.is-width {
  max-width: 600px;
}

.service-banner-image-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 660px;
}

.service-one-banner-text {
  width: 100%;
  max-width: 527px;
}

.border-radius-twenty {
  border-radius: 20px;
}

.border-radius-twenty.is-cover {
  object-fit: cover;
}

.border-radius-twenty.common-box-shadow {
  height: auto;
  box-shadow: 0 20px 70px #0000001a;
}

.service-page-one-banner-content {
  width: 100%;
  max-width: 610px;
}

.service-page-one-banner-content.is-display {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.button-text-wrap-2 {
  overflow: hidden;
}

.button-text-wrap-2.position-relative {
  z-index: 3;
}

.sub-heading-wrap {
  border: 1px solid #fff;
  border-radius: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.button-text-dark-one {
  color: #fff;
}

.button-text-dark-one.two {
  color: #141414;
  position: absolute;
}

.button-text-dark-one.is-case {
  text-transform: none;
}

.service-one-banner {
  background-image: url('../images/skeleton-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 90px;
}

.service-one-banner-button.display-inline-block {
  margin-top: 30px;
}

.button-style-dark {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  text-transform: capitalize;
  background-color: #141414;
  border: 1px solid #141414;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 7px 25px 7px 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-style-dark.is-background {
  background-color: #0c0c0c;
}

.service-banner-image-wrap-two {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.rt-solutions-v7-card {
  grid-column-gap: 3.4375rem;
  grid-row-gap: 3.4375rem;
  padding: 2.5rem 2.5rem 2.5rem 1.875rem;
  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.dark-78 {
  background-color: #0003;
}

.rt-button-v2-icon {
  display: block;
}

.rt-big-text-box {
  position: relative;
}

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

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

.rt-solutions-v7 {
  padding-bottom: 7.8125rem;
}

.rt-heading-style-h5 {
  color: #000;
  letter-spacing: -.03751rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 125%;
}

.rt-heading-style-h5.rt-gap-tiny {
  margin-bottom: .9375rem;
}

.rt-button-underline-fill {
  background-color: #f8fa8d;
  width: 100%;
  height: 100%;
}

.rt-button-underline-fill.dark-84 {
  background-color: #000;
}

.rt-big-text-tags {
  color: #0c0c0c;
  background-color: #fff;
  border-radius: 6.25rem;
  padding: clamp(.2rem, .52vw, .625rem) clamp(.625rem, 1.04vw, 1.25rem);
  font-size: clamp(.5rem, .93vw, 1.125rem);
  font-weight: 500;
  line-height: 127.78%;
}

.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-7.is-background {
  background-color: #0c0c0c;
}

.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-2.is-background-color {
  background-color: #0c0c0c;
}

.rt-big-text-tags.rt-text-tag-8 {
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(21deg)translate(-12%, -127%);
}

.rt-big-text-tags.rt-text-tag-8.is-background {
  background-color: #0c0c0c;
}

.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-4.is-background {
  background-color: #747474;
}

.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-3 {
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(-10.37deg)translate(269%, 230%);
}

.rt-big-text-tags.rt-text-tag-3.is-background {
  background-color: #0c0c0c;
}

.rt-big-text-tags.rt-text-tag-5 {
  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-gap-md {
  margin-bottom: 2.1875rem;
}

.rt-big-text-content {
  justify-content: center;
  align-items: center;
}

.rt-card-linear-border {
  background-image: linear-gradient(#0000 15%, #0003 50%, #0000 90%);
  width: .0625rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.rt-big-text-v3 {
  color: #fff;
  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: #000;
}

.rt-solutions-v7-content {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  justify-content: flex-start;
  align-items: center;
}

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

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

.rt-big-text-section {
  padding-top: 7.8125rem;
}

.rt-solutions-v7-cards-wrap {
  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-gap-off-2 {
  margin: 0;
}

.rt-gap-off-2.rt-solutions-v7-title {
  text-align: center;
  max-width: 42.875rem;
}

.rt-container {
  max-width: 82.5rem;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.circle-image {
  width: 20rem;
  height: 20rem;
}

.box-circle-image {
  background-color: #e8e8e8;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

.rt-service-v7-2 {
  padding-top: 4.375rem;
  padding-bottom: 8.125rem;
}

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

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

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

.rt-service-v2-item-right-2 {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  flex: 1;
  max-width: 17.3125rem;
}

.rt-heading-style-h2-2 {
  color: #000;
  letter-spacing: -.075rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 112.5%;
}

.rt-icon-two {
  background-color: #e8e8e8;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}

.rt-service-v2-content-2 {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
}

.rt-width {
  max-width: 200px;
}

.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: 1.25rem;
  grid-row-gap: 1.25rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 21rem;
}

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

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

.rt-gap-off-3.is-width {
  max-width: 420px;
}

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

.rt-gap-off-3.is-width-three {
  max-width: 500px;
}

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

.rt-gap-off-3.rt-text-color-white {
  color: #fff;
}

.rt-gap-off-3.rt-text-color-white.rt-hero-title {
  max-width: 560px;
}

.rt-gap-off-3.rt-text-color-white.is-align {
  text-align: center;
}

.rt-gap-off-3.white-text.is-margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

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

.rt-heading-style-h4-2 {
  color: #000;
  letter-spacing: -.045rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120.83%;
}

.rt-solutions-scroll-wrap {
  background-color: #e4e4e4;
  border-radius: 1.25rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: .1rem;
}

.rt-button-wrapper {
  padding-left: 15px;
}

.rt-solutions-v6-list {
  grid-column-gap: 2.1875rem;
  grid-row-gap: 2.1875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.rt-solutions-v6-left {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex: 1;
  max-width: 24.0625rem;
}

.rt-solutions-v6-left.is-width {
  max-width: 35rem;
}

.rt-color-white {
  color: #fff;
}

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

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

.rt-button-overlay.rt-button-overlay-v2 {
  background-color: #fff;
}

.rt-solutions-v6-list-items {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  align-items: stretch;
}

.text-block.black-4 {
  color: #fff;
}

.rt-button-arrow {
  display: block;
}

.rt-button-arrow.black-5 {
  filter: invert();
}

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

.rt-solutions-v6 {
  height: 300vh;
  padding-top: 7.8125rem;
}

.rt-solutiolns-scroll-fill {
  background-color: #f8fa8d;
  border-radius: 1.25rem;
  width: 100%;
  height: 0%;
}

.rt-solutiolns-scroll-fill.rt-fill-1 {
  background-color: #e4e4e4;
  height: 100%;
}

.rt-paragraph-margin {
  margin-top: 15px;
}

.rt-mobile-landscape-full {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.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-border-color-change {
  border-color: #f8fa8d33;
}

.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-bottom.is-top {
  align-items: flex-start;
}

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

.rt-insights {
  padding-top: 7.8125rem;
  padding-bottom: 7.8125rem;
}

.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-list-items {
  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-image-wrap {
  flex: 1;
  max-width: 34.375rem;
}

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

.rt-insights-image-wrap.rt-radius-medium.rt-overflow-hidden {
  overflow: hidden;
}

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

.rt-insights-top-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  max-width: 39.375rem;
}

.rt-insights-content {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
}

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

.rt-circle-2 {
  background-color: #e8e8e8;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}

.rt-button-3 {
  color: #000;
  background-color: #f8fa8d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: .8125rem 1.625rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-button-3.black-2 {
  background-color: #000;
}

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

.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-radius-medium {
  border-radius: 1.25rem;
}

.rt-radius-medium.rt-tab-image-auto {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.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-overlay.rt-active.is-background {
  background-image: none;
}

.rt-strategies-v1-content-2 {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: 7.5rem;
}

.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.is-background {
  background-color: #fff;
}

.rt-strategies-card {
  text-decoration: none;
  position: relative;
}

.rt-circle-arrow-box-2 {
  z-index: 3;
  background-color: #36503f;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.9375rem;
  height: 2.9375rem;
  position: absolute;
  inset: 5% 18% auto auto;
}

.rt-circle-arrow-box-2.rt-active.is-background {
  background-color: #0c0c0c;
}

.rt-icon-circle {
  background-color: #e8e8e8;
  border-radius: 100%;
  width: 60px;
  height: 60px;
}

.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-v2-4.dark {
  color: #000;
}

.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-cards-progress.rt-progress-size-one.is-width {
  width: 150%;
}

.rt-service-v3-progress-inside-2 {
  background-color: #0c0c0c;
  border-radius: 3.125rem;
  width: 100%;
  height: 100%;
}

.rt-service-v3-progress-inside-2.rt-progress-inside-size-two.is-display, .rt-service-v3-progress-inside-2.rt-progress-inside-size-three.is-display {
  display: none;
}

.rt-icon-cicle {
  background-color: #515151;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

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

.rt-service-v3-cards-wrap.rt-gap-xl.rt-tab-gap-off.is-height {
  align-items: stretch;
}

.rt-tag-text-7 {
  color: #000;
  letter-spacing: .08751rem;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 600;
  line-height: 171.43%;
}

.rt-service-v3-top-right-2 {
  grid-column-gap: 2.1875rem;
  grid-row-gap: 2.1875rem;
  flex: 1;
  max-width: 43.9375rem;
}

.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.rt-gap-xl {
  margin-bottom: 3.125rem;
}

.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-2 {
  padding-top: 7.5rem;
}

.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-width-two.is-width {
  width: 14px;
}

.rt-button-4 {
  background-color: #f8fa8d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: .8125rem 1.625rem;
  font-weight: 600;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-button-4.black {
  background-color: #000;
}

.rt-service-v3-col-1-2 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  background-color: #fff;
  border-radius: 1.25rem;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.rt-service-v3-col-1-2.rt-card-three.is-background, .rt-service-v3-col-1-2.rt-card-two.is-background {
  background-color: #e8e8e8;
}

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

.rt-service-v3-col-1-2.rt-card-one.is-background {
  background-color: #e8e8e8;
}

.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-service-v3-card-description.is-gap {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
}

.rt-color-black-2 {
  color: #000;
}

.rt-service-v6-list-item {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  border-radius: .3125rem;
  justify-content: space-between;
  align-items: center;
  padding: .375rem .9375rem;
  position: relative;
}

.rt-service-v6-list-wrapper {
  grid-column-gap: 11.6875rem;
  grid-row-gap: 11.6875rem;
  flex: 1;
  align-items: stretch;
  max-width: 21.25rem;
}

.rt-service-v6-2 {
  padding-top: 8.25rem;
  padding-bottom: 8.75rem;
}

.rt-overlay-v1-2 {
  z-index: -1;
  background-color: #161616;
  position: absolute;
  inset: 0%;
}

.rt-service-v6-content {
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
}

.rt-list-wrapper-main {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  align-items: stretch;
  max-width: 16.9rem;
}

.rt-button-5 {
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.rt-service-v5-image-wrapper-list {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 52.5rem;
}

.rt-service-v6-bottom-wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: flex-start;
}

.about-banner-2 {
  background-image: url('../images/skeleton-image.svg');
  background-position: 50%;
  background-size: cover;
  padding-top: 201px;
  padding-bottom: 141px;
  position: relative;
  overflow: hidden;
}

.border-radius-ten {
  border-radius: 10px;
}

.border-radius-ten.is-cover {
  object-fit: cover;
}

.border-radius-ten.common-box-shadow {
  height: auto;
  box-shadow: 0 20px 70px #0000001a;
}

.about-banner-text {
  width: 100%;
  max-width: 663px;
}

.mobile-full-width.border-radius-twenty.is-cover {
  object-fit: cover;
}

.about-banner-image-two.is-position {
  position: absolute;
  inset: auto auto -50px 0%;
}

.about-banner-image-four.is-position {
  position: absolute;
  inset: -15px auto auto 0;
  box-shadow: 5px 4px 50px #00000014;
}

.about-banner-image-three.is-position {
  position: absolute;
  inset: auto 0% -50px auto;
  box-shadow: 5px 4px 50px #00000014;
}

.about-banner-image-three.is-position.border-radius-twenty {
  border-radius: 20px;
}

.about-banner-image-wrap {
  justify-content: center;
  align-items: flex-start;
}

.about-banner-image-wrap.position-relative {
  position: relative;
}

.about-banner-image-wrap.position-relative.zindex-one {
  z-index: 1;
}

.about-banner-image-five.is-position {
  position: absolute;
  inset: -25px 0% auto auto;
  box-shadow: 5px 4px 50px #00000014;
}

.about-one-banner-content {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 909px;
  margin-left: auto;
  margin-right: auto;
}

.about-one-banner-content.text-align-center {
  text-align: center;
  margin-bottom: 80px;
}

.about-one-banner-content.text-align-center.overflow-hidden {
  overflow: hidden;
}

.about-one-banner-content.text-align-center.overflow-hidden.position-relative {
  z-index: 1;
  position: relative;
}

.home-two-image-wrap {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 630px;
}

.sub-heading-wrap-2 {
  border: 1px solid #fff;
  border-radius: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.home-two-wrap-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
}

.hero-two-image-main.fulll-width {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  transform: translate(0, -100px)rotate(-15deg);
}

.hero-two-image-four.position-absolute {
  position: absolute;
  inset: 0 -95px auto auto;
}

.hero-two-image-four.position-absolute.up-down.overflow-hidden {
  overflow: hidden;
}

.hero-two-button-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
}

.hero-two {
  background-image: url('../images/skeleton-image.svg');
  background-position: 50%;
  background-size: cover;
  padding-top: 220px;
  padding-bottom: 180px;
}

.heading-one-wrap-two {
  margin-top: 15px;
  margin-bottom: 5px;
}

.button-style-dark-3 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  text-transform: capitalize;
  background-color: #141414;
  border: 1px solid #141414;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 7px 25px 7px 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.play-button-style-one {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
}

.play-button-one-text {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.play-button-one-text.is-color {
  color: #fff;
}

.hero-two-image-six.position-absolute {
  position: absolute;
  inset: auto auto 50px 0;
}

.hero-two-content-wrap {
  width: 100%;
  max-width: 727px;
  margin-top: 50px;
}

.home-three-dashboard-one.position-absolute {
  position: absolute;
  inset: -6% -1% auto auto;
}

.sub-heading-wrap-3 {
  border: 1px solid #fff;
  border-radius: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.sub-heading-wrap-3.display-inline-block {
  display: inline-block;
}

.home-three-image-column {
  width: 100%;
  max-width: 650px;
  display: block;
  position: relative;
  inset: auto 0% -50px auto;
}

.home-three-image-column.position-absolute {
  text-align: right;
}

.hero-one-button-wrap {
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.home-three-text {
  width: 100%;
  max-width: 512px;
  margin-bottom: 30px;
}

.home-three-text.overflow-hidden {
  overflow: hidden;
}

.hero-three-content {
  width: 100%;
  max-width: 610px;
  margin-bottom: 178px;
  margin-right: 5%;
}

.hero-three-wrapper {
  justify-content: space-between;
  align-items: center;
}

.hero-three {
  background-image: url('../images/skeleton-image.svg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 255px;
  padding-bottom: 0;
}

.heading-one-margin-three {
  margin-top: 15px;
  margin-bottom: 15px;
}

.heading-one-margin-three.overflow-hidden {
  overflow: hidden;
}

.home-three-main-dashboard {
  max-width: 887px;
}

.home-three-text-arrow.position-absolute {
  position: absolute;
  inset: -5% auto auto -6%;
}

.features-banner-image-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 90%;
}

.button-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
}

.align-center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.align-center.is-padding {
  padding-bottom: 10px;
}

.align-center.is-padding.is-color {
  color: #fff;
}

.button-text-main {
  color: #000;
  text-align: center;
  letter-spacing: -.32px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

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

.rt-heading.align-center {
  justify-content: flex-start;
  align-items: center;
}

.container-4 {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.max-width-seven-hundred {
  max-width: 700px;
}

.max-width-seven-hundred.is-color {
  color: #fff;
}

.max-width-seven-hundred.is-color.is-width {
  max-width: 450px;
}

.max-width-seven-hundred.is-width {
  max-width: 500px;
}

.button-text-wrapper-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0c0c0c;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  display: flex;
}

.button-text-wrapper-2.is-background {
  background-color: #fff;
}

.features-banner-main {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
}

.sub-heading-2 {
  color: #120a0b;
  text-align: center;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 2.1;
}

.sub-heading-2.in-banner-section {
  margin-bottom: 8px;
}

.sub-heading-2.in-banner-section.is-case {
  text-transform: none;
}

.sub-heading-2.in-banner-section.is-case.white-text {
  color: #fff;
}

.features-banner {
  background-image: url('../images/skeleton-image.svg');
  background-position: 50%;
  background-size: cover;
  padding-top: 190px;
  padding-bottom: 120px;
}

.features-banner-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 860px;
}

.margin-top-bottom-none {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-top-bottom-none.white-text.is-width {
  max-width: 600px;
}

.margin-top-bottom-none.is-padding-top {
  padding-top: 10px;
}

.margin-top-bottom-none.is-padding-top.is-width {
  max-width: 600px;
}

.features-banner-image {
  height: auto;
  box-shadow: 0 48px 250px #0000001a;
}

.features-banner-image.right {
  transform: translate(-60px, 40px);
}

.features-banner-image.right.border-radius-twenty {
  border-radius: 20px;
}

.features-banner-image.left {
  transform: translate(60px, 40px);
}

.features-banner-image.left.border-radius-twenty {
  border-radius: 20px;
}

.features-banner-image.center {
  z-index: 2;
  position: relative;
}

.features-banner-image.center.border-radius-twenty {
  border-radius: 20px;
}

.about-banner-image-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

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

.home-one-banner-button-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
}

.about-banner-main {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
}

.about-banner-text-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: 0 74%;
  max-width: 630px;
}

.container-5 {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.about-banner-3 {
  padding-top: 210px;
  padding-bottom: 110px;
}

.about-banner-coustomer-star-review {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.about-banner-coustomer {
  border: 3px solid #fff;
  border-radius: 50%;
}

.about-banner-image-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-end;
}

.margin-top-twenty {
  margin-top: 20px;
}

.margin-top-twenty.is-width, .rt-paragraph-width {
  max-width: 450px;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-two-banner-main {
  z-index: 3;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
}

.home-two-banner-main.position-relative {
  position: relative;
}

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

.heading-2.align-center {
  justify-content: flex-start;
  align-items: center;
}

.home-two-banner-text {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  max-width: 924px;
}

.container-6 {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.home-two-banner {
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;
}

.home-two-banner-image-group {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  max-width: 917px;
  position: relative;
}

.home-two-banner-image-absolute {
  display: none;
  position: absolute;
  top: 40px;
  right: -80px;
}

.home-two-banner-image-absolute.two {
  top: 100px;
  left: -150px;
  right: auto;
}

.home-two-banner-image-absolute.four {
  top: auto;
  bottom: 20px;
  right: -200px;
}

.home-two-banner-image-absolute.three {
  inset: auto auto 50px -100px;
}

.home-three-banner {
  flex-flow: column;
  padding-top: 50px;
  padding-bottom: 80px;
  display: flex;
}

.home-one-banner-button-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
}

.home-one-banner-button {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: center;
}

.counter-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.home-three-banner-image-wrapper {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.counter-box {
  justify-content: center;
  align-items: flex-start;
  height: 55px;
  display: flex;
  overflow: hidden;
}

.home-three-banner-main {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  padding-right: 60px;
}

.container-7 {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.container-7.full-width {
  width: 100%;
}

.counter-text {
  color: #120a0b;
  letter-spacing: -.42px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
}

.home-one-banner-counter {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-top: 1px solid #00000026;
  border-bottom: 1px solid #00000026;
  flex-flow: row;
  padding: 25px;
}

.home-one-banner-counter.in-home-three {
  max-width: 520px;
  padding-left: 19px;
  padding-right: 19px;
}

.home-one-banner-play-button {
  z-index: 999;
  background-color: #e8e8e8;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 25px #9d9d9d40;
}

.home-one-banner-play-button.circle-radius {
  border-radius: 50%;
}

.margin-top-minus-four {
  margin-top: -4px;
}

.home-one-banner-text {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  max-width: 550px;
}

.rt-sub-heading-margin {
  margin-bottom: 8px;
}

.home-one-banner {
  padding-top: 200px;
  padding-bottom: 110px;
}

.home-one-banner.overflow-hidden {
  overflow: hidden;
}

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

.heading-3.align-center {
  justify-content: flex-start;
  align-items: center;
}

.heading-3.align-center.is-width {
  max-width: 600px;
}

.home-one-banner-main {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.home-one-banner-pop-up-image {
  display: none;
  position: absolute;
  top: 50px;
  left: -90px;
}

.home-one-banner-pop-up-image.three {
  top: auto;
  bottom: -115px;
  left: 100px;
  box-shadow: 0 20px 60px #0000001f;
}

.home-one-banner-pop-up-image.two {
  margin-top: -20px;
  position: static;
  box-shadow: 0 20px 60px #0000001f;
}

.home-one-banner-pop-up-image-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: absolute;
  top: 120px;
  right: -125px;
}

.container-8 {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.home-one-banner-image-group {
  flex: 1;
  max-width: 660px;
}

.home-one-banner-text-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  max-width: 550px;
}

.service-banner-mobile {
  height: auto;
}

.service-banner-pop-up-image {
  transform: translate(20px);
}

.service-banner-pop-up-image.border-radius-ten.common-box-shadow {
  border-radius: 10px;
  height: auto;
  box-shadow: 0 20px 70px #0000001a;
}

.service-banner-2 {
  padding-top: 190px;
}

.service-banner-image-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-top: 40px;
}

.service-banner-image-block.align-right {
  z-index: 5;
  justify-content: flex-start;
  align-items: flex-end;
  transform: translate(80px, 20px);
}

.container-9 {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.section-heading-content-gap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: center;
}

.section-heading-content-gap.text-align-center {
  text-align: center;
}

.service-banner-text {
  justify-content: flex-start;
  align-items: center;
  max-width: 1070px;
}

.service-banner-image-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
}

.max-width-eight-hundred {
  max-width: 800px;
}

.max-width-eight-hundred.margin-top-bottom-none {
  margin-top: 0;
  margin-bottom: 0;
}

.button-arrow-2 {
  z-index: 2;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  position: relative;
  overflow: hidden;
}

.banner-description-wrap {
  max-width: 560px;
  padding-top: 5px;
  padding-bottom: 25px;
}

.marque-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

.container-10 {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.heading-top {
  color: #5135ff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.heading-top.text-white.is-case {
  letter-spacing: 0;
  text-transform: none;
}

.button-5 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 13px 30px;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marque-main {
  justify-content: flex-start;
  align-items: center;
}

.white-arrow-one {
  z-index: 2;
  position: relative;
}

.white-arrow-one.is-filter {
  filter: invert();
}

.home-three-banner-wrap {
  z-index: 9;
  padding-top: 330px;
  padding-bottom: 330px;
  position: relative;
}

.text-white {
  color: #fff;
}

.home-three-banner-marqee {
  z-index: 8;
  position: absolute;
  inset: auto 0% 70px;
}

.button-text-2 {
  z-index: 2;
  color: #0c0c0c;
  line-height: 26px;
  position: relative;
}

.marquee-train {
  flex: none;
  justify-content: flex-start;
  align-items: center;
}

.banner-heading-wrap {
  max-width: 643px;
}

.hero-large-text {
  letter-spacing: -3px;
  white-space: nowrap;
  font-size: clamp(55px, 14vw, 180px);
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: auto 0% 10% auto;
}

.about-one-hero-text {
  max-width: 600px;
}

.container-11 {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.about-one-hero-wrap {
  z-index: 9;
  position: relative;
}

.about-one-hero-section {
  background-image: url('../images/skeleton-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 410px;
}

.lottie {
  z-index: 7;
  object-fit: cover;
  width: 100%;
  position: absolute;
  inset: auto 0% -3%;
  transform: rotate(180deg);
}

.hero-text-2 {
  font-size: 100px;
}

.hero-text-2.is-align {
  text-align: center;
}

.hero-text-2.is-align.is-color {
  color: #fff;
}

.home-two-banner-wrap {
  z-index: 9;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 300px;
  padding-bottom: 210px;
  position: relative;
}

.div-block-6 {
  background-color: #e8e8e8;
  width: 100%;
  height: 100%;
  position: absolute;
}

.home-one-banner-wrap {
  z-index: 9;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 300px;
  padding-bottom: 110px;
  position: relative;
}

.home-one-banner-2 {
  background-image: url('../images/skeleton-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading-animation {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
}

.home-one-banner-heading {
  max-width: 70ch;
}

.rt-big-text-wrapper {
  width: 100%;
  margin-bottom: 300px;
}

.rt-card-col-v1 {
  flex: 1;
}

.rt-card-flex-wrap {
  z-index: 999;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

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

.rt-hero-v2-text-content {
  justify-content: center;
  align-items: center;
  max-width: 595px;
  margin-left: auto;
  margin-right: auto;
}

.rt-hero-v2-text-content.rt-desktop-text-center {
  text-align: center;
}

.rt-container-2 {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-container-2.rt-position-relative.rt-box {
  padding-left: 0;
  padding-right: 0;
}

.rt-radius-20 {
  border-radius: 20px;
}

.rt-radius-20.rt-overflow-hidden.rt-col-v2 {
  flex: 1;
}

.rt-radius-20.rt-card-v1 {
  transform-style: preserve-3d;
  box-shadow: 42px 139px 200px #00000063;
}

.rt-radius-20.rt-card-v2 {
  position: absolute;
  box-shadow: 42px 139px 200px #00000063;
}

.rt-radius-20.rt-card-v2.overflow-hidden.is-position {
  position: relative;
}

.rt-radius-20.rt-card-v3 {
  position: absolute;
  box-shadow: 42px 139px 200px #00000063;
}

.rt-radius-20.rt-card-v3.overflow-hidden.is-position {
  position: relative;
}

.rt-radius-20.rt-card-transparent.is-cover {
  object-fit: cover;
}

.rt-button-text-main {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.58824;
}

.rt-button-text-main.rt-v2 {
  color: #000;
}

.rt-button-arrow-3 {
  z-index: 2;
  position: relative;
}

.rt-text-wrap-left {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
}

.rt-text-wrap-left.rt-gap-13 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
}

.rt-text-wrap-left.rt-gap-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.rt-button-image-v1 {
  z-index: 10;
  position: relative;
}

.rt-main-button-wrapper {
  background-color: #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.rt-main-button-wrapper.rt-overflow-hidden.rt-position-relative {
  position: relative;
  overflow: hidden;
}

.rt-hero-v1-3 {
  background-image: url('../images/skeleton-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
}

.rt-main-button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #000;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 15px 25px;
  text-decoration: none;
  display: flex;
}

.rt-main-button.rt-padding {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 5px;
}

.rt-main-button.rt-padding.rt-v1 {
  background-color: #fff;
}

.rt-desktop-height-auto {
  height: auto;
}

.rt-hero-left-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 1;
  max-width: none;
}

.rt-hero-left-wrapper.is-align {
  justify-content: flex-start;
  align-items: center;
}

.rt-hero-inner-main {
  z-index: 10;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.rt-mobile-text-wrap-center.rt-mobile-text-center.is-gap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.rt-mobile-text-wrap-center.rt-mobile-text-center.is-gap.is-align {
  justify-content: flex-start;
  align-items: center;
  max-width: 550px;
}

.rt-gap-small {
  margin-bottom: 27px;
}

.rt-hero-v1-4 {
  background-image: url('../images/skeleton-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
}

.rt-hero-right-wrapper {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 695px;
}

.rt-hero-right-wrapper.rt-position-relative {
  perspective: 1500px;
  perspective-origin: 50%;
  transform-origin: 50%;
  transform-style: preserve-3d;
  transform: rotateX(1deg)rotateY(0)rotateZ(0);
}

.rt-hero-right-wrapper.rt-position-relative.is-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  display: grid;
}

.feature-one-hero-rating {
  background-color: #f8f8f8;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.change-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.change-margin.text-center {
  text-align: center;
}

.change-margin.text-center.heading-bottom-gap {
  padding-bottom: 20px;
}

.rating-image {
  width: 300px;
  height: 200px;
  position: relative;
}

.button-text-main-2 {
  color: #fff;
  font-size: 16px;
}

.button-text-main-2.is-color {
  color: #0c0c0c;
}

.app-download-button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-one-hero {
  background-image: url('../images/skeleton-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 170px 15px 130px;
  display: block;
}

.feature-one-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.percentage-box {
  background-color: #000;
  border-radius: 30px;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 300px;
  height: 400px;
  padding: 30px 60px 30px 20px;
  display: flex;
}

.feature-one-lottie {
  background-color: #e8e8e8;
  border-radius: 30px;
  width: 300px;
  height: 350px;
  padding-bottom: 60px;
}

.feature-one-hero-top {
  padding-bottom: 70px;
  position: relative;
}

.main-button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 17px 25px;
  display: flex;
}

.main-button.first {
  width: 100%;
}

.home-one-heading-para {
  padding-bottom: 35px;
}

.home-one-heading-para.is-width {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.home-one-hero-para.text-center {
  text-align: center;
}

.feature-one-main-phone-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 30px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 30px;
  display: flex;
  overflow: hidden;
}

.auto-fit-4 {
  z-index: 5;
  object-fit: cover;
}

.auto-fit-4.ferature-one-phone {
  margin-top: -30px;
  box-shadow: 0 96px 60px #0000004d;
}

.customer-view-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-button-wrapper {
  background-color: #000;
  border: 1px solid #0003;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button-wrapper.is-background {
  background-color: #fff;
}

.container-12 {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.feature-one-heading {
  max-width: 755px;
  margin-left: auto;
  margin-right: auto;
}

.feature-one-heading.overflow-hidden {
  overflow: hidden;
}

.button-arrow-3 {
  position: relative;
}

.feature-one-hero-phone {
  background-color: #f8f8f8;
  border-radius: 30px;
  justify-content: center;
  align-items: flex-end;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
}

.customer-box {
  background-color: #000;
  border-radius: 30px;
  width: 300px;
  height: 100px;
  padding: 30px 50px;
}

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

@media screen and (min-width: 1280px) {
  .rt-text-style-h6 {
    letter-spacing: -.0225rem;
  }

  .rt-text-style-h4 {
    letter-spacing: -.03rem;
  }

  .rt-service-hero.rt-overflow-hidden.is-height {
    height: 80vh;
  }

  .rt-hero-v8-text-wrapper {
    grid-column-gap: 20.0625rem;
    grid-row-gap: 20.0625rem;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .rt-hero-text-wrapper-v2 {
    margin-bottom: -2rem;
  }

  .rt-hero-v8-main-image {
    height: 123%;
  }

  .rt-hero-card {
    display: flex;
  }

  .rt-text-style-h5 {
    letter-spacing: -.025rem;
  }

  .rt-button-font {
    letter-spacing: .32px;
  }

  .main-text-marque {
    bottom: -20px;
  }

  .service-three-hero-image-description {
    max-width: 390px;
  }

  .service-three-hero-heading-image {
    margin-left: 0;
  }

  .service-two-hero-title-warp {
    max-width: 850px;
  }

  .home-three-hero-side-text {
    right: 0%;
  }

  .about-us-two-text-banner-content {
    max-width: 900px;
  }

  .button-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-two-heading-title {
    max-width: none;
  }

  .service-one-banner {
    padding-bottom: 120px;
  }

  .rt-gap-off-3.rt-text-color-white.is-align, .rt-gap-off-3.white-text.is-align {
    text-align: left;
  }

  .rt-service-v5-image-wrapper-list {
    max-width: 55rem;
  }

  .about-banner-2 {
    padding-bottom: 171px;
  }

  .about-banner-image-four.is-position {
    left: -35px;
  }

  .home-two-image-wrap {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .home-two-wrap-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .features-banner-image-wrapper {
    width: 100%;
  }

  .features-banner-image.right {
    transform: translate(-20px, 40px);
  }

  .features-banner-image.left {
    transform: translate(20px, 40px);
  }

  .about-banner-text-2 {
    flex: 0 auto;
  }

  .counter-main {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-three-banner-image-wrapper {
    flex: 0 auto;
    display: block;
  }

  .home-three-banner-main {
    justify-content: space-between;
    padding-right: 130px;
  }

  .home-one-banner-counter {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: row;
  }

  .home-one-banner-counter.in-home-three {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-one-banner-text {
    padding-top: 30px;
  }

  .home-one-banner-main {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-one-banner-image-group {
    background-size: cover;
    margin-right: 10px;
  }

  .home-one-banner-text-2 {
    padding-top: 30px;
  }

  .service-banner-image-block.align-right {
    transform: translate(80px, 20px);
  }

  .service-banner-image-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .lottie {
    bottom: -4%;
  }

  .rt-card-flex-wrap {
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .rt-container-2.rt-position-relative.rt-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-radius-20.rt-card-v1 {
    transform: translate(0, -30px)rotate(-9deg);
  }

  .rt-radius-20.rt-card-v2 {
    transform: rotate(2deg)translate(-2px, 16px);
  }

  .rt-radius-20.rt-card-v2.overflow-hidden.is-position {
    position: absolute;
  }

  .rt-radius-20.rt-card-v3 {
    display: block;
    transform: rotate(13deg)translate(-11px, 83px);
  }

  .rt-radius-20.rt-card-v3.overflow-hidden.is-position {
    position: absolute;
  }

  .rt-hero-left-wrapper {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .rt-hero-left-wrapper.is-align {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-hero-inner-main {
    flex-flow: row;
  }

  .rt-mobile-text-wrap-center.rt-mobile-text-center.is-gap.is-align {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
  }

  .rt-hero-right-wrapper.rt-position-relative.is-grid {
    display: flex;
  }

  .rating-image {
    background-color: #e8e8e8;
  }

  .app-download-button {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .feature-one-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: flex;
  }

  .percentage-box {
    padding: 50px 80px 50px 40px;
  }

  .feature-one-lottie {
    padding-bottom: 0;
  }

  .feature-one-main-phone-box {
    flex: none;
  }
}

@media screen and (min-width: 1440px) {
  .rt-text-style-h4.rt-hero-v7-text {
    margin-left: 10rem;
  }

  .rt-about-hero-text-wrapper.rt-about-hero-text-wrapper-v2 {
    margin-bottom: -2.6rem;
  }

  .rt-hero-v8-title-wrapper {
    margin-bottom: -.45rem;
  }

  .rt-hero-text-wrapper-v2 {
    margin-bottom: -2.2rem;
  }

  .rt-video-content {
    margin-bottom: -4.8rem;
  }

  .rt-hero-v3-main {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-hero-v1-main {
    padding-bottom: 165px;
  }

  .rt-hero-v1-small-image-wrapper {
    padding-top: 103px;
  }

  .hero-text {
    font-size: 250px;
  }

  .service-three-hero-image-description {
    padding-top: 47px;
  }

  .service-three-hero-heading-image {
    margin-left: 0;
  }

  .home-three-hero-side-text {
    right: -350px;
  }

  .home-three-hero {
    background-image: linear-gradient(271deg, #22303500 60%, #223035cc 65%, #223035), none;
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .rt-service-v3-card-top, .rt-service-v3-card-description {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .home-two-image-wrap {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .home-three-image-column {
    width: 50%;
    max-width: none;
  }

  .about-banner-main {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-two-banner-image-absolute {
    display: block;
  }

  .home-one-banner {
    padding-bottom: 140px;
  }

  .home-one-banner-pop-up-image {
    display: block;
  }

  .home-two-banner-wrap {
    padding-bottom: 310px;
  }

  .rt-radius-20.rt-card-v3 {
    transform: rotate(17deg)translate(20px, 70px);
  }

  .rt-hero-right-wrapper {
    justify-content: center;
    align-items: center;
  }

  .app-download-button {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .feature-one-hero-phone {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 1920px) {
  .rt-text-style-h6.is-color {
    color: #0c0c0c;
  }

  .rt-big-text-v1 {
    letter-spacing: -1.28rem;
  }

  .rt-bottom-text-wrapper {
    margin-right: 5.225rem;
  }

  .rt-bottom-text-wrapper.rt-bottom-text-wapper-v3 {
    margin-right: -13.9375rem;
  }

  .rt-container-xl.is-grid {
    max-width: 120rem;
  }

  .rt-about-hero-text-wrapper.rt-about-hero-text-wrapper-v2.is-gap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .rt-big-text-v1-2 {
    letter-spacing: -1.28rem;
  }

  .rt-hero-v8-short-content {
    margin-top: -2.6rem;
    margin-left: 40.325rem;
  }

  .rt-big-text-v1-3 {
    letter-spacing: -1.28rem;
  }

  .rt-hero-large-text-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .rt-big-text-v1-4 {
    letter-spacing: -1.28rem;
    font-size: clamp(2.5rem, 15.7vw, 15rem);
  }

  .rt-big-text-v1-4.is-color.is-case {
    text-transform: uppercase;
  }

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

  .rt-big-text-v1-5 {
    letter-spacing: -1.28rem;
  }

  .rt-bottom-text-wrapper-2 {
    margin-right: 5.225rem;
  }

  .rt-video-content {
    margin-bottom: .5rem;
  }

  .rt-big-text-v1-6.is-upper-case.is-weight.is-align {
    margin-top: -100px;
  }

  .rt-hero-v5-text.rt-text-align-center.is-position {
    bottom: 30%;
  }

  .rt-hero-v4-heading {
    padding-left: 160px;
  }

  .rt-hero-v2-big-text-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .banner-image-wrapper.overflow-hidden {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .about-hero-main.about-one-hero-content {
    grid-column-gap: 209px;
    grid-row-gap: 209px;
    justify-content: flex-start;
  }

  .main-text-marque {
    bottom: -33px;
  }

  .side-hightlight-text {
    font-size: 160px;
  }

  .side-hightlight-text.is-rotate {
    transform: rotate(-90deg);
  }

  .home-three-hero-side-text {
    color: #fff;
    display: flex;
    right: -550px;
  }

  .hero-bottom-section-video {
    justify-content: center;
    align-items: flex-start;
  }

  .service-one-banner-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .rt-solutions-v6-left.is-width {
    max-width: 45rem;
  }

  .rt-width-two {
    width: 11px;
  }

  .rt-overlay-v1-2 {
    width: 100%;
  }

  .rt-list-wrapper-main {
    margin-top: -1.4rem;
  }

  .hero-two-image-main.fulll-width {
    transform: translate(0)rotate(-15deg);
  }

  .hero-two-image-four.position-absolute {
    top: 39px;
  }

  .hero-two-image-six.position-absolute {
    left: -145px;
  }

  .home-three-dashboard-one.position-absolute {
    right: 22%;
  }

  .home-three-dashboard-one.position-absolute.up-down {
    right: 23%;
  }

  .home-three-image-column {
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .hero-three-content {
    max-width: 730px;
  }

  .hero-three {
    padding-top: 295px;
  }

  .home-three-text-arrow.position-absolute {
    top: -3%;
    left: -4%;
  }

  .home-two-banner-image-absolute.two {
    display: block;
  }

  .home-one-banner-pop-up-image-wrapper {
    display: flex;
  }

  .hero-text-2 {
    font-size: 180px;
  }

  .home-two-banner-wrap {
    padding-top: 400px;
  }

  .rt-button-text-main.rt-v2 {
    color: #000;
  }

  .rt-main-button.rt-padding.rt-v1 {
    background-color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .rt-gap-off.is-color.is-padding {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .rt-button-text-wrap {
    margin-top: .125rem;
  }

  .rt-service-hero {
    height: auto;
    padding-top: 12.5rem;
    padding-bottom: 6.25rem;
  }

  .rt-big-text-v1 {
    letter-spacing: -.1875rem;
  }

  .rt-service-hero-main-wrapper {
    position: static;
  }

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

  .rt-big-text-v2 {
    letter-spacing: -.28125rem;
  }

  .rt-about-hero-text-wrapper.rt-about-hero-text-wrapper-v2 {
    margin-bottom: 0;
  }

  .rt-service-hero-main {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rt-hero-v11-content {
    max-width: 26.0625rem;
    margin-bottom: 3.125rem;
  }

  .rt-sub-text {
    font-size: 17px;
  }

  .rt-animated-text-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .rt-hero-v7 {
    padding-top: 5rem;
  }

  .rt-hero-v7-text-content {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .rt-big-text-v1-2 {
    letter-spacing: -.1875rem;
  }

  .rt-animated-text-wrapper-2 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .rt-animated-text-wrapper-2.rt-gap-large.is-align {
    flex-flow: column;
    align-items: flex-start;
  }

  .rt-hero-v8-text-wrapper {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    margin-top: 1.875rem;
  }

  .rt-big-text-v1-3 {
    letter-spacing: -.1875rem;
  }

  .rt-hero-v8 {
    padding-top: 12.5rem;
    padding-bottom: 3.875rem;
  }

  .rt-hero-text-wrapper-v2 {
    margin-bottom: -1.2rem;
  }

  .rt-animated-text-wrapper-3 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .rt-animated-text-wrapper-3.rt-animated-text-wrapper-v3.is-wrap {
    flex-flow: wrap;
  }

  .rt-hero-v8-main-image {
    max-width: 100%;
    height: 100%;
  }

  .rt-hero-large-text-wrapper {
    padding-top: 6.25rem;
  }

  .rt-hero-large-text-wrapper.rt-overflow-hidden.is-margin {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 2.5rem;
  }

  .rt-big-text-v1-4 {
    letter-spacing: -.1875rem;
    margin-bottom: 2.75rem;
  }

  .rt-hero-v3-2 {
    height: auto;
  }

  .rt-hero-v3-2.rt-overflow-hidden.is-background {
    padding-top: 5rem;
  }

  .rt-hero-card.rt-radius-small.rt-overflow-hidden.is-position {
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .rt-hero-v3-image-wrap-2.rt-responsive-image-wrap.is-position {
    height: auto;
    position: relative;
  }

  .rt-desktop-full-width.rt-desktop-full-height.is-border.is-cover {
    object-fit: cover;
  }

  .rt-text-style-h5 {
    font-size: 1rem;
  }

  .rt-hero-v12 {
    background-color: #181825;
  }

  .rt-hero-v12-text-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .rt-big-text-v1-5 {
    letter-spacing: -.1875rem;
  }

  .rt-bottom-ticker-main-wrap {
    margin-top: 1.25rem;
  }

  .rt-hero-v12-slider-wrap {
    width: 100%;
    min-height: 50rem;
  }

  .rt-hero-v1.rt-overflow-hidden.is-background {
    padding-top: 5rem;
  }

  .rt-video-content.is-margin {
    margin-bottom: 1.25rem;
  }

  .rt-hero-v5-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 120px;
    position: relative;
    top: auto;
  }

  .rt-hero-v5-image {
    margin-bottom: -150px;
  }

  .rt-hero-v5 {
    height: auto;
  }

  .rt-hero-v4-main {
    height: auto;
    padding-bottom: 180px;
    position: relative;
    top: auto;
  }

  .rt-hero-v4-main.rt-overflow-hidden.is-padding {
    padding-top: 100px;
  }

  .rt-hero-v4-heading {
    bottom: 65px;
  }

  .rt-hero-v4-wrapper {
    height: auto;
  }

  .rt-paragraph-button-gap {
    margin-bottom: 20px;
  }

  .rt-paragraph-button-gap.rt-font-color-white.is-margin {
    margin-top: 10px;
  }

  .rt-hero-v3-text-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    padding-bottom: 60px;
  }

  .rt-hero-v3-main {
    grid-template-columns: 1fr;
    height: auto;
    padding: 0;
    position: relative;
    top: auto;
  }

  .rt-hero-v3-main.is-background.is-grid {
    grid-template-columns: 1fr 1fr;
  }

  .rt-hero-v3-main.is-background.is-grid.is-padding {
    padding: 60px 15px;
  }

  .rt-hero-v3-text {
    width: 100%;
    padding-top: 120px;
    position: relative;
  }

  .rt-hero-v3-box {
    width: 100%;
  }

  .rt-hero-v3 {
    height: auto;
  }

  .rt-hero-v2-text {
    min-height: auto;
  }

  .rt-hero-v2 {
    position: relative;
    top: auto;
  }

  .rt-hero-v2-description {
    padding-bottom: 70px;
    padding-right: 20px;
  }

  .rt-hero-v2-description-block.is-padding {
    padding-left: 0;
  }

  .rt-hero-v2-heading {
    padding-bottom: 60px;
  }

  .rt-hero-v1-main {
    padding-bottom: 70px;
  }

  .rt-hero-v1-main.is-grid {
    height: auto;
    padding-top: 70px;
  }

  .rt-hero-v1-small-image-wrapper {
    padding-top: 33px;
  }

  .service-v3-hero {
    padding-top: 183px;
    padding-bottom: 178px;
  }

  .tag-text-wrap {
    align-items: center;
  }

  .container.one {
    bottom: 170px;
  }

  .home-hero-nav {
    justify-content: center;
    align-items: center;
    inset: auto 0% 60px;
  }

  .no-margin-top.is-color.is-upper-case.is-width.is-align, .hero-text-width.white-text.tab-text-center, .hero-text-width.is-color.is-align {
    text-align: center;
  }

  .about-hero {
    padding-top: 120px;
    padding-bottom: 45px;
  }

  .about-hero-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
  }

  .about-hero-right {
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-bottom: 18px;
  }

  .hero-text {
    font-size: 90px;
  }

  .hero-circle-one {
    width: 80px;
    height: 80px;
  }

  .service-hero {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .home-three-hero-wrap {
    height: 100vh;
  }

  .home-three-hero-wrap.is-background {
    background-image: url('../images/skeleton-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .main-text-marque {
    bottom: 0%;
  }

  .text-wrapper {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .no-margin-2.is-color.is-upper-case.is-width.is-padding.is-align {
    text-align: center;
  }

  .no-margin-2.text-white {
    width: auto;
  }

  .old-video-box {
    opacity: 1;
  }

  .white-text.is-align {
    text-align: center;
  }

  .service-three-hero-section {
    padding-top: 115px;
    padding-bottom: 70px;
    position: relative;
  }

  .section-three-hero-image-holder {
    z-index: 1;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .service-three-hero-title-holder {
    z-index: 1;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .service-three-hero-image-description {
    max-width: 100%;
    padding-top: 20px;
  }

  .hero-image.position-relative.overflow-hidden.is-align {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .service-three-hero-image-two {
    order: -1;
  }

  .service-three-hero-heading-image {
    margin-left: -200px;
    padding-top: 0;
    display: none;
  }

  .service-two-hero-title-warp {
    padding-bottom: 35px;
  }

  .service-two-circular-cta-button-wrap {
    display: none;
  }

  .service-two-hero-section {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .position-relative.overflow-hidden {
    width: 100%;
  }

  .service-two-image-holder.overflow-hidden.is-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .service-two-hero-image-item {
    width: 100%;
  }

  .service-two-hero-image-item.service-image-top-gap {
    margin-top: 40px;
  }

  .home-three-hero-paragraph {
    max-width: 100%;
  }

  .home-three-hero-side-text {
    display: none;
  }

  .home-three-hero-banner-inner {
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
  }

  .hero-bottom-section-video {
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-text-content {
    max-width: none;
    margin-top: 0;
    margin-right: auto;
  }

  .banner-text-content.is-padding {
    padding-bottom: 100px;
  }

  .rt-circle-text {
    margin-top: 0;
    margin-right: 0;
  }

  .about-two-hero-section {
    height: 80vh;
    position: relative;
  }

  .padding-left-ninety {
    padding-left: 0;
  }

  .about-us-two-text-banner-content {
    margin-top: 100px;
  }

  .about-two-hero-description {
    padding-bottom: 14px;
  }

  .button-2 {
    padding: 12px 20px;
  }

  .about-two-heading-title {
    padding-bottom: 10px;
  }

  .height-full-vh {
    justify-content: center;
    align-items: center;
    height: 80vh;
  }

  .about-two-title-two {
    padding-left: 0;
  }

  .home-two-card-block {
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }

  .card-icon-wrap {
    width: 60px;
    height: 60px;
  }

  .home-two-hero {
    background-image: linear-gradient(#22303580, #22303580), none;
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 120px;
  }

  .home-two-hero.is-background {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .home-two-hero-left {
    width: 65%;
    max-width: none;
  }

  .card-image-wrap {
    max-width: none;
    display: block;
  }

  .heading-style-h4 {
    font-size: 24px;
  }

  .home-two-hero-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .home-three-hero-container {
    z-index: 3;
  }

  .white-border {
    margin-top: 30px;
  }

  .home-three-hero-main {
    max-width: 450px;
    padding-bottom: 40px;
  }

  .hero-description {
    max-width: none;
  }

  .home-three-bottom-text-main {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
  }

  .home-three-bottom-text-box {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
    max-width: none;
  }

  .heading-text-wrap {
    flex-flow: column;
    flex: 1;
    align-items: flex-start;
    max-width: 100%;
    display: flex;
  }

  .heading-text-wrap.home-three-text-wrap {
    max-width: none;
  }

  .home-three-bottom-text-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    padding-left: 0;
    display: grid;
  }

  .home-three-hero {
    background-image: linear-gradient(262deg, #22303500, #223035), none;
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 1387px;
    padding-top: 140px;
  }

  .container-3 {
    max-width: none;
  }

  .button-arrow-wrap-white {
    flex: none;
  }

  .heading-one-margin {
    margin-bottom: 6px;
  }

  .service-banner-image-wrap {
    justify-content: center;
    align-items: flex-end;
    max-width: none;
  }

  .service-one-banner-text {
    max-width: none;
  }

  .border-radius-twenty.common-box-shadow.responsive-full-width {
    width: 100%;
  }

  .service-page-one-banner-content {
    max-width: none;
  }

  .service-one-banner {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .service-one-banner-button.display-inline-block {
    margin-top: 20px;
  }

  .rt-solutions-v7-card {
    grid-column-gap: 2.2rem;
    grid-row-gap: 2.2rem;
    padding: 2.5rem 1.875rem;
  }

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

  .rt-card-linear-border.rt-linear-border-1 {
    background-image: linear-gradient(#0000, #0003 100%, #0000);
  }

  .rt-awards-circle-inside {
    width: 6rem;
    height: 6rem;
  }

  .rt-big-text-section {
    padding-top: 5rem;
  }

  .rt-solutions-v7-cards-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .circle-image {
    width: 15rem;
    height: 15rem;
  }

  .rt-services-v2-list {
    max-width: none;
  }

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

  .rt-services-v2-list-item, .rt-service-v2-item-left {
    flex-flow: wrap;
  }

  .rt-button-wrapper {
    padding-left: 0;
  }

  .rt-solutions-v6-left {
    max-width: none;
  }

  .rt-solutions-v6-content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
  }

  .rt-solutions-v6-list-items {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .rt-solutions-v6 {
    padding-top: 5rem;
  }

  .rt-service-v3-top-left-2 {
    width: 9.5rem;
    height: 9.5rem;
  }

  .rt-insights-bottom {
    align-items: stretch;
  }

  .rt-insights {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .rt-card-overbox {
    width: 100%;
  }

  .rt-strategies-v1-card-overlay {
    overflow: visible;
  }

  .rt-button-block {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .rt-strategies-v1-content-2 {
    padding-top: 5rem;
  }

  .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-circle-arrow-box-2 {
    display: none;
    position: static;
  }

  .rt-circle-arrow-box-2.rt-active.is-background {
    width: 2rem;
    height: 2rem;
    display: block;
  }

  .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-2 {
    padding-top: 5rem;
  }

  .rt-service-v3-top-left-4 {
    width: 9.5rem;
    height: 9.5rem;
  }

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

  .rt-service-v3-card-description {
    padding-top: 1.25rem;
  }

  .rt-service-v3-card-description.is-padding {
    padding-top: 0;
  }

  .rt-service-v6-list-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    max-width: none;
  }

  .rt-service-v6-2 {
    padding-top: 4.375rem;
  }

  .rt-service-v6-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .rt-service-v5-image-wrapper-list, .rt-service-v6-bottom-wrap {
    flex-flow: wrap;
  }

  .about-banner-2 {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .about-banner-image-two.is-position {
    position: relative;
    bottom: auto;
    left: auto;
  }

  .about-banner-image-four.is-position {
    position: relative;
    top: auto;
    left: auto;
  }

  .about-banner-image-three.is-position {
    position: relative;
    bottom: auto;
    right: auto;
  }

  .about-banner-image-wrap.position-relative.zindex-one.is-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-banner-image-five.is-position {
    position: relative;
    top: auto;
    right: auto;
  }

  .about-one-banner-content.text-align-center {
    margin-bottom: 25px;
  }

  .hero-two-image-main.fulll-width {
    transform: rotate(-2deg);
  }

  .hero-two-image-four.position-absolute {
    display: none;
  }

  .hero-two-button-wrapper {
    flex-flow: wrap;
  }

  .hero-two {
    padding-top: 133px;
    padding-bottom: 60px;
  }

  .responsive-full-width {
    width: 100%;
  }

  .hero-two-image-six.position-absolute {
    display: none;
  }

  .hero-two-content-wrap {
    margin-top: 0;
  }

  .home-three-dashboard-one.position-absolute {
    display: none;
  }

  .home-three-image-column {
    width: 50%;
    max-width: none;
  }

  .hero-three-content {
    width: 50%;
    max-width: none;
    margin-bottom: 60px;
    margin-right: 15px;
  }

  .hero-three-wrapper {
    justify-content: space-between;
    align-items: flex-end;
  }

  .hero-three {
    padding-top: 100px;
  }

  .home-three-main-dashboard {
    max-width: 700px;
  }

  .features-banner-image-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .features-banner-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .sub-heading-2, .sub-heading-2.in-banner-section {
    margin-bottom: 0;
  }

  .features-banner {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .margin-top-bottom-none.is-padding {
    padding-bottom: 20px;
  }

  .margin-top-bottom-none.is-padding.is-align {
    text-align: center;
  }

  .features-banner-image.right, .features-banner-image.left {
    transform: translate(0)rotate(0);
  }

  .about-banner-image-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 1;
  }

  .mobile-full-width-image.is-width {
    width: 100%;
  }

  .heading {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 100%;
  }

  .heading.is-align {
    justify-content: flex-start;
    align-items: center;
  }

  .home-one-banner-button-wrapper.is-width {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .home-one-banner-button-wrapper.is-width.is-align {
    justify-content: flex-start;
    align-items: center;
  }

  .about-banner-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .about-banner-text-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    order: -9999;
    width: 100%;
    max-width: none;
  }

  .about-banner-3 {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .about-banner-image-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .margin-top-twenty.is-width {
    max-width: none;
  }

  .rt-paragraph-width.is-align {
    text-align: center;
  }

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

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

  .home-two-banner-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .home-two-banner-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .home-two-banner {
    padding-top: 100px;
  }

  .home-two-banner-image-group {
    background-size: contain;
  }

  .home-three-banner {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .counter-main {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .counter-box {
    height: 35px;
  }

  .home-three-banner-main {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding-right: 0;
  }

  .counter-text {
    font-size: 32px;
  }

  .home-one-banner-counter {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
  }

  .tab-align-center {
    justify-content: flex-start;
    align-items: center;
  }

  .home-one-banner-text {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .rt-responsive-align-left {
    text-align: left;
  }

  .home-one-banner {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .heading-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .heading-3.tab-align-center {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .home-one-banner-main {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .home-one-banner-image-group {
    background-size: cover;
  }

  .home-one-banner-text-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .service-banner-pop-up-image {
    transform: none;
  }

  .service-banner-2 {
    padding-top: 110px;
  }

  .service-banner-image-block.align-right {
    transform: none;
  }

  .section-heading-content-gap {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .service-banner-image-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-three-banner-wrap {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .lottie {
    bottom: -4%;
  }

  .hero-text-2 {
    font-size: 70px;
  }

  .home-two-banner-wrap {
    padding-top: 200px;
    padding-bottom: 120px;
  }

  .home-one-banner-wrap {
    text-align: center;
    flex-flow: column;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .rt-big-text-wrapper {
    margin-bottom: 50px;
  }

  .rt-card-flex-wrap {
    padding-top: 40px;
  }

  .rt-hero-v2-text-content {
    position: static;
  }

  .rt-radius-20.rt-card-v1 {
    width: 100%;
    height: auto;
    transform: none;
  }

  .rt-radius-20.rt-card-transparent {
    width: 100%;
    position: absolute;
    inset: 0%;
  }

  .rt-radius-20.rt-card-transparent.is-cover.is-position {
    position: relative;
    inset: auto;
  }

  .rt-text-wrap-left.rt-gap-13.rt-wrap-down {
    flex-flow: wrap;
  }

  .rt-desktop-height-auto {
    height: auto;
  }

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

  .rt-gap-small {
    margin-bottom: 16px;
  }

  .rt-hero-v1-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .rt-hero-right-wrapper {
    justify-content: flex-end;
    align-items: center;
  }

  .rt-hero-right-wrapper.rt-position-relative.is-grid {
    align-items: stretch;
  }

  .feature-one-hero {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .feature-one-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: end stretch;
    display: grid;
  }

  .percentage-box {
    flex: 1;
  }

  .feature-one-main-phone-box, .customer-view-box {
    flex: none;
  }

  .feature-one-hero-phone {
    width: 100%;
  }

  .customer-box {
    flex: none;
  }
}

@media screen and (max-width: 767px) {
  .rt-text-color-white-4.rt-gap-off.rt-gap-medium.is-padding.is-align, .rt-text-color-white-4.rt-gap-off.rt-gap-small.is-padding.is-align {
    text-align: center;
  }

  .rt-text-style-h6 {
    letter-spacing: -.02rem;
  }

  .rt-text-style-h4 {
    letter-spacing: -.025rem;
  }

  .rt-text-style-h4.rt-hero-v7-text {
    max-width: 20.5rem;
  }

  .rt-service-hero-content {
    max-width: 37.5rem;
  }

  .rt-bottom-text-wrapper {
    padding-right: .625rem;
  }

  .rt-bottom-text-wrapper.rt-bottom-text-wapper-v3.rt-overflow-hidden.is-align {
    align-self: center;
  }

  .rt-big-text-v2 {
    letter-spacing: -.21875rem;
  }

  .rt-about-hero-text-wrapper.rt-about-hero-text-wrapper-v2.is-gap {
    max-width: none;
  }

  .rt-about-hero-text-wrapper.rt-about-hero-text-wrapper-v2.is-gap.is-align {
    justify-content: flex-start;
    align-items: center;
  }

  .rt-service-hero-main {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rt-service-hero-main.is-align {
    align-items: center;
  }

  .is-align {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rt-sub-text {
    font-size: 16px;
  }

  .rt-hero-v7-text-content {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .rt-hero-v8-text-wrapper {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rt-hero-v8-content {
    max-width: none;
  }

  .rt-hero-text-wrapper-v2 {
    margin-bottom: -.9rem;
  }

  .rt-animated-text-wrapper-3.rt-animated-text-wrapper-v3.is-wrap {
    flex-flow: wrap;
  }

  .rt-hero-large-text-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .rt-video-text-wrap {
    max-width: 20rem;
  }

  .rt-hero-v3-image-wrap-2 {
    height: auto;
  }

  .rt-hero-slider-image.rt-one {
    object-position: 60% 50%;
  }

  .rt-text-style-h5 {
    letter-spacing: -.02125rem;
  }

  .rt-text-style-h5.rt-text-color-white.is-align {
    text-align: center;
  }

  .rt-hero-v12-text-wrap {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .rt-ticker-left-text {
    max-width: none;
  }

  .rt-hero-v12-inner-content {
    padding-bottom: 0;
  }

  .rt-bottom-ticker-main-wrap {
    grid-column-gap: 1.256rem;
    grid-row-gap: 1.256rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .rt-hero-v12-slider-wrap {
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    min-height: 45rem;
  }

  .rt-bottom-text-wrapper-2 {
    padding-right: .625rem;
  }

  .rt-hero-v5-main {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .rt-hero-v5-text {
    position: static;
  }

  .rt-hero-v5-image {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .rt-hero-v4-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .rt-hero-v4-main.rt-overflow-hidden.is-padding.is-wrap {
    flex-flow: wrap;
  }

  .rt-hero-v4-heading {
    position: static;
  }

  .rt-paragraph-button-gap {
    margin-bottom: 15px;
  }

  .rt-button-font {
    letter-spacing: .28px;
  }

  .rt-hero-v2-text {
    min-height: auto;
    padding-top: 60px;
  }

  .rt-hero-v2-heading-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rt-hero-v2 {
    height: auto;
    min-height: 0;
  }

  .rt-hero-v2-description {
    border-right-style: none;
    width: auto;
    padding-top: 0;
    padding-right: 0;
  }

  .rt-hero-v2-heading {
    max-width: 400px;
    padding-bottom: 0;
  }

  .rt-hero-v2-big-text-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .rt-hero-v1-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    padding-top: 200px;
  }

  .rt-hero-v1-main.is-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-hero-v1-bg-image {
    height: 100%;
  }

  .rt-hero-v1-small-image-wrapper {
    padding-top: 0;
  }

  .rt-margin-bottom {
    margin-bottom: 30px;
  }

  .container.one {
    bottom: 131px;
  }

  .container.one.is-margin {
    margin-bottom: 70px;
  }

  .home-hero {
    height: 77vh;
  }

  .slider-nav-bar {
    width: 30%;
  }

  .home-hero-nav {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .home-hero-content {
    min-height: 77vh;
  }

  .slide-text-content {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    max-width: none;
  }

  .about-hero-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .hero-text {
    font-size: 70px;
  }

  .service-hero {
    padding-top: 135px;
  }

  .marque-train {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-right: 40px;
  }

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

  .banner-button-wrap {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 14px;
  }

  .banner-line {
    display: none;
  }

  .video-reveal {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .service-three-hero-heading-image, .service-two-circular-cta-button-wrap {
    display: none;
  }

  .service-two-image-holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-three-hero-banner-inner {
    height: auto;
  }

  .banner-text-content {
    padding-top: 40px;
  }

  .banner-text-content.is-padding {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .rt-style {
    grid-template-rows: auto auto;
    grid-auto-columns: 1fr;
  }

  .about-two-hero-section {
    height: 80vh;
  }

  .padding-left-ninety, .about-two-title-two {
    padding-left: 0;
  }

  .home-two-hero-left {
    width: 90%;
    overflow: visible;
  }

  .card-image-wrap {
    width: 100%;
  }

  .hero-card-v2 {
    width: 100%;
    max-width: none;
  }

  .button-font-3 {
    font-size: 15px;
  }

  .heading-style-h4 {
    font-size: 22px;
  }

  .white-border {
    margin-top: 28px;
  }

  .button-font-4 {
    font-size: 15px;
  }

  .home-three-bottom-text-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .service-one-banner-wrap {
    flex-flow: column;
  }

  .service-banner-image-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .rt-rounded-text {
    width: 5.9rem;
  }

  .rt-big-text-tags {
    display: none;
  }

  .rt-awards-circle-inside {
    width: 3.5rem;
    height: 3.5rem;
  }

  .rt-big-text-section {
    padding-top: 5rem;
  }

  .circle-image {
    width: 10rem;
    height: 10rem;
  }

  .rt-service-v2-bottom {
    flex-flow: column;
  }

  .rt-service-v2-list-image {
    width: 100%;
    max-width: none;
  }

  .rt-services-v2-list-item {
    flex-flow: wrap;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .rt-solutions-scroll-wrap {
    display: 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-v6-left {
    max-width: none;
  }

  .rt-solutions-v6-content {
    flex-flow: column;
  }

  .rt-solutions-scroll-text {
    justify-content: flex-start;
    align-items: center;
  }

  .rt-solutions-v6 {
    height: auto;
  }

  .rt-mobile-landscape-full {
    width: 100%;
    height: auto;
  }

  .rt-service-v3-top-left-2 {
    width: 7.3rem;
    height: 7.3rem;
    margin-top: 0;
  }

  .rt-insights-bottom {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    align-items: stretch;
  }

  .rt-insights-top-left {
    flex: 0 auto;
  }

  .rt-insights-list-items {
    border-top-style: none;
    padding-bottom: 0;
  }

  .rt-insights-image-wrap {
    max-width: none;
  }

  .rt-insights-image-wrap.rt-radius-medium.rt-overflow-hidden.is-width {
    width: 100%;
  }

  .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-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-strategies-card-v1 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(13.125rem, 1fr));
  }

  .rt-button-block {
    justify-content: flex-end;
    align-items: center;
  }

  .rt-service-v3-top {
    flex-flow: column;
  }

  .rt-service-v3-top-left-4 {
    width: 7.3rem;
    height: 7.3rem;
    margin-top: 0;
  }

  .rt-service-v6-list-wrapper, .rt-list-wrapper-main {
    max-width: none;
  }

  .rt-service-v6-bottom-wrap {
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .mobile-full-width {
    width: 100%;
  }

  .about-banner-image-four.is-position, .about-banner-image-three.is-position {
    position: static;
  }

  .about-banner-image-wrap.position-relative.zindex-one {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .home-two-image-wrap.position-relative {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 30px;
  }

  .home-two-wrap-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse;
  }

  .hero-two-image-main.fulll-width {
    transform: none;
  }

  .home-three-image-column {
    width: 100%;
    position: static;
  }

  .hero-three-content {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .hero-three-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .home-three-main-dashboard {
    max-width: 550px;
  }

  .home-three-text-arrow.position-absolute.left-right-movement {
    display: none;
  }

  .sub-heading-2 {
    font-size: 14px;
  }

  .about-banner-image-block {
    flex: 1;
  }

  .mobile-full-width-image {
    width: 100%;
    height: 100%;
  }

  .about-banner-main {
    flex-flow: column-reverse;
    align-items: stretch;
  }

  .about-banner-text-2 {
    order: 9999;
  }

  .heading-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .counter-main {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: left;
  }

  .counter-box {
    height: 30px;
  }

  .counter-text {
    font-size: 28px;
  }

  .home-one-banner-counter {
    text-align: left;
  }

  .home-three-banner-image {
    margin-top: -100px;
  }

  .home-one-banner-text {
    z-index: 1;
    position: relative;
  }

  .home-one-banner {
    background-image: linear-gradient(#fffcf3, #fff 90%);
  }

  .home-one-banner-image-group {
    background-image: linear-gradient(#0000, #0000);
  }

  .service-banner-image-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 0;
  }

  .hero-text-2 {
    font-size: 45px;
  }

  .home-two-banner-wrap {
    padding-top: 170px;
  }

  .rt-card-col-v1.rt-gap-20.rt-col-v2 {
    flex: 1;
  }

  .rt-card-flex-wrap.rt-overflow-hidden.is-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-hero-v2-text-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-button-image-v1 {
    width: 35px;
    height: auto;
  }

  .rt-hero-v1-3 {
    padding-top: 100px;
  }

  .rt-main-button.rt-padding {
    padding-right: 8px;
  }

  .rt-hero-left-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: none;
  }

  .rt-hero-inner-main {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    grid-auto-columns: 1fr;
    justify-items: stretch;
    display: flex;
  }

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

  .rt-hero-right-wrapper {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .feature-one-hero-rating {
    width: 100%;
  }

  .feature-one-content-wrapper {
    grid-template-columns: 1fr;
  }

  .percentage-box, .feature-one-lottie, .auto-fit-4.ferature-one-phone.mobile-image-full-width, .auto-fit-4.mobile-image-full-width {
    width: 100%;
  }

  .customer-box {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 41px;
  }

  .rt-text-style-h4.rt-hero-v7-text {
    max-width: none;
  }

  .rt-big-text-v1 {
    padding-right: .25rem;
  }

  .rt-big-text-v2 {
    letter-spacing: -.125rem;
  }

  .rt-about-hero-text-wrapper {
    align-self: flex-start;
  }

  .rt-image-height.is-auto.is-radius.is-width {
    width: 100%;
  }

  .rt-hero-v11-content {
    max-width: 21.875rem;
  }

  .rt-hero-v11 {
    padding-top: 15.625rem;
  }

  .rt-hero-v7-text-content {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: wrap;
    padding-top: .9375rem;
    padding-bottom: .9375rem;
  }

  .rt-big-text-v1-2, .rt-big-text-v1-3 {
    padding-right: .25rem;
  }

  .rt-hero-v8-main-image {
    object-position: 20% 50%;
  }

  .rt-hero-large-text-wrapper {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
  }

  .rt-big-text-v1-4 {
    padding-right: .25rem;
  }

  .rt-hero-card.rt-radius-small.rt-overflow-hidden.is-position {
    flex-flow: column;
  }

  .rt-circle {
    width: 30px;
    height: 30px;
  }

  .rt-ticker {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .rt-hero-slider-image {
    width: 100%;
  }

  .rt-text-style-h5 {
    font-size: .9rem;
  }

  .rt-big-text-v1-5 {
    padding-right: .25rem;
  }

  .rt-ticker-left-text {
    margin-bottom: 0;
  }

  .rt-hero-v12-slider-wrap {
    grid-template-columns: 1fr;
    min-height: 40rem;
  }

  .rt-hero-v1 {
    height: 70vh;
  }

  .rt-hero-v5-main {
    padding-bottom: 70px;
  }

  .rt-hero-v4-image-wrapper.is-width, .rt-hero-v4-image-two.rt-border-radius-10.is-width, .rt-hero-v4-image-one.rt-border-radius-10.is-width {
    width: 100%;
  }

  .rt-button-v1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-hero-v3-text-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .rt-hero-v3-text-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .rt-hero-v3-main.is-background.is-grid {
    grid-template-columns: 1fr;
  }

  .rt-hero-v3-text {
    padding-top: 60px;
  }

  .rt-button-v1-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-cover.is-radius.is-height {
    min-height: 500px;
  }

  .rt-hero-v2-text {
    padding-top: 60px;
  }

  .container.one {
    bottom: 50px;
  }

  .container.one.is-margin {
    margin-bottom: 150px;
  }

  .no-margin-top.is-color.is-align {
    text-align: center;
  }

  .about-hero-main {
    padding-top: 20px;
  }

  .about-hero-main.no-padding.center-align {
    justify-content: space-between;
    align-items: center;
  }

  .about-hero-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .marque-train {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-right: 20px;
  }

  .banner-text.is-color.is-align {
    text-align: center;
  }

  .banner-button-wrap {
    justify-content: center;
    align-items: center;
  }

  .no-margin-2.is-color.is-upper-case.is-width.is-align {
    text-align: center;
  }

  .home-two-hero-text-wrap {
    flex-flow: column;
  }

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

  .tick-wrapper {
    flex: none;
  }

  .service-two-image-holder.overflow-hidden.is-grid {
    grid-template-columns: 1fr;
  }

  .service-two-hero-image-item.service-image-top-gap.is-margin {
    margin-top: 0;
  }

  .home-three-hero-banner-inner {
    padding-top: 100px;
  }

  .banner-text-content {
    padding-top: 80px;
  }

  .rt-circle-text {
    display: none;
  }

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

  .home-two-hero {
    background-position: 50%;
  }

  .home-two-hero-left {
    width: 100%;
  }

  .button-font-3 {
    font-size: 14px;
  }

  .button-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-font-4 {
    font-size: 14px;
  }

  .home-three-bottom-text-wrap {
    grid-template-columns: 1fr;
  }

  .button-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .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-card-linear-border.rt-linear-border-1 {
    display: none;
  }

  .rt-solutions-v7-cards-wrap {
    grid-template-columns: 1fr;
  }

  .rt-services-v2-list {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .rt-service-v2-item-right-2 {
    max-width: none;
  }

  .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-gap-off-3.rt-service-v2-top-title.is-order {
    order: 9999;
  }

  .rt-service-v2-top {
    flex-flow: wrap;
  }

  .rt-heading-style-h4-2.is-align {
    text-align: center;
  }

  .rt-solutions-v6-list {
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .rt-solutions-scroll-text {
    justify-content: flex-start;
    align-items: center;
  }

  .rt-paragraph-margin.is-align {
    text-align: center;
  }

  .rt-insights-top {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    flex-flow: column;
  }

  .rt-insights-image-wrap {
    width: 100%;
  }

  .rt-insights-list {
    grid-template-columns: 1fr;
  }

  .rt-button-3 {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .rt-service-v3-cards-wrap {
    grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  }

  .rt-button-4 {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .rt-service-v3-card-description.is-gap {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .rt-service-v6-bottom-wrap {
    grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr));
  }

  .about-banner-image-wrap.position-relative.zindex-one.is-grid {
    display: flex;
  }

  .hero-two-image-main.fulll-width.is-margin {
    margin-top: -150px;
  }

  .hero-two-button-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-three-content {
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-three-main-dashboard {
    width: 100%;
  }

  .features-banner-image-wrapper {
    flex-flow: column;
  }

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

  .features-banner-image, .rt-image-full-width {
    width: 100%;
  }

  .about-banner-image-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: stretch;
    width: 100%;
  }

  .home-one-banner-button-wrapper {
    flex-flow: column;
  }

  .about-banner-image-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: stretch;
  }

  .div-block-5 {
    flex-flow: column;
  }

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

  .home-two-banner-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-one-banner-button-wrapper-2 {
    flex-flow: column;
  }

  .counter-main {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .home-one-banner-counter {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .home-three-banner-image {
    margin-top: -200px;
  }

  .home-one-banner-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .service-banner-mobile {
    width: 100%;
  }

  .service-banner-image-wrapper {
    flex-flow: column;
  }

  .rt-image-wrapper {
    order: 9999;
    width: 100%;
  }

  .banner-description-wrap {
    max-width: 400px;
  }

  .banner-heading-wrap {
    max-width: 350px;
  }

  .hero-text-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .home-one-banner-heading {
    flex: 0 auto;
    max-width: 100%;
  }

  .rt-card-flex-wrap.rt-overflow-hidden.is-grid {
    grid-template-columns: 1fr;
  }

  .rt-button-text-main {
    font-size: 15px;
  }

  .rt-text-wrap-left.rt-gap-13.rt-wrap-down {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .rt-button-image-v1 {
    width: 40px;
    height: auto;
  }

  .rt-main-button {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .rt-main-button.rt-padding {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .rt-mobile-text-wrap-center {
    justify-content: center;
    align-items: center;
  }

  .rt-hero-right-wrapper.rt-position-relative.is-grid {
    grid-template-columns: 1fr;
  }

  .app-download-button {
    flex-flow: column;
  }
}

#w-node-_91b361f9-d5db-7e56-ad75-7a039d4da639-3f1fe2de {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fd3e01f9-f4c4-0ad2-a881-5cf822af81db-3f1fe2de {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-a080b251-ae3f-ce32-137d-15009ec141ad-30e35e59 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a080b251-ae3f-ce32-137d-15009ec141c2-30e35e59 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-de6ae1c7-cc14-86bf-f3f5-961897e18c12-fcb9901d {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start center;
}

#w-node-de6ae1c7-cc14-86bf-f3f5-961897e18c22-fcb9901d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_90eb612d-641d-8b5a-e10d-a05f81401f3b-c9c2cf5d {
  justify-self: center;
}

#w-node-_18fbce55-5c64-2615-8e74-18273125af19-862d20b7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_18fbce55-5c64-2615-8e74-18273125af32-862d20b7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_88e2aa37-cbe0-f2ef-0255-f2560dea1794-862d20b7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_18fbce55-5c64-2615-8e74-18273125af3d-862d20b7 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start end;
}

@media screen and (max-width: 991px) {
  #w-node-_04459259-0be8-7b28-b330-1cf288b411a7-f84708a5 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: center;
  }

  #w-node-_04459259-0be8-7b28-b330-1cf288b411a9-f84708a5 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_18fbce55-5c64-2615-8e74-18273125af19-862d20b7, #w-node-_18fbce55-5c64-2615-8e74-18273125af32-862d20b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1824e689-a19b-f340-2ca0-2cdb894c25e3-8992e725 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-_33093570-365b-7136-85bd-a5a21e022fcc-ca4db796 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_48984356-4fcb-cb82-dc94-a9d1151e3d04-ca967665 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Goli';
  src: url('../fonts/Goli-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Goli';
  src: url('../fonts/Goli-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Goli';
  src: url('../fonts/Goli-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Goli';
  src: url('../fonts/Goli-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Goli';
  src: url('../fonts/Goli-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}