@font-face {
  font-family: "basefont";
  font-style: normal;
  font-display: auto;
  src: url("https://cdn2.hubspot.net/hubfs/5002803/fonts/Nunito-Regular.woff");
}
@font-face {
  font-family: "headfont";
  font-style: normal;
  font-display: auto;
  src: url("https://cdn2.hubspot.net/hubfs/5002803/fonts/LeagueGothic-Regular.woff");
}
.wysiwig img {
  width: 100%;
  height: auto;
}
.wysiwig li {
  font-family: basefont, arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-transform: none;
  color: #505050;
  color: #505050;
  margin-bottom: 0.5em;
}
.module--theme-light .wysiwig li, .module--theme-dark .wysiwig li {
  color: inherit;
}
@media (min-width: 768px) and (min-width: 768px) {
  .module--align-left .wysiwig li {
    text-align: left;
  }
  .module--align-right .wysiwig li {
    text-align: right;
  }
  .module--align-center .wysiwig li {
    text-align: center;
  }
}
@media (min-width: 1320px) {
  .wysiwig li {
    font-family: basefont, arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: none;
    color: #505050;
  }
}
.wysiwig p {
  font-family: basefont, arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-transform: none;
  color: #505050;
  color: #505050;
  margin: 1em 0;
  text-align: left;
  word-break: break-word;
}
.module--theme-light .wysiwig p, .module--theme-dark .wysiwig p {
  color: inherit;
}
@media (min-width: 768px) and (min-width: 768px) {
  .module--align-left .wysiwig p {
    text-align: left;
  }
  .module--align-right .wysiwig p {
    text-align: right;
  }
  .module--align-center .wysiwig p {
    text-align: center;
  }
}
@media (min-width: 1320px) {
  .wysiwig p {
    font-family: basefont, arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: none;
    color: #505050;
  }
}
.wysiwig p:first-child {
  margin-top: 0;
}
.wysiwig p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .wysiwig p {
    text-align: left;
    word-break: normal;
  }
}
.wysiwig h1,
.wysiwig h2,
.wysiwig h3 {
  margin: 24px 0;
  color: #d0021b;
}
.wysiwig h4,
.wysiwig h5,
.wysiwig h6 {
  margin: 16px 0;
  color: #d0021b;
}

.carousel-inline-content {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.carousel-inline-content .slick-slide:focus {
  outline: none;
  border: none;
}
.carousel-inline-content .slick-arrow {
  border: 0;
  border-radius: 19px;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.16);
  background-color: #d0021b;
  width: 38px;
  height: 38px;
  color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  z-index: 2;
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
  background-color: #fff;
}
.carousel-inline-content .slick-arrow svg {
  margin-top: 3px;
  margin-left: -2px;
  width: 60%;
  height: 60%;
  color: #fff;
  fill: #fff;
}
.carousel-inline-content .slick-arrow::before {
  content: "";
}
.carousel-inline-content .slick-arrow:focus {
  outline: 0;
}
@media (max-width: 1319.98px) {
  .carousel-inline-content .slick-arrow {
    display: none;
  }
}
@media (min-width: 768px) {
  .carousel-inline-content .slick-arrow {
    display: inline-block !important;
  }
}
.carousel-inline-content .slick-arrow:hover, .carousel-inline-content .slick-arrow:focus {
  background-color: #fff;
}
.carousel-inline-content .slick-arrow[data-reveal] {
  transition: opacity 1.2s;
  transition-delay: 2s;
}
.carousel-inline-content .slick-arrow svg {
  color: #000;
  fill: #000;
  width: 25px;
  height: 25px;
}
.carousel-inline-content .slick-prev {
  left: 30px;
  margin-top: 19px;
  display: inline-block !important;
  left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media (min-width: 1320px) {
  .carousel-inline-content .slick-prev {
    left: calc(((100% - 1280px) / 2) + 0);
  }
}
@media (min-width: 768px) {
  .carousel-inline-content .slick-prev {
    margin-top: 0;
  }
}
@media (min-width: 1025px) {
  .carousel-inline-content .slick-prev {
    left: 16px;
  }
}
.carousel-inline-content .slick-next {
  right: 30px;
  transform: rotate(180deg);
  margin-top: -19px;
  display: inline-block !important;
  right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media (min-width: 1320px) {
  .carousel-inline-content .slick-next {
    right: calc(((100% - 1280px) / 2) + 0);
  }
}
@media (min-width: 768px) {
  .carousel-inline-content .slick-next {
    margin-top: 0;
  }
}
@media (min-width: 1025px) {
  .carousel-inline-content .slick-next {
    right: 16px;
  }
}
.carousel-inline-content .transition .slick-prev {
  left: -100px;
  transition: all 0s ease;
}
.carousel-inline-content .transition .slick-next {
  right: -100px;
  transition: all 0s ease;
}

.carousel-inline-content__main-title {
  font-family: headfont, arial, sans-serif;
  font-size: 36px;
  font-weight: normal;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: headfont, arial, sans-serif;
  font-size: 36px;
  font-weight: normal;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 30px;
  text-align: center;
}
.module--theme-light .carousel-inline-content__main-title, .module--theme-dark .carousel-inline-content__main-title {
  color: inherit;
}
.carousel-inline-content__main-title--align-right {
  text-align: center;
}
.carousel-inline-content__main-title--align-left {
  text-align: center;
}
.carousel-inline-content__main-title--align-center {
  text-align: center;
}
.carousel-inline-content__main-title--small {
  font-family: headfont, arial, sans-serif;
  font-size: 36px;
  font-weight: normal;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.carousel-inline-content__main-title--medium {
  font-family: headfont, arial, sans-serif;
  font-size: 60px;
  font-weight: normal;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
@media (min-width: 768px) {
  .carousel-inline-content__main-title {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .module--align-left .carousel-inline-content__main-title {
    text-align: left;
  }
  .module--align-right .carousel-inline-content__main-title {
    text-align: right;
  }
  .module--align-center .carousel-inline-content__main-title {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .carousel-inline-content__main-title--align-md-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .carousel-inline-content__main-title--align-md-center {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .carousel-inline-content__main-title--small {
    font-family: headfont, arial, sans-serif;
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000;
  }
}
@media (min-width: 768px) {
  .carousel-inline-content__main-title--medium {
    font-family: headfont, arial, sans-serif;
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
  }
}
@media (min-width: 1320px) {
  .carousel-inline-content__main-title {
    font-family: headfont, arial, sans-serif;
    font-size: 60px;
    font-weight: normal;
    font-style: normal;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
  }
  .carousel-inline-content__main-title--small {
    font-family: headfont, arial, sans-serif;
    font-size: 60px;
    font-weight: normal;
    font-style: normal;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
  }
  .carousel-inline-content__main-title--medium {
    font-family: headfont, arial, sans-serif;
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
  }
}
@media (min-width: 768px) {
  .carousel-inline-content__main-title {
    font-family: headfont, arial, sans-serif;
    font-size: 60px;
    font-weight: normal;
    font-style: normal;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 48px;
  }
}

.carousel-inline-content__list {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .carousel-inline-content__list {
    display: block;
    overflow-x: initial;
    -webkit-overflow-scrolling: auto;
  }
  .carousel-inline-content__list .slick-track {
    display: flex;
  }
}

.carousel-inline-content__item {
  position: relative;
  padding: 0 8px;
  min-width: 214px;
  height: 100%;
}
.carousel-inline-content__item[data-reveal] {
  transform: translateY(0);
  transition: opacity 1.2s;
}
@media (min-width: 480px) {
  .carousel-inline-content__item {
    height: 418px;
  }
}
@media (min-width: 768px) {
  .carousel-inline-content__item {
    padding: 0 15px;
    width: 27vw;
    min-width: 327.5px !important;
    height: 570px;
  }
  .carousel-inline-content__item::before {
    display: block;
    padding-top: 140%;
    width: 100%;
    content: "";
  }
}
@media (min-width: 1320px) {
  .carousel-inline-content__item {
    min-width: 436.6666666667px !important;
    height: 570px;
  }
}

.carousel-inline-content__info {
  position: relative;
  transition: opacity 0.1s ease;
  transition-delay: 0s;
  opacity: 0;
  z-index: 1;
  padding: 60px 48px 120px;
  height: 100%;
}
.slick-current .carousel-inline-content__info {
  transition: opacity 0.8s ease;
  transition-delay: 0.5s;
  opacity: 1;
}
@media (min-width: 480px) {
  .carousel-inline-content__info {
    height: 418px;
  }
}
@media (min-width: 769px) {
  .carousel-inline-content__info {
    display: flex;
    position: absolute;
    flex-direction: column;
    justify-content: center;
    padding: 60px 24px;
    height: 100%;
  }
}

.carousel-inline-content__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 8px;
}
.carousel-inline-content__media > * > * {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.carousel-inline-content__media::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: opacity 0.5s ease;
  transition-delay: 0s;
  opacity: 0;
  z-index: 1;
  background: #000;
  content: "";
}
.carousel-inline-content__media > * {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.slick-current .carousel-inline-content__media::before {
  transition: opacity 0.8s ease;
  transition-delay: 0.5s;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .carousel-inline-content__media {
    margin: 0;
  }
}

.carousel-inline-content__content {
  background-color: #505050;
  padding: 0 8px;
  color: #fff;
}
@media (min-width: 768px) {
  .carousel-inline-content__content {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    padding: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1320px) {
  .carousel-inline-content__content {
    width: calc(100% - 30px);
  }
}

.carousel-inline-content__name {
  font-family: headfont, arial, sans-serif;
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 24px;
}
@media (min-width: 480px) {
  .carousel-inline-content__name {
    margin-bottom: 24px;
  }
}
@media (min-width: 1320px) {
  .carousel-inline-content__name {
    font-family: headfont, arial, sans-serif;
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 48px;
  }
}

.carousel-inline-content__copy {
  font-family: basefont, arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: none;
  color: #505050;
  margin-bottom: 48px;
  line-height: 2.5;
}
@media (min-width: 480px) {
  .carousel-inline-content__copy {
    font-family: basefont, arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 26px;
    letter-spacing: 0.5px;
    text-transform: none;
    color: #505050;
    margin-bottom: 30px;
    line-height: 2;
  }
}
@media (min-width: 1320px) {
  .carousel-inline-content__copy {
    font-family: basefont, arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: none;
    color: #505050;
    margin-bottom: 60px;
  }
}

.carousel-inline-content__type {
  font-family: headfont, arial, sans-serif;
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #000;
  position: absolute;
  bottom: 30px;
}
@media (min-width: 1320px) {
  .carousel-inline-content__type {
    font-family: headfont, arial, sans-serif;
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    position: absolute;
  }
}

.carousel-inline__nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}
.carousel-inline__nav button {
  pointer-events: all;
}
@media (min-width: 480px) {
  .carousel-inline__nav {
    height: 418px;
  }
}
@media (min-width: 768px) {
  .carousel-inline__nav {
    height: 570px;
  }
}