@import url("https://use.typekit.net/bzw5dhj.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  background-color: #D2DEE5;
}

.text-darkblue {
  color: #33404D !important;
}

.text-lightblue {
  color: #5E8DA7 !important;
}

.text-gold {
  color: #907010 !important;
}

.bg-offwhite {
  background-color: #ECECEC !important;
}

.bg-lightblue-50 {
  background-color: rgba(210, 222, 229, 0.5) !important;
}

.bg-lightblue {
  background-color: #D2DEE5 !important;
}

.bg-blue {
  background-color: #5E8DA7 !important;
}

.bg-darkblue {
  background-color: #33404D !important;
}

.font-questa {
  font-family: "questa-grande", serif;
  font-weight: 400;
  font-style: normal;
}

.font-questa-italic {
  font-family: "questa-grande", serif;
  font-weight: 400;
  font-style: italic;
}

.font-century-gothic {
  font-family: "century-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.page {
  max-width: 120rem;
  background-color: #FFFFFF;
}
.page .fixed-top {
  max-width: 86rem;
  margin: 10px auto;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 6px 32px 0 rgba(20, 23, 74, 0.2);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.navbar-brand img {
  max-width: 50px;
}

.btn {
  transition: 200ms ease-out all;
  font-weight: 500;
}
.btn:hover {
  transform: scale(1.05);
}
.btn.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #5E8DA7;
  --bs-btn-border-color: #5E8DA7;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4b7187;
  --bs-btn-hover-border-color: #4b7187;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5E8DA7;
  --bs-btn-active-border-color: #5E8DA7;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #5E8DA7;
  --bs-btn-disabled-border-color: #5E8DA7;
}

.badge {
  font-size: 1rem;
  font-weight: normal;
}
.badge.text-bg-primary {
  background-color: #5E8DA7 !important;
}

.bottom-15 {
  bottom: 15% !important;
}

a {
  color: #33404D;
}

.bi.bi-bold {
  -webkit-text-stroke-width: 1px;
}

.dark-overlay {
  position: relative;
}
.dark-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  user-select: none;
  pointer-events: none;
}

.slider--categories img {
  transition: 300ms opacity ease-in-out;
  opacity: 1;
}
.slider--categories a:hover img {
  opacity: 0.85;
}

.slider--cards {
  --swiper-theme-color: #5E8DA7;
}
.slider--cards .swiper {
  position: relative;
}
.slider--cards .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  opacity: 0.8;
}
.slider--cards .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  user-select: none;
  pointer-events: none;
}
.slider--cards .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.slider--cards .swiper-slide.swiper-slide-active:before {
  display: none;
}
.slider--cards .swiper-pagination {
  bottom: -40px !important;
}
.slider--cards .autoplay-progress {
  opacity: 0.6;
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #ECECEC;
}
.slider--cards .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: #ECECEC;
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

.overview--categories img {
  transition: 200ms all ease-in-out;
}
.overview--categories a img {
  transform: scale(0.8);
}
.overview--categories a:before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.overview--categories a:hover {
  font-weight: bold;
}
.overview--categories a:hover img {
  transform: scale(0.9) translateY(-6px);
}

.banner--fullwidth img {
  user-select: none;
  pointer-events: none;
}

.accordion--with-image .acc--item > .btn:hover {
  transform: scale(1);
}
.accordion--with-image .acc--item .btn[aria-expanded=false] > .bi-dash-lg {
  display: none !important;
}
.accordion--with-image .acc--item .btn[aria-expanded=true] > .bi-plus-lg {
  display: none;
}
.accordion--with-image .acc--item .btn[aria-expanded=true] > .bi-dash-lg {
  display: inline-block !important;
}

.navbar .navbar-nav .nav-item .nav-link {
  font-weight: 600;
}

.list-group a.list-group-item {
  font-weight: 500;
}

.madeby svg {
  height: 18px;
}

.list--check {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list--check li {
  padding: 0.5rem 1.5rem;
  position: relative;
}
.list--check li:before {
  font-family: bootstrap-icons !important;
  font-size: 1rem;
  content: "\f633";
  color: #907010;
  position: absolute;
  left: 0;
}

@media (min-width: 576px) {
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: sticky !important;
  }
}
@media (min-width: 768px) {
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: sticky !important;
  }
}
@media (min-width: 992px) {
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: sticky !important;
  }
}
@media (min-width: 1200px) {
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: sticky !important;
  }
}
@media (max-width: 389px) {
  .navbar-brand span.addition {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .image--hero {
    position: relative;
  }
  .image--hero:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    user-select: none;
    pointer-events: none;
  }
  .image--hero img {
    min-height: 640px;
    width: auto;
    object-fit: cover;
    object-position: right;
  }
}
@media (max-width: 991.98px) {
  .navbar-toggler {
    width: 3.5rem;
    height: 3.5rem;
    box-shadow: none;
  }
  .navbar-toggler[aria-expanded=true] .toggler--icon-default {
    display: none;
  }
  .navbar-toggler[aria-expanded=true] .toggler--icon-close {
    display: inline-block !important;
  }
  .navbar-brand img {
    max-width: 40px;
  }
  .navbar-brand,
  .navbar-toggler {
    z-index: 10;
  }
  .navbar-collapse {
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    z-index: 9;
    background-color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 6px 32px 0 rgba(20, 23, 74, 0.2);
  }
  .navbar-collapse .navbar-nav {
    margin: 0 auto;
    padding-top: 130px;
    padding-bottom: 50px;
  }
  .navbar-collapse .nav-item .nav-link {
    font-size: 1.4rem;
  }
}
@media (max-width: 86rem) {
  .page .fixed-top {
    margin: 8px 12px;
  }
}

/*# sourceMappingURL=custom.css.map */
