<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.specialty-cards {
  margin-block: 100px;
  width: 100%;
  padding-right: 90px;
  padding-left: 90px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .specialty-cards {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 991.98px) {
  .specialty-cards {
    margin-block: 60px;
  }
}
.specialty-cards .specialty-carousel .carousel {
  padding-top: 20px;
}
.specialty-cards .specialty-carousel .carousel-slide {
  height: auto !important;
  aspect-ratio: 0.63;
  opacity: 0;
}
.specialty-cards .specialty-carousel .carousel-controls {
  margin: 0;
}
.specialty-cards .specialty-carousel .tns-outer,
.specialty-cards .specialty-carousel .tns-ovh,
.specialty-cards .specialty-carousel .tns-inner,
.specialty-cards .specialty-carousel .carousel {
  overflow: visible;
}
.specialty-cards--title {
  color: #002D97;
  font-weight: bold;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.specialty-cards--title {
  font-size: 44px;
}
@media (max-width: 991.98px) {
  .specialty-cards--title {
    margin-bottom: 15px;
  }
  .specialty-cards--title {
    font-size: 30px;
  }
}
.specialty-cards--card {
  position: relative;
  color: #fff;
  width: 100%;
  aspect-ratio: 0.63;
  border-radius: 10px;
  padding: 30px 20px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0);
  display: flex;
  overflow: hidden;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  text-decoration: none;
  transition: all ease-in-out 0.25s;
}
.specialty-cards--card:hover {
  transform: scale(101.5%);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}
.specialty-cards--card:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5) 85%);
  content: "";
  display: block;
}
.specialty-cards--card figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all ease-in-out 0.5s;
}
.specialty-cards--card figure img {
  height: 100%;
  object-fit: cover;
}
.specialty-cards--card-title {
  position: relative;
  top: 0;
  color: #fff;
  width: 100%;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: auto 35px;
  gap: 10px;
  z-index: 5;
  transition: all ease-in-out 0.25s;
}
.specialty-cards--card-title {
  font-size: 24px;
}
.specialty-cards--card-title:after {
  color: #fff;
  display: block;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  line-height: 0;
  background-color: #005AE8;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  content: url("../../assets/arrow-card.svg");
}
.specialty-cards--button {
  transition: all 0.35s ease;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  user-select: none;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 25px;
  padding: 12px 30px;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  background-color: #005AE8;
  border-color: #005AE8;
  color: #fff;
  border-radius: 60px;
  margin-left: 40px;
  order: 3;
}
.specialty-cards--button {
  font-size: 16px;
}
.prefers-reduced-motion .specialty-cards--button {
  transition: none;
}
.specialty-cards--button:hover {
  color: #000;
  background-color: rgb(229.5, 229.5, 229.5);
}
.specialty-cards--button:disabled, .specialty-cards--button.disabled {
  transition: none;
  opacity: 1;
  box-shadow: none;
  cursor: default;
  background-color: rgb(242.25, 242.25, 242.25);
  color: #434343;
  pointer-events: none;
}
.prefers-reduced-motion .specialty-cards--button:disabled, .prefers-reduced-motion .specialty-cards--button.disabled {
  transition: none;
}
.specialty-cards--button:active, .specialty-cards--button.active {
  background-color: rgb(216.75, 216.75, 216.75);
}
.specialty-cards--button:hover {
  color: #005AE8 !important;
  background-color: #fff;
}
.specialty-cards--button:active, .specialty-cards--button.active {
  color: #fff;
  border-color: #002D97;
  background-color: #002D97;
}
.specialty-cards--button:disabled, .specialty-cards--button.disabled {
  opacity: 1;
  color: #fff;
  border-color: #002D97;
  background-color: #002D97;
}
.specialty-cards--button:disabled:hover, .specialty-cards--button.disabled:hover {
  color: #fff !important;
  box-shadow: none !important;
}
@media (max-width: 991.98px) {
  .specialty-cards--button {
    margin: 0;
    order: 2;
  }
}
.specialty-cards--bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
}
.specialty-cards--bottom .carousel-controls {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 10px;
}
@media (max-width: 991.98px) {
  .specialty-cards--bottom .carousel-controls {
    width: 100%;
    grid-template-columns: 1fr auto 1fr;
    gap: 10px;
  }
}
.specialty-cards--bottom .carousel-controls button {
  color: #fff;
  background-color: #005AE8;
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  line-height: 0;
  transition: all ease-in-out 0.15s;
  align-self: center;
  display: flex;
}
.specialty-cards--bottom .carousel-controls button:after {
  display: block;
  height: 20px;
  width: 20px;
  content: url("../../assets/arrow-carousel.svg");
  display: block;
}
.specialty-cards--bottom .carousel-controls button[disabled] {
  background-color: #99BFFA;
  cursor: none;
}
.specialty-cards--bottom .carousel-controls button:hover, .specialty-cards--bottom .carousel-controls button:focus {
  color: #fff;
  background-color: #002D97;
}
.specialty-cards--bottom .carousel-controls button span {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.specialty-cards--bottom .carousel-controls button.btn--prev {
  order: 1;
}
.specialty-cards--bottom .carousel-controls button.btn--prev:after {
  transform: scale(-1);
}
.specialty-cards--bottom .carousel-controls button.btn--next {
  order: 2;
}
@media (max-width: 991.98px) {
  .specialty-cards--bottom .carousel-controls button.btn--next {
    margin-left: auto;
    order: 3;
  }
}
.specialty-cards.animate-in {
  animation-name: fadeInUp;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(1) {
  animation: fadeInSlideUp 0.9s ease-in-out 0s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(2) {
  animation: fadeInSlideUp 0.9s ease-in-out 0.15s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(3) {
  animation: fadeInSlideUp 0.9s ease-in-out 0.3s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(4) {
  animation: fadeInSlideUp 0.9s ease-in-out 0.45s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(5) {
  animation: fadeInSlideUp 0.9s ease-in-out 0.6s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(6) {
  animation: fadeInSlideUp 0.9s ease-in-out 0.75s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(7) {
  animation: fadeInSlideUp 0.9s ease-in-out 0.9s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(8) {
  animation: fadeInSlideUp 0.9s ease-in-out 1.05s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(9) {
  animation: fadeInSlideUp 0.9s ease-in-out 1.2s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(10) {
  animation: fadeInSlideUp 0.9s ease-in-out 1.35s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(11) {
  animation: fadeInSlideUp 0.9s ease-in-out 1.5s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(12) {
  animation: fadeInSlideUp 0.9s ease-in-out 1.65s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(13) {
  animation: fadeInSlideUp 0.9s ease-in-out 1.8s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(14) {
  animation: fadeInSlideUp 0.9s ease-in-out 1.95s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(15) {
  animation: fadeInSlideUp 0.9s ease-in-out 2.1s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(16) {
  animation: fadeInSlideUp 0.9s ease-in-out 2.25s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(17) {
  animation: fadeInSlideUp 0.9s ease-in-out 2.4s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(18) {
  animation: fadeInSlideUp 0.9s ease-in-out 2.55s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(19) {
  animation: fadeInSlideUp 0.9s ease-in-out 2.7s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(20) {
  animation: fadeInSlideUp 0.9s ease-in-out 2.85s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(21) {
  animation: fadeInSlideUp 0.9s ease-in-out 3s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(22) {
  animation: fadeInSlideUp 0.9s ease-in-out 3.15s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(23) {
  animation: fadeInSlideUp 0.9s ease-in-out 3.3s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(24) {
  animation: fadeInSlideUp 0.9s ease-in-out 3.45s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(25) {
  animation: fadeInSlideUp 0.9s ease-in-out 3.6s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(26) {
  animation: fadeInSlideUp 0.9s ease-in-out 3.75s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(27) {
  animation: fadeInSlideUp 0.9s ease-in-out 3.9s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(28) {
  animation: fadeInSlideUp 0.9s ease-in-out 4.05s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(29) {
  animation: fadeInSlideUp 0.9s ease-in-out 4.2s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(30) {
  animation: fadeInSlideUp 0.9s ease-in-out 4.35s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(31) {
  animation: fadeInSlideUp 0.9s ease-in-out 4.5s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(32) {
  animation: fadeInSlideUp 0.9s ease-in-out 4.65s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(33) {
  animation: fadeInSlideUp 0.9s ease-in-out 4.8s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(34) {
  animation: fadeInSlideUp 0.9s ease-in-out 4.95s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(35) {
  animation: fadeInSlideUp 0.9s ease-in-out 5.1s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(36) {
  animation: fadeInSlideUp 0.9s ease-in-out 5.25s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(37) {
  animation: fadeInSlideUp 0.9s ease-in-out 5.4s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(38) {
  animation: fadeInSlideUp 0.9s ease-in-out 5.55s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(39) {
  animation: fadeInSlideUp 0.9s ease-in-out 5.7s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(40) {
  animation: fadeInSlideUp 0.9s ease-in-out 5.85s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(41) {
  animation: fadeInSlideUp 0.9s ease-in-out 6s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(42) {
  animation: fadeInSlideUp 0.9s ease-in-out 6.15s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(43) {
  animation: fadeInSlideUp 0.9s ease-in-out 6.3s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(44) {
  animation: fadeInSlideUp 0.9s ease-in-out 6.45s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(45) {
  animation: fadeInSlideUp 0.9s ease-in-out 6.6s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(46) {
  animation: fadeInSlideUp 0.9s ease-in-out 6.75s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(47) {
  animation: fadeInSlideUp 0.9s ease-in-out 6.9s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(48) {
  animation: fadeInSlideUp 0.9s ease-in-out 7.05s forwards;
  animationspotlig-fill-mode: both;
}
.specialty-cards.animate-in .carousel .carousel-slide:nth-of-type(49) {
  animation: fadeInSlideUp 0.9s ease-in-out 7.2s forwards;
  animationspotlig-fill-mode: both;
}
@keyframes fadeInSlideUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  70% {
    opacity: 1;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*# sourceMappingURL=specialty-cards.css.map */
</pre></body></html>