:root {
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--heading-dark: #a59179;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--theme-color: #c7a78e;
  --radiant-ui-components-library-marketplace--color--button-background-dark: #131218;
  --radiant-ui-components-library-marketplace--linear-color-three: #e0ecff;
  --radiant-ui-components-library-marketplace--color--linear-color-two: #eff2ff;
  --lynx--black: #1f2022;
  --lynx--white: white;
  --lynx--medium-purple: #c7a78e;
  --lynx--grey: #797c83;
  --lynx--deep-pink: #fd4b8b;
  --radiant-ui-components-library-marketplace--light-grey: #5a5a5a;
}

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

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

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

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

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

.rt-black-icon.rt-in-active {
  opacity: 0;
}

.rt-blue-icon {
  opacity: 0;
  position: absolute;
}

.rt-blue-icon.rt-active {
  opacity: 1;
}

.rt-text-block {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-nav-one {
  z-index: 999;
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  border-bottom: 1px solid #d5d5d5;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 30px #11254226;
}

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

.rt-nav-one-wrap {
  justify-content: space-between;
  align-items: center;
}

.rt-nav-one-dropdown {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.rt-nav-one-dropdown-toggle {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  justify-content: flex-start;
  align-items: center;
  padding: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.rt-nav-one-dropdown-list {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 30px #0000001a;
}

.rt-nav-one-dropdown-list-wrap {
  border-radius: 10px;
  width: 100%;
  max-width: 730px;
  position: relative;
  overflow: hidden;
}

.rt-nav-one-dropdown-list-wrap.rt-utility-pages {
  max-width: 1290px;
}

.rt-nav-one-dropdown-upper-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-nav-top-wrap-contain {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-right: 1px solid #0000000d;
  height: 100%;
  padding: 70px 25px 70px 15px;
}

.rt-nav-top-wrap-contain.rt-border-off {
  border-right-style: none;
}

.rt-nav-top-wrap-contain.rt-flex-horaizontal {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-right-style: none;
  flex-flow: row;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.rt-nav-top-wrap-contain.rt-right-gap {
  padding-left: 25px;
}

.rt-nav-top-link-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.rt-nav-top-link-wrap.rt-free {
  background-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  border-radius: 20px;
  padding: 5px 15px;
}

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

.rt-text-icon-wrap.rt-icon-gap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.rt-icon-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-nav-text {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-weight: 400;
}

.rt-nav-text.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-nav-one-arrow {
  margin-top: 4px;
}

.image {
  width: 100%;
}

.heading {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #000;
  text-shadow: 5px 3px 10px #000c;
  margin-top: 200px;
  font-family: Droid Serif, serif;
  font-size: 55px;
  text-decoration: none;
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section.rt-awards-image-card-wrap {
  border-radius: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-home-two-award-image {
  border-radius: 6px;
  position: absolute;
}

.rt-award-date {
  z-index: 2;
  color: #14151a;
  text-align: right;
  flex: 1;
  font-weight: 600;
  position: relative;
}

.rt-awards-image {
  width: 100%;
  max-width: 278px;
  min-height: 348px;
  position: relative;
}

.rt-home-two-award-contain-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 68%;
  position: relative;
}

.rt-home-two-award-grid {
  grid-column-gap: 50px;
  cursor: pointer;
  border-bottom: 1px solid #d2d2d2;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding: 25px 30px;
  display: flex;
  position: relative;
}

.rt-text-align-right {
  text-align: right;
}

.rt-award-hover-text-white {
  z-index: 2;
  color: #5d5f65;
  position: relative;
}

.rt-about-three-awards-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.rt-about-three-awards-heading-block {
  width: 57%;
}

.rt-award-grid-background {
  z-index: 1;
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 6px;
  width: 100%;
  position: absolute;
  bottom: 0%;
  left: 0%;
}

.rt-component-heading-five {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 21px;
  font-weight: 400;
  line-height: 31px;
}

.rt-component-heading-five.rt-awards-text {
  z-index: 5;
  position: relative;
}

.section {
  object-fit: fill;
  width: auto;
  height: auto;
}

.text-block {
  text-align: center;
  margin-top: 202px;
}

.text-block-2 {
  text-align: center;
  text-shadow: 0 1px 9px #000000c2;
  margin-top: 213px;
  font-family: Merriweather, serif;
  font-size: 4em;
}

.image-2 {
  box-sizing: border-box;
  object-fit: cover;
  max-width: none;
  max-height: none;
  overflow: visible;
}

.rt-text-white-2 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-heading-three {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.rt-heading-three.rt-text-white-2 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-heading-three.rt-text-white-2.rt-margin-bottom-fifteen {
  text-transform: none;
  margin-bottom: 15px;
}

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

.rt-overflow-hidden.rt-radious-ten {
  border-radius: 10px;
}

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

.rt-autofit-2 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-home-two-video-container {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.rt-home-two-video-main-title {
  max-width: 480px;
}

.rt-home-two-video-overlay {
  background-color: #14151a0d;
  position: absolute;
  inset: 0%;
}

.rt-border-radius-ten-2 {
  border-radius: 6px;
}

.rt-border-radius-ten-2.rt-overflow-hidden.rt-video-image {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-video-image-wrapper {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.rt-home-two-video-main {
  z-index: 2;
  grid-row-gap: 10px;
  text-align: center;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 520px;
  display: flex;
  position: relative;
}

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

.container {
  background-image: linear-gradient(#235f59, #fff0);
  max-width: 100vw;
  max-height: 100vw;
  margin-top: 50px;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.text-block-3 {
  text-align: center;
  margin-top: 186px;
  font-family: Droid Serif, serif;
  font-size: 44px;
}

.rt-category-cards-text {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-change-font {
  font-weight: 300;
}

.rt-title-top {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: .01px;
  font-size: 14px;
  line-height: 28px;
}

.rt-title-top.rt-padding-bottom-twenty.rt-text-white, .rt-title-top.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-padding-bottom-twenty {
  padding-bottom: 20px;
}

.rt-home-two-service-card-four {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  background-image: url('../images/golf-de-forges-les-bains.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 15%;
  height: 611px;
  display: grid;
  overflow: hidden;
}

.rt-home-two-service {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.rt-home-two-service-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
  position: relative;
}

.rt-home-two-service-card-two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  background-image: url('../images/jardins.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 15%;
  height: 611px;
  display: grid;
  overflow: hidden;
}

.rt-home-two-service-text-main {
  padding-bottom: 40px;
  padding-left: 40px;
}

.rt-home-two-service-card-three {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  background-image: url('../images/dependance2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 15%;
  height: 611px;
  display: grid;
  overflow: hidden;
}

.rt-home-two-service-overlay {
  background-image: linear-gradient(0deg, #282a2e, #282a2e00);
}

.rt-home-two-service-card-one {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  background-image: url('../images/chateau13.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 15%;
  height: 611px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.rt-home-two-service-text {
  max-width: 311px;
}

.rt-detail-icons {
  justify-content: center;
  align-items: center;
}

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

.rt-button-two-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #191b1d;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-about-two-expert-image {
  object-fit: cover;
  width: 45vw;
  max-width: none;
  position: absolute;
  inset: 0%;
}

.rt-about-two-expert-content {
  max-width: 484px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.rt-about-two-expert-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
}

.rt-about-two-expert-overlay {
  background-color: #191b1d4d;
  position: absolute;
  inset: 0%;
}

.rt-about-two-expert-text-block {
  z-index: 10;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  max-width: 350px;
  position: relative;
}

.rt-about-two-expert-image-block {
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 630px;
  padding: 245px 80px 200px;
  position: relative;
  overflow: hidden;
}

.rt-span-content-bold {
  color: #191b1d;
  font-weight: 500;
}

.rt-about-two-expert-content-block {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex: 1;
  max-width: 535px;
}

.rt-background-dark {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
}

.rt-text-light-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-body-font-color {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  transition: color .35s;
}

.rt-text-black {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

.rt-service-sticky {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  position: sticky;
  top: 100px;
}

.rt-service-cards-image {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.rt-service-cards-information {
  grid-column-gap: 86px;
  grid-row-gap: 86px;
  border-bottom: 1px solid #0000001a;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
}

.rt-service-cards-name {
  z-index: 2;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  bottom: 60px;
  right: 40px;
}

.rt-service-overlays {
  pointer-events: none;
  background-image: linear-gradient(102deg, #05061000, #050610b3 74%);
  position: absolute;
  inset: 0%;
}

.rt-service-card {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
  position: relative;
}

.rt-service-cards-client {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.rt-heading {
  color: #fff;
  font-size: clamp(40px, 12vw, 130px);
  line-height: .9;
}

.rt-heading.rt-text-outline {
  color: #fff0;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

.rt-heading.rt-text-outline.rtservice-number-four {
  position: absolute;
  transform: translate(0, 300%);
}

.rt-heading.rt-text-outline.rt-service-number-one {
  position: absolute;
}

.rt-heading.rt-text-outline.rt-service-number-two {
  position: relative;
  transform: translate(0, 100%);
}

.rt-heading.rt-text-outline.rt-service-number-three {
  position: absolute;
  transform: translate(0, 200%);
}

.rt-services-counter {
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}

.rt-services-cards-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  flex: 1;
  max-width: 960px;
  display: flex;
}

.rt-services {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
}

.rt-text-capitalize {
  text-transform: capitalize;
}

.rt-text-capitalize.rt-body-font-color {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
}

.rt-text-capitalize.rt-text-black {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

.rt-services-number-wrap {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 60px;
  display: flex;
  position: sticky;
  top: 140px;
}

.rt-lightbox-link {
  width: 100%;
  height: 100%;
}

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

.rt-line-three {
  background-color: #d8d8d8;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-project-card-wrap {
  z-index: 2;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px;
  position: relative;
}

.rt-project-card-background {
  z-index: 1;
  background-color: #fff;
  border-radius: 30px;
  position: absolute;
  inset: 0%;
  box-shadow: 0 4px 15px #00000012;
}

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

.rt-project-accodian-image {
  border-radius: 10px;
  overflow: hidden;
}

.rt-construction-heading-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.rt-line-one {
  background-color: #d8d8d8;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-construction-text-block {
  flex: 1;
  align-self: center;
}

.rt-project-accodian-item {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.rt-contruction-tag {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  letter-spacing: .05rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: .875rem;
  line-height: 1.1875rem;
}

.rt-line-two {
  background-color: #d8d8d8;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-home-three-costruction-flex {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex-direction: column;
  width: 100%;
  max-width: 435px;
}

.rt-project-card-main-wrap {
  width: 100%;
}

.image-3 {
  width: 100vw;
}

.heading-2 {
  color: #f6e1c6;
  text-align: center;
  text-shadow: 6px 4px 9px #0000008c;
  width: 100vw;
  margin-top: 140px;
  font-family: Montserrat, sans-serif;
  font-size: 4vw;
  position: absolute;
}

.rt-text-blue {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

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

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

.rt-top-heading-text {
  color: #c99b8f;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.rt-top-heading-text.rt-change-style-two {
  color: var(--radiant-ui-components-library-marketplace--linear-color-three);
  letter-spacing: 0;
  font-size: 13px;
}

.rt-top-heading-text.rt-text-blue {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-home-one-top-heading-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rt-home-one-offer-image {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.rt-home-one-offer-item {
  cursor: pointer;
  border-left: 1px solid #e1d6d3;
  border-right: 1px solid #e1d6d3;
  flex: none;
  padding-left: 40px;
  padding-right: 40px;
}

.rt-home-one-offer-left-arrow {
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  display: flex;
  inset: 5% auto auto 80%;
}

.rt-home-one-offer {
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.rt-home-one-offer-main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.rt-home-one-offer-right-arrow {
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  display: flex;
  inset: 5% 5% auto auto;
}

.rt-heading-five-10 {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.rt-heading-five-10.rt-change-color-white {
  color: #fff;
}

.rt-home-one-offer-mask {
  max-width: 744px;
  overflow: visible;
}

.rt-home-one-offer-text {
  z-index: 3;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-home-one-offer-slider {
  background-color: #ddd0;
  height: auto;
  position: static;
}

.rt-home-one-offer-heading {
  max-width: 540px;
}

.rt-home-one-offer-heading.rt-overflow-hidden {
  overflow: hidden;
}

.rt-inner-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

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

.rt-home-one-top-heading-line-2 {
  background-color: #c99b8f;
  width: 62px;
  height: 1px;
}

.rt-home-one-top-heading-line-2.rt-colour-blue {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-home-one-offer-wrapper {
  flex: none;
  margin-right: -30vw;
  padding-top: 40px;
  overflow: hidden;
}

.rt-home-one-offer-image-overlay {
  z-index: 2;
  background-image: linear-gradient(0deg, #1670f8, #fff0 58%);
  position: absolute;
  inset: 0%;
}

.rt-tag {
  color: var(--radiant-ui-components-library-marketplace--color--linear-color-two);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.rt-margin-bottom-twenty {
  margin-bottom: 20px;
}

.rt-home-three-cta-contain-wrap {
  perspective: 1000px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.rt-full-width.rt-container-small.rt-home-one-cta-contain {
  z-index: 5;
  max-width: 1290px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.rt-button-main-two {
  height: 26px;
  position: relative;
}

.rt-button {
  grid-column-gap: 10px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #3898ec00;
  border: 1.5px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: baseline;
  padding: 14px 37px 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
  position: relative;
}

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

.rt-home-three-cta-main-box {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  max-width: 1602px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 80px 125px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-home-three-cta-contain-text-wrap {
  flex-direction: column;
  align-items: flex-start;
  max-width: 434px;
  display: flex;
}

.rt-home-one-cta-overlay {
  background-image: linear-gradient(89deg, #14151a80, #fff0);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rt-home-three-cta-background {
  background-image: url('../images/chateau10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
  height: 130%;
  position: absolute;
  left: 0%;
  right: 0%;
}

.rt-container-small {
  max-width: 1290px;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-margin-top-twenty {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
}

.rt-margin-bottom-fifteen {
  margin-bottom: 15px;
}

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

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

.rt-marquee-train-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-right: 40px;
}

.rt-marquee-text {
  color: #dedede;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 100px;
}

.rt-about-one-video-text {
  z-index: 3;
  background-color: #15111c1a;
  border-right: 1px solid #ffffff4d;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.rt-play-pause-button {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000001a;
  border: 1px solid #fff9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 102px;
  height: 102px;
  display: flex;
  position: static;
}

.rt-heading-six-9 {
  letter-spacing: -.36px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.rt-heading-six-9.rt-text-color-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-heading-six-9.rt-text-color-white.rt-about-one-video-text-rotate {
  transform: rotate(-90deg);
}

.rt-background-video {
  aspect-ratio: 2.39;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.rt-about-one-video-linear-gradient {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(0deg, #15111c 14%, #15111c33 60%);
  position: absolute;
  inset: 0%;
}

.rt-about-one-video-marque {
  z-index: 4;
  width: 100%;
  position: absolute;
  inset: auto 0% -24px;
}

.rt-marquee-two {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

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

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

.rt-radious-ten.rt-overflow-hidden {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
}

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

.rt-lightbox-video {
  position: absolute;
}

.rt-heading-two {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
}

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

.rt-autofit-10 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-text-uppercase {
  text-transform: uppercase;
}

.rt-dropdown-toggle-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  padding: 10px 0;
  display: flex;
}

.rt-dropdown-2 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
}

.rt-accordion-main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 550px;
  display: flex;
}

.rt-home-three-benefits-main {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  align-items: center;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rt-accordion-v3-tag {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  margin-bottom: 12px;
  font-size: 16px;
  display: flex;
}

.rt-dropdown-list-3 {
  background-color: #ddd0;
  position: relative;
}

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

.rt-home-three-benefits-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.rt-home-three-benefits-text {
  flex: 1;
}

.rt-margin-top-thirty-five {
  margin-top: 35px;
}

.rt-heading-six {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-margin-top-twenty-five {
  margin-top: 25px;
}

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

.rt-home-two-new-approch-heading {
  max-width: 20ch;
}

.rt-home-two-appproch-paragraph {
  max-width: 55ch;
}

.rt-counter-heading-text {
  color: #fff;
  letter-spacing: -.03rem;
  margin-bottom: 10px;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.rt-home-two-red-bg {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  text-align: center;
  border-radius: 10px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 51px 15px;
  display: flex;
}

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

.rt-autofit-4.rt-border-radious-ten, .rt-autofit-4.rt-mobile-full-width.rt-border-radious {
  border-radius: 10px;
}

.rt-home-two-approach-right {
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.rt-home-two-our-approach-right {
  grid-column-gap: 25px;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.rt-home-two-our-approach-block {
  grid-column-gap: 37px;
  justify-content: center;
  align-items: center;
}

.rt-create-planning-flex {
  grid-column-gap: 25px;
  border-bottom: 1px solid #dfdfdf;
  padding-top: 20px;
  padding-bottom: 20px;
}

.rt-home-two-our-approach-left {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex: 1;
  max-width: 46%;
}

.rt-margin-top-thirty {
  margin-top: 30px;
}

.rt-margin-bottom-ten {
  margin-bottom: 10px;
}

.rt-home-two-about-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.rt-border-ten {
  border-radius: 10px;
  overflow: hidden;
}

.rt-border-ten.rt-up {
  position: relative;
}

.rt-box-one-block {
  background-image: url('../images/arrow-7.svg');
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 32px;
  padding-left: 42px;
}

.rt-home-two-about-left {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex: 0 40%;
  align-self: center;
}

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

.rt-autofit-5.rt-about-img-one {
  border-radius: 10px;
  align-self: center;
  position: absolute;
  left: 0%;
  right: auto;
}

.rt-devider-one {
  background-color: #02015a1f;
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
}

.rt-home-two-about-right {
  flex: 0 50%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-service-three-animated-content-wrap {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  overflow: hidden;
}

.rt-service-three-animated-image-overlay {
  background-color: #191b1d33;
  position: absolute;
  inset: 0%;
}

.rt-service-three-animated-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.rt-service-three-animated-content-box {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  overflow: hidden;
}

.rt-service-three-animated-content {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  margin-bottom: 0;
}

.rt-service-three-animated-box-bg {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  position: absolute;
  inset: 0%;
  transform: translate(0, 100%);
}

.rt-heading-six-24 {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.rt-heading-six-24.rt-service-three-animated-number {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  margin-top: 2px;
}

.rt-service-three-animated-image-block {
  z-index: 1;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 563px;
  position: relative;
  overflow: hidden;
}

.rt-service-three-animated-image-box {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border: 1px solid #00000026;
  border-radius: 25px;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.rt-service-three-animated-text {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 540px;
  position: relative;
}

.lynx-subtitle {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-button {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-button:hover {
  background-color: var(--lynx--medium-purple);
}

.lynx-content-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-heading-hero {
  color: var(--lynx--black);
  max-width: 900px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 114%;
}

.lynx-block-center-hero {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -30px;
  display: flex;
  position: relative;
}

.lynx-hero-oval {
  background-image: url('../images/chateau5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 650px;
  display: flex;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-subtitle-white {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-heading-white {
  color: var(--lynx--white);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 114%;
}

.lynx-button-white {
  background-color: var(--lynx--white);
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.lynx-button-white:hover {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
}

.lynx-hero-large {
  background-image: url('../images/chateau11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 650px;
  display: flex;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-block-hero-large {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 30px 30px 360px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: -34px;
  padding: 100px 60px;
  display: flex;
}

.lynx-paragraph-white {
  color: var(--lynx--white);
  text-align: justify;
  max-width: 460px;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-navbar-border {
  background-color: #0000;
  border-bottom: 1px solid #dfdad2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
  display: flex;
}

.lynx-nav-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  display: flex;
}

.lynx-nav {
  justify-content: center;
  align-items: center;
  display: flex;
}

.lynx-logo {
  width: 104px;
  height: auto;
}

.lynx-brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 5px;
  display: flex;
}

.lynx-nav-link {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-nav-link:hover {
  color: var(--lynx--medium-purple);
}

.lynx-nav-link.w--current {
  transition: color .2s;
}

.lynx-nav-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  display: flex;
}

.lynx-nav-button-purple {
  background-color: var(--lynx--medium-purple);
  color: var(--lynx--white);
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 15px 25px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-nav-button-purple:hover {
  background-color: var(--lynx--black);
}

.lynx-nav-button-outline {
  border: 1px solid var(--lynx--black);
  color: var(--lynx--black);
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 50px;
  padding: 14px 24px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
  transition: color .2s, border-color .2s, background-color .2s;
}

.lynx-nav-button-outline:hover {
  background-color: var(--lynx--medium-purple);
  color: var(--lynx--white);
  border-color: #0000;
}

.lynx-nav-info {
  background-color: #dfdad266;
  border-bottom: 1px solid #dfdad2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.lynx-text-nav-info {
  color: var(--lynx--grey);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 120%;
}

.lynx-nav-button {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-top: 0;
  padding: 15px 25px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .2s;
  position: absolute;
}

.lynx-nav-button:hover {
  background-color: var(--lynx--medium-purple);
}

.lynx-navbar {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
  display: flex;
}

.lynx-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-heading {
  color: var(--lynx--black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-paragraph-features {
  color: var(--lynx--grey);
  max-width: 294px;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-block-image {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.lynx-image {
  object-fit: cover;
  border-radius: 30px;
  min-height: 500px;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-grid-image-left {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  width: 100%;
}

.lynx-block-right {
  padding-left: 10%;
}

.lynx-block-absolute {
  z-index: 50;
  background-color: var(--lynx--white);
  border-radius: 30px;
  padding: 30px 35px;
  position: absolute;
  inset: auto auto -4% -4%;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-icon {
  width: 28px;
  height: 28px;
  margin-right: 15px;
}

.lynx-block-icon-heading {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.lynx-icon-heading {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-check {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.lynx-icon-check {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.lynx-text-check {
  color: var(--lynx--grey);
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.lynx-paragraph {
  color: var(--lynx--grey);
  text-align: justify;
  max-width: 820px;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-grid-image-right {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  width: 100%;
}

.lynx-block-left {
  padding-right: 15%;
}

.lynx-image-absolute {
  z-index: 50;
  object-fit: cover;
  border-radius: 30px;
  max-width: 56%;
  position: absolute;
  inset: auto auto -6% -12%;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-grid-2-columns {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 14px;
}

.lynx-features-large {
  background-color: var(--lynx--white);
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-link-block-features {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: filter .4s;
  display: flex;
  position: relative;
}

.lynx-link-block-features:hover {
  filter: brightness(112%);
}

.lynx-subtitle-software {
  color: var(--lynx--deep-pink);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #fd4b8b1a;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 7px 12px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
  display: inline-block;
}

.lynx-block-features-large {
  padding: 55px 45px 35px;
}

.lynx-heading-features-large {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: PT Serif, serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 122%;
}

.lynx-image-features {
  object-fit: cover;
  border-radius: 50% 50% 30px 30px;
  width: 100%;
  min-height: 300px;
}

.lynx-arrow-features {
  background-color: var(--lynx--black);
  background-image: url('../images/Arrow_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex: none;
  width: 55px;
  height: 55px;
  position: absolute;
  inset: -25px auto auto;
}

.lynx-subtitle-productivity {
  color: var(--lynx--medium-purple);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #8979ec1a;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 7px 12px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
  display: inline-block;
}

.lynx-hero-large-2 {
  background-image: url('../images/dependance6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 650px;
  display: flex;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-block-hero-large-2 {
  background-color: var(--lynx--medium-purple);
  border-radius: 30px 30px 360px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: -34px;
  padding: 100px 60px;
  display: flex;
}

.lynx-footer {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.lynx-link-footer {
  color: #1f202280;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 9px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer:hover {
  color: var(--lynx--black);
}

.lynx-text-footer {
  color: #1f202280;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
}

.lynx-block-footer-center {
  border-top: 1px solid #dfdad2;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 40px;
  display: flex;
}

.lynx-logo-footer-center {
  width: 99px;
  margin-left: 30px;
  margin-right: 30px;
}

.lynx-icon-social {
  width: 18px;
  height: 18px;
  display: block;
}

.lynx-social {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.lynx-link-block {
  background-color: var(--lynx--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: background-color .3s;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-link-block:hover {
  background-color: #1f20221a;
}

.rt-text-white-3 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-margin-bottom-twenty-2 {
  margin-bottom: 20px;
}

.rt-component-heading-four {
  color: #233050;
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.rt-component-heading-four.rt-text-white-3 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-component-container-2 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

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

.rt-margin-bottom-zero-2 {
  margin-bottom: 0;
}

.rt-margin-bottom-zero-2.rt-padding-left-right-twenty-one {
  padding-left: 21%;
  padding-right: 21%;
}

.rt-margin-bottom-zero-2.rt-padding-left-right-twenty-one.rt-body-font-color-2 {
  padding-left: 10%;
  padding-right: 10%;
}

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

.rt-margin-top-zero.rt-margin-bottom-twenty-2 {
  margin-bottom: 20px;
}

.rt-body-font-color-2 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  transition: color .35s;
}

.rt-no-underline {
  cursor: pointer;
  text-decoration: none;
}

.rt-footer-address-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 10px;
}

.rt-home-one-submit {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  letter-spacing: .11rem;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
  width: 285px;
  padding: 17px 5px;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.5625rem;
}

.rt-home-one-submit.rt-home-one-submit-two {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  border-radius: 5px;
}

.rt-image-height-auto-2 {
  object-fit: cover;
  height: auto;
  margin-top: 6px;
}

.rt-contact-two-flex-one {
  margin-top: 35px;
  margin-bottom: 20px;
}

.rt-contact-two-flex-two {
  margin-bottom: 45px;
}

.rt-footer-social-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.rt-footer-phone-link {
  color: #fff;
  letter-spacing: .02rem;
  cursor: pointer;
  font-size: 1rem;
  line-height: 150%;
  text-decoration: none;
}

.rt-home-one-form-text-field {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #49392a;
  height: 58px;
  padding-left: 25px;
  padding-right: 25px;
}

.rt-home-one-form-text-field.rt-menu-two-field {
  color: #abaaaa;
  background-color: #f5f3f0;
  border-color: #f5f3f0;
  margin-bottom: 20px;
}

.rt-home-one-form-text-field.rt-menu-two-field::placeholder {
  color: #abaaaa;
}

.rt-home-one-form-text-field.rt-menu-two-field.rt-contact-two-input {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  background-color: #f3f3f3;
  border-radius: 5px;
  margin-bottom: 10px;
}

.rt-home-one-form-text-field.rt-menu-two-field.rt-contact-two-input::placeholder {
  color: var(--radiant-ui-components-library-marketplace--light-grey);
}

.rt-home-one-form-text-field.rt-menu-two-field.rt-contact-two-textarea {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  background-color: #f3f3f3;
  border-radius: 5px;
  height: 105px;
}

.rt-home-one-form-text-field.rt-menu-two-field.rt-contact-two-textarea::placeholder {
  color: var(--radiant-ui-components-library-marketplace--light-grey);
}

.rt-form-flex-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 10px;
}

.rt-form-flex-block.rt-contact-two-form-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.rt-courrse-name-form-block {
  text-align: center;
  align-self: stretch;
  margin-top: 30px;
}

.rt-contact-two-block-right {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  max-width: 30%;
  height: 595px;
  padding-left: 70px;
  padding-right: 40px;
  display: flex;
}

.rt-contact-two-block-left {
  text-align: center;
  background-color: #fff0;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  padding: 38px 70px;
  display: flex;
}

.rt-contact-two-form-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  box-shadow: 0 4px 60px #0000001a;
}

.rt-error-message {
  color: #f33;
  text-align: center;
  padding: 20px;
}

.rt-success-message {
  color: #128800;
  text-align: center;
  background-color: #e1ffe0;
}

.button {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  border-radius: 20px;
}

.button:hover {
  background-color: var(--lynx--medium-purple);
}

.section-2, .section-3, .section-4, .section-5 {
  margin-top: 40px;
}

.section-6 {
  margin-top: 60px;
}

.lynx-content-hero-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-subtitle-white-2 {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-heading-white-2 {
  color: var(--lynx--white);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 114%;
}

.lynx-button-white-2 {
  background-color: var(--lynx--white);
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.lynx-button-white-2:hover {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
}

.lynx-hero-large-3 {
  background-image: url('../images/data-the-cloud-storage-information-concept-2025-02-10-09-58-02-utc.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 650px;
  display: flex;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-block-hero-large-3 {
  background-color: var(--lynx--medium-purple);
  border-radius: 30px 30px 360px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: -34px;
  padding: 100px 60px;
  display: flex;
}

.lynx-paragraph-white-2 {
  color: var(--lynx--white);
  max-width: 460px;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-content-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-heading-2 {
  color: var(--lynx--black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle-2 {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-paragraph-2 {
  color: var(--lynx--grey);
  max-width: 820px;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-grid-image-right-2 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  width: 100%;
}

.lynx-block-left-2 {
  padding-right: 15%;
}

.lynx-button-2 {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-button-2:hover {
  background-color: var(--lynx--medium-purple);
}

.lynx-block-image-2 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.lynx-image-2 {
  object-fit: cover;
  border-radius: 30px;
  min-height: 500px;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-image-absolute-2 {
  z-index: 50;
  object-fit: cover;
  border-radius: 30px;
  max-width: 56%;
  position: absolute;
  inset: auto auto -6% -12%;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.link {
  color: #a18f90;
  font-size: 9px;
  text-decoration: none;
}

.link:hover {
  color: #000;
}

.rt-category-cards-text-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-text-blue-2 {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-component-container-3 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-3 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-body-font {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.875rem;
}

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

.rt-slide-nav {
  display: none;
}

.rt-autofit-12 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-top-heading-text-2 {
  color: #c99b8f;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.rt-top-heading-text-2.rt-text-blue-2 {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-new-slide-mask {
  position: relative;
}

.rt-new-slider {
  background-color: #0000;
  height: auto;
}

.rt-new-slide-info {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}

.rt-new-slide-image {
  justify-content: center;
  align-items: flex-end;
  max-width: 800px;
  display: flex;
  position: relative;
}

.rt-new-slide-text {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 45px;
  display: flex;
  overflow: hidden;
}

.rt-demo-two-accordion-container {
  max-width: 100%;
}

.rt-demo-two-accordion-left-arrow {
  z-index: 10;
  color: #cfcfcf;
  inset: 0% auto 25% 0%;
}

.rt-demo-two-accordion-right-arrow {
  z-index: 5;
  top: 0;
  bottom: 25%;
  left: auto;
}

.rt-demo-two-accordion-main {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rt-new-slide-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rt-icon-3 {
  color: #cfcfcf;
}

.rt-slider-image-tag {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  border: 1px solid #fff;
  padding: 2px 20px;
  font-size: 15px;
  font-weight: 400;
  position: absolute;
  inset: 3% 3% auto auto;
}

.rt-padding-bottom-thirty {
  padding-bottom: 30px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.section-7 {
  justify-content: center;
  margin-top: 38px;
  display: flex;
}

.lynx-nav-button-copy {
  z-index: 4;
  background-color: var(--lynx--black);
  color: var(--lynx--white);
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-top: 0;
  padding: 15px 25px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .2s;
  position: absolute;
}

.lynx-nav-button-copy:hover {
  background-color: var(--lynx--medium-purple);
}

.section-8 {
  justify-content: center;
  display: flex;
}

.lynx-nav-button-copy-copy {
  z-index: 4;
  background-color: var(--lynx--black);
  color: var(--lynx--white);
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-top: 19px;
  padding: 15px 25px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .2s;
  position: absolute;
}

.lynx-nav-button-copy-copy:hover {
  background-color: var(--lynx--medium-purple);
}

@media screen and (min-width: 1280px) {
  .rt-home-one-offer-left-arrow {
    left: 82%;
  }

  .rt-heading-five-10 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media screen and (min-width: 1440px) {
  .rt-video-image-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-home-three-cta-contain-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .rt-nav-one-wrap {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
  }

  .rt-home-two-award-grid {
    cursor: pointer;
  }

  .image-2 {
    overflow: visible;
  }

  .rt-about-two-expert-image {
    width: 31vw;
  }

  .rt-overflow-off {
    align-self: center;
  }

  .rt-overflow-off.rt-change-margin {
    margin-left: -50px;
  }

  .rt-counter-heading-text {
    margin-bottom: 10px;
  }

  .rt-home-two-red-bg {
    padding-top: 55px;
    padding-bottom: 47px;
  }

  .rt-home-two-our-approach-block {
    grid-column-gap: 100px;
  }

  .rt-create-planning-flex {
    grid-column-gap: 35px;
  }

  .rt-home-two-our-approach-left {
    max-width: 45%;
  }

  .rt-home-two-about-block {
    grid-column-gap: 47px;
  }

  .rt-home-two-about-left {
    max-width: 44%;
  }

  .rt-autofit-5.rt-about-img-one {
    display: block;
    left: 10%;
  }

  .lynx-logo-footer-center {
    width: 98px;
  }

  .rt-demo-two-accordion-main {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  .rt-nav-one {
    display: block;
  }

  .rt-home-two-award-image {
    display: none;
  }

  .rt-home-two-award-image.rt-one {
    display: block;
  }

  .rt-awards-image {
    display: none;
  }

  .rt-home-two-award-contain-block {
    flex: 1;
    width: auto;
  }

  .rt-home-two-award-grid {
    grid-column-gap: 25px;
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
  }

  .rt-about-three-awards-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .rt-heading-three {
    font-size: 27px;
    line-height: 37px;
  }

  .rt-home-two-video-main {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-category-cards-text.rt-text-white {
    max-width: none;
  }

  .rt-home-two-service-card-four {
    width: 100%;
  }

  .rt-home-two-service {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .rt-home-two-service-block {
    flex-flow: column;
  }

  .rt-home-two-service-card-two, .rt-home-two-service-card-three, .rt-home-two-service-card-one {
    width: 100%;
  }

  .rt-home-two-service-text {
    max-width: 100%;
  }

  .rt-logo-white-image {
    height: auto;
  }

  .rt-about-two-expert-image {
    aspect-ratio: auto;
    object-fit: cover;
    width: 60vw;
    overflow: clip;
  }

  .rt-about-two-expert-content {
    max-width: none;
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .rt-about-two-expert-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .rt-about-two-expert-image-block {
    width: 100%;
    max-width: none;
    padding: 100px 50px 90px;
  }

  .rt-about-two-expert-content-block {
    max-width: none;
  }

  .rt-project-card-main-wrap {
    width: 100%;
  }

  .heading-2 {
    text-shadow: 1px 2px 5px #0000008c;
    margin-top: 60px;
  }

  .rt-home-one-offer-left-arrow {
    inset: auto auto 0% 35%;
  }

  .rt-home-one-offer {
    padding-top: 70px;
  }

  .rt-home-one-offer-right-arrow {
    inset: auto 35% 0% auto;
  }

  .rt-home-one-offer-text {
    align-items: center;
    padding-left: 20px;
    padding-right: 0;
  }

  .rt-home-one-offer-heading {
    max-width: 100%;
  }

  .rt-inner-container.rt-position-relative.rt-padding-bottom {
    padding-bottom: 90px;
  }

  .rt-home-one-offer-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-home-three-cta-contain-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .rt-button {
    padding: 15px 30px;
    font-size: 17px;
    line-height: 27px;
  }

  .rt-home-three-cta-main-box {
    padding: 60px 30px 70px;
  }

  .rt-home-three-cta-contain-text-wrap {
    max-width: none;
  }

  .rt-marquee-text {
    font-size: 100px;
    line-height: 110px;
  }

  .rt-about-one-video-text {
    display: none;
  }

  .rt-play-pause-button {
    width: 80px;
    height: 80px;
  }

  .rt-heading-six-9 {
    letter-spacing: -.32px;
    font-size: 16px;
    line-height: 26px;
  }

  .rt-background-video {
    height: 400px;
  }

  .rt-about-one-video-marque {
    bottom: -24px;
  }

  .rt-autofit-10.rt-responsive-full-width-two {
    width: 100%;
    height: 100%;
  }

  .rt-accordion-main {
    max-width: 100%;
  }

  .rt-home-three-benefits-main {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    align-items: stretch;
  }

  .rt-home-three-benefits-image {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .rt-home-three-benefits-text {
    min-width: 100%;
  }

  .rt-counter-heading-text {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }

  .rt-home-two-red-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .rt-home-two-our-approach-right {
    grid-column-gap: 25px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
  }

  .rt-home-two-our-approach-block {
    display: block;
  }

  .rt-create-planning-flex {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .rt-home-two-our-approach-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .rt-home-two-about-block {
    flex-flow: column;
    align-items: stretch;
  }

  .rt-box-one-block {
    margin-top: 25px;
  }

  .rt-home-two-about-left {
    margin-bottom: 30px;
  }

  .rt-autofit-5.rt-about-img-one {
    display: block;
  }

  .rt-heading-six-24 {
    font-size: 18px;
    line-height: 28px;
  }

  .rt-service-three-animated-image-box {
    padding: 30px 15px;
  }

  .lynx-heading-hero {
    font-size: 48px;
  }

  .lynx-hero-oval {
    min-height: 500px;
  }

  .lynx-heading-white {
    font-size: 48px;
  }

  .lynx-block-hero-large {
    border-bottom-right-radius: 260px;
    width: 60%;
    margin-left: -12px;
    padding: 70px 40px;
  }

  .lynx-menu-button {
    background-color: var(--lynx--white);
    color: var(--lynx--black);
    border-radius: 50%;
    margin-left: 8px;
    padding: 13px;
    font-size: 20px;
    transition: background-color .2s, color .2s;
    box-shadow: 0 10px 10px -10px #1f202233;
  }

  .lynx-menu-button.w--open {
    background-color: var(--lynx--black);
    color: var(--lynx--white);
  }

  .lynx-nav-menu {
    background-color: var(--lynx--white);
    padding: 10px;
    box-shadow: 0 10px 15px -10px #1f20221a;
  }

  .lynx-nav-button.w--current {
    margin-left: -139px;
  }

  .lynx-heading {
    font-size: 38px;
  }

  .lynx-grid-image-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-icon-heading {
    font-size: 19px;
  }

  .lynx-grid-image-right, .lynx-grid-2-columns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-block-features-large {
    padding: 45px 30px 25px;
  }

  .lynx-heading-features-large {
    font-size: 32px;
  }

  .lynx-block-hero-large-2 {
    border-bottom-right-radius: 260px;
    width: 60%;
    margin-left: -12px;
    padding: 70px 40px;
  }

  .rt-home-one-submit {
    width: 200px;
  }

  .rt-contact-two-flex-one {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .rt-contact-two-flex-two {
    margin-bottom: 25px;
  }

  .rt-home-one-form-text-field {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-form-flex-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 10px;
  }

  .rt-contact-two-block-right {
    max-width: 100%;
    height: 450px;
    padding-left: 40px;
  }

  .rt-contact-two-block-left {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .rt-contact-two-form-block {
    display: block;
  }

  .rt-error-message, .rt-success-message {
    padding: 10px;
  }

  .lynx-heading-white-2 {
    font-size: 48px;
  }

  .lynx-block-hero-large-3 {
    border-bottom-right-radius: 260px;
    width: 60%;
    margin-left: -12px;
    padding: 70px 40px;
  }

  .lynx-heading-2 {
    font-size: 38px;
  }

  .lynx-grid-image-right-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .rt-demo-two-accordion-left-arrow {
    left: 0%;
  }

  .rt-demo-two-accordion-right-arrow {
    right: 0%;
  }
}

@media screen and (max-width: 767px) {
  .rt-home-two-award-image, .rt-awards-image {
    display: none;
  }

  .rt-home-two-award-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .rt-about-three-awards-heading-block {
    flex: none;
  }

  .rt-heading-three {
    font-size: 24px;
    line-height: 34px;
  }

  .rt-autofit {
    height: auto;
  }

  .rt-home-two-video-main {
    height: 450px;
  }

  .rt-about-two-expert-image-block {
    padding: 70px 15px 60px;
  }

  .rt-service-sticky {
    position: static;
  }

  .rt-service-cards-information {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
  }

  .rt-service-card {
    margin-bottom: 20px;
  }

  .rt-services-cards-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .rt-services-number-wrap {
    display: none;
  }

  .rt-autofit-8 {
    height: auto;
  }

  .rt-project-accodian-image {
    display: none;
  }

  .rt-construction-heading-block {
    max-width: 100%;
  }

  .rt-home-three-costruction-flex {
    display: block;
  }

  .heading-2 {
    margin-top: 40px;
  }

  .rt-home-one-offer-item {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-home-one-offer-left-arrow {
    left: 30%;
  }

  .rt-home-one-offer-right-arrow {
    right: 30%;
  }

  .rt-home-one-offer-mask {
    width: 100%;
    max-width: none;
  }

  .rt-home-one-offer-wrapper {
    margin-right: 0;
  }

  .rt-button {
    padding: 12px 28px;
    font-size: 16px;
    line-height: 26px;
  }

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

  .rt-marquee-text {
    font-size: 60px;
    line-height: 70px;
  }

  .rt-play-button-icon {
    width: 15px;
    height: 17px;
  }

  .rt-heading-six-9 {
    letter-spacing: -.3px;
    font-size: 15px;
    line-height: 25px;
  }

  .rt-about-one-video-marque {
    bottom: -15px;
  }

  .rt-autofit-9 {
    height: auto;
  }

  .rt-home-three-benefits-image {
    grid-template-rows: auto auto;
  }

  .rt-home-three-benefits-text {
    min-width: auto;
  }

  .rt-autofit-4 {
    height: auto;
  }

  .rt-autofit-4.rt-mobile-full-width {
    width: 100%;
  }

  .rt-home-two-approach-right {
    display: none;
  }

  .rt-create-planning-flex {
    grid-column-gap: 15px;
  }

  .rt-box-one-block {
    padding-left: 37px;
  }

  .rt-autofit-5 {
    height: auto;
  }

  .rt-service-three-animated-image {
    width: 100%;
  }

  .rt-heading-six-24 {
    font-size: 17px;
    line-height: 27px;
  }

  .rt-service-three-animated-image-block {
    width: 100%;
    max-width: none;
  }

  .rt-service-three-animated-image-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rt-service-three-animated-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    max-width: none;
  }

  .lynx-heading-hero {
    font-size: 40px;
  }

  .lynx-hero-oval {
    min-height: 320px;
  }

  .lynx-heading-white {
    font-size: 40px;
  }

  .lynx-hero-large {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .lynx-block-hero-large {
    width: 80%;
    margin-bottom: -30px;
  }

  .lynx-nav-button {
    margin-left: -145px;
  }

  .lynx-heading {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-grid-image-left {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .lynx-block-right {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-block-absolute {
    bottom: -2%;
    left: -2%;
  }

  .lynx-grid-image-right {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .lynx-block-left {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-image-absolute {
    left: -2%;
  }

  .lynx-grid-2-columns {
    grid-template-columns: 1fr;
  }

  .lynx-heading-features-large {
    font-size: 26px;
  }

  .lynx-hero-large-2 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .lynx-block-hero-large-2 {
    width: 80%;
    margin-bottom: -30px;
  }

  .lynx-block-footer-center {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .rt-margin-bottom-zero-2.rt-padding-left-right-twenty-one {
    padding-left: 10%;
    padding-right: 10%;
  }

  .rt-home-one-submit {
    width: 100%;
  }

  .rt-contact-two-flex-one, .rt-contact-two-flex-two {
    flex: 1;
  }

  .rt-form-flex-block {
    display: block;
  }

  .rt-contact-two-block-right {
    height: 400px;
  }

  .rt-contact-two-block-left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lynx-heading-white-2 {
    font-size: 40px;
  }

  .lynx-hero-large-3 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .lynx-block-hero-large-3 {
    width: 80%;
    margin-bottom: -30px;
  }

  .lynx-heading-2 {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-grid-image-right-2 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .lynx-block-left-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-image-absolute-2 {
    left: -2%;
  }

  .rt-autofit-11 {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .rt-award-date {
    text-align: left;
  }

  .rt-home-two-award-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: center;
    flex-flow: column;
  }

  .rt-text-align-right.rt-awards-align-change, .rt-text-align-right.rt-active.rt-home-two-award-date {
    text-align: center;
  }

  .rt-about-three-awards-heading-block {
    width: auto;
  }

  .rt-home-two-video-main {
    height: 380px;
  }

  .rt-home-two-service-card-four, .rt-home-two-service-card-two {
    height: 411px;
  }

  .rt-home-two-service-text-main {
    padding: 20px;
  }

  .rt-home-two-service-card-three, .rt-home-two-service-card-one {
    height: 411px;
  }

  .rt-service-cards-name {
    text-align: center;
    justify-content: center;
    align-items: center;
    bottom: 40px;
    right: auto;
  }

  .rt-service-overlays {
    background-image: linear-gradient(#05061000, #050610b3 74%);
  }

  .rt-service-card {
    justify-content: center;
    align-items: center;
  }

  .rt-project-card-wrap {
    padding: 20px 15px 15px 25px;
  }

  .rt-project-accodian-image {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    overflow: visible;
  }

  .rt-construction-heading-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .rt-home-three-costruction-flex {
    display: flex;
  }

  .rt-project-card-main-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-2 {
    margin-top: 20px;
  }

  .rt-home-one-offer-left-arrow {
    left: 15%;
  }

  .rt-home-one-offer-right-arrow {
    right: 15%;
  }

  .rt-heading-five-10 {
    font-size: 18px;
    line-height: 22px;
  }

  .rt-home-one-offer-text {
    padding-bottom: 20px;
    padding-right: 0;
  }

  .rt-home-one-top-heading-line-2 {
    display: none;
  }

  .rt-button {
    padding-left: 24px;
    padding-right: 24px;
  }

  .rt-home-three-cta-contain-text-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .rt-marquee-text {
    font-size: 50px;
    line-height: 60px;
  }

  .rt-about-one-video-marque {
    bottom: -14px;
  }

  .rt-home-three-benefits-image {
    width: 100%;
  }

  .rt-home-three-benefits-text {
    max-width: 100%;
  }

  .rt-create-planning-flex {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lynx-heading-hero {
    font-size: 34px;
  }

  .lynx-hero-oval {
    min-height: 200px;
  }

  .lynx-heading-white {
    font-size: 34px;
  }

  .lynx-hero-large {
    min-height: 400px;
    margin-bottom: 400px;
  }

  .lynx-block-hero-large {
    border-bottom-right-radius: 140px;
    width: 100%;
    margin-bottom: -400px;
    margin-left: 0;
    padding: 50px 30px;
  }

  .lynx-nav-buttons {
    display: none;
  }

  .lynx-heading {
    font-size: 29px;
  }

  .lynx-icon-heading {
    font-size: 18px;
  }

  .lynx-heading-features-large {
    font-size: 24px;
  }

  .lynx-image-features {
    min-height: 200px;
  }

  .lynx-hero-large-2 {
    min-height: 400px;
    margin-bottom: 400px;
  }

  .lynx-block-hero-large-2 {
    border-bottom-right-radius: 140px;
    width: 100%;
    margin-bottom: -400px;
    margin-left: 0;
    padding: 50px 30px;
  }

  .rt-margin-bottom-zero-2.rt-padding-left-right-twenty-one {
    padding-left: 5%;
    padding-right: 5%;
  }

  .rt-contact-two-block-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lynx-heading-white-2 {
    font-size: 34px;
  }

  .lynx-hero-large-3 {
    min-height: 400px;
    margin-bottom: 400px;
  }

  .lynx-block-hero-large-3 {
    border-bottom-right-radius: 140px;
    width: 100%;
    margin-bottom: -400px;
    margin-left: 0;
    padding: 50px 30px;
  }

  .lynx-heading-2 {
    font-size: 29px;
  }

  .rt-demo-two-accordion-left-arrow, .rt-demo-two-accordion-right-arrow {
    bottom: 50%;
  }
}

#w-node-_36d732cc-5479-14fe-6bc6-7821d067deb8-eda4fae8, #w-node-_36d732cc-5479-14fe-6bc6-7821d067dec1-eda4fae8, #w-node-b9b8f55a-2cd4-c1a5-3ba8-eb0f107b7b59-eda4fae8, #w-node-b9b8f55a-2cd4-c1a5-3ba8-eb0f107b7b62-eda4fae8, #w-node-a331b6fc-20b3-bebb-d01f-b5a34028d7b7-eda4fae8, #w-node-a331b6fc-20b3-bebb-d01f-b5a34028d7c0-eda4fae8, #w-node-_7bb9f286-6fc4-e49c-e7c4-3b5c7224e186-eda4fae8, #w-node-_7bb9f286-6fc4-e49c-e7c4-3b5c7224e191-eda4fae8, #w-node-_9af2bc2a-8437-db26-c81c-e1e87f939a0c-b289d95c, #w-node-_9af2bc2a-8437-db26-c81c-e1e87f939a15-b289d95c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


