<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hero-wrapper {
  display: flex;
  justify-content: center;
}

section.hero {
  display: grid;
  grid-gap: 30px;
  width: 94vw;
  max-height: 700px;
  margin-top: 2.5rem;
  grid-auto-rows: min-content;
}
section.hero .hero-section {
  padding: calc(1.425rem + 2.1vw);
  border-radius: 2rem;
  overflow: hidden;
  visibility: hidden;
}
@media (min-width: 1200px) {
  section.hero .hero-section {
    padding: 3rem;
  }
}
@media screen and (max-width: 992px) {
  section.hero .hero-section {
    border-radius: 1.5rem;
  }
}
section.hero .hero-section.hero-section--title {
  padding: calc(1.625rem + 4.5vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  grid-area: title;
  background: #FDEFE8;
}
@media (min-width: 1200px) {
  section.hero .hero-section.hero-section--title {
    padding: 5rem;
  }
}
@media screen and (max-width: 992px) {
  section.hero .hero-section.hero-section--title {
    padding: calc(1.425rem + 2.1vw);
  }
}
@media screen and (max-width: 992px) and (min-width: 1200px) {
  section.hero .hero-section.hero-section--title {
    padding: 3rem;
  }
}
section.hero .hero-section.hero-section--title p {
  color: #EA5B1B;
  margin-top: 0.5rem;
}
section.hero .hero-section.hero-section--image {
  padding: 0;
}
section.hero .hero-section.hero-section--image img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
@media screen and (max-width: 576px) {
  section.hero .hero-section.hero-section--image img {
    object-position: top;
  }
}
section.hero .hero-section.hero-section--image .hero-section--image-company {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background: white;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 200px;
  height: 160px;
  border-radius: 1.5rem;
}
section.hero .hero-section.hero-section--image .hero-section--image-company img {
  max-width: 80%;
  object-fit: contain;
}
@media screen and (max-width: 1200px) {
  section.hero .hero-section.hero-section--image .hero-section--image-company {
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 120px;
  }
}
@media screen and (max-width: 992px) {
  section.hero .hero-section.hero-section--image .hero-section--image-company {
    bottom: 2rem;
    right: 2rem;
    left: auto;
    transform: none;
    width: 150px;
    height: 120px;
  }
}
@media screen and (max-width: 576px) {
  section.hero .hero-section.hero-section--image .hero-section--image-company {
    bottom: 1rem;
    right: 1rem;
    left: auto;
    transform: none;
    width: 150px;
    height: 120px;
  }
}
section.hero .hero-section.hero-section--stat {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #F8F8FF;
  container-name: hero-stat;
  container-type: size;
}
@container hero-stat (max-height: 60px) {
  section.hero .hero-section.hero-section--stat .stat__number {
    font-size: 1.5rem !important;
  }
  section.hero .hero-section.hero-section--stat .stat__title {
    font-size: 0.9rem !important;
  }
}
section.hero .hero-section.hero-section--stat .stat__number {
  display: block;
  font-size: calc(1.39rem + 1.68vw);
  line-height: 1;
  font-weight: 800;
  color: #EA5B1B;
  font-family: "BW Mitga", sans-serif;
}
@media (min-width: 1200px) {
  section.hero .hero-section.hero-section--stat .stat__number {
    font-size: 2.65rem;
  }
}
section.hero .hero-section.hero-section--stat .stat__title {
  display: block;
  font-size: 1.15rem;
  line-height: 1.25;
  font-weight: 600;
  color: #343452;
  margin-top: 0.75rem;
  font-family: "BW Mitga", sans-serif;
}
section.hero .hero-section.hero-section--search {
  padding: 2rem;
  background: #EA5B1B;
  border-radius: 1.5rem;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
section.hero .hero-section.hero-section--search .hero-search-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 992px) {
  section.hero .hero-section.hero-section--search .hero-search-top {
    flex-direction: column;
    align-items: flex-start;
  }
}
section.hero .hero-section.hero-section--search .hero-search-top h4 {
  margin: 0;
  color: white;
}
section.hero .hero-section.hero-section--search .hero-search-top a {
  color: white;
  text-decoration: none;
  transition: 0.1s ease-in-out;
  font-size: 0.9rem;
  flex-shrink: 0;
}
section.hero .hero-section.hero-section--search .hero-search-top a:hover i {
  margin-left: 1rem;
}
section.hero .hero-section.hero-section--search .hero-search-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}
section.hero .hero-section.hero-section--search .hero-search-bottom .btn-search-hero {
  height: 55px;
}
section.hero .hero-section.hero-section--search .hero-search-bottom .search-container {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
section.hero .hero-section.hero-section--search .hero-search-bottom .search-container input {
  padding: 0.8rem 1.5rem;
  border-radius: 2rem;
  border: none;
  flex-grow: 1;
  height: 55px;
  width: 100%;
}
section.hero .hero-section.hero-section--search .hero-search-bottom .search-container input:focus {
  outline: none;
}
section.hero .hero-section.hero-section--search .hero-search-bottom .search-container .dropdown {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 576px) {
  section.hero .hero-section.hero-section--search .hero-search-bottom .search-container .dropdown {
    display: none;
  }
}
section.hero .hero-section.hero-section--search .hero-search-bottom .search-container .dropdown .dropdown-toggle {
  background: #F8F8FF;
  padding: 0.5rem 1rem;
  border: none;
  color: #343452;
  cursor: pointer;
  font-size: 0.9rem;
  border-radius: 2rem;
}
section.hero .hero-section.hero-section--search .hero-search-bottom .search-container .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0.5rem 0;
  border: none;
  z-index: 3;
}
section.hero .hero-section.hero-section--search .hero-search-bottom .search-container .dropdown .dropdown-menu li {
  padding: 0.5rem 1rem;
}
section.hero .hero-section.hero-section--search .hero-search-bottom .search-container .dropdown .dropdown-menu li a {
  text-decoration: none;
  color: #343452;
  display: block;
  transition: 0.1s ease-in-out;
  font-size: 0.8rem;
}
section.hero .hero-section.hero-section--search .hero-search-bottom .search-container .dropdown .dropdown-menu li a:hover {
  background: none;
  color: #EA5B1B;
}
section.hero .hero-section.hero-section--search .hero-search-bottom .search-container .dropdown.open .dropdown-menu {
  display: block;
}
section.hero.hero--about {
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: max-content 1fr 1fr 1fr;
  grid-template-areas: "title title title title photo-1 photo-1" "title title title title photo-1 photo-1" "photo-2 photo-2 photo-2 stat-1 photo-1 photo-1" "photo-2 photo-2 photo-2 stat-2 stat-3 stat-4";
}
@media screen and (max-width: 1450px) {
  section.hero.hero--about {
    grid-template-areas: "title title title title title title" "photo-1 photo-1 photo-1 photo-1 stat-1 stat-1" "photo-1 photo-1 photo-1 photo-1 stat-2 stat-2" "stat-3 stat-3 stat-4 stat-4 photo-2 photo-2";
  }
}
@media screen and (max-width: 768px) {
  section.hero.hero--about {
    grid-template-areas: "title title title title title title" "photo-1 photo-1 photo-1 photo-1 photo-1 photo-1" "stat-1 stat-1 stat-1 stat-2 stat-2 stat-2" "stat-3 stat-3 stat-3 stat-4 stat-4 stat-4";
  }
  section.hero.hero--about .photo-2 {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  section.hero.hero--about h1 {
    font-size: 2rem !important;
  }
}
section.hero.hero--home {
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: max-content max-content 1fr 1fr max-content;
  grid-template-areas: "title title title title photo-1 photo-1" "title title title title photo-1 photo-1" "photo-2 photo-2 photo-3 photo-3 photo-1 photo-1" "photo-2 photo-2 photo-3 photo-3 photo-1 photo-1" "photo-2 photo-2 photo-3 photo-3 search search";
}
@media screen and (max-width: 1450px) {
  section.hero.hero--home {
    grid-template-rows: 300px 2fr max-content;
    grid-template-areas: "title title title title photo-1 photo-1" "photo-2 photo-2 photo-3 photo-3 photo-3 photo-3" "search search search search search search";
  }
}
@media screen and (max-width: 768px) {
  section.hero.hero--home {
    grid-template-areas: "title title title title title title" "photo-1 photo-1 photo-1 photo-1 photo-1 photo-1" "search search search search search search";
  }
  section.hero.hero--home .photo-2, section.hero.hero--home .photo-3 {
    display: none;
  }
}
section.hero.hero--home .hero-section--title {
  background: #343452;
  color: #ffffff;
}
section.hero.hero--other {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto;
  grid-template-areas: "title title title title photo-1 photo-1";
}
section.hero.hero--other.image-left {
  grid-template-areas: "photo-1 photo-1 title title title title";
}
@media screen and (max-width: 768px) {
  section.hero.hero--other {
    grid-template-areas: "title title title title title title" !important;
  }
  section.hero.hero--other .hero-section--image {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  section.hero.hero--other h1 {
    font-size: 2rem !important;
  }
}

#hero {
  padding: 2rem 0rem;
}
#hero .hero-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#hero .hero-container .hero {
  width: 94vw;
}
@media (max-width: 576px) {
  #hero .hero-container .hero.alt {
    width: 100vw;
  }
}
#hero .hero-container .hero .hero-title-alt {
  padding: 3rem;
  border-radius: 1.5rem;
  color: #343452;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
  flex-grow: 1;
}
@media (max-width: 500px) {
  #hero .hero-container .hero .hero-title-alt {
    padding: 2rem;
  }
}
@media (max-width: 576px) {
  #hero .hero-container .hero .hero-title-alt {
    border-radius: 0;
  }
}
#hero .hero-container .hero .hero-title-alt h1 {
  margin-bottom: 1rem;
}
#hero .hero-container .hero .hero-title-alt p {
  margin: 0;
  color: #EA5B1B;
}
#hero .hero-container .hero .hero-image-alt {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 100%;
  border-radius: 1.5rem;
  position: relative;
  min-height: 30vh;
}
#hero .hero-container .hero .hero-image-alt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  border-radius: 1.5rem;
}
#hero .hero-container .hero .hero-title-images {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#hero .hero-container .hero .hero-title-images .hero-title {
  background: #343452;
  padding: 5rem;
  border-radius: 1.5rem;
  visibility: hidden;
}
#hero .hero-container .hero .hero-title-images .hero-title h1 {
  color: white;
}
#hero .hero-container .hero .hero-title-images .hero-images-left {
  height: 100%;
}
#hero .hero-container .hero .hero-title-images .hero-images-left &gt; .row {
  height: 100%;
}
#hero .hero-container .hero .hero-title-images .hero-images-left img {
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  object-fit: cover;
}
#hero .hero-container .hero .hero-img {
  width: 100%;
  height: 100%;
  position: relative;
}
#hero .hero-container .hero .hero-img img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  border-radius: 1.5rem;
}
#hero .hero-container .hero .hero-search-images {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#hero .hero-container .hero .hero-search-images .hero-search-image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 1;
  flex-grow: 1;
  position: relative;
}
#hero .hero-container .hero .hero-search-images .hero-search-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
  visibility: hidden;
}

#hero .col-4 img, #hero .col-8 img, hero .hero-search-image img {
  visibility: hidden;
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>