/******* Functions *******/
/******* Mixins *******/
/******* Bootstrap *******/
/**
* Fonts
*/
:root {
  --bs-primary: $blue;
  --bs-secondary: $gray-600;
  --bs-tertiary: $teal;
  --bs-success: $green;
  --bs-info: $cyan;
  --bs-warning: $yellow;
  --bs-danger: $red;
  --bs-light: $gray-100;
  --bs-dark: $gray-900;
}

/******* Variables *******/
.hero {
  position: relative;
  min-height: 100vh;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero.has-callouts {
  justify-content: space-between;
}
.hero .logos__image {
  border-radius: 0;
  width: auto;
}
@media (max-width: 767.98px) {
  .hero .logos__image {
    max-height: 70px;
    max-width: 100px;
  }
}
@media (min-width: 768px) {
  .hero .logos__image {
    max-height: 80px;
    max-width: 150px;
  }
}
.hero__bg-half {
  position: absolute;
}
@media (max-width: 991.98px) {
  .hero__bg-half {
    position: relative;
    left: auto !important;
    right: auto !important;
  }
}
.hero__bg-half-right {
  right: 0;
  left: auto;
}
.hero__bg-half-left {
  left: 0;
  right: auto;
}
.hero__bg-full {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero--1, .hero--2 {
  overflow: visible !important;
  max-height: 900px !important;
  min-height: 720px !important;
}
@media (max-width: 991.98px) {
  .hero--1, .hero--2 {
    max-height: initial !important;
  }
}
.hero--1 .hero__bg-half, .hero--2 .hero__bg-half {
  width: 44%;
  height: 90%;
  top: 5%;
  z-index: 99;
}
.hero--1 .hero__bg-half img, .hero--2 .hero__bg-half img {
  max-height: 100%;
  -o-object-position: left center;
     object-position: left center;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
@media (max-width: 991.98px) {
  .hero--1 .hero__bg-half, .hero--2 .hero__bg-half {
    width: 100%;
    height: auto;
    top: auto;
  }
  .hero--1 .hero__bg-half img, .hero--2 .hero__bg-half img {
    max-height: 100%;
    -o-object-position: left center;
       object-position: left center;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
}
.hero--1 .hero__text *, .hero--2 .hero__text * {
  font-size: var(--bs-font-size-lg);
}
.hero--1:before, .hero--2:before {
  width: 600px;
  height: 600px;
  border-radius: 9999px;
  display: block;
  position: absolute;
  content: "";
  background-color: #7c62de;
  opacity: 0.4;
  bottom: -200px;
  left: -300px;
  filter: blur(300px);
  z-index: 1;
}
.hero--1:after, .hero--2:after {
  width: 600px;
  height: 600px;
  border-radius: 9999px;
  display: block;
  position: absolute;
  content: "";
  background-color: white;
  opacity: 0.9;
  top: 100px;
  left: 300px;
  filter: blur(100px);
  z-index: 1;
}
@media (max-width: 1680px) {
  .hero--1 .hero__bg-half {
    height: 80%;
    top: 10%;
  }
  .hero--1 .hero__bg-half img {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}
@media (max-width: 991.98px) {
  .hero--1 .hero__bg-half {
    height: auto;
    text-align: center;
    top: auto;
    display: flex;
    justify-content: center;
  }
  .hero--1 .hero__bg-half img {
    max-height: 60vh;
    -o-object-fit: contain !important;
       object-fit: contain !important;
    -o-object-position: center;
       object-position: center;
    position: relative !important;
  }
}
.hero--2 {
  min-height: 720px !important;
}
@media (max-width: 767.98px) {
  .hero--2 {
    min-height: 0 !important;
  }
}
.hero--2:before, .hero--2:after {
  display: none !important;
}
.hero--2 .hero__bg-half {
  position: absolute;
  width: 58%;
  top: 0;
  height: 100%;
}
.hero--2 .hero__bg-half img {
  max-height: 100%;
  -o-object-position: left bottom;
     object-position: left bottom;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
@media (min-width: 1600px) {
  .hero--2 .hero__bg-half {
    width: 55%;
  }
}
@media (min-width: 1400px) {
  .hero--2 .hero__bg-half img {
    width: auto !important;
    height: 100%;
  }
}
@media (max-width: 1399.98px) {
  .hero--2 .hero__bg-half {
    width: 53%;
  }
}
@media (max-width: 1199.98px) {
  .hero--2 .hero__bg-half {
    width: 46%;
  }
}
@media (max-width: 991.98px) {
  .hero--2 .hero__bg-half {
    width: auto;
    height: auto;
    text-align: center;
    top: auto;
    display: flex;
    position: relative;
    justify-content: center;
  }
  .hero--2 .hero__bg-half img {
    max-height: 60vh;
    -o-object-fit: contain !important;
       object-fit: contain !important;
    -o-object-position: center bottom;
       object-position: center bottom;
    position: relative !important;
  }
}
.hero--3 {
  min-height: 50vh;
}
@media (max-width: 991.98px) {
  .hero--3 {
    min-height: 0;
  }
}
.hero--3:before, .hero--3:after {
  display: none !important;
}
@media (max-width: 575.98px) {
  .hero--3 .bg-white-50.rounded {
    background-color: transparent !important;
  }
}
.hero--3 .hero__bg-half {
  position: absolute;
  width: 50%;
  top: 15%;
  height: 85%;
}
.hero--3 .hero__bg-half img {
  -o-object-position: center bottom;
     object-position: center bottom;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
@media (max-width: 991.98px) {
  .hero--3 .hero__bg-half {
    width: auto;
    height: auto;
    text-align: center;
    top: auto;
    display: flex;
    position: relative;
    justify-content: center;
    margin-top: 3rem;
  }
  .hero--3 .hero__bg-half img {
    max-height: 30vh;
    -o-object-fit: contain !important;
       object-fit: contain !important;
    -o-object-position: center bottom;
       object-position: center bottom;
    position: relative !important;
  }
}
.hero .hero__counters {
  line-height: 1 !important;
}
.hero .hero__counters .hero__counter:not(:last-child) {
  border-right: 1px solid #ccc;
}
@media (max-width: 575.98px) {
  .hero .hero__counters .hero__counter:not(:last-child) {
    border: none;
  }
}
.hero .hero__counters small {
  font-size: 18px !important;
  line-height: 1.2 !important;
}
