:root {
  --color-teal: #47958b;
  --color-navy: #002e54;
  --color-dark-gray: #252c30;
  --color-blue: #41b6e6;
  --color-primary: var(--color-navy);
  --color-primary-light: var(--color-blue);
  --color-secondary: var(--color-teal);
  --color-accent: var(--color-blue);
  --color-text-dark: var(--color-dark-gray);
  --color-text-light: #ffffff;
  --color-bg-white: #ffffff;
  --color-bg-light: #f4f6f8;
  --color-btn-hover: #0f665d;
  --color-border-light: #e5eaee;
  --container-bg-light-1: #ffffff;
  --container-bg-light-2: #f4f6f8;
  --container-bg-dark-1: #002e54;
  --container-bg-dark-2: #252c30;
  --spacing-xs: 4px;
  --spacing-s: 8px;
  --spacing-m: 12px;
  --spacing-l: 16px;
  --spacing-xl: 24px;
  --spacing-2xl: 32px;
  --spacing-3xl: 48px;
  --spacing-4xl: 64px;
  --spacing-5xl: 96px;
  --spacing-6xl: 128px;
  --radius-s: 8px;
  --radius-m: 16px;
  --radius-l: 24px;
  --radius-xl: 32px;
  --font-heading: "FuturaPT", sans-serif;
  --font-body: "OpenSans", sans-serif;
  --z-below: -1;
  --z-base: 0;
  --z-deco: 1;
  --z-content: 2;
  --z-overlay: 10;
  --z-modal: 100;
  --z-toast: 200;
  --main-max-width: 1536px;
}

@font-face {
  font-family: "FuturaPT";
  src: local("FuturaCyrillicBook"), url("../../public/fonts/FuturaCyrillicBook.woff2") format("woff2"), url("../../public/fonts/FuturaCyrillicBook.woff") format("woff"), url("../../public/fonts/FuturaCyrillicBook.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FuturaPT";
  src: local("FuturaCyrillicMedium"), url("../../public/fonts/FuturaCyrillicMedium.woff2") format("woff2"), url("../../public/fonts/FuturaCyrillicMedium.woff") format("woff"), url("../../public/fonts/FuturaCyrillicMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FuturaPT";
  src: local("FuturaCyrillicBold"), url("../../public/fonts/FuturaCyrillicBold.woff2") format("woff2"), url("../../public/fonts/FuturaCyrillicBold.woff") format("woff"), url("../../public/fonts/FuturaCyrillicBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FuturaPT";
  src: local("FuturaCyrillicHeavy"), url("../../public/fonts/FuturaCyrillicHeavy.woff2") format("woff2"), url("../../public/fonts/FuturaCyrillicHeavy.woff") format("woff"), url("../../public/fonts/FuturaCyrillicHeavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FuturaPT-Demi";
  src: local("FuturaCyrillicDemi"), url("../../public/fonts/FuturaCyrillicDemi.woff2") format("woff2"), url("../../public/fonts/FuturaCyrillicDemi.woff") format("woff"), url("../../public/fonts/FuturaCyrillicDemi.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: local("OpenSans-Regular"), url("../../public/fonts/OpenSans-Regular.woff2") format("woff2"), url("../../public/fonts/OpenSans-Regular.woff") format("woff"), url("../../public/fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: local("OpenSans-Medium"), url("../../public/fonts/OpenSans-Medium.woff2") format("woff2"), url("../../public/fonts/OpenSans-Medium.woff") format("woff"), url("../../public/fonts/OpenSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: local("OpenSans-SemiBold"), url("../../public/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../../public/fonts/OpenSans-SemiBold.woff") format("woff"), url("../../public/fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: local("OpenSans-Bold"), url("../../public/fonts/OpenSans-Bold.woff2") format("woff2"), url("../../public/fonts/OpenSans-Bold.woff") format("woff"), url("../../public/fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.type-display-d1 {
  font-family: var(--font-heading);
  font-size: clamp(5rem, 3.3495rem + 7.767vw, 10rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: clamp(-1.6px, -0.8252px - 0.3883vw, -3.2px);
}

.type-h1-heavy {
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 1.8058rem + 3.2653vw, 4rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: clamp(-0.8px, -0.5243px - 0.1383vw, -1.28px);
}

.type-h1 {
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 1.8058rem + 3.2653vw, 4rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: clamp(-0.8px, -0.5243px - 0.1383vw, -1.28px);
}

.type-h2-heavy {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 1.5631rem + 2.0553vw, 3rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: clamp(-0.64px, -0.4592px - 0.0907vw, -0.96px);
}

.type-h2 {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 1.5631rem + 2.0553vw, 3rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: clamp(-0.64px, -0.4592px - 0.0907vw, -0.96px);
}

.type-display-d3 {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 1.4369rem + 1.4757vw, 2.5rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: clamp(-0.56px, -0.4165px - 0.0719vw, -0.8px);
}

.type-h3 {
  font-family: "FuturaPT-Demi", sans-serif;
  font-size: clamp(1.75rem, 1.4369rem + 1.4757vw, 2.5rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: clamp(-0.56px, -0.4165px - 0.0719vw, -0.8px);
}

.type-h4 {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 1.3107rem + 0.8914vw, 1.75rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: clamp(-0.48px, -0.3981px - 0.0411vw, -0.56px);
}

.type-h5-demi {
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 1.0611rem + 0.8914vw, 1.5rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: clamp(-0.4px, -0.3155px - 0.0423vw, -0.48px);
}

.type-h5 {
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 1.0611rem + 0.8914vw, 1.5rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: clamp(-0.4px, -0.3155px - 0.0423vw, -0.48px);
}

.type-h6 {
  font-family: var(--font-heading);
  font-size: clamp(1.125rem, 0.9981rem + 0.5984vw, 1.25rem);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: clamp(-0.36px, -0.3108px - 0.0247vw, -0.4px);
}

.type-body-lg {
  font-family: var(--font-body);
  font-size: clamp(1rem, 0.9369rem + 0.2972vw, 1.125rem);
  font-weight: 400;
  line-height: 1.53;
  letter-spacing: normal;
}

.type-body-md {
  font-family: var(--font-body);
  font-size: clamp(0.875rem, 0.8119rem + 0.2972vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
}

.type-body-sm {
  font-family: var(--font-body);
  font-size: clamp(0.75rem, 0.6869rem + 0.2972vw, 0.875rem);
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: normal;
}

.type-eyebrow {
  font-family: var(--font-heading);
  font-size: clamp(0.625rem, 0.5619rem + 0.2972vw, 0.75rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: clamp(1.25px, 1.0206px + 0.1148vw, 1.5px);
  text-transform: uppercase;
  display: flex;
  gap: 0;
  align-items: flex-end;
  color: var(--color-teal);
}
.type-eyebrow::after {
  content: url("data:image/svg+xml,%3Csvg width='7' height='8' viewBox='0 0 7 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.101928 0H6.5666C6.67706 0 6.7666 0.0895429 6.7666 0.2V7.17927C6.7666 7.27736 6.64013 7.32007 6.58302 7.24031C5.82516 6.1818 2.84788 2.15592 0.0436236 0.187958C-0.0377187 0.130874 0.00255468 0 0.101928 0Z' fill='%2347958B'/%3E%3C/svg%3E");
  position: relative;
  top: -3px;
}

.elementor-widget-hm_hero .hm_hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 752px;
  overflow: hidden;
  padding: var(--spacing-6xl) var(--spacing-3xl);
}
@media screen and (max-width: 680px) {
  .elementor-widget-hm_hero .hm_hero {
    align-items: center;
    padding: 20px 20px;
  }
}
.elementor-widget-hm_hero .hm_hero__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1536px;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 1180px) {
  .elementor-widget-hm_hero .hm_hero__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
@media screen and (max-width: 680px) {
  .elementor-widget-hm_hero .hm_hero__content {
    padding: 20px 20px;
  }
}
.elementor-widget-hm_hero .hm_hero__content--inner {
  z-index: 15;
  max-width: var(--main-max-width);
  max-width: 757px;
}
.elementor-widget-hm_hero .hm_hero__tagline {
  font-family: "Futura PT", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 14px;
  letter-spacing: 4%;
  color: var(--color-teal);
  display: inline-block;
  margin-bottom: 24px;
}
.elementor-widget-hm_hero .hm_hero__title {
  margin-bottom: 24px;
  font-weight: 500;
}
.elementor-widget-hm_hero .hm_hero__description {
  font-family: var(--font-body);
  font-size: clamp(1rem, 0.9369rem + 0.2972vw, 1.125rem);
  font-weight: 400;
  line-height: 1.53;
  letter-spacing: normal;
  font-family: inherit;
  font-weight: 300;
  max-width: 498px;
}
.elementor-widget-hm_hero .hm_hero__cta {
  display: flex;
  align-items: center;
  gap: 17px;
  font-family: "Open Sans", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 14px;
  letter-spacing: 1%;
  fill: white;
  color: white;
  border-radius: 8px;
  padding: 16px 19px;
  background: var(--color-teal);
  width: fit-content;
  margin-top: 24px;
}
.elementor-widget-hm_hero .hm_hero__cta-icon {
  font-size: 1em;
}
.elementor-widget-hm_hero .hm_hero__anchor {
  position: relative;
  z-index: 15;
  display: flex;
  align-items: center;
  gap: 17px;
  font-family: "Open Sans", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 14px;
  letter-spacing: 1%;
  /* text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); */
  fill: white;
  color: white;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px 10px 10px 10px;
  padding: 12px 14px 12px 19px;
  background: rgba(255, 255, 255, 0.2);
}
.elementor-widget-hm_hero .hm_hero__anchor-icon {
  font-size: 1em;
}
.elementor-widget-hm_hero .hm_hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.elementor-widget-hm_hero .hm_hero__bg--rounded-triangles {
  position: absolute;
  inset: 0;
}
.elementor-widget-hm_hero .hm_hero__bg--rounded-triangles--upper-triangle-small {
  position: absolute;
  transform: rotate(180deg);
  width: 407px;
  top: 0;
  right: 850px;
}
@media screen and (max-width: 1366px) {
  .elementor-widget-hm_hero .hm_hero__bg--rounded-triangles--upper-triangle-small {
    display: none;
  }
}
.elementor-widget-hm_hero .hm_hero__bg--rounded-triangles--upper-triangle-small--side {
  display: none;
}
@media screen and (max-width: 1366px) {
  .elementor-widget-hm_hero .hm_hero__bg--rounded-triangles--upper-triangle-small--side {
    position: absolute;
    display: inherit;
    height: 383px;
    aspect-ratio: 61/185;
    right: -2vw;
    top: 25vh;
  }
}
@media screen and (max-width: 680px) {
  .elementor-widget-hm_hero .hm_hero__bg--rounded-triangles--upper-triangle-small--side {
    right: -7vw;
    top: 8vh;
  }
}
@media screen and (max-width: 480px) {
  .elementor-widget-hm_hero .hm_hero__bg--rounded-triangles--upper-triangle-small--side {
    height: 26vh;
    right: -7vw;
  }
}
.elementor-widget-hm_hero .hm_hero__bg--rounded-triangles--upper-triangle-big {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  right: -1vw;
  top: -11px;
}
.elementor-widget-hm_hero .hm_hero__bg--rounded-triangles--upper-triangle-big--container {
  position: absolute;
  width: 689px;
  aspect-ratio: 689/315;
  mask-image: url("data:image/svg+xml,%3Csvg width='689' height='293' viewBox='0 0 689 293' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M803.341 -39.0734L456.735 272.42C426.506 299.593 377.493 299.593 347.278 272.42L0.672037 -39.0734C-21.3404 -58.8541 -27.3175 -87.56 -17.2869 -112.2L821.287 -112.2C831.317 -87.56 825.34 -58.8541 803.341 -39.0734Z' fill='black'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  z-index: 1;
}
@media screen and (max-width: 1366px) {
  .elementor-widget-hm_hero .hm_hero__bg--rounded-triangles--upper-triangle-big--container {
    width: 550px;
  }
}
@media screen and (max-width: 680px) {
  .elementor-widget-hm_hero .hm_hero__bg--rounded-triangles--upper-triangle-big--container {
    width: 430px;
  }
}
@media screen and (max-width: 480px) {
  .elementor-widget-hm_hero .hm_hero__bg--rounded-triangles--upper-triangle-big--container {
    width: 90vw;
  }
}
.elementor-widget-hm_hero .hm_hero__bg--rounded-triangles--upper-triangle-big img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.elementor-widget-hm_hero .hm_hero__bg--rounded-triangles--upper-triangle-big svg {
  width: 724px;
  aspect-ratio: 689/315;
  position: relative;
}
@media screen and (max-width: 1366px) {
  .elementor-widget-hm_hero .hm_hero__bg--rounded-triangles--upper-triangle-big svg {
    width: 568px;
  }
}
@media screen and (max-width: 680px) {
  .elementor-widget-hm_hero .hm_hero__bg--rounded-triangles--upper-triangle-big svg {
    width: 454px;
  }
}
@media screen and (max-width: 480px) {
  .elementor-widget-hm_hero .hm_hero__bg--rounded-triangles--upper-triangle-big svg {
    width: calc(90vw + 24px);
  }
}
@media screen and (max-width: 1366px) {
  .elementor-widget-hm_hero .hm_hero__bg--rounded-triangles--upper-triangle-big {
    right: -6vw;
    top: -1.5vw;
  }
}
@media screen and (max-width: 680px) {
  .elementor-widget-hm_hero .hm_hero__bg--rounded-triangles--upper-triangle-big {
    top: -2.5vw;
  }
}
.elementor-widget-hm_hero .hm_hero__bg--rounded-triangles--bottom-triangle-big {
  position: absolute;
  bottom: 54px;
  right: 250px;
}
.elementor-widget-hm_hero .hm_hero__bg--rounded-triangles--bottom-triangle-big--container {
  position: absolute;
  width: 890px;
  aspect-ratio: 890/425;
  mask-image: url("data:image/svg+xml,%3Csvg width='890' height='340' viewBox='0 0 890 340' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.781 341.707L387.554 20.9834C419.28 -6.99446 470.72 -6.99446 502.432 20.9834L866.205 341.707C889.308 362.073 895.581 391.63 885.053 417H4.94696C-5.58044 391.63 0.69281 362.073 23.781 341.707Z' fill='black'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  z-index: 1;
}
@media screen and (max-width: 1366px) {
  .elementor-widget-hm_hero .hm_hero__bg--rounded-triangles--bottom-triangle-big--container {
    width: 550px;
  }
}
@media screen and (max-width: 680px) {
  .elementor-widget-hm_hero .hm_hero__bg--rounded-triangles--bottom-triangle-big--container {
    width: 530px;
  }
}
@media screen and (max-width: 480px) {
  .elementor-widget-hm_hero .hm_hero__bg--rounded-triangles--bottom-triangle-big--container {
    width: 100vw;
  }
}
.elementor-widget-hm_hero .hm_hero__bg--rounded-triangles--bottom-triangle-big img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.elementor-widget-hm_hero .hm_hero__bg--rounded-triangles--bottom-triangle-big svg {
  width: 890px;
  aspect-ratio: 902/364;
  position: relative;
  top: 2vh;
}
@media screen and (max-width: 1366px) {
  .elementor-widget-hm_hero .hm_hero__bg--rounded-triangles--bottom-triangle-big svg {
    width: 550px;
    top: 0;
  }
}
@media screen and (max-width: 680px) {
  .elementor-widget-hm_hero .hm_hero__bg--rounded-triangles--bottom-triangle-big svg {
    width: 530px;
  }
}
@media screen and (max-width: 480px) {
  .elementor-widget-hm_hero .hm_hero__bg--rounded-triangles--bottom-triangle-big svg {
    width: 100vw;
  }
}
@media screen and (max-width: 1536px) {
  .elementor-widget-hm_hero .hm_hero__bg--rounded-triangles--bottom-triangle-big {
    right: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .elementor-widget-hm_hero .hm_hero__bg--rounded-triangles--bottom-triangle-big {
    right: 2vw;
    bottom: 2vw;
  }
}
@media screen and (max-width: 680px) {
  .elementor-widget-hm_hero .hm_hero__bg--rounded-triangles--bottom-triangle-big {
    right: -18vw;
    bottom: 3vw;
  }
}
.elementor-widget-hm_hero .hm_hero__bg--abstract-fluid-waves {
  position: absolute;
  inset: 0;
}
.elementor-widget-hm_hero .hm_hero__bg--abstract-fluid-waves--left-vector {
  position: absolute;
  right: 705px;
  z-index: 3;
}
.elementor-widget-hm_hero .hm_hero__bg--abstract-fluid-waves--feature-image-container {
  position: absolute;
  aspect-ratio: 1/1;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='50' fill='black'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  z-index: 1;
  right: -250px;
  bottom: -226px;
  height: 148%;
}
.elementor-widget-hm_hero .hm_hero__bg--abstract-fluid-waves--right-vector {
  position: absolute;
  aspect-ratio: 315/685;
  height: 100%;
  bottom: 0;
  right: -354px;
  z-index: 1;
}
.elementor-widget-hm_hero .hm_hero__bg--abstract-fluid-waves .hm_hero__feature-image {
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1556px) {
  .elementor-widget-hm_hero .hm_hero__bg--abstract-fluid-waves--feature-image-container {
    right: -440px;
  }
  .elementor-widget-hm_hero .hm_hero__bg--abstract-fluid-waves--left-vector {
    right: 523px;
  }
}
@media screen and (max-width: 1336px) {
  .elementor-widget-hm_hero .hm_hero__bg--abstract-fluid-waves--feature-image-container {
    right: -632px;
  }
  .elementor-widget-hm_hero .hm_hero__bg--abstract-fluid-waves--left-vector {
    right: 332px;
  }
}
@media screen and (max-width: 1180px) {
  .elementor-widget-hm_hero .hm_hero__bg--abstract-fluid-waves--feature-image-container {
    right: -632px;
    bottom: -163px;
    height: 133%;
  }
  .elementor-widget-hm_hero .hm_hero__bg--abstract-fluid-waves--left-vector {
    right: 210px;
  }
}
@media screen and (max-width: 1024px) {
  .elementor-widget-hm_hero .hm_hero__bg--abstract-fluid-waves--feature-image-container {
    right: -715px;
    bottom: -147px;
    height: 131%;
  }
  .elementor-widget-hm_hero .hm_hero__bg--abstract-fluid-waves--left-vector {
    right: 106px;
  }
}
@media screen and (max-width: 680px) {
  .elementor-widget-hm_hero .hm_hero__bg--abstract-fluid-waves--feature-image-container {
    right: -137px;
    bottom: -658px;
    height: 113%;
  }
  .elementor-widget-hm_hero .hm_hero__bg--abstract-fluid-waves--left-vector {
    right: 27px;
    transform: rotate(90deg);
    top: 414px;
  }
}
@media screen and (max-width: 480px) {
  .elementor-widget-hm_hero .hm_hero__bg--abstract-fluid-waves--feature-image-container {
    right: -175px;
    bottom: -596px;
    height: 100%;
  }
  .elementor-widget-hm_hero .hm_hero__bg--abstract-fluid-waves--left-vector {
    right: -59px;
    top: 451px;
  }
}
.elementor-widget-hm_hero .hm_hero__bg--abstract-fluid-waves--vertical .hm_hero__bg--abstract-fluid-waves--feature-image-container {
  width: 100%;
  mask-image: unset;
  right: unset;
  left: unset;
  bottom: 0;
  height: 100%;
  transform: none;
}
.elementor-widget-hm_hero .hm_hero__bg--abstract-fluid-waves--vertical .hm_hero__bg--abstract-fluid-waves--right-vector {
  right: 0;
}
@media screen and (max-width: 680px) {
  .elementor-widget-hm_hero .hm_hero__bg--abstract-fluid-waves--vertical .hm_hero__bg--abstract-fluid-waves--right-vector {
    right: -120px;
  }
}
.elementor-widget-hm_hero .hm_hero__bg--concentric-radial-rings .hm_hero__feature-image {
  z-index: 10;
  position: absolute;
  object-fit: cover;
  width: 970px;
  aspect-ratio: 1/1;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='50' fill='black'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  bottom: 0;
  right: 0;
}
.elementor-widget-hm_hero .hm_hero__bg--concentric-radial-rings .hm_hero__bg--concentric-radial-rings__main-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -247px;
  height: 100%;
  width: 100%;
  right: -201px;
}
.elementor-widget-hm_hero .hm_hero__bg--concentric-radial-rings .hm_hero__bg--concentric-radial-rings__main-image-container svg {
  z-index: 12;
  position: absolute;
  bottom: -83px;
  right: -99px;
  aspect-ratio: 803/731;
  width: 1266px;
}
.elementor-widget-hm_hero .hm_hero__bg--concentric-radial-rings .hm_hero__decoration--concentric-circles .hm_hero__decoration__top-left {
  position: absolute;
  width: 100%;
  height: 100%;
}
.elementor-widget-hm_hero .hm_hero__bg--concentric-radial-rings .hm_hero__decoration--concentric-circles .hm_hero__decoration__top-left svg {
  position: absolute;
  width: 255px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1024px) {
  .elementor-widget-hm_hero .hm_hero__bg--concentric-radial-rings .hm_hero__decoration--concentric-circles .hm_hero__decoration__top-left svg {
    width: 150px;
  }
}
@media screen and (max-width: 1500px) {
  .elementor-widget-hm_hero .hm_hero__bg--concentric-radial-rings .hm_hero__feature-image {
    width: 850px;
  }
  .elementor-widget-hm_hero .hm_hero__bg--concentric-radial-rings .hm_hero__bg--concentric-radial-rings__main-image-container {
    bottom: -200px;
  }
  .elementor-widget-hm_hero .hm_hero__bg--concentric-radial-rings .hm_hero__bg--concentric-radial-rings__main-image-container svg {
    bottom: -99px;
    width: 1146px;
  }
}
@media screen and (max-width: 1366px) {
  .elementor-widget-hm_hero .hm_hero__bg--concentric-radial-rings .hm_hero__feature-image {
    width: 650px;
  }
  .elementor-widget-hm_hero .hm_hero__bg--concentric-radial-rings .hm_hero__bg--concentric-radial-rings__main-image-container {
    bottom: -100px;
  }
  .elementor-widget-hm_hero .hm_hero__bg--concentric-radial-rings .hm_hero__bg--concentric-radial-rings__main-image-container svg {
    bottom: -83px;
    width: 887px;
    right: -81px;
  }
}
@media screen and (max-width: 1024px) {
  .elementor-widget-hm_hero .hm_hero__bg--concentric-radial-rings .hm_hero__feature-image {
    width: 400px;
  }
  .elementor-widget-hm_hero .hm_hero__bg--concentric-radial-rings .hm_hero__bg--concentric-radial-rings__main-image-container {
    bottom: -45px;
  }
  .elementor-widget-hm_hero .hm_hero__bg--concentric-radial-rings .hm_hero__bg--concentric-radial-rings__main-image-container svg {
    bottom: -50px;
    width: 544px;
    right: -48px;
  }
}
@media screen and (max-width: 680px) {
  .elementor-widget-hm_hero .hm_hero__bg--concentric-radial-rings .hm_hero__feature-image {
    width: 290px;
  }
  .elementor-widget-hm_hero .hm_hero__bg--concentric-radial-rings .hm_hero__bg--concentric-radial-rings__main-image-container {
    bottom: -40px;
    right: -46px;
  }
  .elementor-widget-hm_hero .hm_hero__bg--concentric-radial-rings .hm_hero__bg--concentric-radial-rings__main-image-container svg {
    bottom: -41px;
    width: 398px;
    right: -38px;
  }
}
@media screen and (max-width: 480px) {
  .elementor-widget-hm_hero .hm_hero__bg--concentric-radial-rings .hm_hero__feature-image {
    width: 190px;
  }
  .elementor-widget-hm_hero .hm_hero__bg--concentric-radial-rings .hm_hero__bg--concentric-radial-rings__main-image-container {
    bottom: 0px;
    right: -34px;
  }
  .elementor-widget-hm_hero .hm_hero__bg--concentric-radial-rings .hm_hero__bg--concentric-radial-rings__main-image-container svg {
    bottom: -24px;
    width: 258px;
    right: -22px;
  }
}
.elementor-widget-hm_hero .hm_hero__bg--decorations .hm_hero__feature-image {
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: 100%;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 2;
}
.elementor-widget-hm_hero .hm_hero__bg--decorations .hm_hero__decoration {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.elementor-widget-hm_hero .hm_hero__bg--decorations .hm_hero__decoration--concentric-circles .hm_hero__bg--decorations__concentric-circles-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 255px;
}
.elementor-widget-hm_hero .hm_hero__bg--decorations .hm_hero__decoration--concentric-circles .hm_hero__bg--decorations__concentric-circles-1 svg {
  position: absolute;
  width: 255px;
  aspect-ratio: 1/1;
}
.elementor-widget-hm_hero .hm_hero__bg--decorations .hm_hero__decoration--concentric-circles .hm_hero__bg--decorations__concentric-circles-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}