@font-face {
  font-family: Syne Variablefont Wght;
  src: url('../fonts/Syne-VariableFont_wght.ttf') format("truetype");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --spark-library--white: white;
  --spark-library--black: black;
  --spark-library--foreground-interactive: #5532fa;
  --radiant-ui-components-library-marketplace--color--white: white;
  --spark-library--background--interactive: #f0ecfd;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--300: #eff0f6;
  --systemflow-lite--neutral--10: white;
  --black: #000;
  --elements-webflow-library--neutral--100: white;
  --systemflow-lite--primary--60: #2f54eb;
  --systemflow-lite--primary--50: #597ef7;
  --systemflow-lite--primary--70: #1d39c4;
  --systemflow-lite--primary--80: #10239e;
  --systemflow-lite--primary--20: #e5eeff;
  --systemflow-lite--neutral--40: #dde1e6;
  --systemflow-lite--neutral--20: #f9fafb;
  --systemflow-lite--neutral--30: #edf0f3;
  --systemflow-lite--neutral--100: #0e0f11;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --systemflow-lite--primary--10: #f2f6ff;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --flowui-component-library--white: white;
  --spark-library--foreground-secondary: #000000c2;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --radiant-ui-components-library-marketplace--color--button-background-dark: #131218;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --spark-library--foreground-interactive-hover: #1e116e;
  --elements-webflow-library--general--shadow-03: #14142b1a;
  --untitled-ui--white: white;
  --radiant-ui-components-library-marketplace--linear-color-three: #e0ecff;
  --radiant-ui-components-library-marketplace--color--linear-color-two: #eff2ff;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray500: #667085;
  --untitled-ui--primary50: #f9f5ff;
  --untitled-ui--gray50: #f9fafb;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--gray-100: #f7f9fd;
  --elements-webflow-library--general--shadow-04: #14142b24;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray400: #98a2b3;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--primary-base: #642eff;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--primary300: #d6bbfb;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--pink50: #fdf2fa;
  --untitled-ui--pink700: #c11574;
  --untitled-ui--indigo50: #eef4ff;
  --untitled-ui--indigo700: #3538cd;
  --flowui-component-library--grey-300: #e4e6f1;
  --elements-webflow-library--neutral--500: #a0a3bd;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

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

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

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

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

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

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.spark-nav-link {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: transform .3s, background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link:hover {
  opacity: 1;
  color: #d7e3fd;
  text-decoration: underline;
  transform: scale(1.1);
}

.spark-nav-link.w--current {
  color: #94c8f8;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 17px;
  font-weight: 500;
  line-height: 16px;
}

.spark-nav-link.spark-with-dropdown {
  grid-column-gap: 16px;
  padding-right: 16px;
  display: flex;
}

.spark-nav-link.spark-with-dropdown:hover {
  color: #94c8f8;
}

.spark-nav-link.wtf {
  color: #fff;
  font-size: 17px;
}

.spark-nav-link.wtf:hover, .spark-nav-link.wtf.w--current {
  color: #94c8f8;
}

.spark-nav-menu {
  align-items: center;
  display: flex;
}

.spark-brand-logo {
  z-index: 2;
  padding-left: 0;
}

.spark-line-3 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-1 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button.w--open {
  background-color: var(--spark-library--background--interactive);
  border-radius: 8px;
}

.spark-line-2 {
  z-index: 1;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-square-menu-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-square-menu-with-dropdowns {
  background-image: linear-gradient(90deg, #153a50, #328290 53%, #46b7cb);
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  position: absolute;
  top: 0;
}

.spark-icon {
  width: 12px;
  display: inline-block;
}

.spark-dropdown-list.w--open {
  background-color: var(--spark-library--white);
  border: 1px solid #00000029;
  border-radius: 8px;
  padding: 8px;
}

.spark-dropdown-link {
  color: #3892a2;
  border-radius: 8px;
  width: 100%;
  margin-left: 0;
  padding: 8px 16px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: color .15s, background-color .15s;
}

.spark-dropdown-link:hover {
  opacity: 1;
  color: #22596c;
  background-color: #bfced8;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--systemflow-lite--neutral--10);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff0;
  border-radius: 0;
  padding: 18px 26px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--black);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--black);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary.v2 {
  color: #fff;
  background-color: #328290;
}

.brix---btn-secondary.v2.gdf {
  border-style: none;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 19px;
  line-height: 17px;
}

.brix---buttons-row {
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.brix---container-default {
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h1-size {
  max-width: 700px;
  color: var(--elements-webflow-library--neutral--100);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Manrope, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 56px;
}

.brix---heading-h1-size.v2 {
  color: var(--black);
}

.brix---opacity-10 {
  opacity: .1;
}

.brix---opacity-20 {
  opacity: .2;
}

.brix---section-hero-primary {
  background-image: linear-gradient(90deg, #153a50, #328290 53%, #46b7cb);
  padding-top: 140px;
  padding-bottom: 140px;
  display: block;
  position: relative;
  overflow: hidden;
}

.brix---section-hero-primary.v2 {
  background-image: none;
  padding-top: 160px;
}

.brix---section-hero-primary.pageacceuil {
  display: none;
}

.brix---paragraph-default {
  color: var(--systemflow-lite--neutral--10);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---paragraph-default.v2 {
  color: #333;
  text-align: center;
}

.brix---paragraph-default.v2.jk {
  max-width: 80%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.brix---paragraph-default.v2.jk.lkj {
  margin-top: 30px;
}

.brix---paragraph-default.v2.kk, .brix---paragraph-default.v2.jhghj, .brix---paragraph-default.v2.jghg {
  text-align: left;
}

.brix---grid-hero-v1 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---floating-image-hero-v1---1 {
  z-index: -1;
  position: absolute;
  inset: auto auto -32% -41%;
}

.brix---floating-image-hero-v1---2 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: auto 11% 8% auto;
  transform: rotate(140deg);
}

.body {
  font-family: Roboto, sans-serif;
}

.image {
  width: 150px;
  height: 75px;
}

.sysf-button {
  background-color: var(--systemflow-lite--primary--60);
  color: var(--systemflow-lite--neutral--10);
  text-align: center;
  align-items: center;
  text-decoration: none;
  transition: background-color .25s;
  position: relative;
}

.sysf-button:hover {
  background-color: var(--systemflow-lite--primary--50);
}

.sysf-button:active {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button:focus {
  box-shadow: 0 0 0 2px var(--systemflow-lite--neutral--10), 0 0 0 5px var(--systemflow-lite--primary--60);
}

.sysf-button.sysf-secondary {
  color: #2f54eb;
  background-color: #f0f5ff;
  transition: box-shadow .25s, color .25s, background-color .25s;
  box-shadow: inset 0 0 0 1px #adc6ff;
}

.sysf-button.sysf-secondary:hover {
  color: #1d39c4;
  box-shadow: inset 0 0 0 1px #2f54eb;
}

.sysf-button.sysf-medium {
  border-radius: 6px;
  padding: 8px 12px;
}

.sysf-button.sysf-medium:hover {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button.sysf-medium:active {
  background-color: var(--systemflow-lite--primary--80);
}

.sysf-button.sysf-medium:focus {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button.sysf-medium.sysf-secondary {
  background-color: var(--systemflow-lite--neutral--10);
  box-shadow: none;
  color: var(--systemflow-lite--primary--60);
  border-radius: 0;
  padding-left: 24px;
  padding-right: 24px;
  transition: transform .2s, box-shadow .25s, color .25s, background-color .25s;
}

.sysf-button.sysf-medium.sysf-secondary:hover {
  transform: scale(1.1);
}

.sysf-button.sysf-medium.sysf-secondary:active {
  background-color: var(--systemflow-lite--primary--20);
}

.sysf-button.sysf-medium.sysf-secondary:focus {
  box-shadow: 0 0 0 2px var(--systemflow-lite--neutral--10), 0 0 0 5px var(--systemflow-lite--primary--60);
}

.sysf-button.sysf-medium.sysf-outline {
  box-shadow: inset 0 0 0 1px var(--systemflow-lite--neutral--40);
  border-radius: 0;
  padding: 18px 26px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: transform .2s, background-color .25s;
}

.sysf-button.sysf-medium.sysf-outline:hover {
  background-color: var(--systemflow-lite--neutral--20);
  transform: translate(0, -5px);
}

.sysf-button.sysf-medium.sysf-outline:active {
  background-color: var(--systemflow-lite--neutral--30);
}

.sysf-button.sysf-medium.sysf-outline:focus {
  background-color: var(--systemflow-lite--neutral--20);
  box-shadow: 0 0 0 2px var(--systemflow-lite--neutral--10), 0 0 0 5px var(--systemflow-lite--primary--60), inset 0 0 0 1px var(--systemflow-lite--neutral--40);
}

.sysf-button.sysf-outline {
  background-color: var(--systemflow-lite--neutral--10);
  color: var(--systemflow-lite--neutral--100);
}

.sysf-button.sysf-outline:hover {
  background-color: var(--systemflow-lite--neutral--30);
}

.sysf-button-text {
  color: var(--spark-library--black);
  font-weight: 500;
  display: inline-block;
}

.sysf-button-content-wrapper {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 25px;
  height: 25px;
}

.sysf-button-text-2 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
}

.sysf-button-content-wrapper-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  width: 25px;
}

.div-block {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

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

.rt-counter-train-2 {
  color: #44b3c6;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.rt-counter-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #d2d2d2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 108px;
}

.rt-counter-box-2 {
  justify-content: center;
  align-items: flex-start;
  height: 90px;
  overflow: hidden;
}

.rt-counter-box-2.rt-heading-two-box {
  height: 55px;
}

.rt-counter-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: -1.2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  display: flex;
}

.rt-counter-design-image {
  width: 40px;
  height: 40px;
  position: absolute;
  inset: -13% -17% auto auto;
}

.rt-counter-items-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-home-two-team-counter-wrapper {
  max-width: 1570px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.rt-home-hero-counter-columns {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Manrope, sans-serif;
}

.rt-counter-items-name {
  color: #14151a;
  text-align: center;
  text-transform: none;
  max-width: 158px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.rt-counter-items-name.rt-margin-top-ten {
  font-size: 24px;
  font-weight: 600;
}

.grid {
  grid-template-rows: auto;
}

.heading {
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 111%;
}

.text-block {
  color: var(--black);
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
}

.paragraph {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.div-block-2 {
  margin-left: auto;
  margin-right: auto;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---buttons-row-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---buttons-row-2.tabl {
  display: none;
}

.brix---container-default-2 {
  text-align: left;
  background-image: linear-gradient(90deg, #153a50, #328290 56%, #46b7cb);
  max-width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 50px;
}

.brix---cta-section {
  padding-top: 160px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.brix---paragraph-default-2 {
  max-width: 550px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---btn-secondary-white {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 0;
  padding: 18px 26px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: #40a8bb;
  transform: translate3d(0, -3px, .01px);
}

.brix---grid-cta-v4 {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .86fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.image-5 {
  text-align: left;
}

.div-block-3 {
  position: relative;
  top: -20%;
}

.div-block-4 {
  max-width: 700px;
}

.text-block-2 {
  color: var(--spark-library--white);
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.brix---card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  color: #fff;
  background-color: #ebf0ef;
  border-radius: 0;
  position: relative;
  top: 0;
}

.brix---card:hover {
  background-color: #ebf0ef00;
  background-image: linear-gradient(90deg, #153a50, #328290 56%, #46b7cb);
}

.brix---card._2 {
  top: 150px;
  overflow: visible;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 40px;
  padding-bottom: 176px;
}

.brix---heading-h3-size {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

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

.brix---image-wrapper---br-top {
  border-radius: 0;
  overflow: hidden;
  transform: translate(0);
}

.brix---mg-bottom-12px {
  text-align: center;
  margin-bottom: 12px;
}

.brix---paragraph-default-3 {
  color: #303030;
  text-align: center;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---image-width-100 {
  width: 100%;
}

.brix---content-inside-card-v9 {
  background-color: #ebf0ef;
  padding: 40px 28px 30px;
}

.brix---content-inside-card-v9:hover {
  background-image: linear-gradient(90deg, #153a50, #328290 56%, #46b7cb);
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---grid-3-columns-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: visible;
}

.brix---color-neutral-805 {
  max-width: 500px;
  color: var(--elements-webflow-library--neutral--800);
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-5 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h2-size-4 {
  color: var(--black);
  margin: 0 auto;
  font-family: Manrope, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h2-size-4.cent {
  text-align: center;
}

.heading-2 {
  color: var(--black);
  font-family: Syne Variablefont Wght, Arial, sans-serif;
  font-weight: 600;
}

.buton-containt {
  margin-top: 50px;
}

.spark-button-2 {
  color: var(--spark-library--white);
  background-color: #328290;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  flex: none;
  padding: 16px;
  font-family: Montserrat, sans-serif;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2:hover {
  border-color: var(--radiant-ui-components-library-marketplace--color--white);
  opacity: 1;
  background-color: #1e116e00;
}

.text-block-3 {
  color: var(--black);
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.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-heading-six.rt-text-center {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

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

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

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

.rt-home-one-features-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-home-one-features-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-right: 1px solid #e4e4e4;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 77px 55px;
  display: flex;
}

.rt-home-one-features-item.rtborder-off {
  border-right-style: none;
}

.rt-home-one-features-item.ii {
  padding: 30px 45px;
}

.div-block-5 {
  background-color: #328290;
  border-radius: 50px;
  padding: 15px;
}

.image-6, .image-7, .image-8, .image-9 {
  width: 60px;
  height: 60px;
}

.heading-3 {
  color: #328290;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  text-decoration: none;
}

.div-block-6 {
  text-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: static;
}

.div-block-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.rt-component-container-3 {
  background-color: #f7f7f7;
  width: 100%;
  max-width: 1290px;
  padding-bottom: 20px;
  position: relative;
}

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

.rt-testimonial-main-block-one {
  width: 95%;
}

.rt-number-text-block {
  color: var(--black);
  font-family: Manrope, sans-serif;
  font-size: 5.625rem;
  line-height: 100%;
}

.rt-slider-span {
  font-size: 32px;
  line-height: 32px;
}

.rt-slider-text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 11rem;
  padding-bottom: 3rem;
  display: flex;
}

.rt-slider-testimimonial {
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding-left: 10%;
}

.rt-left-arrow-box {
  background-color: #5688d3;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 6rem;
  height: 7rem;
  inset: auto auto 9% 2.5%;
}

.rt-right-arrow-box {
  background-color: #5688d3;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 6rem;
  height: 7rem;
  inset: auto -2% 9% auto;
}

.rt-comment-text-block {
  background-color: #f5f5fb;
  background-image: url('../images/quote-1-1_1quote (1) 1.webp');
  background-position: 8% 23%;
  background-repeat: no-repeat;
  background-size: 57px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 2rem;
  margin-right: 10%;
  padding-top: 70px;
  padding-bottom: 70px;
}

.rt-slider-block {
  background-color: #1670f880;
  width: 100%;
  height: 24%;
  margin-top: -2px;
}

.rt-slider-image {
  background-image: url('../images/hotel-1330854_1281.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-end;
  width: 53%;
  padding-bottom: 3rem;
  display: flex;
  position: static;
}

.rt-slider-image._2 {
  background-image: url('../images/2953_1.webp');
  background-position: 100% 100%;
  background-size: cover;
}

.rt-slider-image._3 {
  background-image: url('../images/FB_IMG_1730656955762_1.webp');
  background-position: 0 0;
  background-size: cover;
}

.rt-name-text-block {
  margin-left: 10%;
}

.rt-slide-testimonial {
  width: 100%;
  margin-right: 10px;
}

.rt-name-text {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
}

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

.rt-sider-navigation {
  z-index: 1;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.rt-slider-main-box {
  display: flex;
}

.rt-comment-text {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding-left: 18%;
  padding-right: 12%;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 156%;
}

.div-block-8 {
  text-align: center;
}

.sysf-button-2 {
  background-color: var(--systemflow-lite--primary--60);
  color: var(--systemflow-lite--neutral--10);
  text-align: center;
  align-items: center;
  text-decoration: none;
  transition: background-color .25s;
  position: relative;
}

.sysf-button-2:hover {
  background-color: var(--systemflow-lite--primary--50);
}

.sysf-button-2:active {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button-2:focus {
  box-shadow: 0 0 0 2px var(--systemflow-lite--neutral--10), 0 0 0 5px var(--systemflow-lite--primary--60);
}

.sysf-button-2.sysf-outline {
  background-color: var(--systemflow-lite--neutral--10);
  color: var(--systemflow-lite--neutral--100);
}

.sysf-button-2.sysf-outline:hover {
  background-color: var(--systemflow-lite--neutral--30);
}

.sysf-button-2.sysf-medium {
  border-radius: 6px;
  padding: 8px 12px;
}

.sysf-button-2.sysf-medium:hover {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button-2.sysf-medium:active {
  background-color: var(--systemflow-lite--primary--80);
}

.sysf-button-2.sysf-medium:focus {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button-2.sysf-medium.sysf-outline {
  box-shadow: inset 0 0 0 1px var(--systemflow-lite--neutral--40);
  border: 1px solid #000;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  transition: transform .2s, background-color .25s;
}

.sysf-button-2.sysf-medium.sysf-outline:hover {
  background-color: var(--systemflow-lite--neutral--20);
  transform: scale(1.1);
}

.sysf-button-2.sysf-medium.sysf-outline:active {
  background-color: var(--systemflow-lite--neutral--30);
}

.sysf-button-2.sysf-medium.sysf-outline:focus {
  background-color: var(--systemflow-lite--neutral--20);
  box-shadow: 0 0 0 2px var(--systemflow-lite--neutral--10), 0 0 0 5px var(--systemflow-lite--primary--60), inset 0 0 0 1px var(--systemflow-lite--neutral--40);
}

.sysf-button-2.sysf-medium.sysf-secondary {
  box-shadow: none;
  color: var(--systemflow-lite--primary--60);
  background-color: #d9826f;
  border-radius: 0;
  padding: 16px 24px;
}

.sysf-button-2.sysf-medium.sysf-secondary:hover {
  background-color: var(--systemflow-lite--primary--10);
  border-style: solid;
  border-width: 1px;
}

.sysf-button-2.sysf-medium.sysf-secondary:active {
  background-color: var(--systemflow-lite--primary--20);
}

.sysf-button-2.sysf-medium.sysf-secondary:focus {
  box-shadow: 0 0 0 2px var(--systemflow-lite--neutral--10), 0 0 0 5px var(--systemflow-lite--primary--60);
}

.sysf-button-2.sysf-medium.sysf-secondary.ytf {
  margin-top: 40px;
}

.sysf-button-2.sysf-secondary {
  color: #2f54eb;
  background-color: #f0f5ff;
  transition: box-shadow .25s, color .25s, background-color .25s;
  box-shadow: inset 0 0 0 1px #adc6ff;
}

.sysf-button-2.sysf-secondary:hover {
  color: #1d39c4;
  box-shadow: inset 0 0 0 1px #2f54eb;
}

.sysf-button-text-3 {
  font-family: Manrope, sans-serif;
  font-weight: 600;
  display: inline-block;
}

.div-block-9 {
  text-align: center;
  margin-top: 40px;
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-40px-3 {
  margin-bottom: 40px;
}

.brix---container-default-6 {
  max-width: 1512px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---container-default-6.v2 {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.brix---heading-h2-size-5 {
  color: var(--elements-webflow-library--neutral--100);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne Variablefont Wght, Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 50px;
}

.brix---heading-h2-size-5.oij {
  color: #fff;
  text-align: center;
}

.brix---heading-h2-size-5.oij.lkj {
  text-decoration: none;
}

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

.brix---cta-card {
  background-image: linear-gradient(#00000080, #00000080), url('../images/68873_1.webp');
  background-position: 0 0, 50%;
  border-radius: 0;
  padding: 110px 60px;
  position: relative;
}

.brix---section-small {
  padding-top: 50px;
  padding-bottom: 100px;
}

.brix---button-row-left-3 {
  margin-right: 24px;
}

.brix---button-row-left-3.oij {
  margin-right: 0;
}

.brix---buttons-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---inner-container-600px---center-2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---inner-container-600px---center-2.jh {
  max-width: 758000px;
}

.brix---inner-container-600px---center-2.uyg {
  max-width: 900px;
}

.sysf-button-text-4 {
  color: var(--spark-library--black);
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 500;
  display: inline-block;
}

.sysf-button-content-wrapper-3 {
  z-index: 10;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-10 {
  width: 35px;
}

.brix---color-neutral-807 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-808 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.brix---section-2 {
  color: var(--elements-webflow-library--neutral--100);
  background-image: linear-gradient(90deg, #153a50, #328290 68%, #46b7cb);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h3-size-2 {
  color: var(--elements-webflow-library--neutral--100);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
}

.brix---heading-h3-size-2.joi {
  color: var(--black);
  margin-bottom: 0;
  font-weight: 500;
}

.brix---content-inside-card {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 35px 48px;
  display: flex;
}

.brix---content-inside-card.bsadroi {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
}

.brix---mg-bottom-12px-2 {
  margin-bottom: 12px;
}

.brix---paragraph-default-4 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---card-link {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--600);
  transform-style: preserve-3d;
  border-radius: 1px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.brix---card-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---card-link.bas {
  border-color: #eff0f6;
}

.brix---card-link.bas.droit {
  box-shadow: none;
  background-color: #d9826f;
  border-color: #eff0f600;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---grid-3-columns---1-col-t {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-2 {
  color: #ccc;
  font-family: Roboto, sans-serif;
}

.paragraph-2.oij {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.grid-2 {
  grid-template-rows: auto;
  margin-top: 50px;
}

.image-11 {
  width: 100px;
}

.text-block-4 {
  text-align: left;
  text-transform: uppercase;
  font-family: Syne Variablefont Wght, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.div-block-10 {
  margin-bottom: 10px;
}

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

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

.rt-autofit-2.rt-responsive-full-width-2 {
  object-fit: cover;
  width: 100%;
}

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

.rt-about-one-portfolio-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.container {
  background-color: #c9bbaa;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.bg-text-wrapper {
  text-align: center;
  height: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  overflow: hidden;
}

.bg-text-wrapper.v2 {
  background-color: #3e424d;
}

.bg-text {
  z-index: 0;
  color: #d1c5b7;
  white-space: nowrap;
  font-family: Syne Variablefont Wght, Arial, sans-serif;
  font-size: 250px;
  line-height: 80%;
  position: relative;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.bg-text.v2 {
  color: #20b0c9;
  font-size: 150px;
}

.text-block-5 {
  z-index: 10;
  text-align: center;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-family: Syne Variablefont Wght, Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 45px;
  position: relative;
}

.rt-category-cards-text {
  clear: none;
  color: var(--black);
  text-transform: none;
  white-space: pre-wrap;
  font-family: Syne Variablefont Wght, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
}

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

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

.rt-heading-two {
  color: var(--black);
  font-family: Manrope, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 45px;
}

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

.rt-text-uppercase {
  text-transform: uppercase;
  font-family: Syne Variablefont Wght, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

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

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

.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;
  justify-content: flex-start;
  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-2 {
  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;
}

.text-block-6 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.brix---color-neutral-809 {
  max-width: 350px;
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.brix---mg-bottom-40px-4 {
  margin-bottom: 40px;
}

.brix---mg-bottom-0 {
  color: #d8d8d8;
  margin-bottom: 0;
}

.brix---container-default-7 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---footer-wrapper {
  border-top: 1px none var(--elements-webflow-library--neutral--300);
  background-color: #1b4965;
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.brix---footer-list-item {
  color: #fff;
  margin-bottom: 18px;
  padding-left: 0;
  list-style-type: disc;
}

.brix---footer-link {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover, .brix---footer-link.w--current:hover {
  color: #a9c0f0;
}

.grid-footer-4-cols-v14 {
  grid-column-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: .8fr auto auto auto;
}

.brix---paragraph-default-5 {
  color: var(--elements-webflow-library--neutral--100);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.brix---icon-square-36px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---footer-col-title {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.brix---footer-top-border-bottom {
  border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
  padding-top: 120px;
  padding-bottom: 120px;
}

.brix---social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
}

.brix---footer-bottom-v14 {
  color: var(--elements-webflow-library--neutral--600);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.link {
  color: #fff;
}

.link:hover {
  color: #a9c0f0;
}

.link-2 {
  color: #fff;
}

.link-2:hover {
  color: #a9c0f0;
}

.image-12 {
  width: 50px;
  height: 50px;
}

.image-13, .image-14, .image-15 {
  width: 50px;
}

.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-category-cards-text-2.rt-margin-bottom-twenty {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.rt-category-cards-text-2.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}

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

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

.rt-component-section-5.v2 {
  background-color: #1e1e1e;
}

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

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

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

.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-home-two-about-right {
  flex: 0 50%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.brix---buttons-row-3 {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---container-default-8 {
  align-self: auto;
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---paragraph-default-6 {
  color: var(--elements-webflow-library--neutral--100);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section {
  background-color: #328290;
  width: 100%;
  padding: 80px 64px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Manrope, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section p {
  color: var(--flowui-component-library--white);
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 31px;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.spark-max-width-600 {
  color: #fff;
  max-width: 600px;
}

.spark-flex-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row.spark-5-spacing {
  grid-column-gap: 1%;
  justify-content: space-between;
  align-items: center;
}

.spark-secondary-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-three-image-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-areas: "Area Area-2"
                       "Area Area-3";
  align-items: center;
}

.spark-grid-image {
  border-radius: 8px;
  width: 100%;
  display: block;
  position: relative;
}

.rt-margin-bottom-twenty {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
}

.rt-margin-bottom-twenty.rt-body-font-color {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 25px;
}

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

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

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

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

.rt-advertise-content-icon-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 42px;
  display: flex;
}

.rt-advertise-icon-wrapper {
  width: 40px;
  height: 40px;
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  border: 1px solid #328290;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  position: relative;
}

.rt-advertise-icon-wrapper.rt-icon-one {
  border-color: #328290;
}

.rt-advertise-icon-wrapper.rticon-two {
  background-color: #116df8;
}

.rt-dotted-line {
  border: 1px dashed #0003;
  flex: 1;
  width: 1px;
  height: 100%;
}

.rt-advertise-image-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-advertise-image-wrapper.rt-position-relative.rt-overflow-hidden {
  justify-content: center;
  align-items: center;
  max-width: 50%;
}

.rt-advertise-content-text-wrapper {
  max-width: 495px;
}

.rt-advertise-content-text-wrapper.cuisine {
  order: 1;
}

.rt-border-radius-six {
  border-radius: 6px;
}

.rt-border-radius-six.rt-full-width.rt-autofit-7 {
  object-fit: cover;
}

.rt-advertise-content-wrapper {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-advertise-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  margin-bottom: 20px;
}

.rt-body-font-color {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 25px;
  transition: color .35s;
}

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

.div-block-15 {
  margin-bottom: 20px;
}

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

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---heading-h2-size-6 {
  color: var(--spark-library--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 90px;
}

.gallery-overview {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 5%;
}

.gallery-block.respon {
  display: none;
}

.button-primary {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 1px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.heading-5 {
  font-family: Manrope, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 52px;
}

.rt-precision-card-body {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding-bottom: 38px;
  padding-left: 26px;
  padding-right: 26px;
}

.rt-precision-card-image {
  object-fit: cover;
  width: 100%;
}

.rt-precision-card-body-icon-column {
  text-align: center;
  background-color: #328290;
  justify-content: center;
  align-items: center;
  width: 23%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

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

.rt-precision-card-body-row {
  background-color: #101929;
  border-radius: 6px;
  margin-top: -39px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-precision-card-body-caption-column {
  justify-content: flex-start;
  align-items: center;
  width: 77%;
  padding: 15px 23px;
  display: flex;
}

.rt-precision-card-image-box {
  text-align: center;
  overflow: hidden;
}

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

.rt-cover-image-2.rt-full-width-image {
  width: 100%;
}

.rt-precision-card {
  background-color: #fff;
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 14px;
  overflow: hidden;
}

.rt-precision-card.rt-home-two {
  margin-right: 0;
}

.rt-precision-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  justify-items: center;
}

.heading-6 {
  color: #fff;
  max-width: 650px;
  margin-top: 0;
  font-family: Syne Variablefont Wght, Arial, sans-serif;
  font-size: 48px;
  line-height: 111%;
}

.div-block-16 {
  margin-bottom: 40px;
}

.brix---color-neutral-813 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---bg-image-full-width {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---cta-bg-overlay {
  background-image: linear-gradient(#ffffff4a, #ffffff4a);
  align-items: center;
  min-height: 80vh;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brix---grid-cta-v10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: .78fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-17 {
  text-align: left;
}

.brix---color-neutral-814 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-815 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-8px-3 {
  margin-bottom: 8px;
}

.brix---mg-bottom-24px-3 {
  margin-bottom: 24px;
}

.brix---container-default-9 {
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h2-size-7 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h4-size {
  color: var(--elements-webflow-library--neutral--200);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.brix---hidden-desktop {
  display: none;
}

.brix---flex-horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.brix---slide-item-mg {
  margin-right: 28px;
}

.brix---grid-top---text-2-buttons {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  place-items: start stretch;
  margin-bottom: 48px;
}

.brix---buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---inner-container-490px {
  max-width: 490px;
}

.brix---card-testimonial-v13 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  background-color: #3b9aab;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px 56px;
  display: flex;
}

.brix---slider-mask-width-390px {
  max-width: 390px;
  height: 100%;
  overflow: visible;
}

.brix---btn-slider-arrow-right---testimonial-v12 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  bottom: 0;
  right: -10px;
  transform: translate(0, -50%);
}

.brix---btn-slider-arrow-right---testimonial-v12:hover {
  transform: scale(.95)translate(0, -50%);
}

.brix---btn-slider-arrow-left---testimonial-v12 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  left: -11px;
  transform: translate(0, -50%);
}

.brix---btn-slider-arrow-left---testimonial-v12:hover {
  transform: scale(.95)translate(0, -50%);
}

.brix---section-overflow-hidden {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.text-block-9 {
  font-family: Syne Variablefont Wght, Arial, sans-serif;
  font-weight: 600;
}

.heading-7 {
  color: var(--black);
  font-family: Manrope, sans-serif;
  font-size: 34px;
  line-height: 40px;
}

.text-block-10 {
  color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  font-family: Syne Variablefont Wght, Arial, sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.div-block-18 {
  margin-bottom: 40px;
}

.paragraph-3 {
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 150%;
}

.paragraph-4 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.text-block-11 {
  color: var(--elements-webflow-library--neutral--100);
  font-family: Manrope, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

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

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

.rt-overflow-none {
  text-align: left;
  align-self: auto;
  overflow: hidden;
}

.rt-home-two-tabs-menu {
  z-index: 1;
  flex-direction: column;
  flex: 0 34%;
  justify-content: center;
  padding-top: 50px;
  display: flex;
}

.rt-home-two-tab-link {
  grid-column-gap: 58px;
  color: #000;
  text-transform: capitalize;
  background-color: #fff0;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 2.1875rem;
  display: flex;
}

.rt-home-two-tab-link.w--current {
  color: #000;
  background-color: #fff;
  border-bottom-style: none;
  border-bottom-width: 0;
  box-shadow: 0 -6px 40px #00000026;
}

.rt-home-four-tab-text-wrap {
  z-index: 3;
  grid-column-gap: 8px;
  opacity: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  position: relative;
}

.rt-home-four-tab-text-small {
  color: #000;
  letter-spacing: .11875rem;
  text-transform: uppercase;
  order: 0;
  max-width: 132px;
  font-family: Merriweather, serif;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1.84063rem;
}

.rt-auto-tabs-timer-bar {
  z-index: 5;
  background-color: #00000024;
  width: 100%;
  height: 1px;
  margin-bottom: -1px;
  position: relative;
}

.rt-tab-text-content {
  z-index: 5;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-family: Manrope, sans-serif;
  display: flex;
  position: relative;
}

.rt-home-two-tab-arrow {
  width: 50px;
  height: 50px;
}

.rt-all-numbers.rt-all-numbers-one.rt-all-numbers-bottom {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rt-home-four-tab-contain-wrap {
  flex-direction: column;
  align-items: flex-end;
  margin-right: 90px;
  display: flex;
}

.rt-home-two-tab {
  grid-column-gap: 50px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.rt-home-two-counter-wrap {
  align-items: flex-start;
  height: 6rem;
  display: flex;
  overflow: hidden;
}

.rt-auto-tabs-timer-bar-inner {
  background-color: #0000;
  width: 0%;
  height: 1px;
}

.rt-home-two-tabs-content {
  flex: 1;
  order: 1;
}

.rt-home-two-tab-large-text {
  color: #c1c4ca99;
  letter-spacing: -1.1rem;
  font-size: 11.2rem;
  font-weight: 700;
  line-height: 11.2rem;
}

.rt-home-two-tab-large-text.rt-home-four-tab-large-text {
  letter-spacing: -.2rem;
  font-size: 5.4375rem;
  line-height: 6rem;
}

.rt-tab-image-two-wrap {
  border: 10px solid #fff;
  position: absolute;
  inset: auto auto 0% 0%;
}

.rt-home-two-facilities-text-wrap {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 450px;
  position: absolute;
  inset: 28px auto auto 25px;
}

.rt-tag-text-2 {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  text-transform: uppercase;
  font-family: Syne Variablefont Wght, Arial, sans-serif;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.25rem;
}

.rt-responsive-text-center {
  color: var(--black);
  font-family: Manrope, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
}

.rt-tab-arrow-active {
  width: 50px;
  height: 50px;
}

.image-16, .image-17, .image-18, .image-19, .image-20 {
  object-fit: cover;
}

.brix---color-neutral-816 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-40px-6 {
  margin-bottom: 40px;
}

.brix---buttons-row-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---container-default-10 {
  text-align: left;
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h1-size-3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Manrope, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---paragraph-default-7 {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---bg-image-full-width-2 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---hero-bg-image-dark {
  background-image: linear-gradient(#0009, #0009);
  padding-top: 234px;
  padding-bottom: 234px;
  position: relative;
  overflow: hidden;
}

.brix---btn-secondary-white-3 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 0;
  padding: 18px 38px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white-3:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---grid-2-col---1-col-t {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.div-block-19 {
  text-align: center;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-20.v2 {
  max-width: 650px;
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  font-family: Roboto, sans-serif;
}

.paragraph-5 {
  color: var(--elements-webflow-library--neutral--100);
  font-family: Poppins, sans-serif;
}

.spark-container-2 {
  text-align: left;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section-2 {
  background-color: #ced0cf;
  width: 100%;
  padding: 40px 64px 176px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-2 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-2 h1 {
  margin-top: 0;
}

.spark-section-2 h2 {
  color: #328290;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.spark-section-2 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-2 p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 29px;
}

.spark-section-2 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-2 li {
  margin-bottom: .5rem;
}

.spark-flex-row-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row-2.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

.spark-flex-row-2.spark-5-spacing.spark-flipped-row {
  flex-direction: row-reverse;
}

.spark-hero-section-image {
  border-radius: 8px;
  flex: 0 auto;
  width: 45%;
  max-width: 50%;
  display: block;
}

.spark-hero-section-left-side {
  width: 50%;
}

.div-block-21 {
  text-align: center;
  max-width: 600px;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.text-block-12 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.spark-button {
  color: var(--spark-library--white);
  background-color: #328290;
  border: 0 #503ea100;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-family: Poppins, sans-serif;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.container-5 {
  max-width: 1440px;
  padding-bottom: 40px;
}

.div-block-22 {
  text-align: center;
  max-width: 650px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.grid-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-23 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-2 {
  color: #fff;
  background-color: #3e424d;
}

.heading-8 {
  color: #328290;
}

.heading-9 {
  color: #328290;
  font-family: Manrope, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.div-block-24 {
  text-align: center;
}

.div-block-24.oih {
  margin-top: 50px;
}

.brix---color-neutral-817 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-818 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-3 {
  margin-bottom: 16px;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---mg-top-16px {
  margin-top: 16px;
}

.brix---container-default-11 {
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-4 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 40px;
  padding-bottom: 40px;
}

.brix---heading-h3-size-3 {
  color: #3e424d;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---hidden-desktop-2 {
  display: none;
}

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

.brix---slider-wrapper-2 {
  background-color: #0000;
  height: 100%;
}

.brix---slider-mask {
  height: 100%;
}

.brix---slider-item-pd {
  padding: 15px;
}

.brix---paragraph-default-8 {
  color: var(--elements-webflow-library--neutral--100);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---paragraph-default-8.dgfd.kp {
  color: var(--black);
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---text-300-bold {
  color: #328290;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---inner-container-800px---center {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.brix---card-testimonial-v6 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 98px;
  display: flex;
}

.brix---avatar-circle-05-border {
  width: 120px;
  max-width: 120px;
  height: 120px;
  max-height: 120px;
  box-shadow: 0 8px 28px 0 var(--elements-webflow-library--general--shadow-03);
  border: 6px solid #328290;
  border-radius: 50%;
  overflow: hidden;
  transform: translate(0);
}

.brix---btn-slider-arrow-right---testimonial-v6 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  bottom: 0;
  right: -10px;
  transform: translate(0, -50%);
}

.brix---btn-slider-arrow-right---testimonial-v6:hover {
  transform: scale(.94)translate(0, -50%);
}

.brix---btn-slider-arrow-left---testimonial-v6 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  transform: translate(0, -50%);
}

.brix---btn-slider-arrow-left---testimonial-v6:hover {
  transform: scale(.94)translate(0, -50%);
}

.brix---color-neutral-819 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-8px-4 {
  margin-bottom: 8px;
}

.brix---mg-bottom-24px-4 {
  margin-bottom: 24px;
}

.brix---mg-bottom-48px-3 {
  margin-bottom: 48px;
}

.brix---container-default-12 {
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-5 {
  color: var(--elements-webflow-library--neutral--100);
  background-color: #3e424d;
  padding-top: 40px;
  padding-bottom: 176px;
}

.brix---heading-h3-size-4 {
  color: var(--elements-webflow-library--neutral--100);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---mg-bottom-12px-3 {
  margin-bottom: 12px;
}

.brix---inner-container-600px---center-4 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---3-columns-1-col-tablet {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---card-link-content-center {
  border: 2px solid var(--elements-webflow-library--neutral--300);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--600);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #3e424d;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 24px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.brix---card-link-content-center:hover {
  transform: scale3d(.94, .94, 1.01);
}

.paragraph-6 {
  color: #bdbdbd;
}

.paragraph-7 {
  max-width: 350px;
  font-family: Roboto, sans-serif;
  line-height: 22px;
}

.image-21 {
  width: 100%;
  height: 100%;
}

.paragraph-8 {
  font-family: Poppins, sans-serif;
}

.div-block-29 {
  width: 100%;
  height: 300px;
}

.div-block-30 {
  padding-left: 10px;
  padding-right: 10px;
}

.uui-max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.uui-container-large {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-heading-xlarge {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-section_heroheader03 {
  overflow: hidden;
}

.uui-heroheader03_component {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.uui-heroheader03_content {
  z-index: 1;
  margin-right: 0;
  position: relative;
}

.uui-heroheader03_image {
  object-fit: cover;
  border-top-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
  width: 100%;
  height: 40rem;
}

.uui-heroheader03_arrow-image {
  position: absolute;
  bottom: 5rem;
  left: -12rem;
}

.uui-text-size-xlarge {
  color: #328290;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-text-size-xlarge.ytf {
  color: #afa6a9;
  font-size: 17px;
  font-weight: 300;
}

.uui-heroheader03_image-wrapper {
  position: relative;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 3rem;
}

.heading-10 {
  color: #000;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-family: Manrope, sans-serif;
  font-size: 64px;
  line-height: 110%;
}

.div-block-31 {
  margin-bottom: 40px;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
}

.div-block-33 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.heading-11 {
  color: #6a6464;
  margin-top: 10px;
  font-size: 16px;
}

.text-block-13 {
  color: #328290;
  font-family: Syne Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.brix---color-neutral-820 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---container-default-13 {
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-small-2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.brix---text-300-bold-2 {
  color: #797471;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.brix---grid-logo-stripe-v2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---text-center-tablet {
  text-align: left;
}

.brix---logo-strip-v2-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 7px;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.image-22 {
  align-self: center;
  width: 138px;
  height: 40px;
}

.image-23 {
  align-self: center;
  width: 138px;
  height: 100px;
}

.image-24 {
  align-self: center;
  width: 138px;
  height: auto;
}

.image-25, .image-26 {
  align-self: center;
  width: 138px;
}

.rt-category-cards-text-3 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: none;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 31px;
}

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

.rt-component-section-7 {
  width: 100%;
  color: var(--untitled-ui--white);
  background-color: #0b97af;
  padding: 40px 15px 80px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-margin-top-ten-2 {
  margin-top: 10px;
}

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

.rt-margin-top-fifteen.rt-body-font-color-3 {
  color: var(--untitled-ui--white);
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

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

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

.rt-home-one-our-service-heading {
  max-width: 20ch;
}

.rt-home-one-our-service-heading.rt-margin-top-ten-2 {
  font-family: Manrope, sans-serif;
}

.rt-home-one-service-top-wrap {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: space-around;
  align-items: flex-end;
}

.rt-short-header {
  color: var(--radiant-ui-components-library-marketplace--color--linear-color-two);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Syne Variablefont Wght, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
}

.rt-home-one-service-card-line {
  opacity: .68;
  background-color: #fff;
  width: 100%;
  min-height: 1px;
  margin-bottom: 9px;
}

.rt-small-counter-text {
  color: #121b22;
  letter-spacing: -.5px;
  font-size: 30px;
  line-height: 35px;
}

.rt-small-counter-text.rt-text-white-two {
  color: var(--untitled-ui--white);
  font-family: Manrope, sans-serif;
}

.rt-counter-number-wrap {
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}

.rt-home-one-service-grid {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 95px;
  display: grid;
}

.rt-margin-top-four {
  margin-top: 6px;
}

.rt-home-one-service-large-number-wrap {
  flex: none;
  padding-left: 48px;
  position: relative;
}

.rt-home-one-service-bottom-card, .rt-home-one-service-section-wrap {
  align-items: stretch;
}

.rt-counter.rt-heading-three-counter {
  height: 35px;
  overflow: hidden;
}

.rt-home-one-service-card-top-wrap {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: flex-start;
  align-items: flex-end;
}

.rt-home-one-service-large-number-circle {
  background-color: #f5f5fb;
  border-radius: 100%;
  min-width: 117px;
  min-height: 117px;
  position: absolute;
  top: 0;
  left: 0;
}

.rt-home-one-our-service-top-right-block {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  justify-content: flex-start;
  align-items: center;
  max-width: 510px;
  margin-bottom: 6px;
}

.rt-margin-top-sixteen {
  margin-top: 16px;
}

.rt-margin-top-sixteen.rt-body-font-color-3 {
  color: var(--untitled-ui--white);
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.rt-body-font-color-3 {
  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);
  font-family: Manrope, sans-serif;
  font-weight: 700;
}

.paragraph-9 {
  max-width: 45ch;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.rt-category-cards-text-4 {
  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-4.rt-text-center-2 {
  color: #011020;
  font-family: Manrope, sans-serif;
}

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

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

.rt-component-section-8.rt-three-x-card-section-two {
  border-radius: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.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-body-font.rt-text-center-2.rt-text-black-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

.rt-body-font.rt-text-center-2.rt-text-black-2.rt-text-uppercase-2 {
  color: var(--black);
  font-family: Manrope, sans-serif;
  font-weight: 500;
}

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

.rt-home-three-about-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 80px;
  padding-right: 15px;
  display: flex;
}

.rt-home-three-about-view-button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.rt-box-merquee {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-home-three-about-image-merquee-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 10%;
}

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

.rt-auto-fit-5.rt-landskape-image-full-width {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 10px;
}

.rt-home-three-image-view-button {
  background-color: #fcf6f4;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.rt-home-three-about-box {
  text-decoration: none;
}

.rt-home-three-about-box.rt-padding-top-eighty {
  margin-top: 80px;
}

.rt-home-three-about-box.rt-padding-top-fourty {
  margin-top: 40px;
}

.rt-home-three-about-image {
  cursor: none;
  position: relative;
  overflow: hidden;
}

.rt-merquee-two-text {
  color: #fff6;
  flex: none;
  font-size: 6.25rem;
  line-height: 5rem;
}

.rt-home-three-about-text-underline {
  background-color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 268px;
  height: 1px;
  margin: 10px auto;
}

.rt-home-three-about-text {
  padding-top: 30px;
}

.rt-body-font-6 {
  color: #462720;
  letter-spacing: .1rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.rt-body-font-6.rt-text-capitalize {
  text-transform: uppercase;
  font-family: Manrope, sans-serif;
}

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

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

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

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

.rt-home-two-awards-wrap {
  align-items: stretch;
  margin-bottom: 40px;
}

.rt-margin-top-twenty-five {
  color: var(--black);
  margin-top: 25px;
  font-family: Manrope, sans-serif;
  font-size: 59px;
  line-height: 50px;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.section-3 {
  padding-top: 150px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

._4-col {
  margin-right: 20px;
  display: inline-block;
}

._4-col._4-col-last {
  margin-right: 0;
  display: inline-block;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w50 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
}

.tagline {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Syne Variablefont Wght, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  -webkit-text-decoration: underline #2193a7;
  text-decoration: underline #2193a7;
}

.headline-6-col {
  width: 600px;
  margin-bottom: 50px;
}

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

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

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

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

.rt-heading-two-2.rt-text-white-3 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  font-family: Manrope, sans-serif;
}

.rt-heading-two-2.rt-text-center-3 {
  text-align: center;
  font-family: Manrope, sans-serif;
}

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

.rt-underline-off-2 {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

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

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

.rt-autofit-9.rt-full-width-2 {
  width: 100%;
}

.rt-autofit-9.rt-full-width-2.rt-height-auto {
  object-fit: fill;
}

.rt-padding-bottom-twenty {
  padding-bottom: 20px;
  font-family: Manrope, sans-serif;
}

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

.rt-portfolio-two-work-text {
  pointer-events: none;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.rt-portfolio-two-work-title {
  max-width: 588px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}

.rt-portfolio-two-work-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: grid;
}

.rt-bg-color-off {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  background-color: #ddd0;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-bg-color-off.w--current {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  background-color: #c8c8c800;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-portfolio-two-work-main {
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
}

.rt-portfolio-two-card-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.rt-portfolio-two-work-tab-content {
  width: 100%;
  overflow: visible;
}

.rt-portfolio-two-work-tab {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.rt-portfolio-two-work-block {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.rt-portfolio-two-work-image-overlay {
  background-image: linear-gradient(#1e1f2080, #1e1f2080);
}

.rt-smallest-text {
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.rt-smallest-text.rt-change-uppercase {
  text-transform: none;
  font-size: 1rem;
  font-weight: 400;
  transition: color .4s;
}

.rt-smallest-text.rt-change-uppercase:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

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

.lightbox-link-4, .lightbox-link-5, .lightbox-link-6, .lightbox-link-7, .lightbox-link-8, .lightbox-link-9 {
  width: 100%;
}

.container-6 {
  max-width: 95%;
}

.section-4 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.grid-7 {
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  position: static;
}

.div-block-34 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 0;
}

.div-block-35 {
  border: 1px solid #c0bfbf78;
  border-radius: 1px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  padding: 40px 40px 40px 60px;
  display: block;
}

.heading-12 {
  font-family: Manrope, sans-serif;
}

.text-block-14 {
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.paragraph-10 {
  color: #646464;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-11 {
  color: #646464;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 27px;
}

.div-block-36 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-13, .heading-14, .heading-15, .heading-16, .heading-17, .heading-18, .heading-19 {
  font-family: Manrope, sans-serif;
}

.spark-button-3 {
  color: #1c5d96;
  background-color: #e2ebf3;
  border: 1px solid #1c5d9654;
  border-radius: 3px;
  flex: none;
  padding: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-3:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
  color: #fff;
  background-color: #3892a2;
}

.grid-8 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.div-block-37 {
  border: 1px solid #83838336;
  justify-content: space-around;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-38 {
  max-width: 550px;
  display: block;
}

.div-block-39 {
  font-size: 32px;
}

.heading-20 {
  font-family: Manrope, sans-serif;
  font-size: 32px;
}

.paragraph-12 {
  font-family: Poppins, sans-serif;
}

.container-7 {
  text-align: left;
  max-width: 1440px;
  padding-top: 0;
}

.section-5 {
  background-image: linear-gradient(#2a292e1c, #2a292e1c), url('../images/Rectangle-12_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 200px;
  padding-bottom: 150px;
}

.uui-text-style-link {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-form-checkbox-label {
  color: var(--untitled-ui--gray700);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-field-label {
  color: var(--untitled-ui--gray700);
  margin-bottom: .5rem;
  font-family: Manrope, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--elements-webflow-library--neutral--100);
  width: 40%;
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  background-color: #328290;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--spark-library--black);
  background-color: #0c83c4;
}

.uui-button-2:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-form_input {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  height: auto;
  min-height: 2.75rem;
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: Poppins, sans-serif;
  font-size: .9rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  color: var(--untitled-ui--gray900);
  border-color: #328290;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #3282901f;
}

.uui-form_input::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-form_input.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input.text-area:focus-visible, .uui-form_input.text-area[data-wf-focus-visible] {
  border-color: #328290;
}

.uui-form-checkbox-icon {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  cursor: pointer;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon:hover {
  background-color: var(--untitled-ui--primary50);
  border-color: #328290;
}

.uui-form-checkbox-icon.w--redirected-checked {
  background-color: var(--untitled-ui--primary50);
  box-shadow: none;
  background-image: url('../images/check-mark-svgrepo-com.svg');
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-width: 1px;
  border-color: #328290;
  border-radius: .25rem;
}

.uui-form-checkbox-icon.w--redirected-focus {
  background-color: var(--untitled-ui--primary50);
  box-shadow: 0 0 0 4px var(--untitled-ui--primary100);
  border-color: #328290;
  border-radius: .25rem;
}

.uui-form-field-wrapper {
  position: relative;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.success-message {
  background-color: #328290;
  padding: 1.5rem;
}

.success-text {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.error-text {
  color: #e23939;
}

.form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-section_contact04 {
  background-color: #ffffffeb;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.uui-contact04_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: block;
}

.uui-text-style-link-02 {
  color: #328290;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.uui-contact04_form-wrapper {
  flex-direction: column;
  align-items: stretch;
}

.uui-contact04_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 2rem;
  padding-bottom: 7rem;
}

.uui-form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.paragraph-13 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.text-block-15 {
  color: #328290;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.div-block-40 {
  text-align: center;
}

.heading-21 {
  color: #2193a7;
  font-family: Poppins, sans-serif;
}

.paragraph-14 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-contact07_map-wrapper {
  width: 100%;
  height: 500px;
  margin-top: 4rem;
  position: relative;
}

.uui-contact07_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-contact07_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-contact07_item {
  display: flex;
}

.uui-contact07_contact-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.uui-section_contact07 {
  background-color: var(--untitled-ui--gray50);
}

.icon-featured-large {
  width: 3rem;
  height: 3rem;
  color: var(--untitled-ui--primary600);
  background-color: #328290;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-padding-vertical-xhuge-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.form_checkbox-list {
  grid-column-gap: 1rem;
  grid-row-gap: .25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: .75rem;
  display: grid;
}

.form_checkbox-wrapper {
  align-items: center;
  display: flex;
}

.form_checkbox {
  cursor: pointer;
  background-color: #3635400a;
  border-width: .2rem;
  border-color: #3635401a;
  border-radius: .25rem;
  flex-direction: row;
  align-items: center;
  width: 1.4rem;
  height: 1.4rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .75rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox.w--redirected-checked {
  background-color: #328290;
  background-image: url('../images/cooler-check-icon-white.svg');
  background-size: 75% 75%;
  border: 0 #eee;
}

.form_checkbox-label {
  color: #272424b3;
  font-family: Poppins, sans-serif;
  font-size: .9rem;
  font-weight: 600;
}

.number-10 {
  z-index: 2;
  width: 104px;
  max-width: 100%;
  height: 116px;
  display: inline-block;
  position: relative;
  left: -35px;
  overflow: clip;
}

.blog5-articles-wrapper {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.blog5-article-cover {
  border-radius: 8px;
  width: 100%;
  height: 270px;
  margin-bottom: 20px;
}

.blog5-article-cover.blog5-article-image1 {
  background-image: url('../images/2149186526_1.webp');
  background-position: 50%;
  background-size: cover;
}

.blog5-article-cover.blog5-article-image1.sdb {
  background-image: url('../images/I72dFJRFT3k-1_1.webp');
}

.blog5-article-cover.blog5-article-image2 {
  background-image: url('../images/2149721881_1.webp');
  background-position: 0 0;
  background-size: cover;
}

.blog5-article-cover.blog5-article-image3 {
  background-image: url('../images/alarme.webp');
  background-position: 50%;
  background-size: cover;
}

.blog5-article-cover.blog5-article-image4 {
  background-image: url('../images/1000014225.webp');
  background-position: 50%;
  background-size: cover;
}

.bold-text {
  color: #2193a7;
  letter-spacing: 0;
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.link-3 {
  color: #858585;
  text-decoration: none;
}

.heading-22 {
  font-family: Manrope, sans-serif;
  font-weight: 800;
}

.bold-text-2, .heading-23, .heading-24 {
  font-family: Manrope, sans-serif;
}

.image-28 {
  border-radius: 8px;
}

.text-xl {
  font-family: Poppins, sans-serif;
  font-size: 17px;
  line-height: 150%;
}

.blog-hero-wrap {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-heading-left {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 180px;
  padding-bottom: 64px;
  display: flex;
  position: relative;
}

.blog-hero-text-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.container-8 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.blog-hero-text-block {
  color: #1570ef;
}

.section-7 {
  justify-content: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.container-9 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.blog-content-wrap {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.rich-text-block-2 {
  max-width: 950px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.heading-25 {
  color: #03838f;
  -webkit-text-stroke-width: 1px;
  font-family: Manrope, sans-serif;
  font-weight: 500;
}

.bold-text-3 {
  text-decoration-color: #03838f;
}

.link-4 {
  color: #03838f;
  text-decoration-color: #03838f;
}

.link-5 {
  text-decoration-color: #03838f;
}

.bold-text-4 {
  color: #03838f;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-blogpost01_author-wrapper, .uui-blogpost01_date-wrapper {
  align-items: center;
  display: flex;
}

.uui-text-divider {
  color: var(--untitled-ui--gray600);
  margin-left: .25rem;
  margin-right: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-blogpost01_author-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

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

.imgtext {
  background-color: #2a2a2a;
  padding: 50px 40px;
}

.imgtext.rouge {
  background-color: #2a7ec4;
  padding: 50px 40px;
}

.imgtext.droite {
  text-align: center;
  background-color: #f3f3f3;
  padding-left: 40px;
  padding-right: 40px;
}

.grid-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

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

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

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

.rt-component-section-10.rt-vision-section {
  padding: 0;
}

.rt-component-section-10.rt-icon-box-v-two {
  background-color: #121212;
  padding-top: 20px;
  padding-bottom: 20px;
}

.rt-service-one-scroll-bg-wrapper {
  background-image: linear-gradient(#191b1dbf, #191b1dbf), url('../images/home-three-section-eight--scroll-banner.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 2058px;
  background-attachment: scroll, fixed;
  border-radius: 10px;
  padding: 150px 15px 128px;
}

.rt-service-one-scroll-bg-wrapper.rt-background-dark-3 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/147842-1.webp');
}

.rt-hero-button-image {
  filter: invert();
}

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

.rt-hero-sub-heading.rt-header-font.rt-home-three-section-eight-subheading {
  text-align: center;
}

.rt-hero-sub-heading.rt-header-font.rt-home-three-section-eight-subheading.rt-text-white-4 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.rt-hero-button-icon-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  position: absolute;
  right: 5px;
}

.rt-home-three-scroll-subheading-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 52px;
  margin-bottom: 4px;
}

.rt-home-three-section-eight-line {
  background-color: #fff;
  width: 74px;
  height: 1px;
}

.rt-hero-button-text {
  z-index: 2;
  margin-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  font-weight: 700;
  position: relative;
}

.rt-home-three-section-eight-heading {
  color: #fff;
  text-align: center;
  max-width: 800px;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  line-height: 52px;
}

.rt-home-three-cta-button-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 40px;
}

.rt-home-three-scroll-wrapper {
  justify-content: flex-start;
  align-items: center;
}

.rt-button-five {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid var(--radiant-ui-components-library-marketplace--color--white);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 58px;
  padding: 8px 50px 8px 25px;
  display: flex;
  position: relative;
}

.rt-button-five.rt-banner-one-button {
  height: 58px;
}

.rt-hero-button-icon-two {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  width: 43px;
  height: 43px;
  margin-left: 10px;
  padding-right: 17px;
  display: flex;
}

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

.rt-category-cards-text-5 {
  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-5.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  font-family: Manrope, sans-serif;
}

.rt-text-light-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  font-family: Roboto, sans-serif;
}

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

.rt-text-black-4 {
  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-one-images {
  object-fit: cover;
}

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

.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: 0px;
  grid-row-gap: 0px;
  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: #fff;
  -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 {
  color: #fff;
  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-2 {
  text-transform: capitalize;
}

.rt-text-capitalize-2.rt-body-font-color-4 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.rt-text-capitalize-2.rt-text-black-4 {
  color: #328290;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.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-2 {
  width: 100%;
  height: 100%;
}

.spark-container-3 {
  max-width: 1570px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section-3 {
  width: 100%;
  padding: 80px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-3 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-3 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-3 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-3 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-3 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
}

.spark-section-3 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-3 p {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.spark-section-3 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-3 li {
  margin-bottom: .5rem;
}

.spark-flex-row-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row-3.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

.spark-flex-row-3.spark-5-spacing.spark-with-vertical-image {
  grid-column-gap: 10%;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.spark-flex-row-3.spark-wrapped {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.spark-small-icon-2 {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-small-icon-2.spark-primary-color {
  color: var(--spark-library--foreground-interactive);
}

.spark-hero-section-left-side-2 {
  width: 50%;
}

.spark-hero-sub-paragraph-2 {
  width: 100%;
  margin-bottom: 64px;
}

.spark-checked-item-2 {
  grid-column-gap: 16px;
  width: 100%;
  max-width: 80%;
  color: var(--spark-library--foreground-secondary);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spark-left-side-vertical-image {
  border-radius: 8px;
  flex: 0 auto;
  display: block;
}

.f-h3-heading-2 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  line-height: 1.2;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1570px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-button-secondary {
  min-height: 48px;
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border: 2px solid #328290;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s, border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #328290;
  transform: scale(1.1)translate(0, -5px);
}

.f-margin-bottom-17 {
  margin-bottom: 8px;
}

.f-margin-bottom-18 {
  margin-bottom: 16px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-image-cover-2 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.f-paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-button-neutral-2 {
  min-height: 48px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #3fe2fd;
  border: 2px solid #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 5px 2px #0003;
}

.f-button-neutral-2:hover {
  background-color: #328290;
  transform: translate(0, -5px)scale(1.1);
}

.f-heading-detail-small-2 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-grid-two-column-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-section-regular {
  padding: 72px 5%;
  position: relative;
}

.f-content-image-wrapper {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 430px;
  overflow: hidden;
}

.f-button-wrapper-2 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-heading-six-2 {
  color: #fff;
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-home-two-data-science-card {
  grid-column-gap: 19px;
  grid-row-gap: 20px;
  background-color: #fff0;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 29px;
  display: flex;
}

.rt-container-7 {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.rt-container-7.rt-service-one-support-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  max-width: 1570px;
  display: flex;
}

.image-30, .image-31, .image-32 {
  height: 100%;
}

.oij {
  color: #2a7ec4;
  text-align: center;
  text-underline-position: under;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 47px;
  -webkit-text-decoration: underline #f3f3f3;
  text-decoration: underline #f3f3f3;
}

.heading-26 {
  color: #000;
  text-align: center;
  text-underline-position: under;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 47px;
  -webkit-text-decoration: underline #f0f0f0;
  text-decoration: underline #f0f0f0;
  text-decoration-thickness: 2px;
}

.heading-27 {
  color: #000;
  text-underline-position: under;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 47px;
  -webkit-text-decoration: underline #2a7ec4;
  text-decoration: underline #2a7ec4;
}

.bold-text-5 {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

.paragraph-16 {
  text-align: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  line-height: 23px;
}

.bold-text-6 {
  color: #000;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.bold-text-6.jgjh {
  color: #fff;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
}

.paragraph-17 {
  text-align: left;
  font-family: Roboto, sans-serif;
  line-height: 30px;
}

.section-8 {
  background-color: #fff;
}

.image-33, .image-34, .image-35 {
  width: 75px;
  height: 75px;
}

.bold-text-9 {
  color: #17dcfd;
  font-family: Montserrat, sans-serif;
}

.div-block-41 {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

.div-block-42 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.div-block-43 {
  align-self: center;
}

.text-block-16 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.bold-text-10 {
  text-underline-position: under;
  -webkit-text-decoration: underline #0b6372;
  text-decoration: underline #0b6372;
  text-decoration-thickness: 1.5px;
}

.image-36, .image-37 {
  object-fit: cover;
}

.image-38 {
  aspect-ratio: auto;
  object-fit: cover;
}

.image-39 {
  height: 40px;
}

.rt-category-cards-text-6 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
}

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

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

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

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

.rt-home-one-progress-text-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-home-one-progress-main-heading {
  border-bottom: 1px solid var(--radiant-ui-components-library-marketplace--color--heading-dark);
  padding-bottom: 10px;
}

.rt-home-one-progress-text-item {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  background-color: #89b8ff;
  border-radius: 10px;
  padding: 20px 40px;
}

.rt-home-one-progress-text-item.rt-top-mergin {
  margin-top: -20px;
}

.rt-home-one-progress-text-item.rt-top-mergin.rt-change-color-one {
  background-color: #adceff;
}

.rt-home-one-progress-text-item.rt-top-mergin.rt-change-color-three {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-home-one-progress-text-item.rt-top-mergin.rt-change-color-two {
  background-color: #89b8ff;
}

.rt-home-one-progress-details {
  padding-top: 20px;
  overflow: hidden;
}

.rt-home-one-progress-paragraph {
  max-width: 415px;
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  padding-top: 10px;
}

.rt-home-one-progress-image-wrapper {
  position: relative;
}

.rt-home-one-progress-wrapper {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-home-one-progress-number-wrapper {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.rt-home-one-progress-image {
  padding-top: 60px;
  padding-left: 20px;
}

.rt-home-one-progress-heading {
  max-width: 479px;
  padding-bottom: 20px;
}

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

.rt-auto-fit-8.rt-radius-ten {
  border-radius: 10px;
}

.rt-auto-fit-8.rt-radius-ten.rt-position-relative-2 {
  z-index: 1;
  position: relative;
}

.rt-body-font-11 {
  letter-spacing: 0;
}

.rt-body-font-11.rt-change-style {
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 500;
}

.rt-home-one-progess-image-main {
  border-radius: 8px;
  overflow: hidden;
}

.rt-home-one-client-image-background {
  background-color: #d2efff;
  border-radius: 8px;
  position: absolute;
  inset: 0%;
  transform: rotate(-6.2deg);
}

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

.heading-29 {
  width: 75%;
  color: var(--black);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  line-height: 54px;
}

.paragraph-18 {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.paragraph-19 {
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.section-9 {
  background-color: #231f20;
}

.container-10 {
  color: #fff;
  max-width: 1570px;
  padding: 100px 20px;
}

.div-block-44 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 450px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-11 {
  max-width: 1570px;
  padding-bottom: 50px;
}

.heading-30 {
  font-family: Montserrat, sans-serif;
}

.image-40, .image-41, .image-42 {
  width: 200px;
}

.bold-text-11 {
  font-family: Montserrat, sans-serif;
}

.heading-31 {
  text-underline-position: under;
  -webkit-text-decoration: underline #116df8c9;
  text-decoration: underline #116df8c9;
  text-decoration-thickness: 3px;
}

.text-block-17 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.text-block-19 {
  color: #328290;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.div-block-45 {
  text-align: center;
}

.div-block-46 {
  padding: 80px 40px 40px;
}

.heading-32 {
  text-underline-position: auto;
  -webkit-text-decoration: underline #0091ad;
  text-decoration: underline #0091ad;
}

.brix---color-neutral-822 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-40px-8 {
  margin-bottom: 40px;
}

.brix---container-default-15 {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.brix---heading-h1-size-5 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 74px;
  font-weight: 700;
  line-height: 98px;
}

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

.brix---paragraph-default-10 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---button-row-left-7 {
  margin-right: 24px;
}

.brix---buttons-row-center-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---inner-container-574px---center-3 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.brix---bg-image-full-width-4 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---btn-primary-white-4 {
  background-color: var(--elements-webflow-library--neutral--100);
  color: #45b5c9;
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 20px;
  justify-content: center;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-4:hover {
  transform: scale(1.1)translate3d(0, -3px, .01px);
}

.brix---hero-card-bg-image-2 {
  background-image: linear-gradient(#0009, #0009);
  border-radius: 0;
  padding: 160px 40px;
  position: relative;
  overflow: hidden;
}

.brix---section-extra-small-2 {
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.f-h2-heading {
  color: #45b5c9;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  line-height: 1.2;
}

.f-container-regular-3 {
  width: 100%;
  max-width: 1570px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-margin-bottom-33 {
  margin-bottom: 12px;
}

.f-margin-bottom-34 {
  margin-bottom: 16px;
}

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

.f-paragraph-large-3 {
  letter-spacing: -.02em;
  font-size: 18px;
  line-height: 32px;
}

.f-paragraph-large-3.oijoi {
  color: #0d1b2a;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.f-section-large-2 {
  padding: 92px 5%;
  position: relative;
}

.f-button-neutral-3 {
  min-height: 48px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0d1b2a;
  border-radius: 50px;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s, background-color .3s;
  display: flex;
}

.f-button-neutral-3:hover {
  transform: translate(0, -5px)scale(1.1);
}

.f-button-neutral-3.hgf {
  background-color: #45b5c9;
}

.f-button-neutral-3.hgf.kjh {
  width: 250px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.f-heading-detail-small-3 {
  color: #0d1b2a;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-grid-two-column-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-content-image-wrapper-large {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 460px;
  overflow: hidden;
}

.f-button-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.brix---color-neutral-823 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-824 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---mg-bottom-2 {
  color: #f5f5f5;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}

.brix---container-default-16 {
  max-width: 1570px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-6 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 20px;
  padding-bottom: 20px;
}

.brix---heading-h2-size-10 {
  color: #45b5c9;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 50px;
}

.brix---heading-h3-size-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---card-content-center {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  text-align: left;
  background-color: #205367;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 30px;
  display: flex;
}

.brix---card-content-center.img {
  padding: 0;
  display: block;
}

.brix---card-content-center.klj {
  background-color: #45b5c9;
}

.rt-category-cards-text-7 {
  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-7.rt-margin-bottom-fifteen {
  color: #fff;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
}

.rt-category-cards-text-7.rt-margin-bottom-thirty {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  display: inline-block;
}

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

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

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

.rt-component-section-12.joj {
  background-color: #e6e8e9;
}

.rt-component-section-12.lkj {
  background-color: #0d1b2a;
}

.rt-component-section-12.jhghj {
  background-color: #fff;
}

.rt-no-margin-bottom {
  color: #0d1b2a;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.rt-no-margin-bottom.rt-home-three-service-description {
  color: #0d1b2a;
  flex: 1;
  max-width: 554px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.rt-home-three-service-heading {
  flex: 1;
  max-width: 650px;
}

.rt-service-card-text-wrapper {
  background-color: #205367;
  height: 100%;
  padding: 35px 40px 40px;
}

.rt-home-three-service-cards {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rt-tab-image-full-width {
  object-fit: cover;
}

.rt-service-card-image-wrapper {
  position: relative;
}

.rt-home-three-service-text-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  max-width: 1250px;
  margin-bottom: 60px;
}

.rt-tag-text {
  color: #ff5e14;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-weight: 600;
}

.rt-tag-text.rt-text-blue {
  color: #0d1b2a;
  letter-spacing: .5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.rt-home-three-service-card {
  background-color: #f5f5fb;
  border-radius: 10px;
  transition: box-shadow .3s;
  display: block;
  overflow: hidden;
}

.rt-home-three-service-card:hover {
  box-shadow: 0 8px 80px #dbdfffcc;
}

.rt-body-font-color-5 {
  color: #fcfafa;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  transition: color .35s;
}

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

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

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

.rt-first-picture {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.rt-left-wrap {
  flex: 0 47.8%;
  position: relative;
}

.rt-service-two-relaibility-box {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rt-last-image {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -158px;
  margin-left: 205px;
  display: flex;
}

.rt-second-picture {
  margin-top: -35px;
}

.rt-logis-paragraph {
  color: #666;
  max-width: 450px;
  margin-bottom: 30px;
}

.rt-logis-paragraph.rt-para-four {
  color: #666;
}

.rt-logis-paragraph.rt-para-four.rt-margin-top-thirty-2 {
  color: #e0e0e0;
  font-family: Poppins, sans-serif;
}

.rt-fifteen-text {
  color: #fff;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.rt-booking-main-wrap {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  display: flex;
}

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

.rt-excellence-headung-two {
  color: #fff;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.rt-booking-wrap {
  flex-flow: column;
}

.rt-main-box-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-text-service {
  padding-left: 15px;
}

.rt-right-wrap {
  max-width: 550px;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex: 0 41.89%;
}

.rt-padding-bottom-ten {
  color: #0d1b2a;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.rt-top-heading-block {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.rt-top-heading-block.rt-margin-top-twentyfive {
  color: #0d1b2a;
  margin-top: 25px;
}

.rt-home-two-about-list-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 2px solid #0d1b2a;
  padding-top: 38px;
  display: flex;
}

.rt-discover-line-link-fill {
  transform-origin: 0%;
  background-color: #1c1c1c;
  width: 0%;
  height: 100%;
}

.rt-discover-line-link-fill.rt-white-line {
  background-color: #fff;
}

.rt-discover-more-btn-block {
  display: flex;
}

.rt-discover-more-btn-block.rt-margin-top-twentyfive {
  margin-top: 25px;
}

.rt-home-two-about-us-block {
  border-top: 1px #979797;
  border-bottom: 1px #979797;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.rt-tag-v-twenty {
  color: #0d1b2a;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.rt-discover-more-arrow-img {
  margin-top: 9px;
  margin-left: 5px;
}

.rt-home-two-about-us-right {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex: 1;
  margin-top: 80px;
}

.rt-discover-line-link {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 4px;
}

.rt-discover-line-link.rt-dark-line {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-home-two-about-us-left {
  flex: 1;
  position: relative;
}

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

.rt-color-grey.rt-padding-bottom-fourty {
  color: #0d1b2a;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.rt-btn-text-block {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.rt-image-height-auto-3 {
  border-radius: 10px;
  height: auto;
}

.rt-image-height-auto-3.rt-absolute-img {
  position: absolute;
  inset: auto 12% 12% auto;
}

.rt-image-height-auto-3.rt-absolute-img.rt-home-two-about-img-two {
  bottom: -10%;
}

.rt-top-heading-hiphen-block {
  background-color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 35px;
  height: 2px;
}

.rt-discover-more-button {
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  padding-top: 4px;
  text-decoration: none;
  display: flex;
}

.rt-padding-bottom-fourty {
  padding-bottom: 40px;
}

.rt-heading-six-3 {
  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-heading-six-3.rt-margin-top-thirty.rt-margin-bottom-ten-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

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

.rt-text-center-4.rt-home-three-award-heading {
  color: #fff;
  text-align: left;
  font-family: Montserrat, sans-serif;
}

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

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

.rt-home-three-award-main-dot {
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.rt-home-three-award-sticky-box {
  width: 100%;
}

.rt-home-three-award-appere-line {
  transform-origin: 0%;
  background-color: #ececec;
  height: 1px;
  position: absolute;
  inset: 72px 0% auto;
}

.rt-home-three-award-appere-section {
  width: 100%;
  position: relative;
}

.rt-home-three-award-item {
  z-index: 1;
  position: relative;
}

.rt-home-three-award-dot {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.rt-home-three-award-content {
  color: #e0e0e0;
  max-width: 181px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.rt-container-11 {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.rt-container-11.rt-home-three-award-appere-container {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.rt-container-11.rt-home-three-award-container {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.rt-container-11.rt-home-three-award-container.poi {
  margin-bottom: 50px;
}

.brix---color-neutral-825 {
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.brix---cta-section-small {
  background-color: var(--elements-webflow-library--accent--primary-1);
  padding-top: 56px;
  padding-bottom: 56px;
  position: relative;
  overflow: hidden;
}

.brix---cta-section-small.kljlkj {
  background-color: #0d1b2a;
  background-image: linear-gradient(#0d1b2a87, #0d1b2a87), url('../images/pexels-pixabay-266604.webp');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.brix---cta-v20-left {
  align-items: center;
  display: flex;
}

.brix---grid-cta-v20 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: block;
}

.text-block-20 {
  color: #fffcfc;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 22px;
}

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

.grid-11 {
  grid-template-rows: auto;
  width: 100%;
}

.div-block-49 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-49.pokpo {
  border-right: 2px solid #45b5c9;
}

.div-block-50 {
  background-color: #45b5c9;
  border-radius: 35px;
  padding: 10px 20px;
  display: inline-block;
}

.text-block-21 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 25px;
}

.text-span {
  background-color: #45b5c9;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.text-span-2 {
  color: #0d1b2a;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-block-22 {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.code-embed-2 {
  width: 25px;
  height: 25px;
}

.code-embed-2.ljkh {
  margin-left: 10px;
}

.text-span-3 {
  color: #45b5c9;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.bold-text-12 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
}

.text-block-23 {
  color: #e0e0e0;
  font-family: Roboto, sans-serif;
}

.text-block-24 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.text-block-25 {
  color: #45b5c9;
  font-family: Montserrat, sans-serif;
  font-size: 150px;
  font-weight: 700;
  display: inline-block;
}

.spanxx {
  color: #45b5c9;
  font-size: 39px;
  font-weight: 800;
}

.heading-33 {
  color: #0d1b2a;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
}

.paragraph-20 {
  color: #0d1b2a;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.text-block-26 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.span1 {
  color: #45b5c9;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 800;
}

.image-45, .image-46 {
  width: 100px;
}

.poi {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.block-quote {
  font-size: 11px;
}

.heading-34 {
  font-size: 20px;
}

.bold-text-14 {
  font-weight: 500;
}

.image-47 {
  max-width: 80%;
}

.figure {
  text-align: center;
}

.bold-text-15 {
  font-family: Montserrat, sans-serif;
}

.paragraph-21 {
  font-weight: 400;
}

.hero-content-wrapper {
  z-index: 2;
  color: #fff;
  position: absolute;
  inset: 10% auto auto 5%;
}

.gallery_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: start stretch;
  position: relative;
  overflow: clip;
}

.hero-paragraph-wrapper {
  max-width: 450px;
}

.gallery_slide-nav {
  height: 1.75rem;
  margin-bottom: 2rem;
  font-size: .5rem;
}

.gallery-arrow-right {
  background-color: #2f7a89;
  border: 1px #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: transform .2s, filter .2s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 30%;
  right: 5%;
  overflow: visible;
}

.gallery-arrow-right:hover {
  filter: brightness(95%);
  transform: scale(1.05);
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.hero_header-left {
  color: #fff;
  text-align: left;
}

.container-hero {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-hero {
  padding-top: 0;
  padding-bottom: 0;
}

.gallery-arrow-animated-outline {
  z-index: 7;
  border: 2.5px dashed #eee1c1;
  border-radius: 400px;
  width: 55px;
  height: 55px;
  position: absolute;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.gallery_image-wrapper {
  border: 1px #000;
  border-radius: 0;
  height: 90vh;
  position: relative;
}

.gallery_image {
  object-fit: cover;
  border: .5rem #027a48;
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gallery_image.is-hero {
  filter: brightness(70%);
  object-fit: cover;
  border-radius: 0;
}

.gallery_mask {
  filter: brightness(91%);
  border: .5rem #000;
  border-radius: 0;
  position: static;
}

.gallery_arrow-icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.gallery_slide {
  filter: brightness(99%);
  border: .5rem #000;
  border-radius: 0;
}

.page-wrapper-3 {
  padding-top: 105px;
  overflow: clip;
}

.gallery-arrow-left {
  background-color: #2f7a89;
  border: 1px #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: transform .2s, filter .2s;
  display: flex;
  position: absolute;
  inset: auto 12% 30% auto;
  overflow: visible;
}

.gallery-arrow-left:hover {
  filter: brightness(95%);
  transform: scale(1.05);
}

.padding-global {
  padding-left: 0%;
  padding-right: 0%;
}

.gallery_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  position: static;
}

.section-hero {
  color: #000;
  overflow: hidden;
}

.paragraph-22 {
  color: var(--flowui-component-library--gray-100);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.paragraph-23 {
  color: #ebebeb;
  margin-top: 20px;
  font-size: 19px;
  line-height: 22px;
}

.text-block-27 {
  color: #fff;
  font-size: 17px;
}

.uui-text-align-center {
  text-align: center;
  padding-left: 4rem;
  padding-right: 4rem;
}

.uui-container-large-4 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-3 {
  padding-left: 0;
  padding-right: 0;
}

.uui-text-size-large-2 {
  width: 70%;
  color: var(--elements-webflow-library--neutral--100);
  letter-spacing: normal;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-cta09_component {
  background-color: #f9fafb00;
  background-image: linear-gradient(90deg, #153a50, #328290 56%, #46b7cb);
  border-radius: 0;
  padding: 4rem 0;
}

.uui-section_cta09 {
  background-color: var(--untitled-ui--white);
  position: relative;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-padding-vertical-xhuge-4 {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-36 {
  color: var(--elements-webflow-library--neutral--100);
  font-family: Manrope, sans-serif;
}

.main-wrapper-2 {
  background-color: #c9bbaa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  padding: 0 5%;
  display: flex;
}

.container-13 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.video-wrapper {
  cursor: pointer;
  border-radius: .3125rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.autoplay-code {
  display: none;
}

.video-thumbnail {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.thumbnail {
  z-index: -1;
  opacity: 1;
  width: 100%;
  height: 100%;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  transition: transform 1s cubic-bezier(.4, .01, .165, .99), opacity .7s cubic-bezier(.4, .01, .165, .99);
  position: absolute;
  inset: 0%;
}

.thumbnail:hover {
  opacity: .7;
}

.play-icon {
  color: #fff;
  width: 12%;
  position: relative;
}

.video-embed {
  z-index: 0;
  opacity: 0;
  background-image: none;
  position: relative;
}

.div-block-51 {
  margin-bottom: 20px;
}

.rt-category-cards-text-8 {
  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-8.rt-text-white-6, .rt-text-white-6 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

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

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

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

.rt-text-center-5 {
  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-detail-button-text {
  font-family: Poppins, sans-serif;
}

.rt-logo-white-image {
  object-fit: cover;
  overflow: visible;
}

.rt-about-two-expert-image {
  object-fit: cover;
  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;
  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 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  max-width: 535px;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex: 1;
}

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

.heading-37 {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 600;
}

.brix---color-accent-2 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-826 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-827 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-4 {
  margin-bottom: 16px;
}

.brix---mg-bottom-32px-2 {
  margin-bottom: 32px;
}

.brix---mg-bottom-48px-4 {
  margin-bottom: 48px;
}

.brix---display-4 {
  color: #1b4965;
  font-family: Manrope, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.brix---container-default-17 {
  max-width: 1570px;
  padding-left: 50px;
  padding-right: 50px;
}

.brix---section-7 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 90px;
  padding-bottom: 176px;
}

.brix---link-wrapper {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---heading-h2-size-11 {
  color: #1b4965;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 57px;
}

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

.brix---subtitle {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

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

.brix---link-content {
  color: var(--elements-webflow-library--neutral--600);
  text-decoration: none;
}

.brix---link-icon-right {
  margin-left: 6px;
}

.brix---paragraph-default-11 {
  color: #000;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 30px;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---grid-2-columns-text-left {
  grid-column-gap: 50px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix--grid-2-columns-text-right {
  grid-column-gap: 120px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---image-wrapper-br-24px-shadow {
  width: 400px;
  height: 400px;
  box-shadow: 0 14px 42px 0 var(--elements-webflow-library--general--shadow-04);
  border-radius: 24px;
  overflow: hidden;
}

.brix---inner-container-490px-center {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

.brix---grid-1-column-gap-row-64px {
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---inner-container-1000px-center {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.brix---color-neutral-828 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-40px-9 {
  margin-bottom: 40px;
}

.brix---buttons-row-5 {
  align-items: center;
  display: flex;
}

.brix---cta-section-2 {
  background-color: #dbe7f7;
  padding-top: 180px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.brix---paragraph-default-12 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---btn-primary-white {
  background-color: var(--elements-webflow-library--neutral--100);
  color: #000;
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 12px 38px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-white-4 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white-4:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---grid-cta-v4-2 {
  grid-column-gap: 50px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .86fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---cta-v5-floating-item-01 {
  position: absolute;
  inset: 0% auto auto -1%;
}

.brix---cta-v4-floating-item-02 {
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.italic-text {
  color: #1b4965;
  font-family: Roboto, sans-serif;
}

.heading-38 {
  color: #1b4965;
  text-align: center;
  font-family: Manrope, sans-serif;
}

.image-48 {
  height: 400px;
}

.heading-39 {
  color: #1b4965;
  font-family: Manrope, sans-serif;
}

.grid-13 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.div-block-52 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-49 {
  width: 25px;
}

.uhg {
  margin-bottom: 30px;
}

.uui-text-size-medium-2 {
  color: #133042;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

.uui-container-large-5 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-2.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-size-large-3 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-xxsmall-2 {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-medium-2 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-2.button-row-center {
  justify-content: center;
}

.uui-faq04_layout {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-faq04_accordion {
  border-bottom: 1px solid var(--untitled-ui--gray200);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq04_accordion.last-item {
  border-bottom-color: #0000;
}

.uui-faq04_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-faq04_answer {
  overflow: hidden;
}

.uui-faq04_component {
  margin-top: 4rem;
}

.uui-faq04_cta {
  background-color: var(--untitled-ui--gray50);
  border-radius: 1rem;
  margin-top: 4rem;
  padding: 2rem;
}

.uui-faq04_icon-wrapper {
  color: var(--untitled-ui--primary600);
}

.uui-avatar-group_item {
  border: 2px solid var(--untitled-ui--white);
  background-color: var(--untitled-ui--white);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.avatar-stack_component {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-bottom: 2rem;
  margin-right: 1rem;
  display: flex;
}

.uui-avatar-stack_item {
  border: 2px solid var(--untitled-ui--white);
  background-color: var(--untitled-ui--white);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.uui-avatar-stack_item.featured {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
}

.accordion-icon_component {
  border: 2px solid var(--untitled-ui--gray400);
  width: 1.5rem;
  height: 1.5rem;
  color: var(--untitled-ui--gray400);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.accordion-icon_vertical-line {
  background-color: var(--untitled-ui--gray400);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-icon_horizontal-line {
  background-color: var(--untitled-ui--gray400);
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-xsmall-3 {
  width: 100%;
  min-height: 1rem;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-space-xxsmall-2 {
  width: 100%;
  min-height: .5rem;
}

.uui-padding-vertical-xhuge-5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-faq04_heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.uui-faq01_list {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-faq01_answer {
  overflow: hidden;
}

.uui-faq01_accordion {
  border-bottom: 1px solid var(--untitled-ui--gray200);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq01_accordion.last-item {
  border-bottom-color: #0000;
}

.uui-faq01_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-faq01_icon-wrapper {
  color: var(--untitled-ui--primary600);
}

.uui-faq01_component {
  margin-top: 4rem;
}

.uui-faq01_cta {
  background-color: var(--untitled-ui--gray50);
  border-radius: 1rem;
  justify-content: center;
  margin-top: 4rem;
  padding: 2rem;
  display: flex;
}

.uui-faq01_heading {
  color: #000;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

.brix---color-neutral-829 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-830 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-40px-10 {
  margin-bottom: 40px;
}

.brix---mg-bottom-56px {
  margin-bottom: 56px;
}

.brix---mg-top-80px {
  margin-top: 80px;
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---input {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  min-height: 70px;
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---input:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---container-default-18 {
  max-width: 1570px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h1-size-6 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---grid-subscribe-form-button-left {
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
}

.brix---success-message {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

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

.brix---opacity-10-2 {
  opacity: .1;
}

.brix---icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.brix---icon-list {
  margin-right: 16px;
}

.brix---paragraph-default-13 {
  color: #000;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 30px;
}

.brix---floating-image-hero-v6---1 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: auto -12% 41% auto;
  transform: rotate(140deg);
}

.brix---text-200-list-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.brix---grid-3-icon-list {
  grid-column-gap: 56px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: grid;
}

.brix---section-hero-top-small {
  padding-top: 180px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.brix---inner-container-600px---center-5 {
  max-width: 1570px;
  margin-left: auto;
  margin-right: auto;
}

.brix---icon-success-message-left {
  margin-right: 10px;
}

.brix---flex-horizontal---vertical-mbp {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---color-neutral-831 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---btn-secondary-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-2:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-8 {
  margin-right: 24px;
}

.brix---buttons-row-center-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---inner-container-574px---center-4 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---section-hero-top-small-2 {
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section-10 {
  padding-top: 140px;
}

.container-15 {
  max-width: 1570px;
  padding: 0% 5%;
}

.heading-40 {
  color: #1b4965;
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 40px;
}

.div-block-54 {
  margin-bottom: 20px;
}

.brix---color-accent-3 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-832 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-5 {
  margin-bottom: 16px;
}

.brix---mg-bottom-32px-3 {
  margin-bottom: 32px;
}

.brix---mg-bottom-48px-5 {
  margin-bottom: 48px;
}

.brix---display-5 {
  color: #1b4965;
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.brix---section-8 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 0;
  padding-bottom: 60px;
}

.brix---link-wrapper-2 {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-2:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---heading-h2-size-12 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---subtitle-2 {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---link-content-2 {
  color: var(--elements-webflow-library--neutral--600);
  text-decoration: none;
}

.brix---link-icon-right-2 {
  margin-left: 6px;
}

.brix---text-200-bold-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---grid-2-columns-text-left-2 {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix--grid-2-columns-text-right-2 {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---image-wrapper-br-24px-shadow-2 {
  box-shadow: 0 14px 42px 0 var(--elements-webflow-library--general--shadow-04);
  border-radius: 0;
  overflow: hidden;
}

.brix---inner-container-490px-center-2 {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

.brix---grid-1-column-gap-row-64px-2 {
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---inner-container-1000px-center-2 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-24 {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 26px;
}

@media screen and (min-width: 1280px) {
  .rt-home-hero-counter-columns {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---container-default-2 {
    background-image: linear-gradient(90deg, #153a50, #328290 56%, #46b7cb);
  }

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

  .rt-home-four-tab-text-wrap {
    opacity: 1;
    margin-top: 22px;
  }

  .rt-home-four-tab-text-small {
    max-width: 140px;
  }

  .rt-home-four-tab-contain-wrap {
    background-image: none;
  }

  .rt-home-two-tab {
    grid-column-gap: 0px;
  }

  .rt-home-two-data-science-card {
    flex-direction: row;
  }

  .rt-container-7.rt-service-one-support-container {
    justify-content: space-between;
    align-items: center;
  }

  .rt-home-one-progress-wrapper {
    justify-content: center;
    align-items: center;
  }

  .rt-container-11.rt-home-three-award-appere-container {
    grid-column-gap: 160px;
    grid-row-gap: 160px;
    justify-content: flex-start;
  }

  .hero-content-wrapper {
    z-index: 1;
    color: #fff;
    position: absolute;
    top: 10%;
    left: 5%;
    right: auto;
  }

  .gallery_component {
    position: relative;
  }

  .gallery-arrow-right {
    background-color: #2f7a89;
    border-style: none;
    position: absolute;
    inset: auto 5% 30% auto;
  }

  .gallery-arrow-animated-outline {
    z-index: 6;
    width: 55px;
    height: 55px;
  }

  .gallery-arrow-left {
    z-index: 1;
    background-color: #2f7a89;
    border-style: none;
    position: absolute;
    inset: auto 11% 30% auto;
  }

  .gallery_slider {
    top: 92px;
  }

  .uui-text-size-large-2 {
    color: var(--elements-webflow-library--neutral--100);
    font-family: Roboto, sans-serif;
  }

  .uui-cta09_component {
    background-color: #f9fafb00;
    background-image: linear-gradient(90deg, #153a50, #328290 56%, #46b7cb);
    border-radius: 0;
  }

  .heading-36 {
    color: var(--elements-webflow-library--neutral--100);
    font-family: Manrope, sans-serif;
    font-weight: 600;
  }
}

@media screen and (min-width: 1440px) {
  .brix---grid-hero-v1 {
    grid-column-gap: 90px;
  }

  .rt-home-one-features-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-home-one-features-item {
    flex: none;
  }

  .rt-right-arrow-box {
    right: -1.5%;
  }

  .grid-footer-4-cols-v14 {
    grid-column-gap: 80px;
    grid-template-columns: .9fr auto auto auto;
  }

  .rt-precision-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---logo-strip-v2-wrapper {
    grid-column-gap: 46px;
  }

  .blog5-articles-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .rt-home-two-data-science-card {
    justify-content: flex-start;
    align-items: center;
  }

  .rt-container-7.rt-service-one-support-container {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .brix--grid-2-columns-text-right {
    grid-template-columns: .75fr .8fr;
  }
}

@media screen and (min-width: 1920px) {
  .brix---heading-h1-size {
    max-width: 900px;
    font-size: 63px;
    line-height: 72px;
  }

  .brix---paragraph-default {
    font-size: 22px;
    line-height: 34px;
  }

  .rt-slider-block {
    height: 23%;
  }

  .rt-slider-image {
    justify-content: center;
    align-items: flex-end;
    display: flex;
    position: relative;
  }

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

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

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

  .rt-advertise-image-wrapper {
    border-radius: 6px;
  }

  .rt-component-container-11.rt-full-container {
    max-width: none;
  }

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

  .rt-portfolio-two-work-image, .lightbox-link-10, .lightbox-link-11, .lightbox-link-12, .lightbox-link-13, .lightbox-link-14, .lightbox-link-15, .lightbox-link-16, .lightbox-link-17, .lightbox-link-18, .lightbox-link-19, .lightbox-link-20, .lightbox-link-21 {
    width: 100%;
  }

  .hero-paragraph-wrapper {
    max-width: 550px;
  }
}

@media screen and (max-width: 991px) {
  .spark-nav-link {
    color: #94c8f8;
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link:hover {
    opacity: 1;
    transform: none;
  }

  .spark-nav-link.spark-with-dropdown {
    margin-bottom: 0;
  }

  .spark-nav-link.wtf {
    color: #94c8f8;
  }

  .spark-nav-menu {
    z-index: 99;
    background-color: var(--spark-library--white);
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
    margin-top: 0;
    padding: 2rem 1rem 1rem;
  }

  .spark-line-3.spark-simple-line {
    background-color: var(--spark-library--white);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-1.spark-simple-line {
    background-color: var(--radiant-ui-components-library-marketplace--color--white);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button {
    background-color: #0000;
    padding-left: 18px;
  }

  .spark-simple-menu-button.w--open {
    background-color: #0000;
  }

  .spark-line-2.spark-simple-line {
    background-color: var(--spark-library--white);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-square-menu-inner {
    padding: 0;
  }

  .spark-square-menu-with-dropdowns {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-dropdown-list.w--open {
    position: relative;
  }

  .spark-full-width-mobile {
    width: 100%;
    margin-bottom: 1rem;
    display: block;
  }

  .brix---color-neutral-800 {
    text-align: center;
  }

  .brix---color-neutral-600 {
    text-align: left;
  }

  .brix---buttons-row {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    display: flex;
  }

  .brix---heading-h1-size {
    max-width: 600px;
    font-size: 48px;
    line-height: 60px;
  }

  .brix---section-hero-primary {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---section-hero-primary.v2 {
    padding-top: 130px;
  }

  .brix---paragraph-default {
    max-width: 600px;
  }

  .brix---paragraph-default.v2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---grid-hero-v1 {
    grid-column-gap: 80px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .brix---floating-image-hero-v1---1 {
    bottom: -14%;
    left: -42%;
  }

  .brix---floating-image-hero-v1---2 {
    top: 24%;
    right: -30%;
  }

  .sysf-button.sysf-medium {
    font-size: 16px;
  }

  .div-block {
    text-align: left;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .rt-counter-grid {
    margin-top: 50px;
  }

  .rt-counter-box-2 {
    height: 100px;
  }

  .rt-counter-box-2.rt-heading-two-box {
    height: 45px;
  }

  .rt-counter-2 {
    font-size: 45px;
    line-height: 45px;
  }

  .rt-counter-design-image {
    top: -21%;
  }

  .rt-home-two-team-counter-wrapper {
    margin-bottom: 0;
  }

  .rt-home-hero-counter-columns {
    padding: 25px 30px;
  }

  .rt-counter-items-name {
    max-width: none;
    font-size: 14px;
    line-height: 24px;
  }

  .rt-counter-items-name.rt-margin-top-ten {
    font-size: 23px;
  }

  .heading {
    font-size: 46px;
  }

  .paragraph {
    font-size: 18px;
  }

  .brix---buttons-row-2 {
    display: block;
  }

  .brix---buttons-row-2.tabl {
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    display: none;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---cta-section {
    padding-top: 112px;
    padding-bottom: 0;
  }

  .brix---grid-cta-v4 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section {
    padding-top: 40px;
    padding-bottom: 118px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-3-columns-2 {
    grid-template-columns: 1fr 1fr;
    overflow: visible;
  }

  .brix---heading-h2-size-4 {
    font-size: 30px;
    line-height: 46px;
  }

  .rt-home-one-features-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .rt-home-one-features-item {
    padding: 30px 25px 22px;
  }

  .rt-number-text-block {
    font-size: 3rem;
  }

  .rt-left-arrow-box, .rt-right-arrow-box {
    bottom: 9%;
  }

  .rt-slider-block {
    height: 22%;
  }

  .rt-comment-text {
    padding-left: 23%;
    font-size: 1rem;
  }

  .sysf-button-2.sysf-medium {
    font-size: 16px;
  }

  .brix---container-default-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---heading-h2-size-5 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---cta-card {
    padding: 72px 54px;
  }

  .brix---section-small {
    padding-top: 80px;
    padding-bottom: 1px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---section-2 {
    padding: 60px 20px 118px;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-3-columns---1-col-t {
    grid-template-columns: 1fr;
  }

  .rt-about-one-portfolio-main {
    grid-template-columns: 1fr 1fr;
  }

  .rt-responsive-full-width-2 {
    width: 100%;
  }

  .bg-text {
    font-size: 180px;
  }

  .rt-autofit-4.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-overflow-off-2.rt-change-margin {
    width: 80%;
    height: 80%;
  }

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

  .rt-home-three-benefits-image.lkj {
    display: none;
  }

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

  .grid-footer-4-cols-v14 {
    grid-column-gap: 60px;
    grid-row-gap: 50px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    place-content: stretch flex-start;
    align-items: center;
    display: flex;
  }

  .brix---paragraph-default-5 {
    text-align: center;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .brix---footer-top-border-bottom {
    text-align: left;
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .brix---social-media-grid-left {
    float: none;
    grid-column-gap: 10px;
    text-align: center;
    justify-content: center;
    place-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---footer-bottom-v14 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .div-block-11 {
    margin-bottom: 10px;
  }

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

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

  .spark-section {
    padding-top: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-section h2 {
    text-align: center;
  }

  .spark-section p {
    text-align: center;
    font-size: 21px;
  }

  .spark-max-width-600.iuh {
    order: 1;
    max-width: 750px;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .rt-advertise-image-wrapper.rt-position-relative.rt-overflow-hidden {
    align-self: center;
    width: 80%;
    max-width: 100%;
  }

  .rt-advertise-content-text-wrapper {
    max-width: none;
  }

  .rt-advertise-content-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h2-size-6 {
    font-size: 30px;
    line-height: 46px;
  }

  .container-4 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-block {
    display: none;
  }

  .gallery-block.respon {
    margin-bottom: 40px;
    display: block;
    position: relative;
    top: auto;
  }

  .rt-precision-card-body-icon-column {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rt-precision-card-body-row {
    align-items: stretch;
  }

  .rt-precision-card {
    margin-top: 7px;
    margin-bottom: 7px;
    margin-right: 0;
  }

  .rt-precision-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: stretch start;
  }

  .brix---cta-bg-overlay {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .brix---grid-cta-v10 {
    grid-template-columns: .78fr;
  }

  .brix---container-default-9 {
    text-align: left;
  }

  .brix---heading-h2-size-7 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h4-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 24px;
    text-align: center;
    grid-template-columns: .7fr;
    place-content: center;
    place-items: start center;
  }

  .brix---buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .brix---slider-mask-width-390px {
    position: static;
  }

  .brix---section-overflow-hidden {
    padding-top: 60px;
    padding-bottom: 118px;
  }

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

  .heading-7 {
    max-width: 80%;
  }

  .rt-home-two-tabs-menu {
    padding-top: 20px;
  }

  .rt-home-four-tab-contain-wrap {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
  }

  .rt-home-two-tab {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .rt-home-two-facilities-text-wrap {
    max-width: none;
    position: static;
    top: 60%;
  }

  .brix---heading-h1-size-3 {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    font-size: 38px;
    line-height: 60px;
  }

  .brix---paragraph-default-7 {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---hero-bg-image-dark {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .spark-section-2 {
    padding: 104px 32px 80px;
  }

  .spark-flex-row-2.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark-flex-row-2.spark-5-spacing.spark-flipped-row {
    flex-flow: column;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-hero-section-left-side {
    text-align: center;
    order: 1;
    align-self: auto;
    width: 100%;
  }

  .spark-button {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---section-4 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h3-size-3 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---slider-mask {
    position: static;
  }

  .brix---card-testimonial-v6 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 40px;
  }

  .brix---section-5 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h3-size-4 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .div-block-25 {
    text-align: center;
    align-self: auto;
  }

  .div-block-26, .div-block-27, .div-block-28 {
    text-align: center;
  }

  .hide-tablet {
    display: none;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader03_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-heroheader03_content {
    margin-right: 0;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .brix---section-small-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---grid-logo-stripe-v2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .brix---logo-strip-v2-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    justify-content: center;
  }

  .rt-home-one-our-service-heading {
    max-width: none;
  }

  .rt-home-one-service-top-wrap {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rt-small-counter-text {
    font-size: 25px;
    line-height: 30px;
  }

  .rt-home-one-service-grid {
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-top: 24px;
  }

  .rt-counter.rt-heading-three-counter {
    height: 30px;
  }

  .rt-home-one-our-service-top-right-block {
    max-width: none;
  }

  .rt-home-three-about-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 15px;
    padding-right: 15px;
    display: grid;
  }

  .rt-home-three-about-view-button-wrapper, .rt-home-three-about-image-merquee-wrapper {
    display: none;
  }

  .rt-home-three-about-box.rt-padding-top-eighty, .rt-home-three-about-box.rt-padding-top-fourty {
    margin-top: 0;
  }

  .section-3 {
    padding-top: 80px;
  }

  ._4-col {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  ._4-col._4-col-last {
    margin-bottom: 0;
    margin-right: auto;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w50 {
    width: 100%;
  }

  .headline-6-col {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .rt-portfolio-two-work-image {
    max-width: 100%;
  }

  .rt-portfolio-two-work-tab-content, .rt-portfolio-two-work-block {
    width: 100%;
  }

  .div-block-37 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-38 {
    padding-left: 20px;
  }

  .heading-20 {
    font-size: 30px;
  }

  .paragraph-12 {
    font-size: 16px;
  }

  .uui-contact04_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-contact07_map-wrapper {
    height: 30rem;
  }

  .uui-contact07_component {
    grid-column-gap: 3rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .blog5-articles-wrapper {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .blog5-article-wrapper {
    text-align: center;
    width: 300px;
    margin-bottom: 20px;
  }

  .bold-text-2, .heading-23, .heading-24 {
    font-size: 22px;
  }

  .blog-hero-wrap {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-heading-left {
    padding-top: 90px;
    padding-bottom: 64px;
  }

  .blog-hero-text-wrap {
    align-items: stretch;
  }

  .container-8 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-7 {
    padding-top: 0;
  }

  .container-9 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .rich-text-block-2 {
    text-align: left;
  }

  .rt-service-one-scroll-bg-wrapper {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .rt-home-three-scroll-subheading-wrapper {
    margin-top: 32px;
    margin-bottom: 0;
  }

  .rt-home-three-section-eight-heading {
    max-width: 100%;
  }

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

  .spark-section-3 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-flex-row-3.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark-flex-row-3.spark-5-spacing.spark-with-vertical-image {
    grid-row-gap: 64px;
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: flex-start;
  }

  .spark-hero-section-left-side-2 {
    width: 100%;
  }

  .spark-left-side-vertical-image {
    flex: 0 auto;
    position: relative;
  }

  .f-grid-two-column-2 {
    grid-template-columns: 1fr;
  }

  .f-content-image-wrapper {
    max-width: 100%;
  }

  .rt-heading-six-2 {
    text-align: center;
  }

  .rt-home-two-data-science-card {
    padding-right: 10px;
  }

  .rt-container-7.rt-service-one-support-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .rt-home-one-progress-text-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

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

  .rt-home-one-progress-text-item {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-home-one-progress-text-item.rt-top-mergin {
    margin-top: 0;
  }

  .rt-home-one-progress-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .rt-home-one-progress-text-wrapper {
    width: 100%;
  }

  .rt-home-one-progress-image {
    padding-top: 0;
    padding-left: 0;
  }

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

  .rt-auto-fit-8.rt-radius-ten.rt-position-relative-2.rt-responsive-image-full-width {
    width: 100%;
    height: 100%;
  }

  .rt-home-one-client-image-background {
    display: none;
  }

  .container-11 {
    padding-bottom: 0;
  }

  .div-block-47 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---heading-h1-size-5 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---btn-primary-white-4 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---hero-card-bg-image-2 {
    padding-top: 148px;
    padding-bottom: 148px;
  }

  .brix---section-extra-small-2 {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .f-grid-two-column-3 {
    grid-template-columns: 1fr;
  }

  .f-content-image-wrapper-large {
    max-width: 100%;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .brix---section-6 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-10 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size-5 {
    font-size: 22px;
    line-height: 32px;
  }

  .rt-no-margin-bottom.rt-home-three-service-description, .rt-home-three-service-heading {
    max-width: none;
  }

  .rt-service-card-text-wrapper {
    padding: 20px 20px 30px;
  }

  .rt-home-three-service-cards {
    grid-template-columns: 1fr 1fr;
  }

  .rt-tab-image-full-width {
    width: 100%;
    height: auto;
  }

  .rt-home-three-service-text-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    margin-bottom: 35px;
  }

  .rt-first-picture {
    justify-content: center;
    align-items: center;
  }

  .rt-last-image {
    margin-left: 47px;
  }

  .rt-logis-paragraph {
    max-width: none;
  }

  .rt-booking-main-wrap {
    flex-flow: column;
  }

  .rt-main-box-wrapper {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .rt-text-service {
    padding-left: 0;
  }

  .rt-right-wrap {
    max-width: none;
  }

  .rt-home-two-about-us-block {
    padding-bottom: 0;
    display: block;
  }

  .rt-home-two-about-us-right {
    margin-top: 180px;
  }

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

  .rt-image-height-auto-3.rt-absolute-img {
    bottom: -10%;
    right: 5%;
  }

  .rt-image-height-auto-3.rt-absolute-img.rt-home-two-about-img-two {
    bottom: -35%;
  }

  .rt-home-three-award-sticky-box {
    position: static;
  }

  .rt-home-three-award-appere-line {
    display: block;
  }

  .rt-container-11.rt-home-three-award-appere-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .brix---grid-cta-v20 {
    grid-template-columns: 1fr;
  }

  .hero-content-wrapper {
    left: 5%;
  }

  .page-wrapper-3 {
    padding-top: 75px;
  }

  .gallery-arrow-left {
    right: 14%;
  }

  .text-block-27 {
    color: #94c8f8;
  }

  .uui-text-size-large-2 {
    width: 100%;
  }

  .uui-cta09_component {
    padding: 3rem;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .main-wrapper-2 {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container-13 {
    width: 100%;
  }

  .play-icon {
    width: 8rem;
  }

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

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

  .rt-about-two-expert-image {
    width: 100%;
  }

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

  .brix---mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 40px;
  }

  .brix---display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---section-7 {
    padding-top: 80px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-11 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h2-size-11.hh {
    text-align: center;
    font-size: 36px;
  }

  .brix---image {
    margin-left: auto;
    margin-right: auto;
  }

  .brix---link-content {
    text-align: center;
  }

  .brix---grid-2-columns-text-left {
    grid-row-gap: 48px;
    text-align: center;
    grid-template-columns: 1fr;
    place-items: start center;
  }

  .brix--grid-2-columns-text-right {
    grid-row-gap: 48px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .brix---image-wrapper-br-24px-shadow {
    text-align: left;
  }

  .brix---buttons-row-5 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .brix---cta-section-2 {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .brix---paragraph-default-12 {
    text-align: center;
  }

  .brix---btn-primary-white {
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-cta-v4-2 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .brix---cta-v5-floating-item-01 {
    width: 40%;
    display: none;
  }

  .brix---cta-v4-floating-item-02 {
    width: 70%;
  }

  .grid-13 {
    justify-items: center;
  }

  .uui-faq04_layout {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .div-block-53 {
    text-align: center;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 48px;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-6 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---floating-image-hero-v6---1 {
    top: 24%;
    right: -30%;
  }

  .brix---grid-3-icon-list {
    grid-row-gap: 16px;
    grid-template-columns: auto;
  }

  .brix---section-hero-top-small, .brix---section-hero-top-small-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---mg-bottom-32px-3 {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-48px-5 {
    margin-bottom: 40px;
  }

  .brix---display-5 {
    font-size: 26px;
    line-height: 38px;
  }

  .brix---section-8 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-12 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-2-columns-text-left-2, .brix--grid-2-columns-text-right-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .spark-nav-link {
    color: #94c8f8;
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-nav-link:hover {
    opacity: 100;
    transform: none;
  }

  .spark-nav-menu {
    max-height: 90vh;
    overflow: scroll;
  }

  .spark-square-menu-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-square-menu-with-dropdowns {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---color-neutral-800 {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---btn-secondary {
    padding: 12px 18px;
    font-size: 17px;
  }

  .brix---btn-secondary.ljk {
    margin-bottom: 20px;
  }

  .brix---heading-h1-size {
    max-width: 600px;
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---section-hero-primary {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---paragraph-default {
    max-width: 500px;
  }

  .brix---paragraph-default.v2.jk.lkj {
    max-width: 90%;
  }

  .brix---grid-hero-v1 {
    grid-template-columns: 1fr;
  }

  .brix---floating-image-hero-v1---1 {
    max-width: 500px;
  }

  .brix---floating-image-hero-v1---2 {
    max-width: 480px;
  }

  .body {
    background-color: #fff;
  }

  .sysf-button.sysf-medium.sysf-secondary.hkg {
    border: 1px solid #000;
  }

  .sysf-button.sysf-medium.sysf-outline {
    padding: 12px 18px;
  }

  .sysf-button-text-2 {
    font-size: 17px;
  }

  .rt-counter-train-2 {
    font-size: 30px;
  }

  .rt-counter-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
  }

  .rt-counter-box-2 {
    height: 70px;
  }

  .rt-counter-box-2.rt-heading-two-box {
    height: 35px;
    overflow: hidden;
  }

  .rt-counter-2 {
    font-size: 45px;
    line-height: 45px;
  }

  .rt-counter-design-image {
    display: none;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---container-default-2 {
    padding-bottom: 50px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---cta-section {
    padding-top: 96px;
    padding-bottom: 0;
  }

  .brix---paragraph-default-2 {
    font-size: 16px;
  }

  .brix---btn-secondary-white {
    padding: 12px 18px;
  }

  .brix---grid-cta-v4 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .div-block-3 {
    top: -14%;
  }

  .text-block-2 {
    text-align: center;
    margin-bottom: 20px;
  }

  .brix---card._2 {
    top: auto;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---section {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .brix---content-inside-card-v9 {
    padding: 32px 32px 40px;
  }

  .brix---grid-3-columns-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .rt-home-one-features-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    display: grid;
  }

  .rt-home-one-features-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 21px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-home-one-features-item.o {
    border-right-style: none;
  }

  .rt-home-one-features-item._4 {
    border-bottom-style: none;
  }

  .rt-home-one-features-item._4.ii.tab {
    border-bottom-style: solid;
  }

  .rt-home-one-features-item.ii.tab {
    border-right-width: 0;
  }

  .rt-testimonial-main-block-one {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .rt-slider-text {
    padding-top: 2rem;
  }

  .rt-left-arrow-box, .rt-right-arrow-box {
    width: 4rem;
    height: 4rem;
    bottom: 15%;
  }

  .rt-slider-image {
    background-position: 50% 0;
    width: 100%;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .rt-name-text-block {
    margin-left: 0%;
  }

  .rt-number-box {
    display: none;
  }

  .rt-slider-main-box {
    display: block;
  }

  .rt-comment-text {
    padding-left: 24%;
  }

  .div-block-9.gfc {
    margin-top: 0;
  }

  .brix---mg-bottom-40px-3 {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size-5 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---cta-card {
    padding: 56px 40px;
  }

  .brix---section-small {
    padding-top: 72px;
    padding-bottom: 0;
  }

  .brix---button-row-left-3 {
    margin-right: 16px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---content-inside-card {
    padding: 32px 32px 40px;
  }

  .brix---grid-3-columns---1-col-t {
    grid-template-columns: 1fr;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .image-11 {
    width: 75px;
  }

  .rt-autofit-2.rt-responsive-full-width-2 {
    height: auto;
  }

  .rt-about-one-portfolio-main {
    grid-template-columns: 1fr;
  }

  .bg-text {
    font-size: 150px;
  }

  .bg-text.v2 {
    font-size: 80px;
  }

  .text-block-5 {
    width: auto;
    max-width: 700px;
    font-size: 44px;
  }

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

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

  .brix---mg-bottom-40px-4 {
    margin-bottom: 24px;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

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

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---footer-top-border-bottom {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .text-block-8 {
    overflow: visible;
  }

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

  .spark-container {
    width: 100%;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-5-spacing {
    grid-column-gap: 1%;
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-secondary-paragraph {
    margin-bottom: 32px;
  }

  .spark-three-image-grid {
    place-items: center stretch;
    width: 100%;
    position: relative;
  }

  .rt-advertise-image-wrapper.rt-position-relative.rt-overflow-hidden {
    max-width: 100%;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---heading-h2-size-6 {
    font-size: 28px;
    line-height: 40px;
  }

  .gallery-overview {
    padding: 60px 15px;
  }

  .gallery-block.respon {
    text-align: center;
  }

  .rt-precision-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .brix---cta-bg-overlay {
    min-height: 44vh;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .brix---grid-cta-v10 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-7 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .brix---grid-top---text-2-buttons {
    grid-template-columns: .9fr;
  }

  .brix---btn-slider-arrow-right---testimonial-v12 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto 36% -104px auto;
  }

  .brix---btn-slider-arrow-left---testimonial-v12 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto auto -104px 36%;
  }

  .brix---section-overflow-hidden {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .cuisine.jk {
    text-align: left;
  }

  .rt-home-four-tab-text-wrap {
    opacity: 0;
  }

  .rt-home-two-counter-wrap {
    height: 6.5rem;
  }

  .rt-home-two-tab-large-text {
    font-size: 7rem;
    line-height: 7.62rem;
  }

  .rt-tag-text-2 {
    letter-spacing: .1rem;
    font-size: .7rem;
  }

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

  .brix---mg-bottom-40px-6 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-3 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---hero-bg-image-dark {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .brix---btn-secondary-white-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .div-block-19 {
    width: auto;
    max-width: 800px;
  }

  .spark-container-2 {
    width: 100%;
  }

  .spark-section-2 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-flex-row-2 {
    flex-direction: column;
  }

  .spark-flex-row-2.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-flex-row-2.spark-5-spacing.spark-flipped-row {
    flex-direction: column-reverse;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 8px;
  }

  .brix---section-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---card-testimonial-v6 {
    padding: 44px 32px;
  }

  .brix---avatar-circle-05-border {
    width: 80px;
    max-width: 80px;
    height: 80px;
    max-height: 80px;
  }

  .brix---btn-slider-arrow-right---testimonial-v6 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto 36% -86px auto;
  }

  .brix---btn-slider-arrow-left---testimonial-v6 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto auto -86px 36%;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---section-5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-heroheader03_image {
    border-top-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
    height: 22rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-10 {
    font-size: 54px;
  }

  .brix---section-small-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---text-300-bold-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---grid-logo-stripe-v2 {
    grid-template-columns: 1fr;
  }

  .brix---logo-strip-v2-wrapper {
    grid-row-gap: 30px;
  }

  .rt-short-header {
    margin-left: auto;
    margin-right: auto;
  }

  .rt-home-one-service-grid {
    grid-template-columns: 1fr;
  }

  .rt-home-one-our-service-top-left-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-home-three-about-main {
    grid-template-columns: 1fr;
  }

  .rt-auto-fit-5.rt-landskape-image-full-width {
    width: 100%;
    height: 100%;
  }

  .rt-margin-top-twenty-five {
    text-align: center;
  }

  .grid-6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-3 {
    padding-top: 50px;
  }

  ._4-col {
    text-align: left;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-portfolio-two-card-wrap {
    grid-template-columns: 1fr;
  }

  .grid-7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-content: stretch center;
    place-items: center;
  }

  .div-block-34 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .div-block-36 {
    width: 100%;
  }

  .div-block-37 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-5 {
    padding-top: 120px;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-contact04_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .paragraph-13 {
    font-size: 15px;
  }

  .div-block-40 {
    margin-bottom: 40px;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-contact07_map-wrapper {
    height: 25rem;
    margin-top: 3rem;
  }

  .uui-contact07_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-contact07_contact-list {
    grid-row-gap: 2.5rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .blog5-articles-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .blog5-article-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .text-xl {
    font-size: 18px;
  }

  .hero-heading-left {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container-8, .container-9 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .uui-blogpost01_author-heading {
    font-size: 1rem;
  }

  .imgtext.rouge {
    padding-left: 20px;
    padding-right: 20px;
  }

  .imgtext.droite {
    display: block;
  }

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

  .rt-home-three-scroll-subheading-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .spark-container-3 {
    width: 100%;
  }

  .spark-section-3 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-flex-row-3 {
    flex-direction: column;
  }

  .spark-flex-row-3.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-flex-row-3.spark-5-spacing.spark-with-vertical-image {
    flex-direction: column-reverse;
  }

  .spark-flex-row-3.spark-wrapped {
    align-items: flex-start;
  }

  .spark-hero-section-left-side-2 {
    order: 9999;
    width: 100%;
  }

  .spark-hero-sub-paragraph-2 {
    margin-bottom: 32px;
  }

  .spark-left-side-vertical-image {
    width: 100%;
    max-width: 100%;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .rt-container-7.rt-service-one-support-container {
    flex-flow: column;
  }

  .image-31 {
    object-fit: fill;
  }

  .paragraph-16 {
    width: 80%;
  }

  .heading-29 {
    width: 100%;
  }

  .container-10 {
    padding-top: 50px;
  }

  .div-block-46 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-32 {
    margin-bottom: 30px;
  }

  .brix---mg-bottom-40px-8 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-5 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---button-row-left-7 {
    margin-right: 16px;
  }

  .brix---btn-primary-white-4 {
    padding: 10px 16px;
    font-size: 17px;
  }

  .brix---hero-card-bg-image-2 {
    padding-top: 80px;
    padding-bottom: 116px;
  }

  .brix---section-extra-small-2 {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .f-h2-heading {
    font-size: 44px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .brix---section-6 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-10 {
    font-size: 28px;
    line-height: 40px;
  }

  .rt-component-section-12.joj {
    padding-top: 60px;
  }

  .rt-component-section-12.jhghj {
    padding-top: 40px;
  }

  .rt-home-three-service-cards {
    grid-template-columns: 1fr;
  }

  .rt-service-card-image-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .rt-first-picture {
    flex-flow: column;
  }

  .rt-last-image {
    margin-top: 20px;
    margin-left: 0;
  }

  .rt-second-picture {
    margin-top: 20px;
  }

  .rt-logis-paragraph {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.625rem;
  }

  .rt-logis-paragraph.rt-para-four {
    margin-bottom: 30px;
  }

  .rt-booking-main-wrap {
    flex-flow: column;
  }

  .rt-home-two-about-us-block {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: column;
    display: flex;
  }

  .rt-home-two-about-us-right {
    margin-top: 40px;
  }

  .rt-home-two-about-us-left {
    text-align: center;
    order: 9999;
    align-self: auto;
    max-width: 100%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .rt-image-height-auto-3.rt-absolute-img {
    bottom: 0%;
  }

  .rt-image-height-auto-3.rt-absolute-img.rt-home-two-about-img-two {
    display: none;
  }

  .rt-image-height-auto-3.rt-width-hundred {
    width: 50%;
    height: 50%;
  }

  .rt-home-three-award-appere-line {
    display: none;
  }

  .rt-home-three-award-content {
    max-width: 100%;
  }

  .rt-container-11.rt-home-three-award-appere-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .brix---grid-cta-v20 {
    grid-template-columns: 1fr;
  }

  .poi {
    font-size: 2.8rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-medium.jhg {
    padding-top: 2.3rem;
  }

  .hero_header-left {
    max-width: 550px;
  }

  .padding-section-hero {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .gallery-arrow-animated-outline {
    width: 60px;
    height: 60px;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-small.kjh {
    padding-top: 2.2rem;
  }

  .gallery_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .page-wrapper-3 {
    padding-top: 40px;
  }

  .gallery-arrow-left {
    right: 18%;
  }

  .uui-text-align-center {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-page-padding-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-cta09_component {
    padding: 2.5rem 1.5rem;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .play-icon {
    width: 5rem;
  }

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

  .brix---mg-bottom-16px-4 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 32px;
  }

  .brix---display-4 {
    font-size: 24px;
    line-height: 32px;
  }

  .brix---section-7 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-11 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---grid-2-columns-text-left, .brix--grid-2-columns-text-right {
    grid-template-columns: 1fr;
  }

  .brix---image-wrapper-br-24px-shadow {
    box-shadow: 0 4px 22px 0 var(--elements-webflow-library--general--shadow-04);
    border-radius: 14px;
  }

  .brix---mg-bottom-40px-9 {
    margin-bottom: 24px;
  }

  .brix---cta-section-2 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

  .brix---btn-secondary-white-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---grid-cta-v4-2 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .image-48 {
    height: 250px;
  }

  .heading-39 {
    font-size: 20px;
  }

  .heading-39.h44 {
    color: #4ea6dd;
    font-size: 16px;
  }

  .uui-page-padding-4 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button-row-2.button-row-center.is-reverse-mobile-landscape, .uui-button-row-2.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-faq04_layout {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .uui-faq04_list.first-col {
    border-bottom: 1px solid var(--untitled-ui--gray200);
  }

  .uui-faq04_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-faq04_component {
    margin-top: 3rem;
  }

  .uui-faq04_cta {
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .avatar-stack_component {
    margin-bottom: 1.5rem;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-space-xsmall-3 {
    min-height: .75rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .uui-faq01_component {
    margin-top: 3rem;
  }

  .uui-faq01_cta {
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container-14 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .brix---mg-bottom-40px-10 {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 40px;
  }

  .brix---mg-top-80px {
    margin-top: 64px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---heading-h1-size-6 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---floating-image-hero-v6---1 {
    max-width: 480px;
  }

  .brix---text-200-list-bold {
    font-size: 16px;
  }

  .brix---grid-3-icon-list {
    grid-row-gap: 18px;
    grid-template-columns: auto;
  }

  .brix---section-hero-top-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-secondary-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---button-row-left-8 {
    margin-right: 16px;
  }

  .brix---section-hero-top-small-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---mg-bottom-16px-5 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-5 {
    margin-bottom: 32px;
  }

  .brix---display-5 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---section-8 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-12 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---subtitle-2 {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---link-icon-right-2 {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---grid-2-columns-text-left-2, .brix--grid-2-columns-text-right-2 {
    grid-template-columns: 1fr;
  }

  .brix---image-wrapper-br-24px-shadow-2 {
    box-shadow: 0 4px 22px 0 var(--elements-webflow-library--general--shadow-04);
    border-radius: 14px;
  }
}

@media screen and (max-width: 479px) {
  .spark-nav-link {
    margin-bottom: .5rem;
  }

  .spark-nav-menu {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    max-height: 90vh;
    padding: 1rem .5rem;
  }

  .spark-simple-menu-button {
    padding-left: 0;
  }

  .spark-square-menu-inner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-square-menu-with-dropdowns {
    padding-right: 0;
  }

  .brix---btn-secondary {
    align-self: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---container-default {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---section-hero-primary {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .brix---section-hero-primary.v2 {
    padding-top: 80px;
  }

  .brix---paragraph-default {
    font-size: 16px;
    line-height: 25px;
  }

  .brix---floating-image-hero-v1---1 {
    opacity: .2;
    bottom: -5%;
    left: -35%;
  }

  .brix---floating-image-hero-v1---2 {
    display: none;
  }

  .sysf-button.sysf-medium {
    align-self: stretch;
  }

  .sysf-button.sysf-medium.sysf-outline {
    align-self: stretch;
    width: 100%;
  }

  .sysf-button-content-wrapper, .sysf-button-content-wrapper-2 {
    justify-content: center;
  }

  .div-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .rt-component-section {
    padding-top: 60px;
  }

  .rt-counter-grid {
    grid-template-columns: 1fr;
    justify-items: stretch;
    margin-top: 20px;
  }

  .rt-counter-items-wrapper {
    justify-content: center;
    align-items: center;
  }

  .rt-home-hero-counter-columns {
    padding: 20px 15px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---buttons-row-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---btn-secondary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---content-inside-card-v9 {
    padding-bottom: 30px;
    padding-left: 22px;
    padding-right: 22px;
  }

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

  .brix---container-default-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .rt-home-one-features-container {
    flex-flow: wrap;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .rt-home-one-features-item._4.ii {
    border-bottom-style: solid;
    border-right-width: 0;
  }

  .rt-home-one-features-item.ii {
    border-right-style: none;
  }

  .heading-3 {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 41px;
  }

  .rt-left-arrow-box {
    width: 2.5rem;
  }

  .rt-right-arrow-box {
    width: 2.5rem;
    right: -2.5%;
  }

  .rt-comment-text-block {
    background-position: 5% 25%;
  }

  .rt-slider-image {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .rt-comment-text {
    padding-left: 26%;
    font-size: 1rem;
  }

  .sysf-button-2.sysf-medium {
    align-self: stretch;
  }

  .sysf-button-2.sysf-medium.sysf-secondary {
    padding: 12px 20px;
  }

  .brix---container-default-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---heading-h2-size-5 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h2-size-5.oij {
    font-size: 20px;
  }

  .brix---cta-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---section-small {
    padding-top: 64px;
    padding-bottom: 0;
  }

  .brix---button-row-left-3 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .sysf-button-text-4 {
    font-size: 16px;
  }

  .sysf-button-content-wrapper-3 {
    justify-content: center;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---content-inside-card {
    padding-top: 26px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---grid-3-columns---1-col-t {
    grid-template-columns: 1fr;
  }

  .bg-text {
    font-size: 75px;
  }

  .bg-text.v2 {
    font-size: 45px;
  }

  .text-block-5 {
    font-size: 37px;
    line-height: 41px;
  }

  .rt-category-cards-text {
    font-size: 17px;
    line-height: 26px;
  }

  .rt-heading-two {
    font-size: 35px;
  }

  .rt-overflow-off-2.rt-change-margin {
    width: 100%;
    height: 100%;
  }

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

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

  .brix---mg-bottom-24px-2 {
    text-align: center;
    margin-bottom: 16px;
  }

  .brix---container-default-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .grid-footer-4-cols-v14 {
    justify-content: flex-start;
    align-items: center;
  }

  .brix---paragraph-default-5 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---icon-square-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---footer-top-border-bottom {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
    justify-content: center;
    place-items: stretch center;
  }

  .rt-component-section-5 {
    padding-top: 40px;
  }

  .rt-home-two-about-right {
    margin-top: 40px;
  }

  .brix---buttons-row-3 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---container-default-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---paragraph-default-6 {
    font-size: 17px;
    line-height: 28px;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    text-align: left;
    font-size: 2.5rem;
  }

  .spark-section p {
    text-align: left;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-three-image-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template: "Area"
                   "Area-2"
                   "Area-3"
                   / 1fr;
    grid-auto-flow: row;
    place-content: stretch;
    justify-items: stretch;
  }

  .rt-advertise-icon-wrapper.rt-icon-one {
    align-self: auto;
  }

  .rt-dotted-line {
    display: none;
  }

  .rt-advertise-image-wrapper.rt-position-relative.rt-overflow-hidden {
    order: 1;
    width: 100%;
  }

  .rt-border-radius-six.rt-full-width.rt-autofit-7 {
    object-fit: fill;
    width: 450%;
    height: 350px;
  }

  .rt-advertise-content {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .rt-advertise-content.rt-margin-bottom-twenty {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---heading-h2-size-6 {
    font-size: 24px;
    line-height: 34px;
  }

  .container-4 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .rt-precision-card-body-icon-column {
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .rt-precision-card-body-caption-column {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .heading-6 {
    font-size: 31px;
  }

  .brix---cta-bg-overlay {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---mg-bottom-8px-3 {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-24px-3 {
    margin-bottom: 16px;
  }

  .brix---container-default-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-7 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h4-size {
    font-size: 18px;
    line-height: 24px;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---card-testimonial-v13 {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---btn-slider-arrow-right---testimonial-v12 {
    right: 31%;
  }

  .brix---btn-slider-arrow-left---testimonial-v12 {
    left: 31%;
  }

  .brix---section-overflow-hidden {
    padding-top: 40px;
    padding-bottom: 96px;
  }

  .text-block-9 {
    text-align: left;
  }

  .heading-7 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .paragraph-4 {
    font-size: 20px;
  }

  .rt-home-two-tab-link {
    padding-left: 0;
  }

  .rt-home-four-tab-text-wrap {
    display: none;
  }

  .rt-tab-text-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 10px;
  }

  .rt-home-two-tab {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .rt-tab-image-one-wrap {
    display: none;
  }

  .rt-tab-image-two-wrap {
    position: static;
  }

  .rt-home-two-facilities-text-wrap {
    align-items: center;
  }

  .brix---buttons-row-4 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .brix---container-default-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size-3 {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 39px;
  }

  .brix---paragraph-default-7 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---hero-bg-image-dark {
    padding-top: 120px;
    padding-bottom: 50px;
  }

  .brix---btn-secondary-white-3 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 18px 24px;
    font-size: 16px;
    line-height: 18px;
  }

  .spark-section-2 {
    padding: 64px 20px;
  }

  .spark-section-2 h1 {
    font-size: 3rem;
  }

  .spark-section-2 h2 {
    font-size: 2.5rem;
  }

  .spark-flex-row-2 {
    align-items: flex-start;
  }

  .spark-hero-section-left-side {
    order: -1;
  }

  .div-block-22 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-9 {
    font-size: 2rem;
    line-height: 1.1;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 15px;
  }

  .brix---mg-top-16px {
    margin-top: 12px;
  }

  .brix---container-default-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-4 {
    padding-top: 40px;
  }

  .brix---heading-h3-size-3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---avatar-image {
    width: 100%;
  }

  .brix---paragraph-default-8 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---paragraph-default-8.dgfd {
    color: var(--black);
  }

  .brix---paragraph-default-8.ohoi {
    color: #0f0f0f;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---card-testimonial-v6 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---avatar-circle-05-border {
    border-width: 3px;
  }

  .brix---btn-slider-arrow-right---testimonial-v6 {
    right: 26%;
  }

  .brix---btn-slider-arrow-left---testimonial-v6 {
    left: 26%;
  }

  .brix---mg-bottom-8px-4 {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-24px-4 {
    margin-bottom: 16px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---container-default-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h3-size-4 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .paragraph-8 {
    font-size: 14px;
  }

  .uui-page-padding {
    padding-top: 30px;
  }

  .uui-heroheader03_component {
    grid-template-columns: 1fr;
  }

  .uui-heroheader03_image {
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    height: 15rem;
  }

  .heading-10 {
    font-size: 35px;
    line-height: 107%;
  }

  .grid-5 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .brix---container-default-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-small-2 {
    padding-top: 30px;
    padding-bottom: 64px;
  }

  .brix---text-300-bold-2 {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---logo-strip-v2-wrapper {
    grid-column-gap: 26px;
    grid-row-gap: 22px;
  }

  .rt-counter-box.rt-mobile-center {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .rt-home-one-our-service-top-right-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-margin-top-twenty-five {
    font-size: 35px;
    line-height: 46px;
  }

  ._4-col {
    width: 100%;
  }

  .wrap.w50 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tagline {
    margin-top: 40px;
  }

  .rt-big-arrow.rt-mobile-display-off {
    display: none;
  }

  .div-block-35 {
    padding: 20px;
  }

  .paragraph-11 {
    font-size: 18px;
  }

  .heading-13, .heading-14, .heading-15, .heading-16, .heading-17, .heading-18, .heading-19 {
    font-size: 26px;
  }

  .div-block-37 {
    flex-flow: column;
  }

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

  .form-field-2col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .uui-contact04_component, .uui-contact07_component, .form_checkbox-list {
    grid-template-columns: 1fr;
  }

  .blog5-article-wrapper {
    width: 280px;
  }

  .heading-22 {
    font-size: 30px;
    line-height: 34px;
  }

  .text-xl {
    font-size: 16px;
  }

  .hero-heading-left {
    padding-top: 100px;
  }

  .container-8, .container-9 {
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
  }

  .uui-blogpost01_author-wrapper {
    margin-bottom: 1rem;
  }

  .imgtext {
    padding-left: 20px;
    padding-right: 20px;
  }

  .imgtext.rouge {
    padding: 50px 20px;
  }

  .imgtext.droite {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .rt-home-three-section-eight-line {
    display: none;
  }

  .rt-home-three-section-eight-heading {
    font-size: 33px;
    line-height: 38px;
  }

  .rt-home-three-cta-button-wrap {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

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

  .spark-section-3 {
    padding: 64px 20px;
  }

  .spark-section-3 h1 {
    font-size: 3rem;
  }

  .spark-section-3 h2 {
    font-size: 2.5rem;
  }

  .spark-flex-row-3 {
    align-items: flex-start;
  }

  .spark-flex-row-3.spark-5-spacing.spark-with-vertical-image {
    grid-row-gap: 32px;
  }

  .spark-checked-item-2 {
    grid-column-gap: 8px;
  }

  .f-h3-heading-2 {
    font-size: 25px;
    line-height: 1.5;
  }

  .rt-container-7.rt-service-one-support-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .oij {
    font-size: 25px;
    line-height: 42px;
  }

  .heading-26 {
    font-size: 25px;
    font-weight: 600;
    line-height: 42px;
  }

  .heading-27 {
    font-size: 25px;
    line-height: 42px;
  }

  .paragraph-16 {
    width: 90%;
  }

  .bold-text-6 {
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
  }

  .bold-text-6.jgjh {
    font-size: 14px;
    line-height: 21px;
  }

  .paragraph-17 {
    font-size: 15px;
    line-height: 28px;
  }

  .div-block-42 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-43 {
    margin-left: auto;
    margin-right: auto;
  }

  .rt-home-one-progress-text-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-29 {
    font-size: 25px;
    line-height: 39px;
  }

  .div-block-44 {
    flex-flow: column;
    width: auto;
  }

  .brix---container-default-15 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---heading-h1-size-5 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---paragraph-default-10 {
    font-size: 15px;
    line-height: 22px;
  }

  .brix---button-row-left-7 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-center-3 {
    flex-direction: column;
  }

  .brix---btn-primary-white-4 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---hero-card-bg-image-2 {
    border-radius: 0;
    padding-bottom: 80px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .brix---section-extra-small-2 {
    padding-top: 48px;
    padding-bottom: 0;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .brix---container-default-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-10 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size-5 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .rt-component-section-12.jhghj {
    padding-top: 10px;
  }

  .rt-service-card-image-wrapper {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .rt-first-picture {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .rt-last-image {
    margin-top: 10px;
    margin-left: 0;
  }

  .rt-second-picture {
    margin-top: 10px;
  }

  .rt-excellence-image {
    width: 100%;
  }

  .rt-main-box-wrapper {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .rt-home-two-about-list-block {
    display: block;
  }

  .rt-home-two-about-us-block {
    padding-top: 20px;
  }

  .rt-image-height-auto-3.rt-absolute-img {
    display: none;
  }

  .rt-image-height-auto-3.rt-width-hundred {
    width: 100%;
  }

  .rt-home-three-award-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .rt-home-three-award-content {
    text-align: center;
  }

  .rt-container-11.rt-home-three-award-appere-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .brix---cta-v20-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-block-20 {
    font-weight: 600;
    line-height: 22px;
  }

  .grid-11 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .bold-text-13 {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }

  .poi {
    font-size: 2rem;
  }

  .bold-text-15 {
    font-size: 27px;
    line-height: 20px;
  }

  .heading-35 {
    line-height: 37px;
  }

  .hero-content-wrapper {
    position: absolute;
    inset: 5% auto auto;
  }

  .gallery_slide-nav {
    justify-content: flex-end;
    align-items: center;
    margin-bottom: .8rem;
    display: none;
  }

  .gallery-arrow-right {
    z-index: 1;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    bottom: 5%;
    right: 15px;
  }

  .hero_header-left {
    text-align: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-hero {
    white-space: normal;
    word-break: normal;
    max-width: 100%;
    padding-top: 2rem;
  }

  .padding-section-hero {
    white-space: normal;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .gallery-arrow-animated-outline {
    justify-content: center;
    align-items: flex-start;
    width: 55px;
    height: 55px;
    top: -3px;
  }

  .gallery_image-wrapper {
    white-space: normal;
    word-break: normal;
    height: 75vh;
  }

  .gallery_arrow-icon {
    display: block;
    position: relative;
    bottom: -10px;
  }

  .page-wrapper-3 {
    aspect-ratio: auto;
    overflow: clip;
  }

  .gallery-arrow-left {
    justify-content: center;
    align-items: flex-start;
    bottom: 5%;
    left: auto;
    right: 80px;
  }

  .uui-cta09_component {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .play-icon {
    width: 3rem;
  }

  .brix---mg-bottom-16px-4 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 32px;
  }

  .brix---container-default-17 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brix---heading-h2-size-11 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h2-size-11.hh {
    font-size: 26px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---paragraph-default-11 {
    font-size: 15px;
    line-height: 28px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---image-wrapper-br-24px-shadow {
    border-radius: 16px;
    width: 250px;
    height: 250px;
  }

  .brix---buttons-row-5 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---cta-section-2 {
    padding-top: 120px;
    padding-bottom: 72px;
  }

  .brix---paragraph-default-12 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---btn-primary-white, .brix---btn-secondary-white-4 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---cta-v5-floating-item-01 {
    top: -3%;
    left: -2%;
  }

  .image-48 {
    height: 200px;
  }

  .uui-page-padding-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .uui-faq04_layout {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 32px;
  }

  .brix---mg-top-80px {
    margin-top: 56px;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---container-default-18 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size-6 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---grid-subscribe-form-button-left {
    grid-template-columns: 1fr;
  }

  .brix---icon-list {
    width: 24px;
    margin-right: 8px;
  }

  .brix---paragraph-default-13 {
    font-size: 15px;
    line-height: 28px;
  }

  .brix---floating-image-hero-v6---1 {
    display: none;
  }

  .brix---grid-3-icon-list {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-top-small {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .brix---icon-success-message-left {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .brix---flex-horizontal---vertical-mbp {
    flex-direction: column;
  }

  .brix---btn-secondary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left-8 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-center-4 {
    flex-direction: column;
  }

  .brix---section-hero-top-small-2 {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .heading-40 {
    font-size: 27px;
  }

  .brix---mg-bottom-16px-5 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-5 {
    margin-bottom: 32px;
  }

  .brix---heading-h2-size-12 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---subtitle-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---link-icon-right-2 {
    width: 18px;
  }

  .brix---text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---image-wrapper-br-24px-shadow-2 {
    border-radius: 16px;
  }
}

#w-node-_70fb22d4-f8a4-5646-aa11-f47a9184ffbc-97ecdb05 {
  place-self: center;
}

#w-node-_8511ed7d-0e7b-bf08-ca97-46082a6f1927-97ecdb05, #w-node-c2cdfa6a-0c51-e15c-6e30-81b2240c4cb4-97ecdb05 {
  align-self: auto;
}

#w-node-_84b11acc-a995-3d6d-099f-a99917543bda-97ecdb05 {
  place-self: auto;
}

#w-node-c2c5cfea-679a-9ca1-6390-b358ec193f8e-ec193f89 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_866d1a8f-8f5b-1eb9-45b7-b88a538a6bd7-dd27faf5 {
  grid-area: Area-3;
}

#w-node-_866d1a8f-8f5b-1eb9-45b7-b88a538a6bd8-dd27faf5 {
  grid-area: Area-2;
}

#w-node-_866d1a8f-8f5b-1eb9-45b7-b88a538a6bd9-dd27faf5 {
  grid-area: Area;
}

#w-node-faa3aa0e-032a-e8bc-7bfd-a5667d6c9d69-dd27faf5, #w-node-faa3aa0e-032a-e8bc-7bfd-a5667d6c9d6b-dd27faf5, #w-node-faa3aa0e-032a-e8bc-7bfd-a5667d6c9d6c-dd27faf5, #w-node-faa3aa0e-032a-e8bc-7bfd-a5667d6c9d6d-dd27faf5, #w-node-faa3aa0e-032a-e8bc-7bfd-a5667d6c9d6e-dd27faf5, #w-node-faa3aa0e-032a-e8bc-7bfd-a5667d6c9d70-dd27faf5, #w-node-faa3aa0e-032a-e8bc-7bfd-a5667d6c9d71-dd27faf5, #w-node-faa3aa0e-032a-e8bc-7bfd-a5667d6c9d72-dd27faf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-faa3aa0e-032a-e8bc-7bfd-a5667d6c9d57-dd27faf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-be797495-68c1-889e-921b-acc0dd43a0a5-dd27faf5 {
  place-self: auto;
}

#w-node-cf20422d-44ae-bc99-ea97-441c764e004b-dd27faf5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8312352a-25e3-a9f0-dc66-958c2cd84813-34c211c8 {
  order: 9999;
}

#w-node-_866d1a8f-8f5b-1eb9-45b7-b88a538a6bd7-34c211c8 {
  grid-area: Area-3;
}

#w-node-_866d1a8f-8f5b-1eb9-45b7-b88a538a6bd8-34c211c8 {
  grid-area: Area-2;
}

#w-node-_866d1a8f-8f5b-1eb9-45b7-b88a538a6bd9-34c211c8 {
  grid-area: Area;
}

#w-node-faa3aa0e-032a-e8bc-7bfd-a5667d6c9d69-34c211c8, #w-node-faa3aa0e-032a-e8bc-7bfd-a5667d6c9d6b-34c211c8, #w-node-faa3aa0e-032a-e8bc-7bfd-a5667d6c9d6c-34c211c8, #w-node-faa3aa0e-032a-e8bc-7bfd-a5667d6c9d6d-34c211c8, #w-node-faa3aa0e-032a-e8bc-7bfd-a5667d6c9d6e-34c211c8, #w-node-faa3aa0e-032a-e8bc-7bfd-a5667d6c9d70-34c211c8, #w-node-faa3aa0e-032a-e8bc-7bfd-a5667d6c9d71-34c211c8, #w-node-faa3aa0e-032a-e8bc-7bfd-a5667d6c9d72-34c211c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-faa3aa0e-032a-e8bc-7bfd-a5667d6c9d57-34c211c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-be797495-68c1-889e-921b-acc0dd43a0a5-34c211c8 {
  place-self: auto;
}

#w-node-cf20422d-44ae-bc99-ea97-441c764e004b-34c211c8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9ec52973-ab9e-946a-2fbe-3a87a930e9d5-3a19b6fe {
  place-self: auto;
}

#w-node-b897c3a7-57bc-854d-bc8f-22aff0913307-812ab22d {
  place-self: end;
}

#w-node-fbab1ee7-536f-5c2a-6836-a5ef475b55d4-8757fad0, #w-node-fbab1ee7-536f-5c2a-6836-a5ef475b55d7-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fbab1ee7-536f-5c2a-6836-a5ef475b55d8-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-b29992ce-3590-0581-e6ab-f1e38e6ceda4-8757fad0, #w-node-b29992ce-3590-0581-e6ab-f1e38e6ceda7-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b29992ce-3590-0581-e6ab-f1e38e6ceda8-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-a0000802-cb92-70a7-89f0-4019e8ae50ed-8757fad0, #w-node-a0000802-cb92-70a7-89f0-4019e8ae50f0-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a0000802-cb92-70a7-89f0-4019e8ae50f1-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_50613dd5-f017-bef0-68a6-4601786e84d0-8757fad0, #w-node-_50613dd5-f017-bef0-68a6-4601786e84d3-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_50613dd5-f017-bef0-68a6-4601786e84d4-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-d294cc94-5f39-66cf-89e0-34de480ee301-8757fad0, #w-node-d294cc94-5f39-66cf-89e0-34de480ee304-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d294cc94-5f39-66cf-89e0-34de480ee305-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-e66541e3-951f-98d3-9b56-9b342cb32e48-8757fad0, #w-node-e66541e3-951f-98d3-9b56-9b342cb32e4b-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e66541e3-951f-98d3-9b56-9b342cb32e4c-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-bd1ddbe1-3a40-6111-d084-aa7898176efd-8757fad0, #w-node-bd1ddbe1-3a40-6111-d084-aa7898176f00-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bd1ddbe1-3a40-6111-d084-aa7898176f01-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-fbc2f7c5-4224-1ad9-69c2-8f05a7d74371-8757fad0, #w-node-fbc2f7c5-4224-1ad9-69c2-8f05a7d74374-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fbc2f7c5-4224-1ad9-69c2-8f05a7d74375-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_86e62d0f-3642-0ec0-3eb7-5efc5b7958ad-8757fad0, #w-node-_86e62d0f-3642-0ec0-3eb7-5efc5b7958b0-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e62d0f-3642-0ec0-3eb7-5efc5b7958b1-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-a05cacaa-38e0-d9c4-b48b-37adc99ad603-8757fad0, #w-node-a05cacaa-38e0-d9c4-b48b-37adc99ad606-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a05cacaa-38e0-d9c4-b48b-37adc99ad607-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_85fe3181-66d4-335a-6779-3cfd7d705ae3-8757fad0, #w-node-_85fe3181-66d4-335a-6779-3cfd7d705ae6-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_85fe3181-66d4-335a-6779-3cfd7d705ae7-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_04beb142-e669-0758-64c6-fac68cdd8971-8757fad0, #w-node-_04beb142-e669-0758-64c6-fac68cdd8974-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_04beb142-e669-0758-64c6-fac68cdd8975-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-c69cf2a2-feb9-bb04-5553-3b43e97adc28-8757fad0, #w-node-c69cf2a2-feb9-bb04-5553-3b43e97adc2b-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c69cf2a2-feb9-bb04-5553-3b43e97adc2c-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_97c6a15e-281b-8fde-5d84-0414a90e019d-8757fad0, #w-node-_97c6a15e-281b-8fde-5d84-0414a90e01a0-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_97c6a15e-281b-8fde-5d84-0414a90e01a1-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc01f-8757fad0, #w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc022-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc023-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc02a-8757fad0, #w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc02d-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc02e-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc035-8757fad0, #w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc038-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc039-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc040-8757fad0, #w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc043-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc044-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_108afb4a-aa00-83fe-4168-2f7776a2d6e0-8757fad0, #w-node-_108afb4a-aa00-83fe-4168-2f7776a2d6e3-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_108afb4a-aa00-83fe-4168-2f7776a2d6e4-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc04d-8757fad0, #w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc050-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc051-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc058-8757fad0, #w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc05b-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc05c-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc063-8757fad0, #w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc066-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc067-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc06e-8757fad0, #w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc071-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc072-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_49cb6ccc-dd9f-0cdf-332e-072dfe09fde6-8757fad0, #w-node-_49cb6ccc-dd9f-0cdf-332e-072dfe09fde9-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_49cb6ccc-dd9f-0cdf-332e-072dfe09fdea-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc07b-8757fad0, #w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc07e-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc07f-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc0a9-8757fad0, #w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc0ac-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc0ad-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc0b4-8757fad0, #w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc0b7-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc0b8-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc0bf-8757fad0, #w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc0c2-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc0c3-8757fad0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-e0fa1d40-b8c8-115c-0cf2-9d5c8f6ee8cf-bc635d0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0fa1d40-b8c8-115c-0cf2-9d5c8f6ee8d0-bc635d0a {
  justify-self: center;
}

#w-node-_525a252b-b17e-5398-4368-0758f7f9dacb-bc635d0a, #w-node-_525a252b-b17e-5398-4368-0758f7f9dadf-bc635d0a {
  align-self: start;
}

#w-node-_92036a05-f50d-f5c7-3151-20ad736912ae-15a455a9 {
  place-self: auto center;
}

#w-node-_5977905d-6795-8542-5e71-2c642bce3806-15a455a9, #w-node-_92036a05-f50d-f5c7-3151-20ad736912b8-15a455a9, #w-node-_92036a05-f50d-f5c7-3151-20ad736912c2-15a455a9, #w-node-_4d215675-648f-d384-a4b0-2abc44917935-15a455a9 {
  justify-self: center;
}

#w-node-_7463ff6a-33e6-093a-1720-80e896abb5e4-ade9d9fe {
  order: 9999;
}

#w-node-bb45e5ca-4370-1a33-0e5b-81bb5b788ce9-ade9d9fe, #w-node-bb45e5ca-4370-1a33-0e5b-81bb5b788ced-ade9d9fe, #w-node-bb45e5ca-4370-1a33-0e5b-81bb5b788cf5-ade9d9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49fd63a4-b61b-5f17-774d-951c8f5e95ea-ade9d9fe {
  justify-self: start;
}

#w-node-_72b68500-5338-aacb-3af3-6a6e876c8be0-7f63878c {
  justify-self: end;
}

#w-node-_6f2df28d-6346-eff4-df34-15f5eb61e6df-7f63878c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8d2cdc60-3e0d-ad99-d87d-db8218a2eb91-7f63878c, #w-node-_8d2cdc60-3e0d-ad99-d87d-db8218a2eb93-7f63878c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61ed00b4-3413-290b-1e31-2e0b66f43f96-4f614694, #w-node-e150a380-189c-d433-37c9-53705dd005eb-4f614694 {
  place-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-fbab1ee7-536f-5c2a-6836-a5ef475b55d4-8757fad0, #w-node-b29992ce-3590-0581-e6ab-f1e38e6ceda4-8757fad0, #w-node-a0000802-cb92-70a7-89f0-4019e8ae50ed-8757fad0, #w-node-_50613dd5-f017-bef0-68a6-4601786e84d0-8757fad0, #w-node-d294cc94-5f39-66cf-89e0-34de480ee301-8757fad0, #w-node-e66541e3-951f-98d3-9b56-9b342cb32e48-8757fad0, #w-node-bd1ddbe1-3a40-6111-d084-aa7898176efd-8757fad0, #w-node-fbc2f7c5-4224-1ad9-69c2-8f05a7d74371-8757fad0, #w-node-_86e62d0f-3642-0ec0-3eb7-5efc5b7958ad-8757fad0, #w-node-a05cacaa-38e0-d9c4-b48b-37adc99ad603-8757fad0, #w-node-_85fe3181-66d4-335a-6779-3cfd7d705ae3-8757fad0, #w-node-_04beb142-e669-0758-64c6-fac68cdd8971-8757fad0, #w-node-c69cf2a2-feb9-bb04-5553-3b43e97adc28-8757fad0, #w-node-_97c6a15e-281b-8fde-5d84-0414a90e019d-8757fad0, #w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc01f-8757fad0, #w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc02a-8757fad0, #w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc035-8757fad0, #w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc040-8757fad0, #w-node-_108afb4a-aa00-83fe-4168-2f7776a2d6e0-8757fad0, #w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc04d-8757fad0, #w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc058-8757fad0, #w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc063-8757fad0, #w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc06e-8757fad0, #w-node-_49cb6ccc-dd9f-0cdf-332e-072dfe09fde6-8757fad0, #w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc07b-8757fad0, #w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc0a9-8757fad0, #w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc0b4-8757fad0, #w-node-_3d9a97c7-6d5d-31ca-9ef5-7fc9b8ffc0bf-8757fad0 {
    justify-self: end;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_92036a05-f50d-f5c7-3151-20ad736912ae-15a455a9 {
    place-self: auto center;
  }

  #w-node-_5977905d-6795-8542-5e71-2c642bce3806-15a455a9, #w-node-_92036a05-f50d-f5c7-3151-20ad736912b8-15a455a9, #w-node-_92036a05-f50d-f5c7-3151-20ad736912c2-15a455a9, #w-node-_4d215675-648f-d384-a4b0-2abc44917935-15a455a9 {
    justify-self: center;
  }

  #w-node-da04084f-f6e9-2b98-3588-034c85fe5971-4f614694, #w-node-da04084f-f6e9-2b98-3588-034c85fe5975-4f614694 {
    place-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b6669b2d-9c48-a115-5fca-c7093c7b9679-97ecdb05 {
    place-self: center;
  }

  #w-node-_70fb22d4-f8a4-5646-aa11-f47a9184ffbc-97ecdb05 {
    justify-self: start;
  }

  #w-node-_4107edda-a219-b11f-5ff3-cf8511d02eef-11d02eeb, #w-node-_4107edda-a219-b11f-5ff3-cf8511d02f1f-11d02eeb {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c2c5cfea-679a-9ca1-6390-b358ec193f8d-ec193f89 {
    grid-column-end: 2;
    place-self: center;
  }

  #w-node-_348f6474-203b-3cea-8574-8ae6bb8eb982-dd27faf5 {
    order: 9999;
  }

  #w-node-faa3aa0e-032a-e8bc-7bfd-a5667d6c9d57-dd27faf5 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cf20422d-44ae-bc99-ea97-441c764e004a-dd27faf5 {
    grid-column-end: 2;
    place-self: center;
  }

  #w-node-_8312352a-25e3-a9f0-dc66-958c2cd84813-34c211c8 {
    order: -9999;
  }

  #w-node-_348f6474-203b-3cea-8574-8ae6bb8eb982-34c211c8 {
    order: 9999;
  }

  #w-node-faa3aa0e-032a-e8bc-7bfd-a5667d6c9d57-34c211c8 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cf20422d-44ae-bc99-ea97-441c764e004a-34c211c8 {
    grid-column-end: 2;
    place-self: center;
  }

  #w-node-_7463ff6a-33e6-093a-1720-80e896abb5e4-ade9d9fe, #w-node-_49fd63a4-b61b-5f17-774d-951c8f5e95ec-ade9d9fe {
    order: -9999;
  }

  #w-node-_6f2df28d-6346-eff4-df34-15f5eb61e6de-7f63878c {
    grid-column-end: 2;
    place-self: center;
  }

  #w-node-da04084f-f6e9-2b98-3588-034c85fe5973-4f614694 {
    place-self: auto;
  }

  #w-node-da04084f-f6e9-2b98-3588-034c85fe5975-4f614694 {
    order: 9999;
  }

  #w-node-da04084f-f6e9-2b98-3588-034c85fe5977-4f614694 {
    place-self: center;
  }

  #w-node-_21076747-cfa8-f7ac-61fe-972bd31289de-4f614694, #w-node-_9a6e8250-119f-f1c5-890f-5ed34f70bb0b-4f614694, #w-node-ce103738-5ec7-8418-7b2d-e5ae53f84077-5f6de499 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_70fb22d4-f8a4-5646-aa11-f47a9184ffbc-97ecdb05 {
    justify-self: center;
  }

  #w-node-_4107edda-a219-b11f-5ff3-cf8511d02eef-11d02eeb {
    grid-column: span 2 / span 2;
  }

  #w-node-_4107edda-a219-b11f-5ff3-cf8511d02f1f-11d02eeb {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-c2c5cfea-679a-9ca1-6390-b358ec193f8e-ec193f89 {
    grid-column-end: 3;
  }

  #w-node-_8312352a-25e3-a9f0-dc66-958c2cd84813-dd27faf5 {
    place-self: auto;
  }

  #w-node-cf20422d-44ae-bc99-ea97-441c764e004b-dd27faf5 {
    grid-column-end: 3;
  }

  #w-node-_8312352a-25e3-a9f0-dc66-958c2cd84813-34c211c8 {
    place-self: auto;
  }

  #w-node-cf20422d-44ae-bc99-ea97-441c764e004b-34c211c8 {
    grid-column-end: 3;
  }

  #w-node-_4e35ae05-01bb-26ed-85f6-5a7590ba4e4a-812ab22d {
    order: -9999;
  }

  #w-node-_92036a05-f50d-f5c7-3151-20ad736912ae-15a455a9 {
    place-self: auto;
  }

  #w-node-_7463ff6a-33e6-093a-1720-80e896abb5e4-ade9d9fe {
    place-self: center;
  }

  #w-node-_67ea25b7-d89a-ecbf-f4d8-9c34ebe910ba-ade9d9fe {
    order: 0;
  }

  #w-node-_7329feda-162d-d5f3-7f1b-9b8e77e9689a-ade9d9fe {
    order: 3;
  }

  #w-node-e9c7209a-dcd0-5c2d-752f-0877bd2ed85e-ade9d9fe {
    order: 1;
  }

  #w-node-_72fd8f58-0104-3613-a7e5-e284ec809536-ade9d9fe {
    order: 3;
  }

  #w-node-a46ba523-1a8a-1df9-6efd-adedc4d9c9f2-ade9d9fe {
    order: 1;
  }

  #w-node-_9191d901-3d3d-f47b-59fb-779fbbd17536-ade9d9fe {
    order: 4;
  }

  #w-node-_6f2df28d-6346-eff4-df34-15f5eb61e6df-7f63878c {
    grid-column-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_866d1a8f-8f5b-1eb9-45b7-b88a538a6bd7-dd27faf5, #w-node-_866d1a8f-8f5b-1eb9-45b7-b88a538a6bd8-dd27faf5, #w-node-_866d1a8f-8f5b-1eb9-45b7-b88a538a6bd9-dd27faf5, #w-node-faa3aa0e-032a-e8bc-7bfd-a5667d6c9d57-dd27faf5, #w-node-_866d1a8f-8f5b-1eb9-45b7-b88a538a6bd7-34c211c8, #w-node-_866d1a8f-8f5b-1eb9-45b7-b88a538a6bd8-34c211c8, #w-node-_866d1a8f-8f5b-1eb9-45b7-b88a538a6bd9-34c211c8, #w-node-faa3aa0e-032a-e8bc-7bfd-a5667d6c9d57-34c211c8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_67ea25b7-d89a-ecbf-f4d8-9c34ebe910ba-ade9d9fe {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b778b5da-58c5-57c9-94c8-b027e9e4503a-ade9d9fe {
    place-self: auto;
  }
}


@font-face {
  font-family: 'Syne Variablefont Wght';
  src: url('../fonts/Syne-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}