/* Homepage critical CSS: above-the-fold only */
html, body {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Manrope", Arial, sans-serif;
  color: #0A2241;
  background: #fff;
}
img {
  max-width: 100%;
  height: auto;
}
.preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #ffffff;
}
.main-header {
  position: relative;
  z-index: 10;
}
.main-slider-one {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.main-slider-one__item {
  position: relative;
  padding-top: 366px;
  padding-bottom: 176px;
  background-color: #ECF0F5;
  overflow: hidden;
}
.main-slider-one__bg {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  opacity: 0.15;
}
.main-slider-one .container {
  position: relative;
  z-index: 3;
}
.main-slider-one__content {
  position: relative;
  max-width: 1048px;
}
.main-slider-one__title {
  margin: 0 0 27px;
  font-size: clamp(45px, 5.8vw, 100px);
  line-height: 1.2;
  font-weight: 700;
}
.main-slider-one__text {
  font-size: 18px;
  line-height: 1.66;
}
.main-slider-one__image {
  position: absolute;
  right: 75px;
  bottom: -176px;
  z-index: 1;
}
.main-slider-one__image img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.main-slider-one__carousel.owl-carousel .owl-stage-outer {
  min-height: 880px;
}
/* CLS guard: before Owl initializes, render only first slide. */
.main-slider-one__carousel:not(.owl-loaded) .main-slider-one__item:not(:first-child) {
  display: none;
}
.main-slider-one__carousel:not(.owl-loaded) .main-slider-one__item:first-child {
  display: block;
}
@media (max-width: 1599px) {
  .main-slider-one__content { max-width: 800px; }
}
@media (max-width: 1399px) {
  .main-slider-one__image { max-width: 480px; right: 50px; }
}
@media (max-width: 1299px) {
  .main-slider-one__item { padding-top: 320px; }
  .main-slider-one__image { display: none; }
  .main-slider-one__carousel.owl-carousel .owl-stage-outer { min-height: 760px; }
}
@media (max-width: 1199px) {
  .main-slider-one__item { padding-top: 280px; }
}
@media (max-width: 991px) {
  .main-slider-one__carousel.owl-carousel .owl-stage-outer { min-height: 680px; }
}
@media (max-width: 767px) {
  .main-slider-one__carousel.owl-carousel .owl-stage-outer { min-height: 600px; }
}
