#featured-rotator {
  background-color: #F5F5F5;
}
@media only screen and (max-width: 1199px) {
  #featured-rotator {
    padding: 0;
    max-width: 720px;
  }
}

.featured-rotator .swiper-slide {
  background-color: white;
}
.featured-rotator .swiper-pagination {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 10px;
  position: relative;
  top: 0;
  bottom: auto;
}
.featured-rotator .swiper-pagination .swiper-pagination-bullet {
  cursor: pointer;
  margin: 0;
  width: 16px;
  height: 16px;
  background-color: #D9D9D9;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.featured-rotator .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #C1C1C1;
}
.featured-rotator .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E24A02;
}
.featured-rotator .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
  background-color: #E24A02;
}
.featured-rotator__slide-wrap {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1200px) {
  .featured-rotator__slide-wrap {
    flex-direction: row;
    align-items: stretch;
  }
}
.featured-rotator__img-wrap, .featured-rotator__copy {
  position: relative;
  z-index: 2;
}
.featured-rotator__img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 auto;
}
@media only screen and (min-width: 1200px) {
  .featured-rotator__img-wrap {
    margin-right: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-rotator__img {
    width: 320px;
    height: auto;
  }
}
@media only screen and (min-width: ) {
  .featured-rotator__img {
    width: 400px;
  }
}
@media only screen and (min-width: 1600px) {
  .featured-rotator__img {
    width: 480px;
  }
}
@media only screen and (min-width: 1800px) {
  .featured-rotator__img {
    width: 580px;
  }
}
.featured-rotator__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-top: 20px;
  padding-right: 32px;
  padding-left: 32px;
}
@media only screen and (min-width: 1200px) {
  .featured-rotator__copy {
    padding-top: 60px;
    padding-right: 60px;
    padding-bottom: 60px;
    padding-left: 0;
  }
}
.featured-rotator__copy p:last-of-type {
  margin-bottom: 40px;
}
.featured-rotator_copy-preheader {
  color: #E24A02;
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(18px, 4vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: clamp(0.36px, 1vw, 0.48px);
  text-transform: uppercase;
}
.featured-rotator__copy-title {
  margin-top: 10px;
  margin-bottom: 12px;
}
.featured-rotator__cta-wrap {
  background-color: #000000;
  clip-path: polygon(0% 34.48%, 0% 100%, 100% 100%, 100% 0%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  position: relative;
  z-index: 0;
  flex: 1 0 auto;
  margin-top: -24px;
}
@media only screen and (max-width: 1199px) {
  .featured-rotator__cta-wrap {
    padding-top: 126px;
    padding-bottom: 66px;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-rotator__cta-wrap {
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    padding-left: 100px;
    padding-right: 72px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .featured-rotator__cta-wrap {
    padding-left: 124px;
    padding-right: 78px;
  }
}
@media only screen and (min-width: 1600px) {
  .featured-rotator__cta-wrap {
    padding-left: 136px;
    padding-right: 82px;
  }
}
@media only screen and (min-width: 1800px) {
  .featured-rotator__cta-wrap {
    padding-left: 157px;
    padding-right: 99px;
  }
}
.featured-rotator__learn-more {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1199px) {
  .featured-rotator__learn-more {
    width: 184px;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-rotator__learn-more {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .featured-rotator__request-a-quote {
    width: 184px;
    margin-left: auto;
    margin-right: auto;
  }
}
.featured-rotator__border-top, .featured-rotator__border-right, .featured-rotator__border-bottom, .featured-rotator__border-left {
  position: absolute;
  z-index: 1;
  background-color: #F5F5F5;
}
.featured-rotator__border-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 155px;
}
@media only screen and (min-width: 1200px) {
  .featured-rotator__border-top {
    height: 40px;
  }
}
.featured-rotator__border-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  height: 100%;
  width: 16px;
  z-index: 2;
}
@media only screen and (min-width: 1200px) {
  .featured-rotator__border-right {
    width: 40px;
  }
}
.featured-rotator__border-bottom {
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
}
@media only screen and (min-width: 1200px) {
  .featured-rotator__border-bottom {
    border-top: 3px solid #000;
    height: 40px;
  }
}
.featured-rotator__border-left {
  top: 0;
  left: 0;
  height: 100%;
  width: 16px;
  z-index: 2;
}
@media only screen and (min-width: 1200px) {
  .featured-rotator__border-left {
    width: 40px;
  }
}

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