﻿@charset "UTF-8";
/* Utilities */ /*------ KEEP IT -----*/
.nowrap {
  white-space: nowrap;
}
::selection {
  background: #B5D7FE;
  color: #000;
}
::-moz-selection {
  background: #B5D7FE;
  color: #000;
}  /*--------------------KEEP IT-----*/
br.display-on-mobile {
  display: none;
  line-height: 0;
}
br.hide-on-mobile {
  display: block;
  line-height: 0;
}
@media screen and (max-width: 650px) {
  br.display-on-mobile {
    display: block;
  }
  br.hide-on-mobile {
    display: none;
  }
}
.footer {  /*----------CODE TO KEEP!!!!----*/
  color: #a3a3a3;
  font-size: 13px;
  background: #111;
}
.footer .inside {
  padding: 25px 0;
}
.footer-nav-ul {
  margin-top: 5px;
}
.footer-nav-li {
  letter-spacing: .025em;
  line-height: 1.1;
  margin-top: 10px;
}
.footer-nav-li a,
.footer-nav-li a:visited {
  color: #a3a3a3;
}
.footer-nav-li a:hover,
.footer-nav-li a:visited:hover,
.footer-nav-li a:focus,
.footer-nav-li a:visited:focus,
.footer-nav-li a:active,
.footer-nav-li a:visited:active {
  color: #0b68b0;
}
@media screen and (max-width: 650px) {  /*--CODE TO KEEP!!!-- */
  .footer .inside {
    padding: 25px 0 0;
  }
  .footer-nav-ul {
    padding-bottom: 25px;
  }
  .footer-nav-li {
    text-align: center;
  }
  .footer-badge {
    display: none;
  }
 .footer-social-ul,
  .footer-newsletter-ul {
    float: none;
    margin: auto;
    text-align: center;
    padding: 0 0 25px;
  }
  .footer-social-li,
  .footer-newsletter-li {
    float: none;
  }
  .footer-social-li {
    display: inline-block;
    margin: 0 auto;
    padding: 0 5px;
  }
  .footer-newsletter-li {
    display: block;
    margin: 5px auto;
  }
  .footer-newsletter-li select,
  .footer-newsletter-li input {
    width: 90%;
  }
}/* Sizes */  /*------- !!!!! CODE TO KEEP!!!! ------- */
.carousel {
  position: relative;
  overflow: hidden;
}
.carousel--tall {
  height: 550px;
}
@media screen and (max-width: 1120px) {
  .carousel--tall {
    height: 400px;
  }
}
/* Controls */  
.carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.carousel-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 10;
}
.carousel-control {
  cursor: pointer;
  text-align: center;
  position: absolute;
  z-index: 10;
  line-height: 0;
}
.carousel-controls {
  margin-top: -25px;
  /* Half of the height (below) */
}
.carousel-control {
  font-size: 16px;
  line-height: 45px;
  height: 40px;
  width: 40px;
  color: #fff;
  color: #a3a3a3;
  transition: all 150ms ease-in;
}
.carousel-control:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
}
.carousel-control--prev {
  left: 10px;
}
.carousel-control--next {
  right: 10px;
}
.section-content .section-block.carousel-simple-contain {
  flex-direction: column;
  /* Button Styles */
}
.section-content .section-block.carousel-simple-contain .carousel-nav {
  display: flex;
  justify-content: end;
  gap: 10px;
  padding: 10px;
}
.section-content .section-block.carousel-simple-contain button.nav-btn {
  color: #555555;
  margin: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.section-content .section-block.carousel-simple-contain button.nav-btn:hover {
  background-color: #f0f0f0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transform: scale(1.1);
}
.carousel-simple-contain .carousel-simple {
  display: flex;
  flex-direction: row!important;
  justify-content: start;
  overflow-x: scroll;
  gap: 25px;
  padding: 20px;
}
.carousel-simple-contain .carousel-simple > div {
  flex: 0 0 calc(95%);
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0 2.6px 10.4px 0 rgba(0, 0, 0, 0.04);
  border: solid 0.6px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  transition: all 0.25s ease-out;
}
.carousel-simple-contain .carousel-simple > div:hover {
  transform: scale(105%);
}
/*@media screen and (min-width: 650px) {
  .carousel-simple-contain .carousel-simple > div {
    flex: 0 0 calc(47%);
  }
}*/
@media screen and (min-width: 1120px) {
  .carousel-simple-contain .carousel-simple > div {
    flex: 0 0 calc(30%);
  }
  .carousel-simple-contain .carousel-simple > div:hover {
    transform: scale(102%);
  }
}
.carousel-simple-contain .carousel-simple > div > h3,
.carousel-simple-contain .carousel-simple > div > p,
.carousel-simple-contain .carousel-simple > div > span {
  padding: 0 20px;
}
.carousel-simple-contain .carousel-simple > div > span {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #808080;
  padding-top: 20px;
  margin-bottom: 15px;
}
.carousel-simple-contain .carousel-simple > div > h3 {
  line-height: 1;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: -0.73px;
  color: #1d1d1f;
}
.carousel-simple-contain .carousel-simple > div > h3 a {
  display: block;
  line-height: 1.5;
  font-size: 18px;
  color: #000;
  text-decoration: none;
}
.carousel-simple-contain .carousel-simple > div > p {
  font-size: 13px;
  margin-top: auto;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.carousel-simple-contain .carousel-simple > div > p span {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.52px;
  color: #808080;
}
.carousel-simple-contain .carousel-simple > div > p a {
  font-weight: 600;
  text-decoration: none;
  color: #0f3d6f;
}
.carousel-simple-contain .carousel-simple > div img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.carousel-simple-contain .carousel-simple div.view-all a {
  border-radius: 10px;
  flex-grow: 1;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  text-decoration: none;
  gap: 10px;
  text-transform: uppercase;
}
.carousel-simple-contain .carousel-simple div.view-all a svg {
  width: 20px;
  height: 20px;
}
.section-block-header.carousel-simple {
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 0;
}
@media screen and (min-width: 500px) {
  .section-block-header.carousel-simple {
    justify-content: space-between;
  }
}
.section-block-header.carousel-simple .section-block-info {
  flex: 0 1 200px;
}
@media screen and (min-width: 500px) {
  .section-block-header.carousel-simple .section-block-info {
    margin-right: auto;
    flex-grow: 1;
  }
}
.section-block-header.carousel-simple .view-all {
  background-color: #000;
  color: #FFF;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 32px;
}
@media screen and (max-width: 1350px) {
  .section-block-header.carousel-simple .view-all {
    font-size: 1.778vw;
    padding: 1.25vw 2.5vw;
    border-radius: 2.5vw;
  }
}
@media screen and (max-width: 500px) {
  .section-block-header.carousel-simple .view-all {
    font-size: inherit;
    padding: 14px 32px;
    border-radius: 32px;
  }
}
