@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway:200,400,700");
/* Our Site Breakpoints (same as twitter bootstrap) */
.product-slide {
  position: relative;
}
.product-slide img {
  margin: 0 auto;
  max-height: 200px;
}
.product-slide h3 {
  font-size: 18px;
  margin-top: 15px;
  text-transform: uppercase !important;
}
.product-slide:hover .overlay {
  opacity: 1;
}
.product-slide .overlay {
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  height: 100%;
  left: 0;
  min-height: 100%;
  opacity: 0;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  transition: opacity 0.4s ease;
  width: 100%;
}
.product-slide .overlay p {
  margin: 0;
  border-bottom: 1px solid #fff;
  padding-bottom: 18px;
}
.product-slide .overlay .content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.contact-call {
  background-attachment: fixed;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  position: relative;
}
.contact-call:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .contact-call:before {
    background-color: rgb(0, 0, 0);
  }
}

.inner {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.inner .title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 38px;
  text-transform: uppercase;
}
.inner p {
  font-family: "Raleway", sans-serif;
}

.brands-slick div img {
  max-height: 60px;
  max-width: 80px;
}
.brands-slick .slick-slide img {
  margin: 0 auto !important;
}

.key-card {
  padding: 20px 20px 0;
}
.key-card i {
  color: #000;
  font-size: 45px;
  margin-bottom: 30px;
}
.key-card p {
  color: #999;
  font-size: 14px;
  line-height: 175%;
}

.expert-install {
  background-color: #fff;
}
.expert-install .description {
  color: #999;
  font-family: "Raleway", sans-serif;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .expert-install .description {
    max-width: 70%;
  }
}
.expert-install ul {
  margin: 0;
  padding: 0;
}
.expert-install li {
  list-style-position: inside;
}
.expert-install img {
  margin-bottom: -20px;
}
@media (min-width: 768px) {
  .expert-install img {
    margin-bottom: -48px;
  }
}

.category-intro {
  text-align: center;
  margin-top: 30px;
}
.category-intro h1 {
  font-size: 2rem !important;
}
.category-intro p {
  color: #666;
  font-size: 14px;
  line-height: 185%;
}

.readmore-toggle {
  display: block;
  position: relative;
  width: 100%;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 14px;
  color: #3c3c3c !important;
  text-align: center;
  text-transform: none;
  text-decoration: underline !important;
  background-color: #fff;
  padding: 0;
  font-weight: normal;
  cursor: pointer;
}
@media (max-width: 767px) {
  .readmore-toggle {
    margin-left: 0;
    text-align: left;
  }
}
.readmore-toggle:hover {
  background-color: transparent;
  color: #3c3c3c !important;
}

.readmore-content {
  padding: 0;
}
.readmore-content h2 {
  color: #001336;
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .readmore-content h2 {
    text-align: left !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .readmore-content p {
    text-align: left !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .readmore-content ul {
    padding-left: 0;
    text-align: left !important;
  }
}
.readmore-content li {
  list-style-type: none;
}
.readmore-content li:not(:last-of-type) {
  margin-bottom: 5px;
}

.width-fix .product-card {
  width: 23.5% !important;
}
@media (max-width: 1138px) {
  .width-fix .product-card {
    width: 50% !important;
  }
}
@media (max-width: 597px) {
  .width-fix .product-card {
    max-width: 100% !important;
    min-width: 100%;
  }
}

.category-static--banner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #001336;
}
@media (min-width: 768px) {
  .category-static--banner {
    flex-direction: row;
  }
}
@media (min-width: 1152px) {
  .category-static--banner {
    background-image: url("img/static-banner-bg.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top 0 left 0;
  }
}
.category-static--banner .mobile-banner--image {
  width: 100%;
  display: none;
  overflow: hidden;
}
@media (max-width: 767px) {
  .category-static--banner .mobile-banner--image {
    display: block;
    position: relative;
  }
}
.category-static--banner .mobile-banner--image img {
  width: 100%;
}
.category-static--banner .mobile-banner--image:before {
  content: "";
  display: block;
  position: absolute;
  top: 85%;
  left: -10%;
  background-color: #001336;
  border-top: 30px solid #F5B700;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid transparent;
  width: 115%;
  height: 100%;
  transform: rotate(4deg);
  z-index: 2;
}
.category-static--banner .mobile-banner--image:after {
  content: "";
  display: block;
  position: absolute;
  top: 90%;
  left: -10%;
  background-color: #001336;
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  width: 115%;
  height: 100%;
  transform: rotate(4deg);
  z-index: 5;
}
.category-static--banner .desktop-banner--image {
  display: none;
  position: relative;
  overflow: hidden;
}
.category-static--banner .desktop-banner--image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 768px) {
  .category-static--banner .desktop-banner--image {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
  }
}
@media (min-width: 1152px) {
  .category-static--banner .desktop-banner--image {
    width: 450px;
  }
}
.category-static--banner .desktop-banner--image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: -75%;
  background-color: #001336;
  border-top: 30px solid transparent;
  border-right: 30px solid #F5B700;
  border-bottom: 30px solid transparent;
  border-left: 30px solid transparent;
  width: 100%;
  height: 130%;
  transform: rotate(345deg);
  z-index: 2;
}
@media (min-width: 992px) {
  .category-static--banner .desktop-banner--image:before {
    height: 200%;
  }
}
.category-static--banner .desktop-banner--image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -80%;
  background-color: #001336;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  width: 100%;
  height: 130%;
  transform: rotate(345deg);
  z-index: 5;
}
@media (min-width: 992px) {
  .category-static--banner .desktop-banner--image:after {
    height: 200%;
  }
}
.category-static--banner .banner-content {
  width: 100%;
  padding: 0 30px 30px 30px;
}
@media (min-width: 768px) {
  .category-static--banner .banner-content {
    width: 50%;
    padding: 30px;
  }
}
@media (min-width: 1152px) {
  .category-static--banner .banner-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: calc(95% - 450px);
    padding: 30px calc(25% - 225px);
    margin-left: 5%;
  }
}
.category-static--banner h1 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px !important;
  line-height: 32px !important;
}
@media (min-width: 1152px) {
  .category-static--banner h1 {
    font-size: 32px !important;
    line-height: 32px !important;
  }
}
.category-static--banner h3 {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 100;
  font-size: 14px;
  line-height: 14px;
}
@media (min-width: 1152px) {
  .category-static--banner h3 {
    font-size: 18px;
    line-height: 18px;
  }
}
.category-static--banner h3 span {
  font-weight: 600;
  color: #F5B700;
}
.category-static--banner p {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1152px) {
  .category-static--banner p {
    font-size: 16px;
    line-height: 22px;
  }
}
.category-static--banner p a {
  color: #fff;
  text-decoration: underline;
}
.category-static--banner p a:hover {
  text-decoration: none;
}
.category-static--banner .banner-logos {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
}
.category-static--banner .banner-logos li {
  list-style: none;
}
.category-static--banner .banner-logos li:not(:first-of-type) {
  margin-left: 20px;
}
.category-static--banner .banner-logos img {
  width: auto;
  height: 60px;
  margin: 0;
}

/* If we have the static banner don't display the category title */
body.tax-product_cat:has(.category-static--banner) header.intro {
  display: none;
  visibility: hidden;
}

.category-equal-cols {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (max-width: 1400px) {
  .category-equal-cols {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .category-equal-cols {
    flex-direction: row;
  }
}
.category-equal-cols .text-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding: 30px 30px 0 30px;
}
@media (min-width: 768px) {
  .category-equal-cols .text-col {
    width: 50%;
  }
}
@media (min-width: 1152px) {
  .category-equal-cols .text-col {
    padding: 60px 0 60px 60px;
  }
}
.category-equal-cols h4 {
  color: #001336;
  margin-bottom: 20px;
  font-size: 24px !important;
  line-height: 32px !important;
}
@media (min-width: 1152px) {
  .category-equal-cols h4 {
    font-size: 32px !important;
    line-height: 32px !important;
  }
}
.category-equal-cols .image-col {
  width: 100%;
}
@media (min-width: 768px) {
  .category-equal-cols .image-col {
    width: 50%;
  }
}
.category-equal-cols ul {
  padding-left: 15px;
}

.category .product-list {
  width: 100%;
}
.category .product-list,
.category .products {
  margin: 0 auto;
  padding: 0;
}
.category .product-list .product-card,
.category .products .product-card {
  position: relative;
  background-color: #fff;
  list-style-type: none;
  margin-bottom: 40px;
  margin-right: 2%;
  text-align: center;
  width: 33%;
  padding: 5px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.58);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.58);
}
.category .product-list .product-card:nth-of-type(4n),
.category .products .product-card:nth-of-type(4n) {
  margin-right: 0;
}
.category .product-list .product-card a,
.category .products .product-card a {
  text-decoration: none;
}
.category .product-list .product-card a:hover,
.category .products .product-card a:hover {
  text-decoration: none;
}
.category .product-list .product-card .image,
.category .products .product-card .image {
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  display: block;
  border-radius: 15px;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  width: 100%;
}
.category .product-list .product-card img,
.category .products .product-card img {
  display: block;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
}
.category .product-list .product-card .woocommerce-loop-category__title,
.category .products .product-card .woocommerce-loop-category__title {
  padding: 30px 0;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  color: #001336;
}
.category .product-list .product-card .woocommerce-loop-category__title mark,
.category .products .product-card .woocommerce-loop-category__title mark {
  display: none;
}

.width-fix .card-btn h2 {
  width: 100% !important;
}

.filter-container .featured-img {
  max-height: 250px;
  overflow: hidden;
}

.main-container .intro {
  background-color: #fff;
  padding: 0 0 30px 0;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
.main-container .intro .wrapper {
  text-align: left;
}
@media (min-width: 992px) {
  .main-container .intro .wrapper {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .main-container .intro {
    padding: 0 100px 60px 100px;
  }
}
.main-container h1 {
  text-transform: uppercase;
  color: #001336;
  margin-bottom: 20px;
  text-align: left;
  padding: 0 20px 0 0;
  font-size: 24px !important;
}
@media (min-width: 992px) {
  .main-container h1 {
    font-size: 2.2rem !important;
    text-align: center;
    padding: 0;
  }
}
.main-container h2 {
  color: #001336;
  font-size: 22px;
}
@media (min-width: 992px) {
  .main-container h2 {
    font-size: 24px;
  }
}
.main-container a {
  color: #001336;
}

.snippet {
  margin-top: 30px;
}
.snippet a {
  text-decoration: underline;
}
.snippet a:hover {
  text-decoration: none;
}
.snippet .wrapper {
  padding-top: 60px;
  border-top: 1px solid #001336;
  text-align: left;
}
.snippet h2 {
  margin-bottom: 30px;
  color: #001336;
}
.snippet ul {
  padding-left: 0;
}
.snippet p {
  color: #666;
}
.snippet li {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  list-style-type: none;
}
.snippet li:not(:last-of-type) {
  margin-bottom: 5px;
}
.snippet li:before {
  content: "";
  display: inline-block;
  position: relative;
  background-color: #001336;
  margin-right: 5px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
}

.product-options {
  display: none;
  clear: both;
  content: "";
}
.product-options .accordion,
.product-options .quantity,
.product-options .sort-by {
  display: inline-block;
}
.product-options .quantity,
.product-options .sort-by {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}
.product-options .filter-toggle:hover {
  cursor: pointer;
}
.product-options .filter-toggle {
  background-color: #000;
  border: 0;
  color: #fff;
  font-family: "Raleway", sans-serif;
  padding: 8px 12px;
}

.cat-list {
  background-color: #f7f7f7;
  padding: 80px 0 40px 0;
}
.tax-product_cat .cat-list {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.woocommerce-pagination {
  margin-top: 30px;
}
.woocommerce-pagination .page-numbers {
  border: 0 !important;
}
.woocommerce-pagination .page-numbers li {
  width: 45px;
  height: 45px;
  border: 1px solid #001336 !important;
  margin-right: 10px !important;
  border-radius: 100%;
}
.woocommerce-pagination .page-numbers li span {
  line-height: 30px !important;
  font-size: 14px !important;
}
.woocommerce-pagination .page-numbers li .current {
  background-color: #001336 !important;
  color: #fff !important;
}
.woocommerce-pagination .page-numbers li a {
  line-height: 30px !important;
  font-size: 14px !important;
  color: #001336 !important;
}
.woocommerce-pagination .page-numbers li:hover a {
  background-color: #001336 !important;
  color: #fff !important;
}

.product-container .first-col {
  width: 100%;
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .product-container .first-col {
    width: 50%;
  }
}
.product-container .first-col span {
  width: 100%;
}
.product-container .first-col .wp-post-image {
  width: 100%;
}
.product-container .first-col .attachment-shop_single {
  width: 100%;
  border-radius: 20px;
}
.product-container .first-col .flaticon-back {
  left: 0;
  background-color: #001336;
  width: 50px;
  height: 50px;
  text-align: center;
}
@media (min-width: 768px) {
  .product-container .first-col .flaticon-back {
    left: 30px;
  }
}
.product-container .first-col .flaticon-back:before {
  display: block;
  position: relative;
  content: "";
  line-height: 50px;
  height: 48px;
  background-image: url("img/icons/right-arrow.png");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  transform: rotate(180deg);
}
.product-container .first-col .flaticon-right-arrow {
  right: 0;
  background-color: #001336;
  width: 50px;
  height: 50px;
  text-align: center;
}
@media (min-width: 768px) {
  .product-container .first-col .flaticon-right-arrow {
    right: 30px;
  }
}
.product-container .first-col .flaticon-right-arrow:before {
  display: block;
  position: relative;
  content: "";
  line-height: 50px;
  height: 48px;
  background-image: url("img/icons/right-arrow.png");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}
.product-container .second-col {
  width: 100%;
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .product-container .second-col {
    width: 50%;
  }
}
.product-container .wpgs-nav.slick-initialized {
  padding: 0 8%;
}
.product-container .wpgs-nav.slick-initialized img {
  border-radius: 15px;
}
.product-container .wpgs-nav .slick-next {
  right: -20px;
  width: 60px;
  height: 60px;
}
@media (min-width: 768px) {
  .product-container .wpgs-nav .slick-next {
    right: -20px;
  }
}
@media (min-width: 1200px) {
  .product-container .wpgs-nav .slick-next {
    right: -5px;
  }
}
.product-container .wpgs-nav .slick-prev {
  left: -20px;
  width: 60px;
  height: 60px;
}
@media (min-width: 768px) {
  .product-container .wpgs-nav .slick-prev {
    left: -20px;
  }
}
@media (min-width: 1200px) {
  .product-container .wpgs-nav .slick-prev {
    left: -5px;
  }
}
.product-container .wpgs-nav .slick-prev:before {
  content: "";
  background-image: url("img/icons/bestseller-right-arrow.png");
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: center;
  opacity: 1;
  width: 60px;
  height: 60px;
  font-size: 60px;
  display: block;
}
.product-container .wpgs-nav .slick-next:before {
  content: "";
  background-image: url("img/icons/bestsellers-left-arrow.png");
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: center;
  opacity: 1;
  width: 60px;
  height: 60px;
  font-size: 60px;
  display: block;
}

.product-page .featured-img {
  border: 1px solid #ddd;
  margin: 12px;
  position: relative;
}
.product-page .featured-img .expand-img {
  bottom: 0;
  font-size: 28px;
  padding: 16px 25px;
  position: absolute;
}
.product-page .featured-img a {
  color: #000;
}
.product-page .thumbnails {
  display: flex;
  justify-content: center;
  max-height: 150px;
  width: 100%;
}
.product-page .thumbnails .thumbnail-img {
  border: 1px solid #ddd;
  height: 100%;
  margin: 12px;
  width: 33%;
}
.product-page .content h1 {
  font-size: 26px;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .product-page .content h1 {
    font-size: 20px !important;
  }
}
.product-page .content .lead-time {
  font-size: 14px;
  margin-bottom: 20px;
}
.product-page .content .description-copy {
  margin: 22px 0;
}
.product-page .variations_form label:not(.check-input) {
  font-size: 14px;
  font-weight: bold;
}
.product-page .variations_form select {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
}
.product-page .variations_form select option {
  padding-left: 15px;
}
.product-page .variations_form .submit-quote {
  background-color: #F5B700;
  border: 0;
  color: #000;
  display: inline-block;
  font-weight: bold;
  padding: 14px 0;
  text-transform: uppercase;
  transition: 0.4s color ease, 0.4s background-color ease;
  width: 80%;
}
.product-page .variations_form .submit-quote:hover:hover {
  cursor: pointer;
}
.product-page .variations_form .submit-quote:hover {
  background-color: #000;
  color: #F5B700;
}
.product-page .variations_form .final {
  padding-top: 30px;
  position: relative;
}
.product-page .variations_form .quantityLabel {
  display: block;
  position: relative;
  top: -36px;
}
.product-page .variations_form .quantity,
.product-page .variations_form .submit-quote {
  display: inline;
}
.product-page .variations_form .quantity {
  border-radius: 0;
  height: 52px;
  position: relative;
}
.product-page .product-specs .specification-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1100px;
}
.product-page .product-specs .specification-card {
  margin: 0;
  padding: 30px 15px;
  width: 25%;
}
@media (max-width: 576px) {
  .product-page .product-specs .specification-card {
    width: 50%;
  }
}
.product-page .product-specs .specification-card .spec-icon {
  margin-bottom: 28px;
  width: 125px;
}
.product-page .product-specs .specification-card .spec-title {
  font-size: 18px;
  margin-bottom: 4px;
}

.install {
  padding-bottom: 60px;
}

.sticker {
  width: 75px;
  height: auto;
  position: absolute;
  top: 10px;
  left: 30px;
}

.collateral-banner {
  width: 100%;
}
@media (min-width: 768px) {
  .collateral-banner {
    float: left;
    position: relative;
    width: 45%;
  }
}

.you-may--like .wrapper {
  border-top: 1px solid #001336;
}
.you-may--like h2 {
  color: #001336;
  font-size: 24px;
}
@media (min-width: 992px) {
  .you-may--like h2 {
    font-size: 34px;
  }
}

.first-col-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 25px 0;
}
.first-col-links a {
  display: flex;
  align-items: center;
  color: #001336 !important;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
}
.first-col-links a:first-of-type:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  background-image: url("img/description-icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-right: 10px;
}
.first-col-links a:last-of-type:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  background-image: url("img/spec-icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-right: 10px;
}

.enquire-link {
  display: block;
  border: 1px solid #001336;
  border-radius: 20px;
  padding: 15px;
  width: calc(100% - 40px);
  text-align: center;
  margin-left: 20px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #001336;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .enquire-link {
    font-size: 16px;
    line-height: 16px;
    width: calc(100% - 60px);
  }
}
.enquire-link:hover {
  background-color: #001336;
  color: #fff;
  text-decoration: none;
}

.product-detailed {
  display: block;
  position: relative;
  background-color: #f7f7f7;
  padding: 60px 20px;
  margin-bottom: 30px;
}
.product-detailed .wrapper {
  display: flex;
  flex-direction: column;
  text-align: left;
}
@media (min-width: 768px) {
  .product-detailed .wrapper {
    flex-direction: row;
  }
}
.product-detailed .col-description {
  width: 100%;
}
@media (min-width: 768px) {
  .product-detailed .col-description {
    width: 50%;
    padding-right: 5%;
  }
}
.product-detailed .col-description h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #001336;
  margin-bottom: 30px;
}
.product-detailed .col-description ul {
  padding: 0;
}
.product-detailed .col-description p {
  color: #666;
}
.product-detailed .col-description li {
  color: #666;
  list-style-type: none;
}
.product-detailed .col-specs {
  width: 100%;
}
@media (min-width: 768px) {
  .product-detailed .col-specs {
    width: 50%;
  }
}
.product-detailed .col-specs h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #001336;
  margin-bottom: 30px;
}

.enquireform {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
@media (min-width: 768px) {
  .enquireform {
    width: 500px;
    padding: 40px;
  }
}
.enquireform .wpcf7-list-item {
  margin: 0 0 10px 0 !important;
}
.enquireform label {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: #001336;
}
.enquireform input,
.enquireform textarea {
  width: 100%;
  border-radius: 0;
  border: 1px solid #ccc;
}
.enquireform input {
  height: 50px;
  margin-bottom: 10px;
}
.enquireform textarea {
  padding: 10px;
  margin-bottom: 10px;
}
.enquireform input[type=submit] {
  width: 150px;
  height: auto;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  font-size: 14px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  background-color: #F5B700;
  border: 1px solid #F5B700;
  border-radius: 20px;
  padding: 10px 0;
  font-weight: 600;
  cursor: pointer;
}
.enquireform input[type=checkbox] {
  width: auto;
  height: auto;
}
.enquireform .wpcf7-list-item label {
  font-family: sans-serif;
  color: #666;
  font-size: 14px;
  line-height: 20px;
}
.enquireform .wpcf7-spinner {
  display: none !important;
  visibility: hidden;
}
.enquireform .btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-title {
  width: 100%;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  line-height: 34px;
  color: #001336;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .modal-title {
    font-size: 34px;
    line-height: 44px;
  }
}

.yith-ywraq-add-to-quote {
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.yith-ywraq-add-to-quote .add-request-quote-button {
  position: relative;
  background-color: transparent !important;
  border: 0 !important;
  color: #001336 !important;
  text-transform: uppercase !important;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  padding-left: 50px;
  font-size: 18px !important;
  line-height: 18px !important;
  text-decoration: underline;
}
.yith-ywraq-add-to-quote .add-request-quote-button:hover {
  text-decoration: none;
}
.yith-ywraq-add-to-quote .add-request-quote-button:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: -8px;
  width: 40px;
  height: 40px;
  background-image: url("img/icons/quote-icon.png");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
}

.yith-ywraq-add-to-quote .yith_ywraq_add_item_response_message {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  color: #001336;
}
.yith-ywraq-add-to-quote .yith_ywraq_add_item_browse_message {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  text-decoration: underline;
}
.yith-ywraq-add-to-quote .yith_ywraq_add_item_product_message {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  color: #001336;
}
.yith-ywraq-add-to-quote .yith_ywraq_add_item_browse_message {
  display: inline-block;
  font-family: "Raleway", sans-serif;
}

.quote-success-message {
  background-color: rgba(18, 102, 168, 0.1);
}

.yith-ywraq-add-button.addedd .quote-success-message {
  padding: 20px;
}

.ywraq-before-form .button {
  width: 250px !important;
  height: auto;
  max-width: 250px !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  font-size: 14px !important;
  color: white !important;
  text-align: center;
  text-transform: uppercase;
  background-color: #001336 !important;
  border: 1px solid #001336 !important;
  border-radius: 20px !important;
  padding: 15px 0 !important;
  font-weight: 600;
  cursor: pointer;
}

.yith-ywraq-list-content {
  display: none;
  visibility: hidden;
}

.widget_ywraq_mini_list_quote .yith-ywraq-list-wrapper {
  width: 100% !important;
}

.yith-request-a-quote-page .site-inner-content {
  padding-left: 20px;
  padding-right: 20px;
}
.yith-request-a-quote-page .entry-header {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  padding: 0 30px;
}
.yith-request-a-quote-page .entry-title {
  text-transform: uppercase;
  color: #001336;
  font-size: 24px !important;
  text-align: center;
}
@media (min-width: 768px) {
  .yith-request-a-quote-page .entry-title {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .yith-request-a-quote-page .entry-title {
    font-size: 32px !important;
  }
}
.yith-request-a-quote-page .yith-ywraq-before-table {
  display: none;
  visibility: hidden;
}
.yith-request-a-quote-page .ywraq_responsive {
  border-radius: 0 !important;
}
.yith-request-a-quote-page .ywraq_responsive thead {
  background-color: #001336;
  color: #fff;
}
.yith-request-a-quote-page .ywraq_responsive thead .product-quantity {
  padding: 15px !important;
  text-align: center !important;
}
.yith-request-a-quote-page .ywraq_responsive thead th {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .yith-request-a-quote-page .ywraq_responsive .cart_item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.yith-request-a-quote-page .ywraq_responsive tbody td {
  border-top: 0 !important;
}
@media (min-width: 768px) {
  .yith-request-a-quote-page .ywraq_responsive tbody .product-thumbnail {
    width: 200px;
  }
}
@media (min-width: 768px) {
  .yith-request-a-quote-page .ywraq_responsive tbody .product-name {
    padding: 30px 0 0 30px;
  }
}
.yith-request-a-quote-page .ywraq_responsive tbody .product-name a {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  color: #001336;
  font-size: 18px;
  line-height: 26px;
}
.yith-request-a-quote-page .ywraq_responsive tbody .product-name ul {
  margin-top: 20px !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.yith-request-a-quote-page .ywraq_responsive tbody .product-name li {
  display: block;
  position: relative;
  width: 100%;
  color: #666;
}
.yith-request-a-quote-page .ywraq_responsive tbody .product-quantity {
  text-align: center !important;
}
.yith-request-a-quote-page .ywraq_responsive tbody .quantityLabel {
  display: none;
  visibility: hidden;
}
.yith-request-a-quote-page .ywraq_responsive tbody .qty {
  border-radius: 0 !important;
  border: 1px solid #ccc !important;
  height: 50px;
}
.yith-request-a-quote-page .ywraq_responsive .attachment-woocommerce_thumbnail {
  max-width: 200px;
}

#yith-ywraq-form .update-list-wrapper {
  justify-content: center !important;
}
#yith-ywraq-form .update-list-wrapper .button {
  background-color: #001336 !important;
  color: #fff !important;
  border-radius: 20px;
  padding: 15px 40px;
  text-transform: uppercase;
}

.yith-ywraq-mail-form-wrapper {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .yith-ywraq-mail-form-wrapper {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
.yith-ywraq-mail-form-wrapper h3 {
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: center;
  color: #001336;
  font-weight: 600;
}
.yith-ywraq-mail-form-wrapper .form-row {
  margin: 0 0 10px 0 !important;
}
.yith-ywraq-mail-form-wrapper .form-row label {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  margin-bottom: 5px !important;
}
.yith-ywraq-mail-form-wrapper .form-row .woocommerce-input-wrapper {
  width: 100%;
}
.yith-ywraq-mail-form-wrapper .form-row input:not(.raq-send-request) {
  border-radius: 0 !important;
  height: 50px;
  border: 1px solid #ccc;
  padding-left: 15px;
}
.yith-ywraq-mail-form-wrapper .form-row textarea {
  border: 1px solid #ccc;
  height: 400px !important;
  max-height: 400px !important;
  padding: 20px;
}
.yith-ywraq-mail-form-wrapper .form-row-wide {
  padding: 3px !important;
}
.yith-ywraq-mail-form-wrapper .raq-send-request-row {
  margin-top: 30px !important;
}
.yith-ywraq-mail-form-wrapper .raq-send-request {
  margin-left: auto !important;
  margin-right: auto !important;
  background-color: #F5B700 !important;
  border-radius: 20px !important;
  color: #fff !important;
  padding: 15px 30px !important;
  text-transform: uppercase;
  font-weight: 500 !important;
  transition: all 0.3s ease;
}
.yith-ywraq-mail-form-wrapper .raq-send-request:hover {
  background-color: #001336 !important;
}

.single-product .yith-ywraq-add-to-quote {
  background-color: transparent;
  padding: 0;
}
.single-product .yith-ywraq-add-to-quote .quote-success-message {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-product .yith-ywraq-add-to-quote .quote-success-message > div {
  padding: 20px 0;
}
.single-product .yith-ywraq-add-to-quote .quote-success-message > div + div {
  margin-left: 10px;
}

.areas-intro {
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #001336;
}
.areas-intro h1 {
  width: 100%;
  text-align: center;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  color: #001336;
}
.areas-intro p {
  width: 100%;
  text-align: center;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

.our-areas {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .our-areas {
    flex-direction: row;
    max-width: 1000px;
  }
}

.area-links {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .area-links {
    width: 50%;
    margin-bottom: 0;
  }
}
.area-links h2 {
  color: #001336;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 30px;
}
.area-links ul {
  column-count: 2;
  column-gap: 30px;
  padding: 0;
}
.area-links li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
  break-inside: avoid;
}
.area-links li:before {
  content: "";
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
  background-image: url("img/tick.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
  flex-shrink: 0;
}
.area-links li a {
  color: #001336;
  font-size: 18px;
  line-height: 18px;
  font-family: "Raleway", sans-serif;
}

.area-map {
  width: 100%;
}
@media (min-width: 768px) {
  .area-map {
    width: 50%;
  }
}
.area-map img {
  width: 100%;
}

.regions-covered {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .regions-covered {
    flex-direction: row;
  }
}

.region-subpages {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .region-subpages {
    width: 50%;
    margin-bottom: 0;
  }
}
.region-subpages h2 {
  color: #001336;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 30px;
}
.region-subpages ul {
  padding: 0;
}
.region-subpages li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
  break-inside: avoid;
}
.region-subpages li:before {
  content: "";
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
  background-image: url("img/tick.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
  flex-shrink: 0;
}
.region-subpages li a {
  color: #001336;
  font-size: 18px;
  line-height: 18px;
  font-family: "Raleway", sans-serif;
}

.region-image {
  width: 100%;
}
@media (min-width: 768px) {
  .region-image {
    width: 50%;
  }
}
.region-image img {
  width: 100%;
}

.area-name {
  padding-top: 10px;
  padding-bottom: 20px;
}
.area-name h1 {
  width: 100%;
  text-align: center;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  color: #001336;
}

.area-intro {
  width: 100%;
  padding-bottom: 60px;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .area-intro {
    flex-direction: row;
  }
}
.area-intro .intro-text {
  width: 100%;
}
@media (min-width: 768px) {
  .area-intro .intro-text {
    width: 50%;
    padding-right: 60px;
  }
}
.area-intro h2 {
  font-size: 22px;
  line-height: 28px;
  color: #001336;
  margin-bottom: 20px;
}
.area-intro .intro-image {
  width: 100%;
}
@media (min-width: 768px) {
  .area-intro .intro-image {
    width: 50%;
  }
}
.area-intro .intro-image img {
  width: 100%;
}
.area-intro .shop-now {
  display: inline-block;
  position: relative;
  width: auto;
  margin-left: 0;
  margin-bottom: 20px;
  font-size: 14px;
  color: #F5B700;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #F5B700;
  border-radius: 15px;
  padding: 10px 20px;
  font-weight: 600;
}
.area-intro .shop-now:hover {
  background-color: #F5B700;
  color: #fff;
  text-decoration: none;
}

.area-bollards {
  padding-top: 60px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #f7f7f7;
}
.area-bollards h3 {
  width: 100%;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  color: #001336;
}
.area-bollards p {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .area-bollards p {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
}
.area-bollards ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-top: 60px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .area-bollards ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.area-bollards li {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .area-bollards li {
    width: 30%;
    margin-right: 5%;
  }
  .area-bollards li:nth-of-type(3n) {
    margin-right: 0;
  }
}
.area-bollards li img {
  width: 100%;
  margin-bottom: 20px;
}
.area-bollards li h4 {
  color: #001336;
  margin-bottom: 5px;
  text-align: left;
}
.area-bollards li p {
  text-align: left;
}
.area-bollards li .shop-now {
  display: block;
  position: relative;
  width: 100%;
  max-width: 150px;
  margin-left: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: #F5B700;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #F5B700;
  border-radius: 15px;
  padding: 10px 0;
  font-weight: 600;
}
.area-bollards li .shop-now:hover {
  background-color: #F5B700;
  color: #fff;
  text-decoration: none;
}

.area-callout {
  background-color: #001336;
  color: #fff;
  padding: 30px;
}
.area-callout * {
  color: #fff;
}
.area-callout .callout-heading {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
.area-callout p {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.area-callout p:last-of-type {
  margin-bottom: 0;
}
.area-callout p a:hover {
  color: #fff;
}

.why-buy {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  border-top: 1px solid #001336;
}
.why-buy h4 {
  font-size: 28px !important;
  line-height: 36px;
  color: #001336;
  margin-bottom: 30px;
}
.why-buy .more-btn {
  display: inline-block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #001336;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #001336;
  border-radius: 15px;
  padding: 10px 30px;
  font-weight: 600;
}
.why-buy .more-btn:hover {
  background-color: #001336;
  color: #fff;
  text-decoration: none;
}
.why-buy img {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (min-width: 768px) {
  .why-buy img {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .why-buy img {
    max-width: 1000px;
  }
}

.cta-link:hover {
  text-decoration: none;
}
.cta-banner {
  background-color: #F5B700;
  color: #fff;
  padding: 40px;
  text-align: center;
  transition: background-color 0.4s ease;
}
.cta-banner:hover {
  background-color: #333333;
}
.cta-banner:hover p {
  text-decoration: none;
}
.cta-banner p {
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 1200px) {
  .cta-banner p {
    font-size: 26px;
  }
}
.cta-banner span {
  font-size: 26px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
}

.key-features {
  height: 100%;
}
.key-features .col-4,
.key-features .col-8 {
  padding: 0;
}
.key-features .key-container {
  max-width: 150px;
  margin: 0 auto;
}
.key-features-container {
  background-color: #001336;
  padding: 18px 0 10px;
}
.key-features-container a,
.key-features-container p {
  color: #fff;
}
.key-features-container a:hover,
.key-features-container p:hover {
  text-decoration: none;
}
.key-features-container .fas {
  color: #fff;
}
.key-features-container-cat a {
  color: #000;
}
.key-features-container-cat a:hover {
  text-decoration: none;
}
.key-features-slick {
  margin: 0 auto;
  max-width: 1100px;
  display: none;
  visibility: hidden;
}
@media (max-width: 400px) {
  .key-features-slick {
    max-width: 275px;
  }
}
.key-features .fas {
  vertical-align: middle;
  font-size: 25px;
  width: 20%;
  margin-bottom: 20px;
}
.key-features p {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  width: 76%;
  text-align: center;
  margin: 0;
  font-weight: 700;
}

.slick-initialized {
  display: block !important;
  visibility: visible !important;
}

.woocommerce-loop-category__title {
  width: 80%;
  margin: 0 auto;
}

.breadcrumb {
  background-color: #fff;
  color: #3c3c3c;
  margin: 0 auto;
  max-width: 1366px;
  border-radius: 0;
}
.woocommerce-order-received .breadcrumb {
  display: none;
  visibility: hidden;
}
.breadcrumb p,
.breadcrumb a {
  color: #6f6f6f;
  font-size: 10px;
  margin: 0;
  text-transform: uppercase;
}

#breadcrumbs {
  text-align: center;
  width: 100%;
}

.secured-by-design {
  display: block;
  position: relative;
  background-color: #fff;
  padding: 100px 0;
  text-align: center;
  width: 100%;
}
.secured-by-design img {
  width: 90%;
}
@media (min-width: 768px) {
  .secured-by-design img {
    width: 60%;
  }
}

.filter-container .accordion {
  background: #fff;
  margin-bottom: 22px;
  padding: 12px 18px 22px;
}
.filter-container .filter-section {
  border-bottom: 1px solid #999;
  padding: 8px 0;
}
.filter-container .option {
  display: block;
}
.filter-container .option input:hover,
.filter-container .option label:hover {
  cursor: pointer;
}
.filter-container .filter-title {
  border: 0;
  color: #000;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  padding: 6px 12px;
  text-transform: uppercase;
}
.filter-container .filter-title:not(.no-hover):hover {
  cursor: pointer;
}
.filter-container input {
  margin: 5px 12px 0;
  vertical-align: top;
}
.filter-container label {
  max-width: 80%;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.75s ease-in-out;
  transition-delay: 3s;
}

.top-link--bar {
  display: block;
  position: relative;
  width: 100%;
  background-color: #001336;
  color: #fff;
  padding: 10px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.top-link--bar .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1366px) {
  .top-link--bar .wrapper {
    justify-content: unset;
  }
}
@media (min-width: 1200px) {
  .top-link--bar {
    padding: 10px 50px;
  }
}
.top-link--bar a {
  color: #fff;
}
.top-link--bar .area {
  font-size: 10px;
  display: block;
  font-weight: 700;
}
@media (min-width: 768px) {
  .top-link--bar .area {
    font-size: 12px;
  }
}
.top-link--bar .social {
  display: none;
  width: auto;
  padding: 0;
  margin: 0;
}
@media (min-width: 1200px) {
  .top-link--bar .social {
    display: flex;
  }
}
.top-link--bar .social li {
  display: inline-block;
  position: relative;
  width: auto;
  margin-right: 15px;
}
.top-link--bar .social li img {
  width: 100%;
  max-width: 15px;
}
.top-link--bar .top-links {
  display: none;
  width: auto;
  padding: 0;
  margin: 0 0 0 15px;
}
@media (min-width: 1200px) {
  .top-link--bar .top-links {
    display: flex;
  }
}
.top-link--bar .top-links li {
  display: inline-block;
  position: relative;
  width: auto;
}
@media (min-width: 1200px) {
  .top-link--bar .top-links li {
    font-size: 13px;
  }
}
.top-link--bar .top-links li:not(:last-of-type) {
  margin-right: 25px;
}
.top-link--bar .contact-links {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .top-link--bar .contact-links {
    margin-left: auto;
    margin-right: unset;
    width: auto;
  }
}
.top-link--bar .contact-links li {
  display: inline-block;
  align-items: center;
  position: relative;
  width: auto;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  width: 25%;
}
@media (min-width: 768px) {
  .top-link--bar .contact-links li {
    display: flex;
    text-align: left;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .top-link--bar .contact-links li {
    font-size: 13px;
    line-height: 13px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .top-link--bar .contact-links li:not(:last-of-type) {
    margin-right: 25px;
  }
}
@media (min-width: 1366px) {
  .top-link--bar .contact-links li {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .top-link--bar .contact-links li:not(:last-of-type) {
    margin-right: 25px;
  }
}
.top-link--bar .contact-links li strong {
  margin-right: 10px;
}
.top-link--bar .contact-links li a {
  font-size: 11px;
}
@media (min-width: 1200px) {
  .top-link--bar .contact-links li a {
    font-size: 13px;
  }
}

.header-content {
  display: block;
  width: 100%;
  padding: 15px 15px;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .header-content {
    padding: 10px 50px;
  }
}
.header-content .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (min-width: 1200px) {
  .header-content .wrapper {
    justify-content: unset;
  }
}

.desktop-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  order: 1;
}
@media (min-width: 992px) {
  .desktop-logo {
    justify-content: flex-start;
    order: unset;
    width: 12%;
    margin: 0 20px 0 0;
  }
}
.desktop-logo img {
  width: 100%;
}

.search-desktop {
  display: none;
  position: relative;
  width: 25%;
  background-color: #fff;
  border: 2px solid #F5B700;
  border-radius: 30px;
  padding: 5px;
}
@media (min-width: 992px) {
  .search-desktop {
    display: inline-block;
  }
}
@media (min-width: 1366px) {
  .search-desktop {
    width: 20%;
  }
}
.search-desktop form {
  display: flex;
  width: 100%;
  height: 35px;
}
.search-desktop input[type=search] {
  border: 0 !important;
  border-top-left-radius: 30px;
  font-family: "Raleway", sans-serif;
  border-bottom-left-radius: 30px;
  padding-left: 15px;
}
.search-desktop button[type=submit] {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.search-desktop img {
  width: 25px;
  height: auto;
}

.header-links {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  width: 30%;
  margin-bottom: 0;
  padding: 0;
  order: 3;
}
@media (min-width: 992px) {
  .header-links {
    order: unset;
    justify-content: flex-end;
    width: 70%;
  }
}
.header-links .feefo-rating {
  display: none;
}
@media (min-width: 992px) {
  .header-links .feefo-rating {
    margin-right: 10px;
    display: inline-block;
  }
}
@media (min-width: 1366px) {
  .header-links .feefo-rating {
    margin-right: 20px;
  }
}
.header-links .feefo-rating img {
  max-width: 130px;
}
.header-links li {
  position: relative;
  width: auto;
  list-style-type: none;
}
@media (min-width: 992px) {
  .header-links li:not(:last-of-type) {
    margin-right: 3%;
  }
}
.header-links span {
  margin-right: 5px;
}
.header-links a {
  font-family: "Raleway", sans-serif;
  color: #001336;
  font-size: 14px;
  line-height: 16px;
}
@media (min-width: 992px) {
  .header-links a {
    text-align: left;
  }
}
.header-links img {
  width: 100%;
  max-width: 35px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .header-links img {
    margin-bottom: 0;
  }
}

.sales-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 15%;
  margin-right: 15%;
  order: 4;
}
@media (min-width: 992px) {
  .sales-link {
    flex-direction: row;
    align-items: flex-start;
    margin-right: 0;
    order: 3;
  }
}

.account-link {
  display: none;
}
@media (min-width: 992px) {
  .account-link {
    display: inline-flex;
    order: 4;
  }
}

@media (min-width: 992px) {
  .account-icon {
    max-width: 40px !important;
  }
}

@media (min-width: 992px) {
  .basket-icon {
    max-width: 40px !important;
  }
}

.my-quote--mob {
  display: none;
}
@media (max-width: 991px) {
  .my-quote--mob {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    order: 2;
    width: 15%;
    position: relative;
  }
}
.my-quote--mob img {
  width: 100%;
  max-width: 30px;
  margin-bottom: 9px;
}
.my-quote--mob span:not(.raq-tip-counter) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #001336;
  font-size: 14px;
  line-height: 14px;
  font-family: "Raleway", sans-serif;
}
.my-quote--mob .widget_ywraq_mini_list_quote {
  position: absolute;
  right: 15%;
}
@media (min-width: 768px) {
  .my-quote--mob .widget_ywraq_mini_list_quote {
    right: 7%;
  }
}
.my-quote--mob .raq-items-number {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .my-quote--mob .raq-items-number {
    right: 25px;
  }
}

.widget_ywraq_mini_list_quote .raq-info {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 0 5px 0 !important;
}

.widget_ywraq_mini_list_quote {
  margin: 0 !important;
}

.ywraq-quote-icon-icon_quote:before {
  display: none;
}

.my-quote {
  display: none;
  flex-direction: column;
  align-items: center;
  font-family: "Raleway", sans-serif;
  color: #001336;
  font-size: 14px;
  line-height: 16px;
  width: 15%;
  order: 2;
}
@media (min-width: 992px) {
  .my-quote {
    display: inline-flex;
    flex-direction: row;
    align-items: flex-center;
  }
  .my-quote .widget_ywraq_mini_list_quote {
    position: absolute;
    top: -5px;
    right: 0;
  }
}
.my-quote span {
  margin: 0 0 0 5px;
  text-align: left;
}
.my-quote img {
  width: 100%;
  max-width: 35px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .my-quote img {
    margin-bottom: 0;
  }
}

.my-basket {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  order: 5;
}
@media (min-width: 992px) {
  .my-basket {
    flex-direction: row;
    align-items: flex-start;
  }
}

.basket-count {
  position: absolute;
  top: -3px;
  right: 0;
  color: #F5B700;
  font-weight: 600;
}
@media (min-width: 992px) {
  .basket-count {
    right: 6px;
  }
}

.mob-txt {
  display: block;
  margin: 0;
}
@media (min-width: 992px) {
  .mob-txt {
    display: none;
  }
}

.desktop-txt {
  display: none;
  margin: 0;
}
@media (min-width: 992px) {
  .desktop-txt {
    display: inline-block;
  }
}

.google-rating {
  display: none !important;
  order: 6;
}
@media (min-width: 992px) {
  .google-rating {
    display: inline-flex !important;
  }
}
.google-rating img {
  max-width: 200px;
}

.call-message {
  display: block;
  text-align: center;
  font-size: 12px;
  margin: 0 0 10px;
}
@media (min-width: 992px) {
  .call-message {
    display: none;
  }
}

.main-footer {
  background-color: #0d1424;
  padding-bottom: 30px;
  color: #fff;
  padding-top: 3rem;
}
.main-footer h6 {
  color: #fff;
  text-transform: capitalize;
  font-family: "Raleway", sans-serif;
}

.address-footer {
  font-size: 14px;
  font-family: "Raleway", sans-serif;
}
@media (min-width: 992px) {
  .address-footer {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
}
.address-footer ul {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
}
.address-footer li {
  display: inline-flex;
  align-items: center;
}
.address-footer li:before {
  content: "";
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  margin-right: 8px;
}
.address-footer li:nth-of-type(1):before {
  background-image: url("img/icons/phone-icon-footer.png");
}
.address-footer li:nth-of-type(2):before {
  background-image: url("img/icons/mobile-icon-footer.png");
}
.address-footer li:nth-of-type(3):before {
  background-image: url("img/icons/email-icon.png");
}
.address-footer li:not(:last-of-type) {
  margin-bottom: 5px;
}
.address-footer li a {
  color: #fff;
}
.address-footer li a[href^=mailto] {
  text-decoration: underline;
}
.address-footer li a[href^=mailto]:hover {
  text-decoration: none;
}

.footer-col {
  width: 49%;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .footer-col {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .footer-col {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
}
.footer-col ul {
  padding: 0;
}
.footer-col li {
  list-style-type: none;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  margin-bottom: 5px;
}
.footer-col li a {
  color: #fff;
}

@media (min-width: 768px) {
  .payment-methods {
    margin-top: 30px;
    max-width: 30%;
    flex: 0 0 30%;
  }
}
@media (min-width: 992px) {
  .payment-methods {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
    margin-top: 0;
  }
}
.payment-methods img.handepay {
  max-width: 175px;
}

.ccards {
  margin-bottom: 25px;
}
.ccards img {
  display: inline-block;
  width: 30px;
}
@media (min-width: 768px) {
  .ccards img {
    width: 40px;
  }
}
@media (min-width: 992px) {
  .ccards img {
    width: 30px;
  }
}
@media (min-width: 1200px) {
  .ccards img {
    width: 40px;
  }
}

.socials {
  padding: 0;
  margin: 0;
}
.socials li {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.facebook-icon {
  background: url("img/social/facebook.png") no-repeat center;
  background-size: 30px auto;
}
.facebook-icon:hover {
  background: url("img/social/facebook-hover.png") no-repeat center;
  background-size: 30px auto;
}

.twitter-icon {
  background: url("img/social/twitter.png") no-repeat center;
  background-size: 30px auto;
}
.twitter-icon:hover {
  background: url("img/social/twitter-hover.png") no-repeat center;
  background-size: 30px auto;
}

.instagram-icon {
  background: url("img/social/instagram-white.png") no-repeat center;
  background-size: 30px auto;
}
.instagram-icon:hover {
  background: url("img/social/instagram-color.png") no-repeat center;
  background-size: 30px auto;
}
.instagram-icon a {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
}

p.copyright {
  margin: 30px 0 0 0;
  padding-top: 15px;
  border-top: 1px solid #4b4b4b;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.contact-footer ul {
  padding: 0;
}
.contact-footer li {
  list-style-type: none;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  margin-bottom: 5px;
}
.contact-footer li span {
  color: #fff;
  font-weight: bold;
}
.contact-footer li a {
  color: #fff;
}

.useful-links {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .useful-links {
    margin-top: 0;
  }
}
.useful-links ul {
  padding: 0;
}
.useful-links li {
  list-style-type: none;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  margin-bottom: 5px;
}
.useful-links li a {
  color: #fff;
}

.newsletter {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .newsletter {
    margin-top: 0;
  }
}
.newsletter form {
  display: flex;
}
@media (min-width: 768px) {
  .newsletter form {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .newsletter form {
    flex-direction: row;
  }
}
.newsletter input {
  background-color: #fff !important;
  padding: 5px 10px !important;
  border: 1px solid #fff !important;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}
.newsletter button {
  background-color: #001336;
  border: 1px solid #001336;
  text-transform: uppercase;
  color: #fff;
  padding: 6px 30px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}
.newsletter button:hover {
  background-color: #0d1424;
  border: 1px solid #001336;
}

.payments {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0;
}
.payments li {
  display: inline-block;
  position: relative;
  list-style-type: none;
}
.payments img {
  width: 70px;
}

.product-page .order-quote .quantityLabel {
  position: absolute;
}

.product-page .order-quote label:not(.check-input) {
  font-weight: bold;
}

.woocommerce-variation-add-to-cart {
  margin-top: 10px;
}

.footer-contact input:not(.btn),
.footer-contact textarea,
.woocommerce .main-footer input:not(.btn),
.woocommerce .main-footer textarea {
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid #3c3c3c;
  color: #fff;
}
.footer-contact input:not(.btn):focus,
.footer-contact textarea:focus,
.woocommerce .main-footer input:not(.btn):focus,
.woocommerce .main-footer textarea:focus {
  background-color: rgba(0, 0, 0, 0.5);
}
.footer-contact button:hover,
.woocommerce .main-footer button:hover {
  cursor: pointer;
}
.footer-contact .grey-icon,
.woocommerce .main-footer .grey-icon {
  color: #999;
  margin: auto 10px;
  vertical-align: middle;
  width: 16px;
}
.footer-contact .input-group-prepend,
.woocommerce .main-footer .input-group-prepend {
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid #3c3c3c !important;
}

.input-group-text {
  padding-top: 10px;
}

.contact-form {
  margin: 0 auto;
  max-width: 500px;
  position: relative;
}

textarea {
  min-height: 40px;
  max-height: 120px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 1px solid #efadad !important;
  color: #fff !important;
  float: left;
  font-size: 12px !important;
  width: 100%;
  margin: 10px 0 0 0 !important;
  text-align: center;
  padding: 15px !important;
}

div.wpcf7-mail-sent-ok {
  color: #fff !important;
  float: left;
  font-size: 12px !important;
  width: 100%;
  margin: 10px 0 0 0 !important;
  text-align: center;
  padding: 15px !important;
}

.invalid .wpcf7-validates-as-required {
  border: 1px solid #efadad !important;
}

.contact-form div.wpcf7-validation-errors, .contact-form div.wpcf7-acceptance-missing {
  border: 1px solid #efadad !important;
  color: #efadad !important;
  position: relative;
  font-size: 12px !important;
  width: 100%;
  margin: 75px auto 0 auto !important;
  text-align: center;
  padding: 15px !important;
}

#wpcf7-f482-o1 input:not(.btn-yellow),
#wpcf7-f482-o1 select {
  border-radius: 0;
  border: 0;
  color: #000;
  padding: 24px 14px;
}
#wpcf7-f482-o1 input:not(.btn-yellow)::placeholder,
#wpcf7-f482-o1 select::placeholder {
  font-size: 14px;
  color: #000;
}
#wpcf7-f482-o1 select {
  font-size: 14px;
  padding: 16px;
  width: 100%;
  height: 48px;
  padding: 4px;
  line-height: 32px;
  text-indent: 8px;
}
#wpcf7-f482-o1 textarea {
  border-radius: 0;
  border: 0;
  color: #000;
  padding: 16px;
}
#wpcf7-f482-o1 textarea::placeholder {
  font-size: 14px;
  color: #000;
}
#wpcf7-f482-o1 option {
  margin: 30px 0;
}

.form-control {
  height: auto;
  padding: 8px;
  border: 1px solid #ccc !important;
}

.contact_details_container {
  display: block;
  position: relative;
  margin-top: 60px;
  width: 90%;
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 60px 0;
}
@media (min-width: 768px) {
  .contact_details_container {
    display: flex;
    width: 100%;
  }
}
.contact_details_container .contact_details {
  display: inline-block;
  width: 100%;
  text-align: left;
}
.contact_details_container .contact_details h3 {
  padding: 10px 0;
}
.contact_details_container .contact_details a {
  color: #212529;
  text-decoration: underline;
}
.contact_details_container .contact_details a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .contact_details_container .contact_details {
    width: 40%;
  }
}
.contact_details_container .contact_map {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .contact_details_container .contact_map {
    width: 60%;
  }
}

.page-template-contact .site-inner-content {
  padding: 0 0 40px 0;
  border-bottom: 1px solid #001336;
}
.page-template-contact .secured-by-design {
  border-top: 1px solid #001336;
}
.page-template-contact h1 {
  text-transform: uppercase;
  color: #001336;
  margin-bottom: 30px;
}
.page-template-contact h2 {
  font-size: 26px;
  margin-bottom: 10px;
}
.page-template-contact h2 a {
  text-decoration: underline;
}
.page-template-contact h2 a:hover {
  text-decoration: none;
}

.search-items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0;
  padding: 40px 0 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .search-items {
    flex-direction: row;
  }
}
.search-items article {
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 20px 5% 20px 0;
  min-height: 300px;
  text-align: center;
}
@media (min-width: 768px) {
  .search-items article {
    width: 30%;
  }
}
.search-items article:nth-of-type(3n) {
  margin-right: 0;
}
.search-items article img {
  width: 100%;
  border: 1px solid #ccc;
  height: auto;
}
.search-items article .entry-header {
  width: 90%;
}
@media (min-width: 992px) {
  .search-items article .entry-header {
    width: 70%;
  }
}
.search-items article .entry-title {
  font-family: "Raleway", sans-serif;
  font-size: 15px !important;
  font-weight: bold;
  margin: 25px auto 0 auto !important;
  margin-bottom: 25px;
}
.search-items article .button {
  margin-top: 25px !important;
  background-color: #001336;
  color: #fff !important;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 12px;
  padding: 12px 20px !important;
  text-transform: uppercase;
  transition: color 0.4s ease, background-color 0.4s ease;
  width: 80% !important;
  border-radius: 0 !important;
  font-size: 14px !important;
}
.search-items article .button:hover {
  background-color: #000;
}

.articles {
  max-width: 1170px;
  margin: 0 auto;
}
.articles img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.articles article {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 60px 0;
}
@media (min-width: 768px) {
  .articles article {
    flex-direction: row;
  }
}
.articles article .thumb-link {
  display: block;
  position: relative;
  margin-bottom: 20px;
  align-self: flex-start;
}
@media (min-width: 768px) {
  .articles article .thumb-link {
    width: 30%;
    margin-bottom: 0;
  }
}
.articles article img {
  height: 100%;
}
.articles article .entry-content {
  text-align: left;
}
@media (min-width: 768px) {
  .articles article .entry-content {
    width: 70%;
    padding-left: 30px;
  }
}
.articles article .entry-content h2 {
  text-transform: uppercase;
  font-size: 22px;
  margin: 0;
}
.articles article .entry-content p {
  font-size: 14px;
}
.articles article .entry-content .readmore {
  font-style: italic;
  font-size: 16px;
  font-family: serif;
  text-decoration: underline;
}
.articles article .entry-content .entry-meta {
  margin: 5px 0 20px 0;
  font-size: 14px;
  font-family: serif;
  font-style: italic;
}

.single-article {
  margin-top: 40px;
}
.single-article .entry-meta {
  margin-bottom: 30px;
  font-size: 14px;
  font-family: serif;
  font-style: italic;
}
.single-article .post-thumbnail {
  position: relative;
  margin-bottom: 40px;
}
.single-article .post-thumbnail img {
  height: auto;
}

.back-news {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  padding: 40px 0;
  border-top: 1px solid #ccc;
}
.back-news a {
  border: 1px solid #ccc;
  padding: 15px 30px;
  border-radius: 40px;
  text-align: center;
  font-size: 14px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  width: 100%;
}
.pagination .nav-links {
  display: flex;
}
.pagination .nav-links .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  padding: 5px 10px;
  border: 1px solid #ccc;
}
.pagination .nav-links .current {
  border: 1px solid #F5B700;
  background-color: #F5B700;
}
.pagination .nav-links .next,
.pagination .nav-links .prev {
  border: 0;
}

.single-article p a {
  text-decoration: underline;
}

.wsp-container {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
}
.wsp-container ul {
  padding: 0 0 0 20px;
}
.wsp-container a {
  color: #000;
}

.wsp-posts-title,
.wsp-pages-title,
.wsp-product_cats-title {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.wsp-posts-list,
.wsp-pages-list,
.wsp-product_cats-list {
  margin-bottom: 30px;
}

.key-messages {
  display: block;
  position: relative;
  width: 100%;
  background-color: #eee;
  padding: 10px 10px;
}
@media (min-width: 1200px) {
  .key-messages .slick-track {
    width: 100% !important;
    display: flex;
    justify-content: center;
  }
}
.key-messages .slick-slide {
  padding: 0 !important;
}
@media (min-width: 1200px) {
  .key-messages .slick-slide {
    margin: 0 15px;
  }
}
.key-messages ul {
  display: none;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.key-messages .slick-initalized {
  display: block;
}
.key-messages li {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex: 1 0 auto;
  padding: 10px 0;
  color: #001336;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .key-messages li {
    justify-content: flex-start;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .key-messages li {
    width: auto !important;
  }
}
@media (min-width: 1366px) {
  .key-messages li {
    justify-content: center;
  }
}
.key-messages li a {
  color: #001336;
}
.key-messages li a:visited {
  color: #001336;
}
.key-messages .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.key-messages .icon img {
  width: 100%;
  max-width: 35px;
  margin: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
a:focus {
  box-shadow: none !important;
  outline: none !important;
}

.slick-slide {
  outline: none !important;
  padding: 0 6px;
}

.draggable:hover {
  cursor: grab;
}

.yellow-icon,
.text-yellow {
  color: #F5B700 !important;
}
.yellow-icon .fas,
.text-yellow .fas {
  color: #F5B700 !important;
}

.wrapper-top, .wrapper-nav, .wrapper {
  clear: both;
  content: "";
  margin: 0 auto;
  padding: 0;
}

.wrapper {
  max-width: 1366px;
  text-align: center;
}
.wrapper-nav {
  max-width: 1150px;
}
@media (max-width: 435px) {
  .wrapper-nav {
    width: 100%;
    padding: 0 4% !important;
  }
}
.wrapper-top {
  max-width: 1150px;
}
@media (min-width: 768px) {
  .wrapper {
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    padding: 0;
  }
}

.line-after-left::after, .line-after-center::after {
  clear: both;
  content: "";
  background-color: #222;
  display: block;
  height: 4px;
  width: 60px;
}

.line-after-center::after {
  margin: 22px auto;
}
.line-after-left::after {
  margin: 30px 0;
}

.header-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}
.header-banner img {
  width: 100%;
}
.header-banner:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.header-banner .inner {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.tax-product_cat .site-inner-content {
  padding: 0;
}

.site-inner-content {
  padding: 40px 0;
  text-align: center;
}
.woocommerce-lost-password .site-inner-content {
  padding: 40px 20px;
}
.woocommerce-cart .site-inner-content, .blog .site-inner-content, .single-post .site-inner-content, .woocommerce-order-received .site-inner-content, .woocommerce-checkout .site-inner-content {
  padding: 50px 2em;
}
@media (min-width: 1200px) {
  .woocommerce-cart .site-inner-content, .blog .site-inner-content, .single-post .site-inner-content, .woocommerce-order-received .site-inner-content, .woocommerce-checkout .site-inner-content {
    padding: 50px 0;
  }
}
.site-inner-content a {
  color: #000;
}

body {
  background-color: #fff;
}
body.home {
  background-color: #fff;
}
.slick-container {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}

.product-carousel h2, .product-carousel h3, .product-carousel h4, .product-carousel h5, .product-carousel h6 {
  color: #001336;
}
.product-carousel .prev:hover,
.product-carousel .next:hover {
  cursor: pointer;
}
.product-carousel .prev,
.product-carousel .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
@media (max-width: 1050px) {
  .product-carousel .prev,
  .product-carousel .next {
    display: none !important;
  }
}
.product-carousel .prev {
  left: -60px;
  margin-left: 15px;
}
.product-carousel .prev img {
  max-height: 35px;
}
.product-carousel .next {
  margin-right: 15px;
  right: -60px;
}
.product-carousel .next img {
  max-height: 35px;
}

.products-slick {
  padding-top: 50px;
}

.product-tiles {
  margin: 0 auto;
  width: 100%;
}
.product-tiles .slick-list {
  padding: 15px 0;
}
.product-tiles .product-tile {
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 300px;
  text-align: center;
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.58);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.58);
}
.product-tiles .product-tile .title {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto;
  min-height: 55px;
  margin-bottom: 25px;
  width: 100%;
  padding: 0;
}
.product-tiles .product-tile .product-btn {
  display: block;
  position: relative;
  width: 100%;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  font-size: 14px;
  color: #F5B700;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #F5B700;
  border-radius: 20px;
  padding: 10px 0;
  font-weight: 600;
}
.product-tiles .product-tile .product-btn:hover {
  text-decoration: none;
}
.product-tiles .product-tile .multi-colour::after {
  background: url("../img/colour-icon.png") no-repeat 50%/cover;
  clear: both;
  content: "";
  bottom: 0;
  display: block;
  height: 65px;
  position: absolute;
  right: 0;
  width: 65px;
}
.product-tiles .product-tile .image {
  background-color: #fff;
  height: 180px;
  margin: 0 auto 25px;
  position: relative;
  width: 100%;
}
.product-tiles .product-tile img {
  display: block;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  width: 100%;
}
.product-tiles .products {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: start;
  width: 100%;
}
@media (min-width: 576px) {
  .product-tiles .products {
    display: flex;
    flex-direction: row;
  }
}
.product-tiles .products li {
  align-items: center;
}
.product-tiles .products li img {
  object-fit: cover;
  object-position: center;
}
.product-tiles .products li .supply-fitted--details {
  margin-bottom: 15px;
}
.product-tiles .products li .button {
  display: block;
  position: relative;
  width: 100%;
  max-width: 250px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border: 1px solid #F5B700;
  background-color: #F5B700;
  border-radius: 25px;
  padding: 15px 0;
  font-weight: 500;
}
.product-tiles .products li .button:hover {
  text-decoration: none;
  border-color: #001336;
  background-color: #fff;
  color: #001336;
}
.product-tiles .products .item-content {
  display: flex;
  flex-direction: column;
  /* height: 100%; */
  width: 100%;
  padding: 10px;
  min-height: 220px;
  text-align: left;
}

/* related products */
.related-products-slick img {
  border: 0;
}
.related-products-slick .slick-slide {
  padding: 20px 15px;
}
.related-products-slick .slick-prev:hover,
.related-products-slick .slick-next:hover {
  cursor: pointer;
}
.related-products-slick .slick-prev,
.related-products-slick .slick-next {
  cursor: pointer;
  height: 55px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  z-index: 3;
}
@media (max-width: 1050px) {
  .related-products-slick .slick-prev,
  .related-products-slick .slick-next {
    display: none !important;
  }
}
.related-products-slick .slick-prev {
  background-image: url("./img/icons/bestseller-right-arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 55px 35px;
  left: -45px;
  margin-left: 15px;
}
.related-products-slick .slick-prev:hover {
  background-image: url("./img/icons/bestseller-right-arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 55px 35px;
}
.related-products-slick .slick-prev:focus {
  background-image: url("./img/icons/bestseller-right-arrow.png") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 55px 35px !important;
}
.related-products-slick .slick-next {
  background-image: url("./img/icons/bestsellers-left-arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 55px 35px;
  margin-right: 15px;
  right: -45px;
}
.related-products-slick .slick-next:hover {
  background-image: url("./img/icons/bestsellers-left-arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 55px 35px;
}
.related-products-slick .slick-next:focus {
  background-image: url("./img/icons/bestsellers-left-arrow.png") !important;
  background-repeat: no-repeat !important;
  background-size: 55px 35px !important;
  background-position: center !important;
}
.related-products-slick .product-tile {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  padding: 10px;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.37);
}
.related-products-slick .product-tile:hover .product-btn {
  background-color: white;
  border: 1px solid #F5B700;
  color: #F5B700;
}
.related-products-slick .product-actions {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.related-products-slick .title {
  display: block;
  margin-top: 20px !important;
  position: relative;
  width: 100% !important;
  color: #001336;
  font-size: 18px !important;
  line-height: 28px !important;
}
.related-products-slick .price-col {
  grid-column: span 4 !important;
}
.related-products-slick .supply-price {
  border-bottom: 0 !important;
}
.related-products-slick .fitted-product--details {
  grid-column: span 4 !important;
  grid-template-rows: unset !important;
}
.related-products-slick .install-date {
  display: inline-block;
  width: auto;
  position: relative;
  margin-bottom: 0;
  margin-left: 0;
  background-color: #001336;
  color: #fff;
  font-family: "Raleway", sans-serif;
  padding-left: 45px;
  padding-right: 15px;
  background-image: url("img/installed-by.png");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: top 50% left 10px;
}
.related-products-slick .product-btn {
  display: block;
  position: relative;
  width: 100% !important;
  max-width: 200px !important;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  font-family: "Raleway", sans-serif;
  font-size: 14px !important;
  color: #fff !important;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border: 1px solid #F5B700 !important;
  background-color: #F5B700 !important;
  border-radius: 20px !important;
  padding: 10px 0;
  font-weight: 500;
}
.related-products-slick .product-btn:hover {
  background-color: #001336 !important;
  border: 1px solid #001336 !important;
}

/* Product category result count and sorting from main product loop */
.woocommerce-result-count,
.woocommerce-ordering,
.sort-by {
  display: none;
  visibility: hidden;
}

/* New product option section which has out result count and sorting */
.product-options .woocommerce-ordering,
.product-options .sort-by {
  display: block;
  visibility: visible;
}
.product-options .sort-by {
  float: left !important;
  position: relative;
  width: 75%;
}
@media (min-width: 576px) {
  .product-options .sort-by {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .product-options .sort-by {
    margin-left: 40px;
    width: 40%;
  }
}
@media (min-width: 992px) {
  .product-options .sort-by {
    float: right !important;
    margin-left: 0;
    width: auto;
  }
}
@media (min-width: 768px) {
  .product-options .woocommerce-result-count {
    display: block;
    font-size: 16px;
    visibility: visible;
  }
}
.product-options .woocommerce-result-count {
  font-weight: bold;
  padding-top: 0.5rem;
}
.product-options #filter-toggle {
  background-color: #000;
  border: 0;
  color: #fff;
  font-family: "Raleway", sans-serif;
  padding: 8px 12px;
}

/* Category product item on category page */
.category-item {
  display: flex;
  flex-direction: column;
  margin: 0 0 30px 0;
  text-align: center;
  width: 100%;
  padding: 10px;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
@media (min-width: 576px) {
  .category-item {
    width: 47%;
    margin-right: 6%;
  }
  .category-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .category-item {
    width: 31.333%;
    margin-right: 3%;
    margin-bottom: 30px;
  }
  .category-item:nth-of-type(2n) {
    margin-right: 3%;
  }
  .category-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .category-item {
    margin-bottom: 60px;
  }
}
@media (max-width: 435px) {
  .category-item {
    min-height: auto !important;
  }
}
.category-item:hover {
  text-decoration: none;
}
.category-item a:hover {
  text-decoration: none;
}
.category-item .image {
  background-color: #fff;
  height: auto;
  border-radius: 0;
  margin: 0 !important;
  position: relative;
  width: 100%;
}
.category-item img {
  display: block !important;
  height: auto !important;
  margin: 0 auto !important;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.category-item h2 {
  margin: 10px auto !important;
  width: 100% !important;
  color: #001336;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
@media (min-width: 576px) {
  .category-item h2 {
    display: block;
    min-height: 50px;
  }
}
@media (min-width: 1200px) {
  .category-item h2 {
    margin-bottom: 0;
  }
}
.category-item:hover {
  text-decoration: none;
}

.category-item.new-layout span.price {
  display: none !important;
}

/* Category Page Filters Sidebar */
.woocommerce-widget-layered-nav {
  border-bottom: 1px solid #999;
  padding: 8px 0;
}
.woocommerce-widget-layered-nav:last-of-type {
  border-bottom: 0;
}
.woocommerce-widget-layered-nav .widget-title {
  border: 0;
  color: #000;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 0 !important;
  padding: 6px 12px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
.woocommerce-widget-layered-nav .widget-title:after {
  background: url("./img/icons/dropdown-arrow.png") no-repeat 50%/cover;
  clear: both;
  content: "";
  height: 20px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list {
  display: none;
  padding: 0 20px;
}

.widget-open .widget-title:after {
  background: url("./img/icons/dropdown-arrow.png") no-repeat 50%/cover;
  clear: both;
  content: "";
  height: 20px;
  position: absolute;
  right: 12px;
  top: 20%;
  transform: rotate(180deg) translateY(-20%);
  width: 20px;
}

/* Mobile filters sidebar */
.mobile-filters {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 15px;
  position: relative;
  width: 100%;
}
.mobile-filters section {
  width: 100%;
}

/* Product Page Styles */
.entry-summary .summary-product--title {
  position: relative;
}
.entry-summary .summary-product--title h1 {
  font-size: 24px !important;
  color: #001336;
  margin: 0;
  text-transform: uppercase;
  padding-right: 0;
}
@media (min-width: 992px) {
  .entry-summary .summary-product--title h1 {
    padding-right: 200px;
  }
}
@media (min-width: 1366px) {
  .entry-summary .summary-product--title h1 {
    padding-right: 250px;
  }
}
.entry-summary .summary-product--title .install-date {
  top: 0;
  right: 0;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .entry-summary .summary-product--title .install-date {
    position: absolute;
    margin-bottom: 0;
  }
}
.entry-summary .woocommerce-product-details__short-description {
  margin: 22px 0 35px;
}
.entry-summary .woocommerce-product-details__short-description ul {
  padding-left: 15px;
}
.entry-summary .cart {
  display: flex;
  margin-bottom: 10px;
  width: 100%;
}
.entry-summary .cart .qty {
  height: 50px;
  width: 50px;
  border-radius: 0;
  border: 1px solid #001336;
  margin-left: 5px;
  margin-right: 5px;
}
.entry-summary .cart .quantity {
  display: inline-flex;
  position: relative;
  top: 5px;
  align-items: center;
  width: auto;
}
.entry-summary .cart .quantity .quantityLabel {
  display: none;
  margin-bottom: 0;
  margin-right: 5px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.entry-summary .cart .minus {
  width: 50px;
  height: 50px;
  border-radius: 0;
  background-color: #001336;
  border: 1px solid #001336;
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  line-height: 30px;
}
.entry-summary .cart .plus {
  width: 50px;
  height: 50px;
  border-radius: 0;
  background-color: #001336;
  border: 1px solid #001336;
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  line-height: 30px;
}
.entry-summary .cart button {
  background-color: #F5B700 !important;
  border: 0;
  border-radius: 0 !important;
  color: #fff !important;
  display: inline-block;
  font-weight: bold;
  margin-left: 0;
  padding: 14px 0 !important;
  transition: 0.4s color ease, 0.4s background-color ease;
  width: 100% !important;
  height: 51px;
  margin-top: 20px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .entry-summary .cart button {
    width: 48% !important;
    margin-left: 3px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .entry-summary .cart button {
    width: 61% !important;
  }
}
@media (min-width: 1200px) {
  .entry-summary .cart button {
    width: 70% !important;
  }
}
@media (min-width: 1366px) {
  .entry-summary .cart button {
    width: 72% !important;
  }
}
.entry-summary .cart button:hover {
  background-color: #0d1424 !important;
  color: #fff !important;
}
.entry-summary .cart .disabled,
.entry-summary .cart .alt {
  background-color: #F5B700 !important;
  opacity: 1 !important;
  border-radius: 0 !important;
}
.entry-summary .cart #idis_plfy {
  margin: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
}
.entry-summary .cart #idis_plfy hr {
  display: none;
  visibility: hidden;
}
.entry-summary .cart #idis_plfy h4 {
  background-color: transparent !important;
  font-family: "Raleway", sans-serif !important;
  font-size: 20px;
  line-height: 20px;
  color: #001336 !important;
  font-weight: bold;
  padding: 0 !important;
  margin: 30px 0 !important;
}
.entry-summary .cart #idis_plfy h4 strong {
  display: none;
  visibility: hidden;
}
.entry-summary .cart #idis_plfy h4 span label {
  margin-bottom: 0;
}
.entry-summary .cart #idis_plfy h4 span:after {
  content: "Inc VAT";
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  line-height: 12px;
  color: #001336;
  font-weight: 400;
  margin-left: 0;
  margin-top: -5px;
  text-transform: uppercase;
}
.entry-summary .woosppo_main_parent_divv {
  padding: 0 !important;
}
.entry-summary .woosppo_main_parent_divv > div {
  display: flex !important;
  flex-wrap: wrap;
}
.entry-summary .woosppo_main_parent_divv > div > div {
  display: flex !important;
  flex-wrap: wrap;
}
.entry-summary .woosppo_main_parent_divv > div strong:not(label strong) {
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 18px;
}
.entry-summary .woosppo_main_parent_divv p strong {
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 18px;
}
.entry-summary .woosppo_main_parent_divv p .woosppo_class_main_for_all_fields {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 50px;
  width: 100%;
  border-radius: 0 !important;
  background-color: #eee !important;
  border: 0 !important;
  padding-left: 15px;
  background-image: url("img/select-arrow.png");
  background-position: 95% 55%;
  background-repeat: no-repeat;
  background-size: 15px;
}
.entry-summary .variations_form {
  flex-direction: column;
  margin-top: 30px;
}
.entry-summary .variations_form .woocommerce-variation-add-to-cart .quantity {
  display: inline-flex;
}
.entry-summary .variations_form .woocommerce-variation-add-to-cart .quantity .quantityLabel {
  display: none;
  visibility: hidden;
  position: absolute;
  top: -30px;
  margin-bottom: 5px;
  margin-right: 0;
}
.entry-summary .variations_form .woocommerce-variation-add-to-cart tr {
  display: table-row;
}
.entry-summary .variations_form tr {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.entry-summary .variations_form label {
  margin-bottom: 15px !important;
  text-transform: uppercase;
}
.entry-summary .variations_form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 50px;
  width: 100%;
  border-radius: 0 !important;
  background-color: #eee !important;
  border: 0 !important;
  padding-left: 15px;
  background-image: url("img/select-arrow.png");
  background-position: 95% 55%;
  background-repeat: no-repeat;
  background-size: 15px;
}

.ywctm-custom-button-container .ywctm-custom-button {
  background-color: #001336;
  padding: 20px;
}
.ywctm-custom-button-container .ywctm-custom-button:hover {
  background-color: #001336 !important;
}
.ywctm-custom-button-container span {
  width: 100%;
  text-align: center;
}
.ywctm-custom-button-container strong {
  color: #fff;
  font-family: "Raleway", sans-serif;
}

.yith-wapo-addon select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 50px;
  width: 100%;
  border-radius: 0 !important;
  background-color: #eee !important;
  border: 0 !important;
  padding-left: 15px;
  background-image: url(img/select-arrow.png);
  background-position: 95% 55%;
  background-repeat: no-repeat;
  background-size: 15px;
}

.product-accordion {
  margin-top: 50px;
}

.accordion-heading {
  display: block;
  position: relative;
  width: 100%;
  padding: 15px;
  font-family: "Raleway", sans-serif;
  color: #001336;
  border-bottom: 1px solid #001336;
  cursor: pointer;
  background-image: url("img/icons/blue-plus.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: top 50% right 15px;
}
.accordion-heading.active-tab {
  background-image: url("img/icons/blue-minus.png");
}

.accordion-item:first-of-type .accordion-heading {
  border-top: 1px solid #001336;
}

.accordion-content {
  padding: 15px;
  border-bottom: 1px solid #001336;
}
.accordion-content p:only-of-type {
  margin-bottom: 0;
}

.prod-messages {
  width: 100%;
  margin-top: 30px;
}
.prod-messages ul {
  display: flex;
  flex-flow: row wrap;
  padding: 0;
  width: 100%;
  margin-bottom: 0;
}
.prod-messages li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 50%;
  padding: 0 2%;
}
@media (min-width: 768px) {
  .prod-messages li {
    width: 25%;
  }
}
.prod-messages img {
  max-width: 50px;
}
.prod-messages p {
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  font-family: sans-serif;
  color: #001336;
}

.wapo-addon-title {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
.wapo-addon-title span {
  font-family: "Raleway", sans-serif;
  color: #212529;
  font-size: 14px;
  line-height: 20px;
}

.yith-wapo-block .yith-wapo-addon .addon-header {
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #212529;
}
.yith-wapo-block .yith-wapo-addon .addon-header span {
  color: #212529;
}

/* Tier Pricing Styles */
.tier-pricing-summary-table {
  width: 100%;
}

.tier-pricing-summary-table__total .amount {
  font-weight: bold;
  font-size: 16px;
}

.price-rules-table-wrapper {
  margin-bottom: 60px;
}
.price-rules-table-wrapper table.shop_table {
  border: 0;
}
.price-rules-table-wrapper thead th {
  background-color: #001336;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
}

.price-rule-active td {
  color: #212529;
}

.price-rule-active .amount {
  color: #212529 !important;
}

.main-image {
  position: relative;
}
.main-image img {
  border: 1px solid #ddd;
  position: relative;
  width: 100%;
}
.main-image .slider-for {
  margin: 0;
  padding: 0;
  position: relative;
}
.main-image .slider-for li {
  display: block;
  position: relative;
}
.main-image .slider-for li:after {
  background-image: url("./img/icons/zoom.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 45px 52px;
  bottom: 10px;
  content: "";
  display: block;
  height: 52px;
  left: 10px;
  position: absolute;
  width: 45px;
}

.slider-nav {
  margin: 0;
  padding: 0;
}
.slider-nav li {
  padding: 5px;
}
.slider-nav li img {
  width: 100%;
}

.thumbnails {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.thumbnails .woocommerce-product-gallery__image {
  padding: 0 10px;
  width: 33%;
}
.thumbnails .woocommerce-product-gallery__image:after {
  display: none;
}

.reset_variations,
.woocommerce-variation-availability {
  display: none !important;
  visibility: hidden !important;
}

.discount-table {
  display: table;
  margin-top: 20px;
  border: 1px solid #ccc;
  width: 100%;
  margin-bottom: 40px;
}
.discount-table thead td {
  background-color: #fff;
}
.discount-table td {
  padding: 15px;
}
.discount-table tr {
  background-color: #f7f7f7;
}
.discount-table tr:nth-of-type(odd) {
  background-color: #eee;
}
.discount-table .price {
  color: #F5B700;
  font-weight: 600;
}

/* Product Page Related / Upsell products */
.woocommerce-notices-wrapper {
  margin-top: 0;
}
.woocommerce-notices-wrapper .wc-forward {
  background-color: #F5B700 !important;
  border: 0;
  border-radius: 0 !important;
  color: #000 !important;
  display: inline-block;
  font-weight: bold;
  padding: 14px 25px !important;
  text-transform: uppercase;
  transition: 0.4s color ease, 0.4s background-color ease;
  width: auto !important;
}

/* Basket Page */
.woocommerce-cart .entry-title {
  text-transform: uppercase;
}

.woocommerce-cart table.cart img {
  width: 150px !important;
}

.woocommerce-cart-form__contents {
  border-radius: 0 !important;
  border: 1px solid #f5f5f5 !important;
}
.woocommerce-cart-form__contents thead {
  background-color: #f5f5f5 !important;
  color: #333 !important;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 14px !important;
}
.woocommerce-cart-form__contents td {
  border-top: 1px solid #f5f5f5 !important;
  padding: 25px 10px !important;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 14px !important;
}
.woocommerce-cart-form__contents td a {
  font-weight: 800;
}
.woocommerce-cart-form__contents td dl {
  margin-top: 10px;
}
.woocommerce-cart-form__contents td dl * {
  font-size: 12px;
  line-height: 12px;
}
.woocommerce-cart-form__contents td dl dd {
  margin-bottom: 15px !important;
}
.woocommerce-cart-form__contents td dl dd:last-of-type {
  margin-bottom: 0 !important;
}
.woocommerce-cart-form__contents .variation dd {
  text-align: left;
}
.woocommerce-cart-form__contents .variation dt {
  margin-bottom: 5px;
}
.woocommerce-cart-form__contents .qty {
  height: 50px;
}
.woocommerce-cart-form__contents .quantityLabel {
  display: none;
  visibility: hidden;
}
.woocommerce-cart-form__contents .product-quantity {
  text-align: center;
}
.woocommerce-cart-form__contents .woocommerce-Price-amount {
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 14px !important;
  font-weight: 600;
}
.woocommerce-cart-form__contents .actions button {
  background-color: transparent;
  border-radius: 0 !important;
  margin-right: 20px;
  padding: 15px 20px !important;
  border: 1px solid #001336;
  color: #001336;
  text-transform: uppercase;
}
.woocommerce-cart-form__contents .actions button:disabled {
  background-color: #eee !important;
  border: 1px solid #eee !important;
}

.woocommerce table.shop_table tbody {
  background-color: #fff;
}

.woocommerce table.shop_table img {
  border: 0;
}

.woocommerce a.remove {
  font-size: 32px !important;
  color: #333 !important;
  font-weight: normal !important;
  width: auto !important;
}

.woocommerce a.remove:hover {
  background-color: transparent !important;
  color: #000 !important;
}

.cart_totals {
  width: 100%;
  float: right;
  position: relative;
}
@media (min-width: 768px) {
  .cart_totals {
    width: 40%;
  }
}
.cart_totals h2 {
  display: none;
  visibility: hidden;
}
.cart_totals .shop_table {
  border: 0 !important;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.cart_totals th {
  text-transform: uppercase;
}
.cart_totals td {
  text-align: right;
}
.cart_totals [data-title=Total] {
  color: #001336;
  font-size: 22px;
}
.cart_totals .checkout-button {
  background-color: #001336 !important;
  border-radius: 0 !important;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #fff !important;
}
.cart_totals .checkout-button:hover {
  background-color: #0d1424 !important;
}

.cross-sells {
  display: block;
  position: relative;
  width: 100%;
  background-color: #f7f7f7;
  padding: 60px 20px;
  width: 100vw !important;
  left: 50% !important;
  margin-left: -50vw !important;
}
.cross-sells h2 {
  text-align: center;
  text-transform: uppercase;
}
.cross-sells ul {
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .cross-sells ul {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto !important;
  }
}
.cross-sells li {
  width: 100%;
  padding: 0 !important;
}
@media (min-width: 576px) {
  .cross-sells li {
    width: 49%;
    margin-right: 2%;
  }
  .cross-sells li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .cross-sells li {
    width: 23.5%;
    margin-right: 2%;
  }
  .cross-sells li:nth-of-type(2n) {
    margin-right: 2%;
  }
  .cross-sells li:nth-of-type(4n) {
    margin-right: 0;
  }
}
.cross-sells .category-item {
  min-height: unset;
}
.cross-sells .category-item .image {
  background-color: transparent;
  border: 0;
}
.cross-sells .category-item img {
  border: 1px solid #ddd;
  height: auto !important;
}
.cross-sells .category-item h2 {
  font-family: "Raleway", sans-serif;
  font-size: 15px !important;
  font-weight: bold;
  margin: 25px auto 0 auto !important;
  margin-bottom: 25px;
  width: 100% !important;
  padding: 0 20px;
}
.cross-sells .category-item .button {
  background-color: #001336;
  border-radius: 0 !important;
  color: #fff !important;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 18px !important;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 12px;
  margin-top: 20px !important;
  padding: 20px 25px !important;
  text-transform: uppercase;
  transition: color 0.4s ease, background-color 0.4s ease;
  width: 40% !important;
}
@media (min-width: 576px) {
  .cross-sells .category-item .button {
    width: 80% !important;
  }
}
.cross-sells .category-item .button:hover {
  background-color: #000;
}

/* Checkout Page */
.woocommerce-checkout .checkout {
  margin: 0;
}
.woocommerce-checkout .entry-header {
  display: none;
  visibility: hidden;
}

#customer_details {
  background-color: #fff;
  border: 1px solid #ddd;
  margin-bottom: 50px;
  padding: 15px;
}
#customer_details .woocommerce-input-wrapper {
  width: 100%;
}
#customer_details input {
  border: 1px solid #ccc;
  height: 50px;
  padding: 15px;
  width: 100%;
}
#customer_details input[type=checkbox] {
  height: auto;
  width: auto;
  margin-right: 10px;
}
#customer_details .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
}
#customer_details textarea {
  min-height: 250px;
  padding: 15px;
  border: 1px solid #ccc;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ccc;
  border-radius: 0;
  height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  align-items: center;
  display: flex;
  height: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px !important;
  top: 13px !important;
}

.woocommerce-privacy-policy-text {
  display: none;
  visibility: hidden;
}

.woocommerce-checkout-payment {
  background-color: transparent !important;
}

.place-order {
  background-color: transparent !important;
  border-radius: 0 !important;
  border-top: 3px solid #000;
}
.place-order .button {
  background-color: #000 !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-size: 18px !important;
  padding: 20px 30px !important;
  text-transform: uppercase !important;
}

/* Homepage Styles */
.bollard-range .prev, .bollard-range .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
@media (max-width: 1075px) {
  .bollard-range .prev, .bollard-range .next {
    display: none !important;
  }
}
.bollard-range .next:hover {
  cursor: pointer;
}
.bollard-range .next {
  margin-right: 10px;
  right: -58px;
}
.bollard-range .next img {
  max-height: 35px;
}
.bollard-range .prev:hover {
  cursor: pointer;
}
.bollard-range .prev {
  left: -58px;
  margin-left: 10px;
}
.bollard-range .prev img {
  max-height: 35px;
}

.technical-download {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 15px 0 35px;
  width: 100%;
}

.thumbnails {
  display: block;
  position: relative;
}
.thumbnails li {
  cursor: pointer;
  padding: 5px;
}
.thumbnails .left {
  align-items: center;
  display: flex;
  height: 100%;
  left: 30px;
  position: absolute;
  top: 0;
}
.thumbnails .left img {
  width: 30px;
}
.thumbnails .right {
  align-items: center;
  display: flex;
  height: 100%;
  position: absolute;
  right: -10px;
  top: 0;
}
.thumbnails .right img {
  width: 30px;
}

.prod-sticker {
  border: 0 !important;
  bottom: 20px;
  display: block;
  height: auto !important;
  position: absolute !important;
  right: 15px;
  width: 100px !important;
  z-index: 5;
}

.misc-page-banner {
  margin-top: 50px;
}

.nationwide-2-block {
  display: block;
  padding: 30px 0 60px 0;
  position: relative;
}

.our-categories {
  background-color: #fff;
}

.quote-form {
  display: block;
  margin: 12px 0 50px;
  position: relative;
}
.quote-form .col-md-4 {
  float: left;
  padding: 0;
}
.quote-form .col-md-4 p, .quote-form .col-md-12 p {
  padding: 10px !important;
  margin: 0 !important;
  max-width: 100% !important;
}
.quote-form .col-md-12 {
  float: left;
  padding: 0;
}
.quote-form h3 {
  text-transform: uppercase;
  width: 100%;
}
.quote-form p {
  margin: 0 auto 50px auto;
  max-width: 80%;
}
.quote-form form {
  display: block;
  position: relative;
}
.quote-form .wpcf7 {
  width: 100%;
}
.quote-form select {
  width: 100%;
}
.quote-form select {
  background-color: #fff;
  color: #495057;
  height: calc(2.25rem + 2px);
}
.quote-form textarea {
  height: 250px !important;
}
.quote-form div.wpcf7-validation-errors,
.quote-form div.wpcf7-acceptance-missing {
  color: #efadad !important;
  margin-top: 20px !important;
  position: relative;
  width: 100% !important;
}
.quote-form .wpcf7-display-none,
.quote-form .wpcf7-mail-sent-ok {
  color: #398f14 !important;
  margin-top: 20px !important;
  position: relative;
  width: 100% !important;
}

.misc-content {
  display: block;
  margin: 50px 0;
  position: relative;
}
.misc-content h3 {
  width: 100%;
}
.misc-content p {
  line-height: 190%;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  .misc-content p {
    width: 95%;
  }
}

.term-description p,
.snippet p {
  font-size: 16px;
  line-height: 22px;
}
.term-description p a,
.snippet p a {
  text-decoration: underline;
  color: #666;
}
.term-description p a:visited,
.snippet p a:visited {
  color: #666;
}
.term-description p a:hover,
.snippet p a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .term-description p {
    text-align: left;
  }
}

.related-products-slick {
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .related-products-slick {
    margin-top: 40px !important;
  }
}
.related-products-slick .slick-prev:before,
.related-products-slick .slick-next:before {
  content: "" !important;
}

.flex-viewport {
  border: 1px solid #eee;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  height: 20px;
  width: 30px;
}

.carousel-control-next, .carousel-control-prev {
  width: 100px !important;
}

.carousel-control-next-icon {
  background-image: url("img/icons/whiteLeftArrow.png");
}

.carousel-control-prev-icon {
  background-image: url("img/icons/whiteRightArrow.png");
}

.pt-md-5, .py-md-5, .ml-md-5, .mx-md-5, .pl-3, .px-3, .pl-5, .px-5, .pr-lg-5, .px-lg-5, .pl-1, .px-1 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 435px) {
  .pt-md-5, .py-md-5, .ml-md-5, .mx-md-5, .pl-3, .px-3, .pl-5, .px-5, .pr-lg-5, .px-lg-5, .pl-1, .px-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

.product-page .px-3 {
  margin-bottom: 30px;
}

.product-page .px-3, .product-page .pl-5 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.pt-md-5, .py-md-5 {
  padding-top: 0 !important;
}

.our-categories .px-3, .category-intro.px-3, .product-carousel.px-3 {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1100px;
}

.woocommerce .products ul, .woocommerce ul.products {
  margin: 0;
}

.summary {
  padding: 0 20px;
}
.summary .price .tiered-pricing-dynamic-price-wrapper {
  display: flex;
}
.summary .price .tiered-pricing-dynamic-price-wrapper del {
  margin-left: 30px;
}
.summary .price ins .woocommerce-Price-amount bdi {
  color: #001336;
}
.summary .price ins .woocommerce-Price-amount:before {
  content: "Now";
  color: #001336;
}
.summary .price del .woocommerce-Price-amount bdi {
  text-decoration: line-through;
}
.summary .price del .woocommerce-Price-amount:before {
  content: "Was";
  color: #001336;
}
.summary .price ins,
.summary .price del {
  text-decoration: none;
}
.summary .price .woocommerce-Price-amount {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 20px 0;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #001336;
  font-weight: bold;
}
.summary .price .woocommerce-Price-amount bdi {
  font-size: 30px;
  line-height: 30px;
}
.summary .price .woocommerce-Price-amount:before {
  content: "";
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  font-family: sans-serif;
  font-size: 12px;
  line-height: 12px;
  color: #999;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.summary .price .woocommerce-Price-amount:after {
  content: "Inc VAT";
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  line-height: 12px;
  color: #999;
  font-weight: 400;
  margin-top: 5px;
  text-transform: uppercase;
}
.summary .price .woocommerce-Price-amount + .woocommerce-Price-amount {
  display: none;
  visibility: hidden;
}
.summary table {
  width: 100%;
}

.tiered-pricing-dynamic-price-wrapper--variable:has(.price) del {
  order: 2;
}

.woocommerce-product-gallery__trigger img {
  display: none !important;
}
.woocommerce-product-gallery__trigger {
  background: url("img/icons/enlarge.png") no-repeat left top;
  background-size: 40px auto;
  position: absolute;
  top: 30px;
  right: 40px;
  width: 45px;
  height: 45px;
  z-index: 1;
}
@media (max-width: 435px) {
  .woocommerce-product-gallery__trigger {
    bottom: 30px;
  }
}

.footer-logo {
  width: 75px;
}

.view-spec-container {
  padding: 60px 0 0 0;
}
.view-spec-container .view-spec-btn {
  padding: 20px 0 20px 50px;
  background: url("img/icons/spec.png") no-repeat left;
  background-size: 40px auto;
  text-transform: uppercase;
  font-weight: bold;
  color: #001336;
}
.view-spec-container .view-spec-btn:hover {
  color: #000;
  text-decoration: underline;
}

.navbar-collapse {
  border-bottom: 1px solid #ddd;
}

.woocommerce-variation-price {
  display: flex;
  position: relative;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #001336;
  font-weight: bold;
}
.woocommerce-variation-price .woocommerce-Price-amount:before {
  display: none !important;
}
.woocommerce-variation-price ins .amount {
  margin-top: 0 !important;
}
.woocommerce-variation-price ins:before {
  content: "Now";
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  font-family: sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  color: #001336;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.woocommerce-variation-price del {
  order: 2;
}
.woocommerce-variation-price del .amount {
  margin-top: 0 !important;
}
.woocommerce-variation-price del:before {
  content: "Was";
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  font-family: sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  color: #001336;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.woocommerce-tabs {
  background-color: #f7f7f7;
  padding: 60px 0;
}
.woocommerce-tabs .tabs {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .woocommerce-tabs .tabs {
    flex-direction: row;
  }
}
.woocommerce-tabs .tabs li {
  display: inline-block;
  list-style-type: none;
  flex: 1;
  padding: 10px 20px;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.woocommerce-tabs .tabs li:first-of-type {
  border-left: 1px solid #ddd;
}
.woocommerce-tabs .tabs li:last-of-type {
  border-right: 1px solid #ddd;
}
.woocommerce-tabs .tabs li a {
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.woocommerce-tabs .tabs .active {
  background-color: #fff;
}
.woocommerce-tabs .tabs .active a {
  color: #001336;
}
.woocommerce-tabs h2 {
  display: none;
  visibility: hidden;
}

.woocommerce table.shop_attributes {
  border-top: 0 !important;
}

.woocommerce table.shop_attributes th {
  width: auto;
  font-family: "Raleway", sans-serif;
  font-weight: normal !important;
  font-style: normal !important;
}
@media (min-width: 768px) {
  .woocommerce table.shop_attributes th {
    width: 300px;
  }
}

.woocommerce table.shop_attributes td {
  font-family: "Raleway", sans-serif;
  font-weight: normal !important;
  font-style: normal !important;
}
.woocommerce table.shop_attributes td p {
  font-family: "Raleway", sans-serif;
  font-weight: normal !important;
  font-style: normal !important;
}

.woocommerce table.shop_attributes tr:nth-child(odd) th {
  background: #fff !important;
  border-bottom: 0 !important;
}

.woocommerce table.shop_attributes tr:nth-child(even) th {
  background-color: #f7f7f7;
  border-bottom: 0 !important;
}

.woocommerce table.shop_attributes tr:nth-child(odd) td {
  background: #fff !important;
  border-bottom: 0 !important;
}

.woocommerce table.shop_attributes tr:nth-child(even) td {
  background-color: #f7f7f7;
  border-bottom: 0 !important;
}

.product-review {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 85px 0;
  background-image: url("img/reviews-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.product-review:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.product-review h4 {
  display: block;
  position: relative;
  margin-bottom: 45px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 26px !important;
  line-height: 26px;
  color: #fff;
}
.product-review h4 span {
  color: #001336;
}
.product-review ul {
  display: block;
  position: relative;
  padding: 0;
}
.product-review li {
  list-style-type: none;
}
.product-review blockquote {
  margin-bottom: 65px;
  max-width: 90%;
  margin: 0 auto 45px auto;
  font-size: 20px;
  line-height: 26px;
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-weight: 200;
}
@media (min-width: 768px) {
  .product-review blockquote {
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  .product-review blockquote {
    max-width: 70%;
  }
}
.product-review blockquote.marks {
  padding: 0.75em;
  quotes: "“" "”" "‘" "’  ";
}
.product-review blockquote.marks:before {
  content: open-quote;
  color: #fff;
  font-size: 40px;
  line-height: 0;
  /*margin-right: .25em;*/
  vertical-align: -15px;
}
.product-review blockquote.marks:after {
  content: close-quote;
  color: #001336;
  font-size: 40px;
  line-height: 0;
  /*margin-left: .25em;*/
  vertical-align: -15px;
}
.product-review .company-name {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 18px !important;
  line-height: 18px;
  color: #fff;
  font-weight: 600;
}

.bollard-range h2 {
  margin-bottom: 60px;
}
.bollard-range .button-container {
  display: block;
  position: relative;
  margin-top: 20px;
}
.bollard-range .button-container a {
  display: inline-block;
  position: relative;
  background-color: #001336;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 30px;
  font-weight: 600;
}
.bollard-range .button-container a:hover {
  background-color: #0d1424;
  text-decoration: none;
}

.popular-bollards ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
}
.popular-bollards li {
  width: 49%;
  margin-right: 1%;
  margin-bottom: 20px;
  padding: 5px;
  list-style-type: none;
}
@media (min-width: 768px) {
  .popular-bollards li {
    width: 24%;
  }
  .popular-bollards li:nth-of-type(4n) {
    margin-right: 0;
  }
}
.popular-bollards li .post-thumbnail {
  border: 1px solid #eee;
  margin-bottom: 20px;
}
.popular-bollards li img {
  width: 100%;
  height: auto;
}
.popular-bollards li .prod-title {
  display: block;
  position: relative;
  width: 100%;
  font-size: 22px;
  line-height: 26px;
  font-family: "Raleway", sans-serif;
}
.popular-bollards li .prod-title a {
  color: #000;
}

.woocommerce-message {
  max-width: 1150px;
  margin: 0 auto;
}

.product-page {
  padding-top: 0;
  padding-bottom: 0;
}

.woocommerce-cart .site-inner-content {
  padding: 50px 20px 50px 20px;
}

.woocommerce-cart .site-main {
  overflow: hidden;
}

.woocommerce-cart-form__cart-item dt {
  text-align: left;
}

.woocommerce-checkout .site-inner-content {
  padding: 0 20px 50px 20px;
}

.coupon {
  display: flex;
  width: 100%;
}
@media (min-width: 768px) {
  .coupon {
    width: 40%;
  }
}
.coupon input[type=text] {
  flex: 1 0 auto;
  padding-left: 15px !important;
  font-family: "Raleway", sans-serif;
  font-size: 14px !important;
  font-weight: 600;
}
@media (min-width: 768px) {
  .coupon input[type=text] {
    flex: 1 0 30%;
  }
}
.coupon ::-webkit-input-placeholder { /* Edge */
  color: #000;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 14px !important;
  font-weight: 600;
}
.coupon :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 14px !important;
  font-weight: 600;
}
.coupon ::placeholder {
  color: #000;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 14px !important;
  font-weight: 600;
}
.coupon .actions button {
  border: 1px solid #000 !important;
  background-color: #000 !important;
  color: #fff !important;
}
.coupon .button {
  flex: 1 0 auto;
  border: 1px solid #000 !important;
  background-color: #000 !important;
  color: #fff !important;
  margin: 0 !important;
  font-size: 13px !important;
}
@media (min-width: 768px) {
  .coupon .button {
    flex: 1 0 10%;
  }
}

.checkout_coupon .form-row {
  padding: 0 !important;
  margin: 0 !important;
  height: 53px;
}
.checkout_coupon input[type=text] {
  float: left;
  box-sizing: border-box;
  border: 1px solid #d3ced2;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: 0;
  flex: 1 0 auto;
}
@media (min-width: 768px) {
  .checkout_coupon input[type=text] {
    flex: 1 0 30%;
  }
}
.checkout_coupon button {
  background-color: #F5B700 !important;
  border-radius: 0 !important;
  flex: 1 0 auto;
  margin: 0 !important;
  padding: 20px !important;
}
@media (min-width: 768px) {
  .checkout_coupon button {
    flex: 1 0 10%;
  }
}

.woocommerce-shipping-fields {
  margin-top: 20px;
}

#customer_details h3 {
  font-size: 18px;
}

/* Account Styles */
.woocommerce-account .entry-header {
  display: none;
  visibility: hidden;
}

.account-forms {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .account-forms {
    flex-direction: row;
  }
}
.account-forms .login {
  margin-top: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: #F5F5F5;
}
.account-forms .u-column1,
.account-forms .u-column2 {
  width: 100%;
}
@media (min-width: 768px) {
  .account-forms .u-column1,
  .account-forms .u-column2 {
    width: 50%;
  }
}
.account-forms .u-column1 h2,
.account-forms .u-column2 h2 {
  text-transform: uppercase;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 20px;
}
.account-forms .u-column1 label,
.account-forms .u-column2 label {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.account-forms .u-column1 button,
.account-forms .u-column2 button {
  margin-top: 15px;
  margin-bottom: 20px;
  border-radius: 0 !important;
  background-color: #001336;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
}
.account-forms .u-column1 button:hover,
.account-forms .u-column2 button:hover {
  background-color: #000;
  color: #fff;
}
.account-forms .u-column1 .lost-pass,
.account-forms .u-column2 .lost-pass {
  float: right;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #001336;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  text-decoration: underline;
}
.account-forms .u-column1 .woocommerce-form__label-for-checkbox,
.account-forms .u-column2 .woocommerce-form__label-for-checkbox {
  display: inline-block !important;
  position: relative;
  width: 100%;
}
.account-forms .u-column1 input[type=text],
.account-forms .u-column1 input[type=password],
.account-forms .u-column2 input[type=text],
.account-forms .u-column2 input[type=password] {
  height: 50px;
  background-color: #fff;
  border: 0;
  padding-left: 10px;
}
.account-forms .u-column2 ul {
  padding: 15px 0 0 0;
}
.account-forms .u-column2 li {
  list-style-type: none;
  background-image: url("img/account-tick.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .account-forms .u-column2 {
    padding: 0 50px;
  }
}
.account-forms .register {
  border: 0 !important;
  border-top: 1px solid #ccc !important;
  border-radius: 0 !important;
  padding: 20px 0 !important;
}
.account-forms .register input[type=email] {
  height: 50px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding-left: 10px;
}
.account-forms .form-notice-strong {
  margin-top: 20px;
  text-transform: uppercase;
  color: #001336;
  font-size: 12px;
  font-weight: 500;
}
.account-forms .form-notice a {
  text-decoration: underline;
}

.woocommerce-MyAccount-navigation ul {
  padding: 0 20px !important;
}
.woocommerce-MyAccount-navigation li {
  list-style-type: none;
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation li:last-of-type {
  margin-bottom: 0;
}
.woocommerce-MyAccount-navigation li a:hover {
  color: #001336;
}

.woocommerce-MyAccount-content {
  padding: 0 20px;
}

.woocommerce-orders-table {
  border-radius: 0 !important;
}

.woocommerce-orders-table__cell .view {
  background-color: #001336 !important;
  color: #fff;
  font-weight: 400 !important;
  font-size: 18px;
  border-radius: 0 !important;
  color: #fff !important;
}
.woocommerce-orders-table__cell .view:hover {
  background-color: #000;
  color: #fff;
}

.woocommerce-Addresses address {
  font-size: 14px;
}
.woocommerce-Addresses .edit {
  color: #001336;
  font-size: 12px;
}
.woocommerce-Addresses .woocommerce-Address {
  border: 1px solid #ddd;
  padding: 30px;
}
.woocommerce-Addresses .woocommerce-Address h3 {
  font-size: 24px;
  line-height: 24px;
}
.woocommerce-Addresses .u-column2 {
  margin-top: 30px;
}

.woocommerce-EditAccountForm,
.woocommerce-address-fields {
  padding: 30px;
  border: 1px solid #ddd;
}
.woocommerce-EditAccountForm .form-row,
.woocommerce-address-fields .form-row {
  padding: 0 !important;
}
.woocommerce-EditAccountForm span em,
.woocommerce-address-fields span em {
  color: #666;
  font-size: 11px;
}
.woocommerce-EditAccountForm label,
.woocommerce-address-fields label {
  margin-bottom: 2px !important;
}
.woocommerce-EditAccountForm input,
.woocommerce-address-fields input {
  height: 50px;
  padding-left: 10px;
}
.woocommerce-EditAccountForm .woocommerce-Button,
.woocommerce-address-fields .woocommerce-Button {
  background-color: #001336 !important;
  color: #fff;
  font-weight: 400 !important;
  font-size: 18px;
  border-radius: 0 !important;
  color: #fff !important;
  height: 50px;
  margin-top: 30px !important;
}
.woocommerce-EditAccountForm .woocommerce-Button:hover,
.woocommerce-address-fields .woocommerce-Button:hover {
  background-color: #000;
  color: #fff;
}

.woocommerce-address-fields {
  margin-top: 30px;
}
.woocommerce-address-fields p {
  margin-bottom: 15px !important;
}
.woocommerce-address-fields p .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-address-fields .button {
  background-color: #001336 !important;
  color: #fff;
  font-weight: 400 !important;
  font-size: 18px;
  border-radius: 0 !important;
  color: #fff !important;
  height: 50px;
  margin-top: 30px !important;
}
.woocommerce-address-fields .button:hover {
  background-color: #000;
  color: #fff;
}

.woocommerce .woocommerce-customer-details address {
  padding: 30px !important;
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
}

.woocommerce-ResetPassword .form-row-first {
  border: 1px solid #333;
  padding: 15px !important;
  width: 100% !important;
}
@media (min-width: 768px) {
  .woocommerce-ResetPassword .form-row-first {
    padding: 30px !important;
  }
}
.woocommerce-ResetPassword .form-row-first input {
  height: 50px;
  padding-left: 10px;
}
.woocommerce-ResetPassword .woocommerce-Button {
  background-color: #001336 !important;
  color: #fff;
  font-weight: 400 !important;
  font-size: 18px;
  border-radius: 0 !important;
  color: #fff !important;
  height: 50px;
  margin-top: 30px !important;
  text-transform: uppercase;
}
.woocommerce-ResetPassword .woocommerce-Button:hover {
  background-color: #000;
  color: #fff;
}

.site-message {
  background-color: #001336;
  color: #fff;
  font-size: 15px;
  padding: 10px 20px;
}
.site-message p {
  padding: 0;
  margin: 0;
}
.site-message p strong {
  text-transform: uppercase;
}

.tax-product_cat .ywctm-custom-button {
  text-align: center;
}

.feefo-reviews {
  text-align: center;
}

.sale-sticker {
  width: 100px;
  height: auto;
  position: absolute;
  top: 10px;
  right: 30px;
}

@media (min-width: 576px) {
  .sale-sticker {
    width: 150px;
  }
}
.category-sticker .sale-sticker {
  width: 100px;
  height: auto;
  position: absolute;
  top: 10px;
  right: 10px;
}

.btn-white:hover {
  cursor: pointer;
}
.btn-white {
  background-color: transparent !important;
  border: 3px solid #fff !important;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  padding: 12px 25px;
  text-transform: uppercase;
  transition: color 0.4s ease, background-color 0.4s ease;
}
.btn-white:hover {
  background-color: #fff !important;
  text-decoration: none;
  color: #000 !important;
}
.btn-blue:hover {
  cursor: pointer;
}
.btn-blue {
  background-color: #f5f5f5 !important;
  border: 3px solid #001336 !important;
  border-radius: 0;
  color: #001336;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  padding: 12px 25px;
  text-transform: uppercase;
  transition: color 0.4s ease, background-color 0.4s ease;
}
.btn-blue:hover {
  background-color: #001336 !important;
  text-decoration: none;
  color: #f5f5f5 !important;
}
.btn-yellow:hover {
  cursor: pointer;
}
.btn-yellow {
  background-color: #F5B700 !important;
  border: 3px solid #F5B700 !important;
  border-radius: 0;
  color: #F5B700;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  padding: 12px 25px;
  text-transform: uppercase;
  transition: color 0.4s ease, background-color 0.4s ease;
}
.btn-yellow:hover {
  background-color: #F5B700 !important;
  text-decoration: none;
  color: #F5B700 !important;
}
.btn-yellow {
  color: #fff;
}
.btn-yellow:hover {
  background-color: #fff !important;
  color: #001336 !important;
}
.btn-carousel:hover {
  cursor: pointer;
}
.btn-carousel {
  background-color: #fff !important;
  border: 3px solid transparent !important;
  border-radius: 0;
  color: transparent;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  padding: 12px 25px;
  text-transform: uppercase;
  transition: color 0.4s ease, background-color 0.4s ease;
  border: 3px solid #fff;
  color: #000;
}
.btn-carousel:hover {
  background-color: transparent !important;
  text-decoration: none;
  color: #fff !important;
}

.btn-danger {
  background-color: #d9534f !important;
  border-color: #d43f3a !important;
}

.primary-menu {
  display: none;
  width: 100%;
  background-color: #001336;
  order: 1;
}
@media (min-width: 992px) {
  .primary-menu {
    display: inline-block;
    order: unset;
  }
}

@media (min-width: 992px) {
  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1:after {
    color: #001336;
  }
  #mega-menu-wrap-menu-1 {
    position: unset !important;
    background-color: #001336;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-menu-item {
    position: unset;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    display: flex;
    justify-content: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    visibility: visible;
    text-align: center;
    padding: 0px 0px 0px 0px;
    background-color: #001336;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
    display: inline-block;
    flex: 1 0 auto;
    background-color: #001336;
    border-right: 1px solid rgba(18, 102, 168, 0.5);
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:hover {
    background: rgb(0%, 3.9324618736%, 11.1764705882%) !important;
  }
  .mega-quote-link {
    background-color: #F5B700 !important;
    border: 0 !important;
    transition: all 0.3s ease;
  }
  .mega-quote-link:hover {
    background-color: rgb(86.0784313725%, 64.2953181273%, 0%) !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding: 30px;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
    background-color: transparent !important;
    color: #fff !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    height: 40px !important;
    line-height: 40px !important;
    font-size: 14px !important;
    font-family: "Raleway", sans-serif !important;
    font-weight: normal !important;
    color: #fff !important;
    padding: 0 20px !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: none !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    padding: 0 !important;
    margin-bottom: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 700;
    font-size: 18px !important;
    line-height: 18px !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: rgb(0%, 3.9324618736%, 11.1764705882%) !important;
    color: #fff !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul {
    margin: 0;
    padding: 0 !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li {
    list-style-type: none !important;
    padding: 5px 0 !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li a {
    color: #666;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li {
    padding: 0 !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    padding: 0 !important;
    margin-bottom: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 700;
    font-size: 18px !important;
    line-height: 18px !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
    width: 100%;
    float: none !important;
    max-width: 1400px;
    margin: 0 auto !important;
  }
}
@media (min-width: 1600px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    max-width: 1366px;
  }
}
.mega-menu-item-type-custom:has(#menu-traffic-management) #menu-traffic-management {
  padding: 0 !important;
}
.mega-menu-item-type-custom:has(#menu-traffic-management) #menu-traffic-management li {
  list-style-type: none !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 0 !important;
}
.mega-menu-item-type-custom:has(#menu-traffic-management) #menu-traffic-management li:first-of-type {
  padding-top: 0px !important;
}
.mega-menu-item-type-custom:has(#menu-traffic-management) #menu-traffic-management li a {
  color: #666;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.mega-menu-item-type-custom:has(#menu-traffic-management) .widget_media_image {
  padding-left: 12px !important;
}
.mega-menu-item-type-custom:has(#menu-traffic-management) .widget_nav_menu {
  padding-top: 10px !important;
}
.mega-menu-item-type-custom:has(#menu-help-advice) #menu-help-advice {
  padding: 0 !important;
}
.mega-menu-item-type-custom:has(#menu-help-advice) #menu-help-advice li {
  list-style-type: none !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 0 !important;
}
.mega-menu-item-type-custom:has(#menu-help-advice) #menu-help-advice li:first-of-type {
  padding-top: 0px !important;
}
.mega-menu-item-type-custom:has(#menu-help-advice) #menu-help-advice li a {
  color: #666;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.mega-menu-item-type-custom:has(#menu-help-advice) .widget_media_image {
  padding-left: 12px !important;
}
.mega-menu-item-type-custom:has(#menu-help-advice) .widget_nav_menu {
  padding-top: 10px !important;
}

#mega-menu-wrap-tabbed-mega-menu {
  background-color: #001336 !important;
}

#mega-menu-wrap-tabbed-mega-menu #mega-menu-tabbed-mega-menu {
  display: flex;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

#mega-menu-wrap-tabbed-mega-menu #mega-menu-tabbed-mega-menu > li.mega-menu-item > a.mega-menu-link {
  text-transform: uppercase !important;
  font-family: "Raleway", sans-serif !important;
  font-weight: normal !important;
  text-align: center !important;
  padding: 0 5px !important;
  font-size: 12px !important;
}
@media (min-width: 1366px) {
  #mega-menu-wrap-tabbed-mega-menu #mega-menu-tabbed-mega-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px !important;
  }
}

#mega-menu-wrap-tabbed-mega-menu #mega-menu-tabbed-mega-menu > li.mega-menu-item {
  flex: 1 0 auto;
}

#mega-menu-wrap-tabbed-mega-menu #mega-menu-tabbed-mega-menu > li.mega-menu-item > a.mega-menu-link:hover {
  background-color: #00172b !important;
}

#mega-menu-wrap-tabbed-mega-menu #mega-menu-tabbed-mega-menu > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 15px !important;
  background-color: #fff !important;
}

#mega-menu-wrap-tabbed-mega-menu #mega-menu-tabbed-mega-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
  background-color: #fff !important;
}

#mega-menu-wrap-tabbed-mega-menu #mega-menu-tabbed-mega-menu > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
  background-color: #eee !important;
}

#mega-menu-wrap-tabbed-mega-menu #mega-menu-tabbed-mega-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  background-color: #00172b !important;
}

#mega-menu-wrap-tabbed-mega-menu #mega-menu-tabbed-mega-menu > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu li ul.mega-sub-menu li ul.mega-sub-menu {
  padding-left: 20px !important;
}
#mega-menu-wrap-tabbed-mega-menu #mega-menu-tabbed-mega-menu > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu li ul.mega-sub-menu li ul.mega-sub-menu li ul {
  padding-left: 0;
}
#mega-menu-wrap-tabbed-mega-menu #mega-menu-tabbed-mega-menu > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu li ul.mega-sub-menu li ul.mega-sub-menu li ul li {
  display: block;
}
#mega-menu-wrap-tabbed-mega-menu #mega-menu-tabbed-mega-menu > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu li ul.mega-sub-menu li ul.mega-sub-menu li ul li a {
  display: block;
  width: 100%;
  color: #666;
  padding: 8px 0;
}

.all-link a {
  color: #F5B700 !important;
  text-decoration: underline;
}

@media (max-width: 991px) {
  #mega-menu-wrap-tabbed-mega-menu {
    display: none;
  }
}
.mobile-menu {
  display: none;
}
@media (max-width: 991px) {
  .mobile-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    line-height: 16px;
    width: 15%;
    order: 4;
  }
}
@media (min-width: 768px) {
  .mobile-menu {
    width: 20%;
  }
}
.mobile-menu span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #001336;
  font-size: 14px;
  line-height: 14px;
}
.mobile-menu img {
  width: 100%;
  max-width: 30px;
  margin-bottom: 9px;
}
.mobile-menu a {
  color: #001336;
  font-size: 14px;
  line-height: 14px;
}

.mobile-menu--container {
  height: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 80%;
  background-color: #fff;
  color: #999;
  transform: translateX(-120%);
  transition: all 0.75s ease-in-out;
  transition-delay: 0.25s;
}
@media (min-width: 768px) {
  .mobile-menu--container {
    width: 400px;
  }
}
@media (min-width: 1200px) {
  .mobile-menu--container {
    display: none;
  }
}
.mobile-menu--container .menu-inner {
  overflow-y: auto;
  height: 100%;
}
.mobile-menu--container .menu-inner .top-links {
  margin: 0;
  padding: 0;
}
.mobile-menu--container .menu-inner li {
  border-bottom: 1px solid #ccc;
  display: list-item;
  margin: 0;
  clear: both;
}
.mobile-menu--container .menu-inner li a {
  height: auto;
  padding: 10px 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #001336;
  display: block;
  width: 100%;
  font-size: 14px;
  margin: 0;
  line-height: 40px;
}

.menu-active {
  transform: translateX(0);
  transition: all 0.75s ease-in-out;
  transition-delay: 0.25s;
  z-index: 500;
}

.mob-menu--close {
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #001336;
  width: 48px;
  height: 48px;
  position: absolute;
  right: -48px;
  top: 20px;
}
.mob-menu--close img {
  width: 100%;
  max-width: 20px;
}

@media (max-width: 991px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding: 0;
    background-color: #fff;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-menu-item {
    border-bottom: 1px solid #ccc;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
    border-bottom: 1px solid #ccc;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    height: auto;
    padding: 10px 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    color: #001336;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul {
    padding: 0 20px;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul li {
    display: block;
    position: relative;
    width: 100%;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul li a {
    font-size: 14px !important;
    line-height: 14px;
    color: #999;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    padding: 10px 20px;
    color: #001336;
    font-size: 16px !important;
    line-height: 16px !important;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }
}
.search-mob {
  display: none;
  position: relative;
  width: 100%;
  border-top: 1px solid #001336;
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .search-mob {
    display: block;
  }
}
.search-mob form {
  display: flex;
  width: 100%;
}
.search-mob input[type=search] {
  border: 2px solid #F5B700 !important;
  border-right: 0 !important;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-left: 25px;
  font-family: "Raleway", sans-serif;
}
.search-mob input[type=search]::placeholder {
  font-size: 14px;
  line-height: 14px;
}
.search-mob button[type=submit] {
  background-color: transparent;
  border: 2px solid #F5B700 !important;
  border-left: 0 !important;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 65px;
}
.search-mob img {
  width: 25px;
  height: 25px;
}

/* Arrows */
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0px;
  height: 20px;
  line-height: 0px;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
  z-index: 90 !important;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: transparent;
  color: transparent;
  outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.5;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.2;
}
.slick-prev:before,
.slick-next:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: unset !important;
  font-size: 20px;
  line-height: 1;
  opacity: 0.5;
}

.slick-prev {
  left: 0;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 0;
}
.slick-next {
  right: 0;
}
[dir=rtl] .slick-next {
  left: 0;
  right: auto;
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  bottom: -25px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0px;
  height: 20px;
  line-height: 0px;
  outline: none;
  padding: 5px;
  width: 20px;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 0.7;
}
.slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: orange;
  font-size: 20px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.5;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.slick-dots li.slick-active button:before {
  color: #ccc;
  opacity: 0.5;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.hero-home img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.hero-home .slick-slide {
  padding: 0;
}

.homepage-banners {
  position: relative;
}
.homepage-banners ul {
  padding: 0;
  display: flex;
  width: 100%;
  margin: 0;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
}
.homepage-banners li {
  list-style: none;
  flex: 1;
}
.homepage-banners li img {
  width: 100%;
}
@media (min-width: 768px) {
  .homepage-banners li:nth-of-type(2) {
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
  }
}
.homepage-banners a {
  display: block;
  width: 100%;
  height: 100%;
}

.banner-nav {
  display: none;
  visibility: hidden;
}
@media (max-width: 767px) {
  .banner-nav {
    display: flex;
    visibility: visible;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.banner-nav .prev-banner {
  display: block;
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.banner-nav .prev-banner:hover img {
  opacity: 0;
}
.banner-nav .prev-banner:hover img + img {
  opacity: 1;
}
.banner-nav .next-banner {
  display: block;
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin-left: 5px;
}
.banner-nav .next-banner:hover img {
  opacity: 0;
}
.banner-nav .next-banner:hover img + img {
  opacity: 1;
}
.banner-nav img {
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.3s ease;
}
.banner-nav img + img {
  opacity: 0;
}

.save-on--bollards {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .save-on--bollards {
    padding-bottom: 60px;
  }
}
.save-on--bollards h3 {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 40px 0;
  margin-bottom: 0;
  font-size: 24px !important;
  line-height: 34px;
  text-transform: capitalize;
  color: #F5B700;
}
@media (min-width: 1200px) {
  .save-on--bollards h3 {
    font-size: 36px !important;
    line-height: 36px;
  }
}
.save-on--bollards .slick-list {
  height: 100%;
  padding: 20px 15px;
}
.save-on--bollards .slick-track {
  display: flex;
  height: 100%;
}
.save-on--bollards .slick-slide {
  padding: 20px 15px;
}
.save-on--bollards ul {
  display: none;
  width: 100%;
  padding: 10px 50px;
}
@media (min-width: 768px) {
  .save-on--bollards ul {
    padding: 10px 100px;
  }
}
.save-on--bollards ul.slick-initialized {
  display: block;
}
.save-on--bollards li {
  display: flex !important;
  flex-direction: column;
  height: auto;
  position: relative;
  background-color: #fff;
  transition: all 0.3s ease;
  padding: 10px;
  margin: 0 15px;
  border-radius: 10px;
}
.save-on--bollards li.slick-active {
  -webkit-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.37);
}
.save-on--bollards li img {
  width: 100%;
  height: auto;
}
.save-on--bollards li:hover .view-product {
  background-color: #F5B700;
  color: #fff;
  border: 2px solid #F5B700;
}
.save-on--bollards .prod-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  text-align: center;
  padding: 10px 0;
  text-align: left;
  margin-bottom: 0;
  height: auto;
}
.save-on--bollards .prod-title a {
  color: #333;
}
.save-on--bollards .price {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 26px;
  height: 100px;
}
.save-on--bollards .price strong {
  font-size: 24px;
  line-height: 24px;
}
.save-on--bollards .from,
.save-on--bollards .vat {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #666;
}
.save-on--bollards .view-product {
  display: block;
  position: relative;
  width: 100%;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: auto;
  font-size: 14px;
  color: #F5B700;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #F5B700;
  border-radius: 20px;
  padding: 10px 0;
  font-weight: 600;
}
.save-on--bollards .view-product:hover {
  text-decoration: none;
}
.save-on--bollards .slick-prev {
  background-image: url("./img/arrow-prev.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  width: 50px;
  height: 50px;
  left: 0;
}
@media (min-width: 768px) {
  .save-on--bollards .slick-prev {
    left: 25px;
  }
}
@media (min-width: 1200px) {
  .save-on--bollards .slick-prev {
    left: 60px;
  }
}
.save-on--bollards .slick-next {
  background-image: url("./img/arrow-next.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  width: 50px;
  height: 50px;
  right: 0;
}
@media (min-width: 768px) {
  .save-on--bollards .slick-next {
    right: 25px;
  }
}
@media (min-width: 1200px) {
  .save-on--bollards .slick-next {
    right: 60px;
  }
}

.installation-callout {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #001336;
  background-image: url("./img/installation-background-01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 30px 0;
}
.installation-callout .callout-inner {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}
.installation-callout:hover {
  color: #fff;
  text-decoration: none;
}
.installation-callout p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) {
  .installation-callout p {
    font-size: 26px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  .installation-callout p {
    font-size: 36px;
    line-height: 36px;
  }
}
.installation-callout p:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  background-image: url("./img/icons/tools-icon-01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  margin-right: 15px;
}
@media (min-width: 1200px) {
  .installation-callout p:before {
    width: 80px;
    height: 80px;
    background-size: 80px;
  }
}

.shopby-categories {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 20px 30px 20px;
  background-color: #f7f7f7;
}
@media (min-width: 768px) {
  .shopby-categories {
    padding: 0 0 30px 0;
  }
}
.shopby-categories .shopby-inner {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
.shopby-categories h1 {
  text-align: center;
  padding: 30px 20px;
  text-transform: capitalize;
  color: #001336;
  font-size: 24px !important;
  line-height: 34px;
}
@media (min-width: 1200px) {
  .shopby-categories h1 {
    padding: 30px 0;
    font-size: 36px !important;
    line-height: 36px;
  }
}
@media (min-width: 768px) {
  .shopby-categories p {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    color: #666;
  }
}
.shopby-categories ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .shopby-categories ul {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
.shopby-categories li {
  display: inline-block;
  position: relative;
  width: 100%;
  background-color: #fff;
  margin-bottom: 15px;
  padding: 5px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.37);
}
@media (min-width: 768px) {
  .shopby-categories li {
    width: 22.7%;
    margin-bottom: 30px;
    margin-right: 3%;
  }
  .shopby-categories li:nth-of-type(4n) {
    margin-right: 0;
  }
}
.shopby-categories li img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.shopby-categories li:hover .shop-link {
  opacity: 1;
}
.shopby-categories li:hover .shop-link:before {
  opacity: 0.8;
}
.shopby-categories .cat-img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.shopby-categories .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 30px 0;
}
.shopby-categories .cat-title {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #001336;
  transition: all 0.3s ease;
}
.shopby-categories .cat-title a {
  color: #001336;
}
.shopby-categories .cat-title a:visited {
  color: #001336;
}
.shopby-categories .shop-link {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  border-radius: 20px;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  transition: all 0.3s ease;
}
.shopby-categories .shop-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #001336;
  border-radius: 20px;
  z-index: 1;
  transition: all 0.3s ease;
}
.shopby-categories .shop-link span {
  width: 100%;
  max-width: 150px;
  text-align: center;
  text-transform: uppercase;
  background-color: #F5B700;
  border: 1px solid #F5B700 !important;
  color: #fff;
  font-size: 14px;
  border: 2px solid #999;
  border-radius: 20px;
  padding: 10px 0;
  font-weight: 600;
  z-index: 2;
}
@media (min-width: 768px) {
  .shopby-categories .shop-link span {
    max-width: 110px;
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .shopby-categories .shop-link span {
    max-width: 150px;
    font-size: 14px;
  }
}
.shopby-categories .shop-link:hover {
  text-decoration: none;
}

.expert-installation {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #001336;
  background-image: url("./img/installation-background-2-01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 60px 0;
}
.expert-installation .installation-inner {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .expert-installation .installation-inner {
    padding: 0 20px;
  }
}
.expert-installation h3 {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px !important;
  line-height: 34px;
}
@media (min-width: 1200px) {
  .expert-installation h3 {
    font-size: 36px !important;
    line-height: 36px;
  }
}
.expert-installation h4 {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 20px !important;
  line-height: 20px !important;
}
@media (min-width: 1200px) {
  .expert-installation h4 {
    font-size: 36px !important;
    line-height: 36px !important;
    margin-bottom: 40px;
    margin-top: 0;
  }
}
.expert-installation p {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
  font-size: 14px;
  line-height: 14px;
}
@media (min-width: 1200px) {
  .expert-installation p {
    font-size: 18px;
    line-height: 18px;
  }
}
.expert-installation ul {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0 30px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .expert-installation ul {
    width: 49%;
    margin-bottom: 30px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .expert-installation ul {
    margin-bottom: 60px;
  }
}
.expert-installation li {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 18px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .expert-installation li {
    font-size: 24px;
    line-height: 24px;
  }
}
.expert-installation li:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  background-image: url("./img/icons/tick-icon-01.png");
  background-position: center;
  background-size: 30px;
  background-repeat: no-repeat;
  margin-right: 15px;
}
.expert-installation .btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.expert-installation .info-link {
  display: block;
  position: relative;
  width: 100%;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  color: #F5B700;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #F5B700;
  border-radius: 20px;
  padding: 10px 0;
  font-weight: 600;
}
.expert-installation .info-link:hover {
  text-decoration: none;
  background-color: #F5B700;
  color: #fff;
}

.dom {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
  height: auto;
}
@media (min-width: 1200px) {
  .dom {
    display: block;
  }
}

.customer-reviews {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}
.customer-reviews .reviews-inner {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
.customer-reviews h4 {
  text-align: center;
  padding: 60px 0;
  text-transform: capitalize;
  color: #001336;
  font-size: 24px !important;
  line-height: 34px;
}
@media (min-width: 1200px) {
  .customer-reviews h4 {
    font-size: 36px !important;
    line-height: 36px;
  }
}

.why-choose {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 30px 0 30px;
  background-color: #001336;
  color: #fff;
}
@media (min-width: 1366px) {
  .why-choose {
    padding: 60px 0 0 0;
  }
}
.why-choose .choose-inner {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
.why-choose h4 {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 40px;
  font-size: 24px !important;
  line-height: 34px;
}
@media (min-width: 1200px) {
  .why-choose h4 {
    font-size: 36px !important;
    line-height: 36px;
    margin-bottom: 80px;
  }
}
.why-choose ul {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0;
  vertical-align: top;
}
@media (min-width: 768px) {
  .why-choose ul {
    width: 45%;
    margin-right: 5%;
    margin-bottom: 30px;
  }
}
.why-choose ul:last-of-type {
  margin-right: 0;
}
.why-choose li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 24px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) {
  .why-choose li {
    flex-direction: row;
    margin-bottom: 60px;
  }
}
.why-choose .icon {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .why-choose .icon {
    margin-bottom: 0;
    margin-right: 25px;
  }
}
.why-choose .icon img {
  width: 100%;
  max-width: 100px;
}
.why-choose .text-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .why-choose .text-wrapper {
    width: calc(100% - 100px);
  }
}
.why-choose .text-wrapper h5 {
  text-align: center;
}
@media (min-width: 768px) {
  .why-choose .text-wrapper h5 {
    text-align: left;
  }
}
.why-choose .text-wrapper p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-align: center;
}
@media (min-width: 768px) {
  .why-choose .text-wrapper p {
    text-align: left;
  }
}

.brand-logos {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0;
  background-color: #fff;
}
.brand-logos .brands-inner {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
.brand-logos h4 {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 60px;
  color: #001336;
  font-size: 24px !important;
  line-height: 34px;
}
@media (min-width: 1200px) {
  .brand-logos h4 {
    font-size: 36px !important;
    line-height: 46px;
    margin-bottom: 80px;
  }
}
.brand-logos ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 30px;
}
.brand-logos li:last-child {
  display: none;
}
@media (min-width: 768px) {
  .brand-logos li:last-child {
    display: inline-block;
  }
}
.brand-logos li {
  display: inline-block;
  position: relative;
  width: 33.3%;
  margin-right: 0;
  padding: 15px;
}
.brand-logos li:nth-of-type(3n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .brand-logos li {
    width: 16.666%;
    padding: 20px 30px;
    margin-right: 0;
  }
  .brand-logos li:nth-of-type(3n) {
    margin-right: 0;
  }
  .brand-logos li:nth-of-type(6n) {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .brand-logos li {
    width: 12%;
  }
}
.brand-logos li:hover img {
  filter: grayscale(0);
}
.brand-logos li img {
  width: 100%;
  height: auto;
  filter: grayscale(1);
  transition: all 0.3s ease;
}

.customer-projects {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0 60px 0;
  background-color: #fff;
}
.customer-projects .projects-inner {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
.customer-projects h4 {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 60px;
  color: #001336;
  font-size: 24px !important;
  line-height: 34px;
}
@media (min-width: 1200px) {
  .customer-projects h4 {
    font-size: 36px !important;
    line-height: 36px;
    margin-bottom: 80px;
  }
}
.customer-projects p {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #001336;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .customer-projects p {
    font-size: 22px;
    line-height: 22px;
  }
}
.customer-projects p a {
  color: #F5B700;
}

.project-list {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  padding: 0 30px;
}
.project-list ul {
  display: block;
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .project-list ul {
    display: flex;
  }
}
.project-list ul li:last-child {
  display: none;
}
@media (min-width: 768px) {
  .project-list ul li:last-child {
    display: block;
  }
}
.project-list ul li {
  display: inline-block;
  position: relative;
  width: 49%;
  margin-right: 0;
  margin-bottom: 2%;
}
@media (min-width: 768px) {
  .project-list ul li {
    display: block;
    margin-right: 2%;
    margin-bottom: 0;
  }
}
.project-list ul li:nth-of-type(2n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .project-list ul li {
    width: 20%;
  }
  .project-list ul li:nth-of-type(2n) {
    margin-right: 2%;
  }
  .project-list ul li:nth-of-type(5n) {
    margin-right: 0;
  }
}
.project-list ul li:hover .thumb-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
.project-list ul li:hover .thumb-overlay img {
  opacity: 1;
}
.project-list ul li .thumb-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
}
.project-list ul li .thumb-overlay img {
  width: 100%;
  max-width: 40px;
  height: auto;
  opacity: 0;
  transition: all 0.3s ease;
}
.project-list img {
  width: 100%;
  height: auto;
}

.bollard-introduction {
  padding: 60px 30px 0 30px;
}
.bollard-introduction h2 {
  color: #001336;
  font-size: 24px !important;
  line-height: 34px;
}
@media (min-width: 1200px) {
  .bollard-introduction h2 {
    font-size: 36px !important;
    line-height: 46px;
  }
}

.gallery-container {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 80px;
}
.gallery-container h1,
.gallery-container p {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.gallery-container h1 {
  color: #001336;
  margin-top: 30px;
  margin-bottom: 30px;
}
.gallery-container p {
  margin-bottom: 60px;
  font-family: "Raleway", sans-serif;
  color: #666;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .gallery-container p {
    font-size: 16px;
    line-height: 24px;
  }
}
.gallery-container ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 20px;
}
.gallery-container ul li {
  display: inline-block;
  position: relative;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.gallery-container ul li:nth-of-type(2n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .gallery-container ul li {
    width: 32%;
    margin-bottom: 30px;
  }
  .gallery-container ul li:nth-of-type(2n) {
    margin-right: 2%;
  }
  .gallery-container ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
.gallery-container ul li:hover .thumb-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
.gallery-container ul li:hover .thumb-overlay img {
  opacity: 1;
}
.gallery-container ul li .thumb-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
}
.gallery-container ul li .thumb-overlay img {
  width: 100%;
  max-width: 40px;
  height: auto;
  opacity: 0;
  transition: all 0.3s ease;
}
.gallery-container img {
  width: 100%;
  height: auto;
}

.product-listing--container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-listing--container .prod-title {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .product-listing--container .prod-title {
    display: block;
    min-height: 70px;
  }
}
.product-listing--container .prod-title a {
  color: #001336;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

.colour-variation {
  margin-bottom: 20px;
}
.colour-variation p {
  color: #001336;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.colour-variation img {
  max-width: 100px;
  margin: 0 !important;
}

.supply-fitted--details {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 20px;
}
.supply-fitted--details .price-col {
  grid-column: span 4;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .supply-fitted--details .price-col {
    grid-column: span 2;
    padding-right: 15px;
  }
}
.supply-fitted--details .fitted-product--details {
  grid-column: span 4;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
}
@media (min-width: 992px) {
  .supply-fitted--details .fitted-product--details {
    grid-column: span 2;
  }
}
.supply-fitted--details .supply-price {
  color: #001336;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.supply-fitted--details .supply-price:before {
  content: "Supply only";
  display: block;
  width: 100%;
  color: #999;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  margin-bottom: 5px;
}
.supply-fitted--details .supply-price:after {
  content: "Inc VAT";
  display: block;
  width: 100%;
  color: #999;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  margin-top: 8px;
}
.supply-fitted--details .fitted-price {
  color: #001336;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.supply-fitted--details .fitted-price:before {
  content: "Supply & Installation";
  display: block;
  width: 100%;
  color: #999;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  margin-bottom: 5px;
}
.supply-fitted--details .fitted-price:after {
  content: "Inc VAT";
  display: block;
  width: 100%;
  color: #999;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  margin-top: 8px;
}

.fitted-details {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.fitted-details .fitted-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  grid-column: span 2;
}
.fitted-details .fitted-detail img {
  max-width: 50px;
}
.fitted-details .fitted-detail p {
  text-align: center;
  color: #001336;
  font-size: 11px;
  line-height: 14px;
  margin-bottom: 0;
}

.install-available {
  display: block;
  background-color: #001336;
  font-family: sans-serif;
  color: #fff;
  padding: 8px 10px;
  text-align: right;
  width: 100%;
}
@media (min-width: 576px) {
  .install-available {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .install-available {
    text-align: right;
  }
}
.install-available p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 12px;
}
@media (min-width: 576px) {
  .install-available p {
    font-size: 11px;
    line-height: 11px;
  }
}
@media (min-width: 1366px) {
  .install-available p {
    font-size: 12px;
    line-height: 12px;
    justify-content: space-between;
  }
}
.install-available p:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
  background-image: url("img/installed-by.png");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
}
@media (min-width: 500px) {
  .install-available p:before {
    margin-right: 5px;
  }
}

.install-date {
  background-color: #ccc;
  font-family: sans-serif;
  color: #001336;
  font-size: 12px;
  line-height: 16px;
  padding: 10px;
  text-align: center;
  width: auto;
  margin-bottom: 0;
}
@media (min-width: 1366px) {
  .install-date {
    font-size: 14px;
    line-height: 18px;
  }
}

.our-awards {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
}
.our-awards h4 {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
  color: #001336;
  font-size: 24px !important;
  line-height: 34px;
}
@media (min-width: 1200px) {
  .our-awards h4 {
    font-size: 36px !important;
    line-height: 46px;
  }
}

.awards-inner {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
.awards-inner ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.awards-inner li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.awards-inner li:nth-of-type(2n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .awards-inner li {
    width: 18.4%;
  }
  .awards-inner li:nth-of-type(2n) {
    margin-right: 2%;
  }
  .awards-inner li:nth-of-type(5n) {
    margin-right: 0;
  }
}
.awards-inner li img {
  max-width: 150px;
}

.celebrity-banner {
  margin-bottom: 60px;
}
.celebrity-banner picture,
.celebrity-banner img {
  width: 100%;
}

.product-hero-v2 {
  display: block;
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 56px 0;
}
@media (min-width: 768px) {
  .product-hero-v2 {
    padding: 88px 0;
  }
}
.product-hero-v2 .wrapper {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 20px;
}
.product-hero-v2__grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 992px) {
  .product-hero-v2__grid {
    flex-direction: row;
    gap: 40px;
    align-items: stretch;
  }
}
.product-hero-v2__media {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .product-hero-v2__media {
    width: 58%;
  }
}
.product-hero-v2__media .woocommerce-product-gallery {
  width: 100%;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product-hero-v2__media .wpgs-for {
  position: relative;
}
.product-hero-v2__media .wpgs-for .slick-arrow {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0 !important;
  width: 48px;
  height: 48px;
  background-color: #001336;
  border: 0;
  z-index: 5;
  cursor: pointer;
  font-style: normal;
  transition: background-color 0.2s ease;
}
.product-hero-v2__media .wpgs-for .slick-arrow:hover {
  background-color: rgb(0%, 3.9324618736%, 11.1764705882%);
}
.product-hero-v2__media .wpgs-for .slick-arrow:before {
  color: #fff !important;
  font-size: 22px;
  line-height: 1;
  opacity: 1;
}
.product-hero-v2__media .wpgs-for .slick-arrow.slick-prev {
  left: 0;
}
.product-hero-v2__media .wpgs-for .slick-arrow.slick-next {
  right: 0;
}
.product-hero-v2__media .wpgs-for .slick-list {
  overflow: hidden;
  border-radius: 4px;
}
.product-hero-v2__media .wpgs-for .slick-list,
.product-hero-v2__media .wpgs-for .slick-track,
.product-hero-v2__media .wpgs-for .slick-slide {
  height: auto !important;
}
.product-hero-v2__media .wpgs-for .slick-slide img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.product-hero-v2__media .wpgs-nav {
  position: relative;
  margin-top: 15px;
}
.product-hero-v2__media .wpgs-nav.slick-initialized {
  padding: 0 8%;
}
.product-hero-v2__media .wpgs-nav.slick-initialized img {
  border-radius: 15px;
}
.product-hero-v2__media .wpgs-nav .slick-prev,
.product-hero-v2__media .wpgs-nav .slick-next {
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  z-index: 2;
}
.product-hero-v2__media .wpgs-nav .slick-prev:before,
.product-hero-v2__media .wpgs-nav .slick-next:before {
  content: "";
  opacity: 1;
  width: 60px;
  height: 60px;
  font-size: 60px;
  display: block;
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: center;
}
.product-hero-v2__media .wpgs-nav .slick-prev {
  left: -20px;
}
@media (min-width: 1200px) {
  .product-hero-v2__media .wpgs-nav .slick-prev {
    left: -5px;
  }
}
.product-hero-v2__media .wpgs-nav .slick-prev:before {
  background-image: url("img/icons/bestseller-right-arrow.png");
}
.product-hero-v2__media .wpgs-nav .slick-next {
  right: -20px;
}
@media (min-width: 1200px) {
  .product-hero-v2__media .wpgs-nav .slick-next {
    right: -5px;
  }
}
.product-hero-v2__media .wpgs-nav .slick-next:before {
  background-image: url("img/icons/bestsellers-left-arrow.png");
}
.product-hero-v2__summary {
  width: 100%;
}
@media (min-width: 992px) {
  .product-hero-v2__summary {
    width: 42%;
    position: sticky;
    top: 120px;
  }
}
.product-hero-v2__title {
  color: #001336;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 0 10px;
  font-size: 26px;
  line-height: 32px;
}
@media (min-width: 1200px) {
  .product-hero-v2__title {
    font-size: 32px;
    line-height: 38px;
  }
}
.product-hero-v2__subtitle {
  color: #3c3c3c;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
.product-hero-v2__rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.product-hero-v2__stars {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 2px;
  color: #ddd;
}
.product-hero-v2__stars-base {
  display: block;
  color: #ddd;
}
.product-hero-v2__stars-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--star-fill, 0%);
  overflow: hidden;
  color: #F5B700;
  white-space: nowrap;
}
.product-hero-v2__rating-value {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #001336;
  font-size: 14px;
}
.product-hero-v2__specs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}
.product-hero-v2__specs:empty {
  display: none;
}
.product-hero-v2__specs li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.product-hero-v2__spec-label {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #999;
  letter-spacing: 0.5px;
  font-weight: 700;
}
.product-hero-v2__spec-value {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #001336;
  font-weight: 700;
}
.product-hero-v2__spec-value--ok {
  color: #F5B700;
}
.product-hero-v2__pricing {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .product-hero-v2__pricing {
    grid-template-columns: 1fr 1fr;
  }
}
.product-hero-v2__price {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 14px 16px;
  background-color: #f5f5f5;
}
.product-hero-v2__price--featured {
  background-color: #001336;
  border-color: #001336;
}
.product-hero-v2__price--featured .product-hero-v2__price-label {
  color: rgba(255, 255, 255, 0.7);
}
.product-hero-v2__price--featured .product-hero-v2__price-value {
  color: #F5B700;
}
.product-hero-v2__price-label {
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  color: #999;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
  font-weight: 700;
}
.product-hero-v2__price-value {
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: #001336;
}
.product-hero-v2__install-badge {
  margin-bottom: 20px;
  border-radius: 4px;
}
.product-hero-v2 .price,
.product-hero-v2 p.price {
  display: none !important;
}
.product-hero-v2 #idis_plfy {
  margin-top: 5px !important;
  margin-bottom: 4px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.product-hero-v2 #idis_plfy table {
  margin-bottom: 0 !important;
  width: 100% !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.product-hero-v2 #idis_plfy table td,
.product-hero-v2 #idis_plfy table th {
  padding: 8px 10px !important;
}
.product-hero-v2 tr.tiered-pricing--active,
.product-hero-v2 .tiered-pricing--active {
  background: #001336 !important;
  background-color: #001336 !important;
}
.product-hero-v2 tr.tiered-pricing--active td,
.product-hero-v2 .tiered-pricing--active td {
  background: transparent !important;
  background-color: transparent !important;
  color: #F5B700 !important;
  font-weight: 700;
}
.product-hero-v2 tr.tiered-pricing--active td *,
.product-hero-v2 .tiered-pricing--active td .amount,
.product-hero-v2 .tiered-pricing--active td span,
.product-hero-v2 .tiered-pricing--active td del,
.product-hero-v2 .tiered-pricing--active td ins {
  background: transparent !important;
  background-color: transparent !important;
  color: #F5B700 !important;
  font-weight: 700;
}
.product-hero-v2 .tiered-pricing-table tr td,
.product-hero-v2 .tiered-pricing-table tr th {
  color: #001336 !important;
}
.product-hero-v2 form.cart:not(.variations_form),
.product-hero-v2 .woocommerce-variation-add-to-cart {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  gap: 6px 8px !important;
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.product-hero-v2 form.cart:not(.variations_form) > *:not(.quantity):not(button.single_add_to_cart_button):not(input[type=hidden]),
.product-hero-v2 .woocommerce-variation-add-to-cart > *:not(.quantity):not(button.single_add_to_cart_button):not(input[type=hidden]) {
  width: 100% !important;
  flex: 0 0 100% !important;
  margin-bottom: 4px !important;
}
.product-hero-v2 form.cart:not(.variations_form) .quantity,
.product-hero-v2 .woocommerce-variation-add-to-cart .quantity {
  display: inline-flex !important;
  flex-direction: row !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  position: static !important;
  top: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}
.product-hero-v2 form.cart:not(.variations_form) .quantity .quantityLabel,
.product-hero-v2 .woocommerce-variation-add-to-cart .quantity .quantityLabel {
  display: none !important;
}
.product-hero-v2 form.cart:not(.variations_form) .quantity .minus,
.product-hero-v2 form.cart:not(.variations_form) .quantity .plus,
.product-hero-v2 .woocommerce-variation-add-to-cart .quantity .minus,
.product-hero-v2 .woocommerce-variation-add-to-cart .quantity .plus {
  width: 44px !important;
  min-width: 44px !important;
  height: 50px !important;
  background-color: #001336 !important;
  border: 1px solid #001336 !important;
  color: #fff !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
  transition: background-color 0.2s ease !important;
}
.product-hero-v2 form.cart:not(.variations_form) .quantity .minus:hover,
.product-hero-v2 form.cart:not(.variations_form) .quantity .plus:hover,
.product-hero-v2 .woocommerce-variation-add-to-cart .quantity .minus:hover,
.product-hero-v2 .woocommerce-variation-add-to-cart .quantity .plus:hover {
  background-color: rgb(0%, 3.9324618736%, 11.1764705882%) !important;
}
.product-hero-v2 form.cart:not(.variations_form) .quantity .qty,
.product-hero-v2 .woocommerce-variation-add-to-cart .quantity .qty {
  width: 48px !important;
  min-width: 40px !important;
  height: 50px !important;
  background-color: #fff !important;
  border: 1px solid #001336 !important;
  color: #001336 !important;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-align: center !important;
  padding: 0 4px !important;
  margin: 0 2px !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
  -moz-appearance: textfield !important;
}
.product-hero-v2 form.cart:not(.variations_form) .quantity .qty::-webkit-outer-spin-button, .product-hero-v2 form.cart:not(.variations_form) .quantity .qty::-webkit-inner-spin-button,
.product-hero-v2 .woocommerce-variation-add-to-cart .quantity .qty::-webkit-outer-spin-button,
.product-hero-v2 .woocommerce-variation-add-to-cart .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
.product-hero-v2 form.cart:not(.variations_form) button.single_add_to_cart_button,
.product-hero-v2 .woocommerce-variation-add-to-cart button.single_add_to_cart_button {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  width: auto !important;
  height: 50px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  background-color: #fff !important;
  border: 2px solid #001336 !important;
  color: #001336 !important;
  font-family: "Raleway", sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
}
.product-hero-v2 form.cart:not(.variations_form) button.single_add_to_cart_button:hover,
.product-hero-v2 .woocommerce-variation-add-to-cart button.single_add_to_cart_button:hover {
  background-color: #001336 !important;
  border-color: #001336 !important;
  color: #fff !important;
}
.product-hero-v2 .yith-ywraq-add-to-quote,
.product-hero-v2 .yith-ywraq-add-button {
  margin-top: 8px !important;
  margin-bottom: 12px !important;
  padding: 0 !important;
  text-align: left !important;
  width: 100% !important;
}
.product-hero-v2 .yith-ywraq-add-to-quote a.add-request-quote-button,
.product-hero-v2 .yith-ywraq-add-to-quote .add-request-quote-button,
.product-hero-v2 .yith-ywraq-add-button a.add-request-quote-button,
.product-hero-v2 .yith-ywraq-add-button .add-request-quote-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 50px !important;
  padding: 0 20px 0 56px !important;
  margin: 0 !important;
  background-color: #fff !important;
  border: 2px solid #001336 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #001336 !important;
  font-family: "Raleway", sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  text-align: center !important;
  box-sizing: border-box !important;
  position: relative !important;
  cursor: pointer !important;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
}
.product-hero-v2 .yith-ywraq-add-to-quote a.add-request-quote-button:hover, .product-hero-v2 .yith-ywraq-add-to-quote a.add-request-quote-button:focus,
.product-hero-v2 .yith-ywraq-add-to-quote .add-request-quote-button:hover,
.product-hero-v2 .yith-ywraq-add-to-quote .add-request-quote-button:focus,
.product-hero-v2 .yith-ywraq-add-button a.add-request-quote-button:hover,
.product-hero-v2 .yith-ywraq-add-button a.add-request-quote-button:focus,
.product-hero-v2 .yith-ywraq-add-button .add-request-quote-button:hover,
.product-hero-v2 .yith-ywraq-add-button .add-request-quote-button:focus {
  background-color: #001336 !important;
  border-color: #001336 !important;
  color: #fff !important;
  text-decoration: none !important;
}
.product-hero-v2 .yith-ywraq-add-to-quote a.add-request-quote-button:before,
.product-hero-v2 .yith-ywraq-add-to-quote .add-request-quote-button:before,
.product-hero-v2 .yith-ywraq-add-button a.add-request-quote-button:before,
.product-hero-v2 .yith-ywraq-add-button .add-request-quote-button:before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 16px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 28px !important;
  height: 28px !important;
  margin: 0 !important;
  background-image: url("img/icons/quote-icon.png") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}
.product-hero-v2 .yith-ywraq-add-to-quote a.add-request-quote-button:hover:before, .product-hero-v2 .yith-ywraq-add-to-quote a.add-request-quote-button:focus:before,
.product-hero-v2 .yith-ywraq-add-to-quote .add-request-quote-button:hover:before,
.product-hero-v2 .yith-ywraq-add-to-quote .add-request-quote-button:focus:before,
.product-hero-v2 .yith-ywraq-add-button a.add-request-quote-button:hover:before,
.product-hero-v2 .yith-ywraq-add-button a.add-request-quote-button:focus:before,
.product-hero-v2 .yith-ywraq-add-button .add-request-quote-button:hover:before,
.product-hero-v2 .yith-ywraq-add-button .add-request-quote-button:focus:before {
  filter: brightness(0) invert(1);
}
.product-hero-v2__ctas {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 24px;
}
@media (min-width: 576px) {
  .product-hero-v2__ctas {
    grid-template-columns: repeat(3, 1fr);
  }
}
.product-hero-v2__cta-primary, .product-hero-v2__cta-secondary {
  text-align: center;
  width: 100%;
}
.product-hero-v2__cta-secondary {
  color: #001336 !important;
  border-color: #001336 !important;
}
.product-hero-v2__cta-secondary:hover {
  background-color: #001336 !important;
  color: #fff !important;
}
.product-hero-v2__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #3c3c3c;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.product-hero-v2__trust li {
  position: relative;
  padding-right: 16px;
}
.product-hero-v2__trust li:not(:last-child)::after {
  content: "•";
  position: absolute;
  right: 0;
  color: #F5B700;
}

.product-overview {
  display: block;
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 56px 20px;
}
@media (min-width: 768px) {
  .product-overview {
    padding: 88px 0;
  }
}
.product-overview .wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .product-overview .wrapper {
    padding: 0;
  }
}
.product-overview__title {
  color: #001336;
  text-align: center;
  margin-bottom: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 28px;
  line-height: 36px;
}
@media (min-width: 768px) {
  .product-overview__title {
    font-size: 36px;
    line-height: 44px;
  }
}
.product-overview__title {
  margin-bottom: 16px;
}
.product-overview__lead {
  max-width: 780px;
  margin: 0 auto 40px;
  text-align: center;
  color: #001336;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .product-overview__lead {
    font-size: 24px;
    line-height: 34px;
  }
}
.product-overview__lead p,
.product-overview__lead h2,
.product-overview__lead h3,
.product-overview__lead h4,
.product-overview__lead strong {
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
.product-overview__panel {
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 19, 54, 0.08);
  border-radius: 12px;
  padding: 28px 24px 32px;
  position: relative;
}
@media (min-width: 768px) {
  .product-overview__panel {
    padding: 36px 40px 40px;
  }
}
.product-overview__panel--collapsible {
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .product-overview__panel--collapsible {
    padding-bottom: 28px;
  }
}
.product-overview__expander {
  display: none;
}
.product-overview__body {
  color: #3c3c3c;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  position: relative;
  z-index: 0;
}
.product-overview__body > * {
  position: relative;
}
.product-overview__body p {
  margin: 0 0 18px;
  clear: both;
}
.product-overview__body p:last-child {
  margin-bottom: 0;
}
.product-overview__body h2,
.product-overview__body h3,
.product-overview__body h4,
.product-overview__body strong {
  color: #001336;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  margin: 28px 0 14px;
  font-size: 18px;
  line-height: 26px;
}
.product-overview__body h2:first-child,
.product-overview__body h3:first-child,
.product-overview__body h4:first-child,
.product-overview__body strong:first-child {
  margin-top: 0;
}
.product-overview__body ol,
.product-overview__body ul {
  margin: 0 0 20px;
  padding-left: 0;
  list-style: none;
  counter-reset: overview-feature;
}
.product-overview__body ol li {
  counter-increment: overview-feature;
  position: relative;
  padding-left: 42px;
  margin-bottom: 14px;
}
.product-overview__body ol li:last-child {
  margin-bottom: 0;
}
.product-overview__body ol li::before {
  content: counter(overview-feature);
  position: absolute;
  left: 0;
  top: 2px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #F5B700;
  color: #001336;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 28px;
  text-align: center;
}
.product-overview__body ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
}
.product-overview__body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #F5B700;
}
.product-overview__body a {
  color: #001336;
  text-decoration: underline;
}
.product-overview__body a:hover {
  color: #F5B700;
  text-decoration: none;
}
.product-overview__body iframe,
.product-overview__body video,
.product-overview__body embed,
.product-overview__body object,
.product-overview__body .wp-video,
.product-overview__body .wp-block-video,
.product-overview__body .wp-block-embed {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 24px 0;
  border: 0;
  border-radius: 8px;
}
.product-overview__body video {
  height: auto;
  background-color: #001336;
}
.product-overview__body .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  background-color: #001336;
}
.product-overview__body .wp-block-embed__wrapper iframe,
.product-overview__body .wp-block-embed__wrapper video {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0;
}
.product-overview__panel--collapsible .product-overview__body {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: none;
}
.product-overview__panel--collapsible .product-overview__fade {
  display: none;
}
.product-overview__panel--collapsible .product-overview__expander:checked ~ .product-overview__body {
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: visible;
  max-height: none;
}
.product-overview__panel--collapsible .product-overview__expander:checked ~ .product-overview__actions .product-overview__label-more {
  display: none;
}
.product-overview__panel--collapsible .product-overview__expander:checked ~ .product-overview__actions .product-overview__label-less {
  display: inline;
}
.product-overview__panel--collapsible .product-overview__expander:checked ~ .product-overview__actions .product-overview__btn svg {
  transform: rotate(180deg);
}
.product-overview__fade {
  display: none;
}
.product-overview__actions {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  position: relative;
  z-index: 1;
}
.product-overview__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 180px;
  padding: 14px 28px;
  background-color: #001336;
  border: 2px solid #001336;
  border-radius: 6px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.product-overview__btn:hover {
  background-color: #F5B700;
  border-color: #F5B700;
  color: #001336;
}
.product-overview__btn:hover svg {
  stroke: #001336;
}
.product-overview__btn svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
  transition: transform 0.3s ease, stroke 0.2s ease;
}
.product-overview__label-less {
  display: none;
}

.product-applications {
  display: block;
  position: relative;
  width: 100%;
  background-color: #001336;
  color: #fff;
  padding: 56px 20px;
}
@media (min-width: 768px) {
  .product-applications {
    padding: 88px 0;
  }
}
.product-applications .wrapper {
  max-width: 1366px;
  margin: 0 auto;
}
.product-applications h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
}
.product-applications__lead {
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 24px;
}
.product-applications__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 576px) {
  .product-applications__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .product-applications__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .product-applications__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.product-applications__grid--bottom {
  margin-top: 20px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .product-applications__grid--bottom {
    max-width: calc(75% - 20px);
    grid-template-columns: repeat(3, 1fr);
  }
}
.product-applications__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 30px 20px;
  transition: all 0.3s ease;
}
.product-applications__item:hover {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: #F5B700;
  transform: translateY(-2px);
}
.product-applications__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-bottom: 14px;
}
.product-applications__icon img {
  max-width: 100%;
  max-height: 100%;
  filter: brightness(0) saturate(100%) invert(85%) sepia(35%) saturate(742%) hue-rotate(357deg) brightness(101%) contrast(101%);
}
.product-applications__icon--svg {
  color: #F5B700;
}
.product-applications__icon--svg svg {
  width: 40px;
  height: 40px;
}
.product-applications__icon--placeholder {
  background-color: #F5B700;
  border-radius: 50%;
  position: relative;
}
.product-applications__icon--placeholder::after {
  content: "";
  position: absolute;
  top: 22px;
  left: 19px;
  width: 14px;
  height: 7px;
  border-right: 3px solid #001336;
  border-bottom: 3px solid #001336;
  transform: rotate(45deg);
}
.product-applications__label {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.product-why-choose {
  display: block;
  position: relative;
  width: 100%;
  background-color: #f5f5f5;
  padding: 56px 20px;
}
@media (min-width: 768px) {
  .product-why-choose {
    padding: 88px 0;
  }
}
.product-why-choose .wrapper {
  max-width: 1366px;
  margin: 0 auto;
}
.product-why-choose h2 {
  color: #001336;
  text-align: center;
  margin-bottom: 16px;
}
.product-why-choose__lead {
  text-align: center;
  color: #3c3c3c;
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 24px;
}
.product-why-choose__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .product-why-choose__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .product-why-choose__grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .product-why-choose__grid > li {
    grid-column: span 2;
  }
  .product-why-choose__grid > li:nth-child(4) {
    grid-column: 2/span 2;
  }
  .product-why-choose__grid > li:nth-child(5) {
    grid-column: 4/span 2;
  }
}
.product-why-choose__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}
.product-why-choose__item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.product-why-choose__tick {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #F5B700;
  position: relative;
  margin-top: 2px;
}
.product-why-choose__tick::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 11px;
  width: 7px;
  height: 14px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
.product-why-choose__body {
  flex: 1;
}
.product-why-choose__body h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #001336;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 6px;
}
.product-why-choose__body p {
  color: #3c3c3c;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.product-media {
  display: block;
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 56px 20px;
}
@media (min-width: 768px) {
  .product-media {
    padding: 88px 0;
  }
}
.product-media .wrapper {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .product-media .wrapper {
    padding: 0;
  }
}
.product-media h2 {
  color: #001336;
  text-align: center;
  margin-bottom: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 28px;
  line-height: 36px;
}
@media (min-width: 768px) {
  .product-media h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
.product-media__lead {
  text-align: center;
  color: #3c3c3c;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
}
.product-media__subheading {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #001336;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 24px;
  text-align: center;
}
.product-media__videos {
  margin-bottom: 50px;
}
.product-media__video-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .product-media__video-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.product-media__video-item {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #ddd;
}
.product-media__video-type {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #001336;
  background-color: #F5B700;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.product-media__video-title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #001336;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 14px;
}
.product-media__embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 6px;
  background-color: #001336;
}
.product-media__embed iframe,
.product-media__embed .wp-embedded-content,
.product-media__embed embed,
.product-media__embed object,
.product-media__embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}
.product-media__project-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 576px) {
  .product-media__project-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .product-media__project-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.product-media__project-item a {
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.product-media__project-item a:hover .product-media__project-overlay {
  opacity: 1;
}
.product-media__project-item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-media__project-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 19, 54, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-media__project-overlay img {
  width: 40px !important;
  height: 40px !important;
  object-fit: contain !important;
}
.product-media__project-caption {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 20px;
  color: #3c3c3c;
  text-align: center;
}

.product-process {
  display: block;
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 56px 20px;
}
@media (min-width: 768px) {
  .product-process {
    padding: 88px 0;
  }
}
.product-process .wrapper {
  max-width: 1366px;
  margin: 0 auto;
}
.product-process h2 {
  color: #001336;
  text-align: center;
  margin-bottom: 16px;
}
.product-process__lead {
  text-align: center;
  color: #3c3c3c;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 24px;
}
.product-process__timeline {
  display: flex;
  flex-direction: column;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
@media (min-width: 992px) {
  .product-process__timeline {
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
  }
  .product-process__timeline::before {
    content: "";
    position: absolute;
    top: 26px;
    left: 8%;
    right: 8%;
    height: 2px;
    background: linear-gradient(to right, #F5B700 0%, #F5B700 100%);
    z-index: 0;
  }
}
.product-process__step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .product-process__step {
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    max-width: 200px;
  }
}
.product-process__number {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #F5B700;
  color: #001336;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 52px;
  text-align: center;
  box-shadow: 0 0 0 4px #fff, 0 0 0 5px #ddd;
}
.product-process__step-body {
  padding-top: 6px;
}
@media (min-width: 992px) {
  .product-process__step-body {
    padding-top: 16px;
  }
}
.product-process__step-body h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #001336;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.product-process__step-body p {
  color: #3c3c3c;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.product-specs-redesign {
  display: block;
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 56px 20px;
}
@media (min-width: 768px) {
  .product-specs-redesign {
    padding: 88px 0;
  }
}
.product-specs-redesign .wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .product-specs-redesign .wrapper {
    padding: 0;
  }
}
.product-specs-redesign h2 {
  color: #001336;
  text-align: center;
  margin-bottom: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 28px;
  line-height: 36px;
}
@media (min-width: 768px) {
  .product-specs-redesign h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
.product-specs-redesign h2 {
  margin-bottom: 16px;
}
.product-specs-redesign__lead {
  text-align: center;
  color: #3c3c3c;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.product-specs-redesign__panel {
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 19, 54, 0.08);
  border-radius: 12px;
  padding: 8px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .product-specs-redesign__panel {
    padding: 12px;
  }
}
.product-specs-redesign__table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.product-specs-redesign .woocommerce table.shop_attributes {
  display: table !important;
  width: 100% !important;
  min-width: 520px;
  max-width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 8px;
  overflow: hidden;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  table-layout: auto !important;
  background-color: #fff;
}
.product-specs-redesign .woocommerce table.shop_attributes th,
.product-specs-redesign .woocommerce table.shop_attributes td {
  box-sizing: border-box;
  padding: 16px 18px !important;
  border: 0 !important;
  text-align: left;
  vertical-align: top;
  font-style: normal !important;
  white-space: normal !important;
  word-wrap: break-word !important;
  overflow-wrap: anywhere !important;
  hyphens: auto;
}
.product-specs-redesign .woocommerce table.shop_attributes th {
  width: 38% !important;
  max-width: 260px !important;
  min-width: 130px !important;
  font-family: "Raleway", sans-serif !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  line-height: 18px !important;
  letter-spacing: 0.6px !important;
  text-transform: uppercase !important;
  color: #001336 !important;
  background-color: #fff !important;
}
.product-specs-redesign .woocommerce table.shop_attributes td {
  width: auto !important;
  font-family: "Raleway", sans-serif !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  line-height: 22px !important;
  color: #3c3c3c !important;
  background-color: #fff !important;
}
.product-specs-redesign .woocommerce table.shop_attributes td p {
  margin: 0 !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
}
.product-specs-redesign .woocommerce table.shop_attributes td a {
  color: #001336;
  text-decoration: underline;
}
.product-specs-redesign .woocommerce table.shop_attributes td a:hover {
  color: #F5B700;
  text-decoration: none;
}
.product-specs-redesign .woocommerce table.shop_attributes tr {
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.product-specs-redesign .woocommerce table.shop_attributes tr:not(:last-child) th,
.product-specs-redesign .woocommerce table.shop_attributes tr:not(:last-child) td {
  border-bottom: 1px solid rgba(0, 19, 54, 0.08) !important;
}
.product-specs-redesign .woocommerce table.shop_attributes tr:nth-child(even) th,
.product-specs-redesign .woocommerce table.shop_attributes tr:nth-child(even) td {
  background-color: rgba(245, 245, 245, 0.65) !important;
}
.product-specs-redesign .woocommerce table.shop_attributes tr:hover th,
.product-specs-redesign .woocommerce table.shop_attributes tr:hover td {
  background-color: rgba(245, 183, 0, 0.12) !important;
}
@media (min-width: 768px) {
  .product-specs-redesign .woocommerce table.shop_attributes {
    min-width: 0;
  }
  .product-specs-redesign .woocommerce table.shop_attributes th,
  .product-specs-redesign .woocommerce table.shop_attributes td {
    padding: 18px 24px !important;
  }
  .product-specs-redesign .woocommerce table.shop_attributes th {
    width: 34% !important;
    max-width: 280px !important;
  }
}
@media (max-width: 575px) {
  .product-specs-redesign .woocommerce table.shop_attributes {
    min-width: 0;
  }
  .product-specs-redesign .woocommerce table.shop_attributes tbody,
  .product-specs-redesign .woocommerce table.shop_attributes tr,
  .product-specs-redesign .woocommerce table.shop_attributes th,
  .product-specs-redesign .woocommerce table.shop_attributes td {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }
  .product-specs-redesign .woocommerce table.shop_attributes tr {
    padding: 4px 0;
  }
  .product-specs-redesign .woocommerce table.shop_attributes tr:not(:last-child) {
    border-bottom: 1px solid rgba(0, 19, 54, 0.08) !important;
  }
  .product-specs-redesign .woocommerce table.shop_attributes th {
    padding: 14px 16px 6px !important;
    border-bottom: 0 !important;
  }
  .product-specs-redesign .woocommerce table.shop_attributes td {
    padding: 0 16px 14px !important;
  }
}

.product-downloads-cards {
  display: block;
  position: relative;
  width: 100%;
  background-color: #f5f5f5;
  padding: 56px 20px;
}
@media (min-width: 768px) {
  .product-downloads-cards {
    padding: 88px 0;
  }
}
.product-downloads-cards .wrapper {
  max-width: 1366px;
  margin: 0 auto;
}
.product-downloads-cards h2 {
  color: #001336;
  text-align: center;
  margin-bottom: 16px;
}
.product-downloads-cards__lead {
  text-align: center;
  color: #3c3c3c;
  margin-bottom: 40px;
}
.product-downloads-cards__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-downloads-cards__item {
  width: min(100%, 420px);
  flex: 0 1 min(100%, 420px);
}
@media (min-width: 576px) {
  .product-downloads-cards__item {
    width: min(50% - 8px, 420px);
    flex: 0 1 min(50% - 8px, 420px);
  }
}
@media (min-width: 992px) {
  .product-downloads-cards__item {
    width: min(33.333% - 11px, 400px);
    flex: 0 1 min(33.333% - 11px, 400px);
  }
}
.product-downloads-cards__item a {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  background-color: #001336;
  color: #fff;
  padding: 18px 20px;
  border-radius: 8px;
  border: 2px solid #001336;
  transition: all 0.3s ease;
  text-decoration: none;
}
.product-downloads-cards__item a:hover {
  border-color: #F5B700;
  transform: translateY(-2px);
  text-decoration: none;
}
.product-downloads-cards__icon {
  flex-shrink: 0;
  width: 36px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.product-downloads-cards__icon-doc {
  width: 16px;
  height: 20px;
  background-color: #F5B700;
  border-radius: 2px;
  position: relative;
}
.product-downloads-cards__icon-doc::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 3px;
  right: 3px;
  height: 2px;
  background-color: #001336;
  box-shadow: 0 4px 0 0 #001336, 0 8px 0 0 #001336;
}
.product-downloads-cards__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}
.product-downloads-cards__name {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  word-break: break-word;
}
.product-downloads-cards__meta {
  font-size: 11px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.product-comparison {
  display: block;
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 56px 20px;
}
@media (min-width: 768px) {
  .product-comparison {
    padding: 88px 0;
  }
}
.product-comparison .wrapper {
  max-width: 1366px;
  margin: 0 auto;
}
.product-comparison h2 {
  color: #001336;
  text-align: center;
  margin-bottom: 16px;
}
.product-comparison__lead {
  text-align: center;
  color: #3c3c3c;
  margin-bottom: 40px;
}
.product-comparison__table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 2px;
}
.product-comparison__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}
.product-comparison__table th,
.product-comparison__table td {
  padding: 14px 16px;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
.product-comparison__table th {
  background-color: #001336;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 12px;
  white-space: nowrap;
  border-bottom: 0;
}
.product-comparison__table tbody tr {
  transition: background-color 0.2s ease;
}
.product-comparison__table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
.product-comparison__table tbody tr:hover {
  background-color: rgba(245, 183, 0, 0.08);
}
.product-comparison__table tbody tr:last-child td {
  border-bottom: 0;
}
.product-comparison__table tbody tr.product-comparison__row--current {
  background-color: rgba(245, 183, 0, 0.15);
}
.product-comparison__table tbody tr.product-comparison__row--current td {
  font-weight: 700;
  color: #001336;
}
.product-comparison__table tbody tr.product-comparison__row--current:hover {
  background-color: rgba(245, 183, 0, 0.22);
}
.product-comparison__table a {
  color: #001336;
  font-weight: 700;
  text-decoration: none;
}
.product-comparison__table a:hover {
  color: #F5B700;
  text-decoration: underline;
}
.product-comparison__image-col {
  width: 100px;
}
.product-comparison__table img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}
.product-comparison__no-image {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-color: #f5f5f5;
  border: 1px dashed #ddd;
  border-radius: 6px;
  line-height: 80px;
  text-align: center;
  font-size: 11px;
  color: #999;
}
.product-comparison__current-badge {
  display: inline-block;
  margin-top: 6px;
  padding: 3px 8px;
  border-radius: 4px;
  background-color: #F5B700;
  color: #001336;
  font-family: "Raleway", sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.product-reviews-redesign {
  display: block;
  position: relative;
  width: 100%;
  background-color: #f5f5f5;
  padding: 80px 20px;
}
@media (min-width: 768px) {
  .product-reviews-redesign {
    padding: 100px 0;
  }
}
.product-reviews-redesign .wrapper {
  max-width: 1366px;
  margin: 0 auto;
  text-align: center;
}
.product-reviews-redesign h2 {
  color: #001336;
  margin-bottom: 30px;
}

.product-faq {
  display: block;
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 56px 20px;
}
@media (min-width: 768px) {
  .product-faq {
    padding: 88px 0;
  }
}
.product-faq .wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .product-faq .wrapper {
    padding: 0;
  }
}
.product-faq h2 {
  color: #001336;
  text-align: center;
  margin-bottom: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 28px;
  line-height: 36px;
}
@media (min-width: 768px) {
  .product-faq h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
.product-faq__lead {
  text-align: center;
  color: #3c3c3c;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.product-faq__list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #ddd;
}
.product-faq__item {
  border-bottom: 1px solid #ddd;
}
.product-faq__item.is-open .product-faq__answer {
  max-height: none;
}
.product-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 20px 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #001336;
  font-size: 16px;
  line-height: 24px;
  transition: background-color 0.2s ease;
}
@media (min-width: 768px) {
  .product-faq__question {
    padding: 22px 4px;
    font-size: 17px;
  }
}
.product-faq__question:hover {
  background-color: rgba(245, 245, 245, 0.65);
}
.product-faq__question:focus-visible {
  outline: 2px solid #F5B700;
  outline-offset: 2px;
}
.product-faq__question[aria-expanded=true] {
  background-color: #f5f5f5;
  padding-bottom: 16px;
}
.product-faq__question[aria-expanded=true] .product-faq__chev {
  transform: rotate(45deg);
  background-color: #F5B700;
}
.product-faq__question[aria-expanded=true] .product-faq__chev::before, .product-faq__question[aria-expanded=true] .product-faq__chev::after {
  background-color: #001336;
}
.product-faq__question-text {
  flex: 1;
  min-width: 0;
  padding-right: 8px;
}
.product-faq__chev {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #001336;
  position: relative;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.product-faq__chev::before, .product-faq__chev::after {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: background-color 0.3s ease;
}
.product-faq__chev::before {
  top: 50%;
  left: 7px;
  right: 7px;
  height: 2px;
  transform: translateY(-50%);
}
.product-faq__chev::after {
  left: 50%;
  top: 7px;
  bottom: 7px;
  width: 2px;
  transform: translateX(-50%);
}
.product-faq__answer {
  background-color: #fff;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease;
}
.product-faq__answer-inner {
  padding: 0 0 24px 20px;
  border-left: 4px solid #F5B700;
  margin: 0 0 0 4px;
  color: #3c3c3c;
  font-size: 15px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .product-faq__answer-inner {
    padding-bottom: 28px;
    margin-left: 4px;
    padding-left: 24px;
  }
}
.product-faq__answer-inner p {
  margin-bottom: 10px;
}
.product-faq__answer-inner p:last-child {
  margin-bottom: 0;
}
.product-faq__answer-inner a {
  color: #001336;
  text-decoration: underline;
}
.product-faq__answer-inner a:hover {
  color: #F5B700;
  text-decoration: none;
}

.product-help-cta {
  display: block;
  position: relative;
  width: 100%;
  background-color: #001336;
  background-image: url("./img/installation-background-01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 56px 20px;
}
@media (min-width: 768px) {
  .product-help-cta {
    padding: 88px 0;
  }
}
.product-help-cta {
  overflow: hidden;
}
.product-help-cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 19, 54, 0.95) 0%, rgba(0, 19, 54, 0.85) 100%);
  z-index: 0;
}
.product-help-cta .wrapper {
  position: relative;
  z-index: 1;
  max-width: 1366px;
  margin: 0 auto;
  text-align: center;
}
.product-help-cta h2 {
  color: #fff;
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 36px;
}
@media (min-width: 768px) {
  .product-help-cta h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
.product-help-cta__sub {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 24px;
}
.product-help-cta__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .product-help-cta__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.product-help-cta__card a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 2px solid #F5B700;
  border-radius: 12px;
  padding: 30px 20px;
  height: 100%;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.product-help-cta__card a:hover {
  background-color: #F5B700;
  color: #001336;
  text-decoration: none;
  transform: translateY(-2px);
}
.product-help-cta__card a:hover .product-help-cta__arrow {
  color: #001336;
}
.product-help-cta__card a:hover .product-help-cta__icon {
  background-color: #001336;
}
.product-help-cta__card a:hover .product-help-cta__icon svg {
  color: #F5B700;
}
.product-help-cta__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #F5B700;
  position: relative;
  margin-bottom: 6px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.product-help-cta__icon svg {
  width: 28px;
  height: 28px;
  color: #001336;
  transition: color 0.3s ease;
}
.product-help-cta__icon--svg {
  color: #001336;
}
.product-help-cta__title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: inherit;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.product-help-cta__text {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  transition: color 0.3s ease;
}
.product-help-cta__card a:hover .product-help-cta__text {
  color: rgba(0, 19, 54, 0.85);
}
.product-help-cta__arrow {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  color: #F5B700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 4px;
  transition: color 0.3s ease;
}

.product-final-cta {
  display: block;
  position: relative;
  width: 100%;
  background-color: #001336;
  color: #fff;
  padding: 56px 20px;
}
@media (min-width: 768px) {
  .product-final-cta {
    padding: 88px 0;
  }
}
.product-final-cta .wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .product-final-cta .wrapper {
    padding: 0;
  }
}
.product-final-cta h2 {
  color: #fff;
  text-align: center;
  margin: 0 auto 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 28px;
  line-height: 36px;
}
@media (min-width: 768px) {
  .product-final-cta h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
.product-final-cta__text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 26px;
  margin: 0 auto 32px;
  max-width: 640px;
}
@media (min-width: 768px) {
  .product-final-cta__text {
    margin-bottom: 40px;
  }
}
.product-final-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  align-items: stretch;
  max-width: 720px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .product-final-cta__actions {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
}
.product-final-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 50px;
  min-width: 220px;
  padding: 14px 28px;
  border-radius: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
@media (min-width: 576px) {
  .product-final-cta__btn {
    flex: 0 1 auto;
  }
}
.product-final-cta__btn--quote {
  background-color: #F5B700 !important;
  border: 3px solid #F5B700 !important;
  color: #001336 !important;
}
.product-final-cta__btn--quote:hover, .product-final-cta__btn--quote:focus {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #001336 !important;
  text-decoration: none !important;
}
.product-final-cta__btn--call {
  background-color: transparent !important;
  border: 3px solid #fff !important;
  color: #fff !important;
}
.product-final-cta__btn--call:hover, .product-final-cta__btn--call:focus {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #001336 !important;
  text-decoration: none !important;
}

.product-feefo-reviews {
  display: block;
  position: relative;
  width: 100%;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding: 56px 20px;
}
@media (min-width: 768px) {
  .product-feefo-reviews {
    padding: 88px 0;
  }
}
.product-feefo-reviews .wrapper {
  max-width: 1366px;
  margin: 0 auto;
  text-align: center;
}
.product-feefo-reviews h2 {
  color: #001336;
  text-align: center;
  margin-bottom: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 28px;
  line-height: 36px;
}
@media (min-width: 768px) {
  .product-feefo-reviews h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
.product-feefo-reviews__subtitle {
  text-align: center;
  color: #3c3c3c;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.85;
}
.product-feefo-reviews__carousel {
  min-height: 300px;
}
.product-feefo-reviews__badge {
  margin-top: 40px;
  display: inline-block;
}
.product-feefo-reviews__badge img {
  max-width: 140px;
  height: auto;
}
.product-feefo-reviews__badge a {
  display: block;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.product-feefo-reviews__badge a:hover {
  opacity: 0.8;
}

.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .ffw-review-carousel-wrapper {
  max-width: 1366px;
  margin: 0 auto;
}
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .ffw-review-carousel-header,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .header-section,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .review-header-bar,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .reviews-summary-row,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .summary-bar {
  display: none !important;
}
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .reviews-score,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .score-display,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .overall-rating,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .rating-score-section,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .score-section {
  display: none !important;
}
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .review-cards-container,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .cards-section,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .review-list,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .carousel-container,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .scrolling-reviews,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .reviews-row {
  position: relative;
  overflow: hidden;
}
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .review-card,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .single-review,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .review-item,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .card-holder,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .review-element,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .review-wrapper {
  background: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  padding: 24px 20px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
  transition: all 0.3s ease !important;
  margin: 10px !important;
  min-height: 180px !important;
}
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .review-card:hover,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .single-review:hover,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .review-item:hover,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .card-holder:hover,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .review-element:hover,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .review-wrapper:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08) !important;
  transform: translateY(-2px);
}
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .star-rating,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .rating-stars,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .stars-display,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .stars-container,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .stars-section,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .rateyo,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .rateyo-placeholder,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=star],
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=Star] {
  color: #F5B700 !important;
  fill: #F5B700 !important;
  stroke: #F5B700 !important;
}
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .rateyo-slide-to-bg {
  filter: brightness(0) saturate(100%) invert(70%) sepia(20%) saturate(2000%) hue-rotate(6deg) brightness(105%) contrast(95%);
}
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .rateyo-normal-to-bg {
  filter: brightness(0) saturate(100%) invert(70%) sepia(20%) saturate(2000%) hue-rotate(6deg) brightness(105%) contrast(95%);
}
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .rating-value,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .score-text,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .num-rating,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .rating-number,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=rating-val],
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=score-txt],
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .overall-score,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .score-value {
  color: #001336 !important;
  font-weight: 700 !important;
  font-family: "Raleway", sans-serif !important;
}
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .review-title,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .headline,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .review-headline,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .review-heading,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .subject,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .review-subject,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=review-title],
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=ReviewTitle],
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=review-headline],
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=ReviewHeadline],
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=review-subject],
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=ReviewSubject] {
  font-family: "Raleway", sans-serif !important;
  font-weight: 700 !important;
  color: #001336 !important;
  font-size: 15px !important;
  line-height: 22px !important;
  margin: 0 0 12px !important;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  display: block !important;
}
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .review-body,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .review-text,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .review-content,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .review-description,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .review-message,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .text,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId p.review-body,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=review-body],
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=ReviewBody],
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=review-text],
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=ReviewText],
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=review-content],
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=ReviewContent] {
  color: #3c3c3c !important;
  font-size: 14px !important;
  line-height: 22px !important;
  margin: 0 0 12px !important;
}
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .review-body strong,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .review-text strong,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId p.reviex-body b,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId p.review-body strong,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=review-body] b,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=review-text] strong {
  font-weight: 700 !important;
  color: #001336 !important;
}
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .reviewer-name,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .reviewer,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .author-name,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .customer-name,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .verified-by,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .name,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=reviewer-name],
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=ReviewerName],
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=customer-name],
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=CustomerName],
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=author-name],
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=AuthorName] {
  font-family: "Raleway", sans-serif !important;
  font-weight: 700 !important;
  color: #3c3c3c !important;
  font-size: 13px !important;
  line-height: 18px !important;
  margin: 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  opacity: 0.7;
}
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .verified-badge,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .trust-indicator,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=verified],
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=Verified],
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=trusted],
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=Trusted] {
  font-family: "Raleway", sans-serif !important;
  font-weight: 600 !important;
  color: #3c3c3c !important;
  font-size: 11px !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.6;
  display: block !important;
  margin-top: 6px !important;
}
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .review-date,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .date-posted,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=review-date],
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=ReviewDate],
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=posted-date],
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=PostedDate] {
  font-size: 12px !important;
  color: #999 !important;
  margin-top: 8px !important;
  display: block !important;
}
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .prev-button,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .next-button,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .carousel-prev,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .carousel-next,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .slick-prev,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .slick-next,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .arrow-btn,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .nav-arrow,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=prev-btn],
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=PrevBtn],
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=next-btn],
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=NextBtn],
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=prevButton],
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=NextButton],
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=Arrow],
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=Navigation] {
  background-color: #fff !important;
  border-radius: 50% !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15) !important;
  width: 44px !important;
  height: 44px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  transition: all 0.2s ease !important;
}
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .prev-button:hover,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .next-button:hover,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .carousel-prev:hover,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .carousel-next:hover,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .slick-prev:hover,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .slick-next:hover,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .arrow-btn:hover,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .nav-arrow:hover,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=prev-btn]:hover,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=PrevBtn]:hover,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=next-btn]:hover,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=NextBtn]:hover,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=prevButton]:hover,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=NextButton]:hover,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=Arrow]:hover,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=Navigation]:hover {
  background-color: #001336 !important;
}
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .prev-button:hover svg path,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .prev-button:hover svg line,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .prev-button:hover svg polygon,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .prev-button:hover svg polyline,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .prev-button:hover span,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .next-button:hover svg path,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .next-button:hover svg line,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .next-button:hover svg polygon,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .next-button:hover svg polyline,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .next-button:hover span,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .carousel-prev:hover svg path,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .carousel-prev:hover svg line,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .carousel-prev:hover svg polygon,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .carousel-prev:hover svg polyline,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .carousel-prev:hover span,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .carousel-next:hover svg path,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .carousel-next:hover svg line,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .carousel-next:hover svg polygon,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .carousel-next:hover svg polyline,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .carousel-next:hover span,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .slick-prev:hover svg path,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .slick-prev:hover svg line,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .slick-prev:hover svg polygon,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .slick-prev:hover svg polyline,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .slick-prev:hover span,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .slick-next:hover svg path,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .slick-next:hover svg line,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .slick-next:hover svg polygon,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .slick-next:hover svg polyline,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .slick-next:hover span,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .arrow-btn:hover svg path,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .arrow-btn:hover svg line,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .arrow-btn:hover svg polygon,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .arrow-btn:hover svg polyline,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .arrow-btn:hover span,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .nav-arrow:hover svg path,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .nav-arrow:hover svg line,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .nav-arrow:hover svg polygon,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .nav-arrow:hover svg polyline,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .nav-arrow:hover span,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=prev-btn]:hover svg path,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=prev-btn]:hover svg line,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=prev-btn]:hover svg polygon,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=prev-btn]:hover svg polyline,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=prev-btn]:hover span,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=PrevBtn]:hover svg path,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=PrevBtn]:hover svg line,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=PrevBtn]:hover svg polygon,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=PrevBtn]:hover svg polyline,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=PrevBtn]:hover span,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=next-btn]:hover svg path,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=next-btn]:hover svg line,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=next-btn]:hover svg polygon,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=next-btn]:hover svg polyline,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=next-btn]:hover span,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=NextBtn]:hover svg path,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=NextBtn]:hover svg line,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=NextBtn]:hover svg polygon,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=NextBtn]:hover svg polyline,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=NextBtn]:hover span,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=prevButton]:hover svg path,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=prevButton]:hover svg line,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=prevButton]:hover svg polygon,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=prevButton]:hover svg polyline,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=prevButton]:hover span,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=NextButton]:hover svg path,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=NextButton]:hover svg line,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=NextButton]:hover svg polygon,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=NextButton]:hover svg polyline,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=NextButton]:hover span,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=Arrow]:hover svg path,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=Arrow]:hover svg line,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=Arrow]:hover svg polygon,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=Arrow]:hover svg polyline,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=Arrow]:hover span,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=Navigation]:hover svg path,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=Navigation]:hover svg line,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=Navigation]:hover svg polygon,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=Navigation]:hover svg polyline,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=Navigation]:hover span {
  stroke: #F5B700 !important;
  fill: #F5B700 !important;
}
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .dots li button,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .indicators li button,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .pagination-dots li button,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=slick-dots] li button,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=dot] li button,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=Dot] li button {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background-color: #ddd !important;
  transition: all 0.2s ease !important;
}
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .dots li li.slick-active button,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .indicators li li.slick-active button,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .pagination-dots li li.slick-active button,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=slick-dots] li li.slick-active button,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=dot] li li.slick-active button,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=Dot] li li.slick-active button {
  background-color: #F5B700 !important;
  width: 24px !important;
  border-radius: 4px !important;
}
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .container,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId .wrapper-inner,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=container],
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=Wrapper] {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId *,
.automatic-bollard-redesign .product-feefo-reviews #feefo-service-review-carousel-widgetId [class*=section] {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.entry-content a[style*="#e91e8c"], .entry-content a[style*="#E91E8C"], .entry-content a[style*="#ff00ff"], .entry-content a[style*="#FF00FF"], .entry-content a[style*="#ff0090"], .entry-content a[style*="#FF0090"], .entry-content a[style*="#e91e63"], .entry-content a[style*="#E91E63"], .entry-content a[style*="#f50057"], .entry-content a[style*="#F50057"], .entry-content a[style*="rgb(255, 0, 255)"], .entry-content a[style*="rgb(255,0,255)"], .entry-content a[style*="rgb(233, 30, 140)"], .entry-content a[style*="rgb(233,30,140)"], .entry-content a[style*="color: fuchsia"], .entry-content a[style*="color:fuchsia"], .entry-content a[style*="color: magenta"], .entry-content a[style*="color:magenta"],
.entry-content span[style*="#e91e8c"],
.entry-content span[style*="#E91E8C"],
.entry-content span[style*="#ff00ff"],
.entry-content span[style*="#FF00FF"],
.entry-content span[style*="#ff0090"],
.entry-content span[style*="#FF0090"],
.entry-content span[style*="#e91e63"],
.entry-content span[style*="#E91E63"],
.entry-content span[style*="#f50057"],
.entry-content span[style*="#F50057"],
.entry-content span[style*="rgb(255, 0, 255)"],
.entry-content span[style*="rgb(255,0,255)"],
.entry-content span[style*="rgb(233, 30, 140)"],
.entry-content span[style*="rgb(233,30,140)"],
.entry-content span[style*="color: fuchsia"],
.entry-content span[style*="color:fuchsia"],
.entry-content span[style*="color: magenta"],
.entry-content span[style*="color:magenta"],
.entry-content strong[style*="#e91e8c"],
.entry-content strong[style*="#E91E8C"],
.entry-content strong[style*="#ff00ff"],
.entry-content strong[style*="#FF00FF"],
.entry-content strong[style*="#ff0090"],
.entry-content strong[style*="#FF0090"],
.entry-content strong[style*="#e91e63"],
.entry-content strong[style*="#E91E63"],
.entry-content strong[style*="#f50057"],
.entry-content strong[style*="#F50057"],
.entry-content strong[style*="rgb(255, 0, 255)"],
.entry-content strong[style*="rgb(255,0,255)"],
.entry-content strong[style*="rgb(233, 30, 140)"],
.entry-content strong[style*="rgb(233,30,140)"],
.entry-content strong[style*="color: fuchsia"],
.entry-content strong[style*="color:fuchsia"],
.entry-content strong[style*="color: magenta"],
.entry-content strong[style*="color:magenta"],
.entry-content em[style*="#e91e8c"],
.entry-content em[style*="#E91E8C"],
.entry-content em[style*="#ff00ff"],
.entry-content em[style*="#FF00FF"],
.entry-content em[style*="#ff0090"],
.entry-content em[style*="#FF0090"],
.entry-content em[style*="#e91e63"],
.entry-content em[style*="#E91E63"],
.entry-content em[style*="#f50057"],
.entry-content em[style*="#F50057"],
.entry-content em[style*="rgb(255, 0, 255)"],
.entry-content em[style*="rgb(255,0,255)"],
.entry-content em[style*="rgb(233, 30, 140)"],
.entry-content em[style*="rgb(233,30,140)"],
.entry-content em[style*="color: fuchsia"],
.entry-content em[style*="color:fuchsia"],
.entry-content em[style*="color: magenta"],
.entry-content em[style*="color:magenta"],
.entry-content p[style*="#e91e8c"],
.entry-content p[style*="#E91E8C"],
.entry-content p[style*="#ff00ff"],
.entry-content p[style*="#FF00FF"],
.entry-content p[style*="#ff0090"],
.entry-content p[style*="#FF0090"],
.entry-content p[style*="#e91e63"],
.entry-content p[style*="#E91E63"],
.entry-content p[style*="#f50057"],
.entry-content p[style*="#F50057"],
.entry-content p[style*="rgb(255, 0, 255)"],
.entry-content p[style*="rgb(255,0,255)"],
.entry-content p[style*="rgb(233, 30, 140)"],
.entry-content p[style*="rgb(233,30,140)"],
.entry-content p[style*="color: fuchsia"],
.entry-content p[style*="color:fuchsia"],
.entry-content p[style*="color: magenta"],
.entry-content p[style*="color:magenta"],
.entry-content h1[style*="#e91e8c"],
.entry-content h1[style*="#E91E8C"],
.entry-content h1[style*="#ff00ff"],
.entry-content h1[style*="#FF00FF"],
.entry-content h1[style*="#ff0090"],
.entry-content h1[style*="#FF0090"],
.entry-content h1[style*="#e91e63"],
.entry-content h1[style*="#E91E63"],
.entry-content h1[style*="#f50057"],
.entry-content h1[style*="#F50057"],
.entry-content h1[style*="rgb(255, 0, 255)"],
.entry-content h1[style*="rgb(255,0,255)"],
.entry-content h1[style*="rgb(233, 30, 140)"],
.entry-content h1[style*="rgb(233,30,140)"],
.entry-content h1[style*="color: fuchsia"],
.entry-content h1[style*="color:fuchsia"],
.entry-content h1[style*="color: magenta"],
.entry-content h1[style*="color:magenta"],
.entry-content h2[style*="#e91e8c"],
.entry-content h2[style*="#E91E8C"],
.entry-content h2[style*="#ff00ff"],
.entry-content h2[style*="#FF00FF"],
.entry-content h2[style*="#ff0090"],
.entry-content h2[style*="#FF0090"],
.entry-content h2[style*="#e91e63"],
.entry-content h2[style*="#E91E63"],
.entry-content h2[style*="#f50057"],
.entry-content h2[style*="#F50057"],
.entry-content h2[style*="rgb(255, 0, 255)"],
.entry-content h2[style*="rgb(255,0,255)"],
.entry-content h2[style*="rgb(233, 30, 140)"],
.entry-content h2[style*="rgb(233,30,140)"],
.entry-content h2[style*="color: fuchsia"],
.entry-content h2[style*="color:fuchsia"],
.entry-content h2[style*="color: magenta"],
.entry-content h2[style*="color:magenta"],
.entry-content h3[style*="#e91e8c"],
.entry-content h3[style*="#E91E8C"],
.entry-content h3[style*="#ff00ff"],
.entry-content h3[style*="#FF00FF"],
.entry-content h3[style*="#ff0090"],
.entry-content h3[style*="#FF0090"],
.entry-content h3[style*="#e91e63"],
.entry-content h3[style*="#E91E63"],
.entry-content h3[style*="#f50057"],
.entry-content h3[style*="#F50057"],
.entry-content h3[style*="rgb(255, 0, 255)"],
.entry-content h3[style*="rgb(255,0,255)"],
.entry-content h3[style*="rgb(233, 30, 140)"],
.entry-content h3[style*="rgb(233,30,140)"],
.entry-content h3[style*="color: fuchsia"],
.entry-content h3[style*="color:fuchsia"],
.entry-content h3[style*="color: magenta"],
.entry-content h3[style*="color:magenta"],
.entry-content h4[style*="#e91e8c"],
.entry-content h4[style*="#E91E8C"],
.entry-content h4[style*="#ff00ff"],
.entry-content h4[style*="#FF00FF"],
.entry-content h4[style*="#ff0090"],
.entry-content h4[style*="#FF0090"],
.entry-content h4[style*="#e91e63"],
.entry-content h4[style*="#E91E63"],
.entry-content h4[style*="#f50057"],
.entry-content h4[style*="#F50057"],
.entry-content h4[style*="rgb(255, 0, 255)"],
.entry-content h4[style*="rgb(255,0,255)"],
.entry-content h4[style*="rgb(233, 30, 140)"],
.entry-content h4[style*="rgb(233,30,140)"],
.entry-content h4[style*="color: fuchsia"],
.entry-content h4[style*="color:fuchsia"],
.entry-content h4[style*="color: magenta"],
.entry-content h4[style*="color:magenta"],
.entry-content h5[style*="#e91e8c"],
.entry-content h5[style*="#E91E8C"],
.entry-content h5[style*="#ff00ff"],
.entry-content h5[style*="#FF00FF"],
.entry-content h5[style*="#ff0090"],
.entry-content h5[style*="#FF0090"],
.entry-content h5[style*="#e91e63"],
.entry-content h5[style*="#E91E63"],
.entry-content h5[style*="#f50057"],
.entry-content h5[style*="#F50057"],
.entry-content h5[style*="rgb(255, 0, 255)"],
.entry-content h5[style*="rgb(255,0,255)"],
.entry-content h5[style*="rgb(233, 30, 140)"],
.entry-content h5[style*="rgb(233,30,140)"],
.entry-content h5[style*="color: fuchsia"],
.entry-content h5[style*="color:fuchsia"],
.entry-content h5[style*="color: magenta"],
.entry-content h5[style*="color:magenta"],
.entry-content h6[style*="#e91e8c"],
.entry-content h6[style*="#E91E8C"],
.entry-content h6[style*="#ff00ff"],
.entry-content h6[style*="#FF00FF"],
.entry-content h6[style*="#ff0090"],
.entry-content h6[style*="#FF0090"],
.entry-content h6[style*="#e91e63"],
.entry-content h6[style*="#E91E63"],
.entry-content h6[style*="#f50057"],
.entry-content h6[style*="#F50057"],
.entry-content h6[style*="rgb(255, 0, 255)"],
.entry-content h6[style*="rgb(255,0,255)"],
.entry-content h6[style*="rgb(233, 30, 140)"],
.entry-content h6[style*="rgb(233,30,140)"],
.entry-content h6[style*="color: fuchsia"],
.entry-content h6[style*="color:fuchsia"],
.entry-content h6[style*="color: magenta"],
.entry-content h6[style*="color:magenta"],
.entry-content li[style*="#e91e8c"],
.entry-content li[style*="#E91E8C"],
.entry-content li[style*="#ff00ff"],
.entry-content li[style*="#FF00FF"],
.entry-content li[style*="#ff0090"],
.entry-content li[style*="#FF0090"],
.entry-content li[style*="#e91e63"],
.entry-content li[style*="#E91E63"],
.entry-content li[style*="#f50057"],
.entry-content li[style*="#F50057"],
.entry-content li[style*="rgb(255, 0, 255)"],
.entry-content li[style*="rgb(255,0,255)"],
.entry-content li[style*="rgb(233, 30, 140)"],
.entry-content li[style*="rgb(233,30,140)"],
.entry-content li[style*="color: fuchsia"],
.entry-content li[style*="color:fuchsia"],
.entry-content li[style*="color: magenta"],
.entry-content li[style*="color:magenta"],
.entry-content div[style*="#e91e8c"],
.entry-content div[style*="#E91E8C"],
.entry-content div[style*="#ff00ff"],
.entry-content div[style*="#FF00FF"],
.entry-content div[style*="#ff0090"],
.entry-content div[style*="#FF0090"],
.entry-content div[style*="#e91e63"],
.entry-content div[style*="#E91E63"],
.entry-content div[style*="#f50057"],
.entry-content div[style*="#F50057"],
.entry-content div[style*="rgb(255, 0, 255)"],
.entry-content div[style*="rgb(255,0,255)"],
.entry-content div[style*="rgb(233, 30, 140)"],
.entry-content div[style*="rgb(233,30,140)"],
.entry-content div[style*="color: fuchsia"],
.entry-content div[style*="color:fuchsia"],
.entry-content div[style*="color: magenta"],
.entry-content div[style*="color:magenta"],
.entry-content td[style*="#e91e8c"],
.entry-content td[style*="#E91E8C"],
.entry-content td[style*="#ff00ff"],
.entry-content td[style*="#FF00FF"],
.entry-content td[style*="#ff0090"],
.entry-content td[style*="#FF0090"],
.entry-content td[style*="#e91e63"],
.entry-content td[style*="#E91E63"],
.entry-content td[style*="#f50057"],
.entry-content td[style*="#F50057"],
.entry-content td[style*="rgb(255, 0, 255)"],
.entry-content td[style*="rgb(255,0,255)"],
.entry-content td[style*="rgb(233, 30, 140)"],
.entry-content td[style*="rgb(233,30,140)"],
.entry-content td[style*="color: fuchsia"],
.entry-content td[style*="color:fuchsia"],
.entry-content td[style*="color: magenta"],
.entry-content td[style*="color:magenta"],
.entry-content th[style*="#e91e8c"],
.entry-content th[style*="#E91E8C"],
.entry-content th[style*="#ff00ff"],
.entry-content th[style*="#FF00FF"],
.entry-content th[style*="#ff0090"],
.entry-content th[style*="#FF0090"],
.entry-content th[style*="#e91e63"],
.entry-content th[style*="#E91E63"],
.entry-content th[style*="#f50057"],
.entry-content th[style*="#F50057"],
.entry-content th[style*="rgb(255, 0, 255)"],
.entry-content th[style*="rgb(255,0,255)"],
.entry-content th[style*="rgb(233, 30, 140)"],
.entry-content th[style*="rgb(233,30,140)"],
.entry-content th[style*="color: fuchsia"],
.entry-content th[style*="color:fuchsia"],
.entry-content th[style*="color: magenta"],
.entry-content th[style*="color:magenta"],
.entry-content summary[style*="#e91e8c"],
.entry-content summary[style*="#E91E8C"],
.entry-content summary[style*="#ff00ff"],
.entry-content summary[style*="#FF00FF"],
.entry-content summary[style*="#ff0090"],
.entry-content summary[style*="#FF0090"],
.entry-content summary[style*="#e91e63"],
.entry-content summary[style*="#E91E63"],
.entry-content summary[style*="#f50057"],
.entry-content summary[style*="#F50057"],
.entry-content summary[style*="rgb(255, 0, 255)"],
.entry-content summary[style*="rgb(255,0,255)"],
.entry-content summary[style*="rgb(233, 30, 140)"],
.entry-content summary[style*="rgb(233,30,140)"],
.entry-content summary[style*="color: fuchsia"],
.entry-content summary[style*="color:fuchsia"],
.entry-content summary[style*="color: magenta"],
.entry-content summary[style*="color:magenta"],
.entry-content .wp-block-button__link[style*="#e91e8c"],
.entry-content .wp-block-button__link[style*="#E91E8C"],
.entry-content .wp-block-button__link[style*="#ff00ff"],
.entry-content .wp-block-button__link[style*="#FF00FF"],
.entry-content .wp-block-button__link[style*="#ff0090"],
.entry-content .wp-block-button__link[style*="#FF0090"],
.entry-content .wp-block-button__link[style*="#e91e63"],
.entry-content .wp-block-button__link[style*="#E91E63"],
.entry-content .wp-block-button__link[style*="#f50057"],
.entry-content .wp-block-button__link[style*="#F50057"],
.entry-content .wp-block-button__link[style*="rgb(255, 0, 255)"],
.entry-content .wp-block-button__link[style*="rgb(255,0,255)"],
.entry-content .wp-block-button__link[style*="rgb(233, 30, 140)"],
.entry-content .wp-block-button__link[style*="rgb(233,30,140)"],
.entry-content .wp-block-button__link[style*="color: fuchsia"],
.entry-content .wp-block-button__link[style*="color:fuchsia"],
.entry-content .wp-block-button__link[style*="color: magenta"],
.entry-content .wp-block-button__link[style*="color:magenta"],
.site-inner-content a[style*="#e91e8c"],
.site-inner-content a[style*="#E91E8C"],
.site-inner-content a[style*="#ff00ff"],
.site-inner-content a[style*="#FF00FF"],
.site-inner-content a[style*="#ff0090"],
.site-inner-content a[style*="#FF0090"],
.site-inner-content a[style*="#e91e63"],
.site-inner-content a[style*="#E91E63"],
.site-inner-content a[style*="#f50057"],
.site-inner-content a[style*="#F50057"],
.site-inner-content a[style*="rgb(255, 0, 255)"],
.site-inner-content a[style*="rgb(255,0,255)"],
.site-inner-content a[style*="rgb(233, 30, 140)"],
.site-inner-content a[style*="rgb(233,30,140)"],
.site-inner-content a[style*="color: fuchsia"],
.site-inner-content a[style*="color:fuchsia"],
.site-inner-content a[style*="color: magenta"],
.site-inner-content a[style*="color:magenta"],
.site-inner-content span[style*="#e91e8c"],
.site-inner-content span[style*="#E91E8C"],
.site-inner-content span[style*="#ff00ff"],
.site-inner-content span[style*="#FF00FF"],
.site-inner-content span[style*="#ff0090"],
.site-inner-content span[style*="#FF0090"],
.site-inner-content span[style*="#e91e63"],
.site-inner-content span[style*="#E91E63"],
.site-inner-content span[style*="#f50057"],
.site-inner-content span[style*="#F50057"],
.site-inner-content span[style*="rgb(255, 0, 255)"],
.site-inner-content span[style*="rgb(255,0,255)"],
.site-inner-content span[style*="rgb(233, 30, 140)"],
.site-inner-content span[style*="rgb(233,30,140)"],
.site-inner-content span[style*="color: fuchsia"],
.site-inner-content span[style*="color:fuchsia"],
.site-inner-content span[style*="color: magenta"],
.site-inner-content span[style*="color:magenta"],
.site-inner-content strong[style*="#e91e8c"],
.site-inner-content strong[style*="#E91E8C"],
.site-inner-content strong[style*="#ff00ff"],
.site-inner-content strong[style*="#FF00FF"],
.site-inner-content strong[style*="#ff0090"],
.site-inner-content strong[style*="#FF0090"],
.site-inner-content strong[style*="#e91e63"],
.site-inner-content strong[style*="#E91E63"],
.site-inner-content strong[style*="#f50057"],
.site-inner-content strong[style*="#F50057"],
.site-inner-content strong[style*="rgb(255, 0, 255)"],
.site-inner-content strong[style*="rgb(255,0,255)"],
.site-inner-content strong[style*="rgb(233, 30, 140)"],
.site-inner-content strong[style*="rgb(233,30,140)"],
.site-inner-content strong[style*="color: fuchsia"],
.site-inner-content strong[style*="color:fuchsia"],
.site-inner-content strong[style*="color: magenta"],
.site-inner-content strong[style*="color:magenta"],
.site-inner-content em[style*="#e91e8c"],
.site-inner-content em[style*="#E91E8C"],
.site-inner-content em[style*="#ff00ff"],
.site-inner-content em[style*="#FF00FF"],
.site-inner-content em[style*="#ff0090"],
.site-inner-content em[style*="#FF0090"],
.site-inner-content em[style*="#e91e63"],
.site-inner-content em[style*="#E91E63"],
.site-inner-content em[style*="#f50057"],
.site-inner-content em[style*="#F50057"],
.site-inner-content em[style*="rgb(255, 0, 255)"],
.site-inner-content em[style*="rgb(255,0,255)"],
.site-inner-content em[style*="rgb(233, 30, 140)"],
.site-inner-content em[style*="rgb(233,30,140)"],
.site-inner-content em[style*="color: fuchsia"],
.site-inner-content em[style*="color:fuchsia"],
.site-inner-content em[style*="color: magenta"],
.site-inner-content em[style*="color:magenta"],
.site-inner-content p[style*="#e91e8c"],
.site-inner-content p[style*="#E91E8C"],
.site-inner-content p[style*="#ff00ff"],
.site-inner-content p[style*="#FF00FF"],
.site-inner-content p[style*="#ff0090"],
.site-inner-content p[style*="#FF0090"],
.site-inner-content p[style*="#e91e63"],
.site-inner-content p[style*="#E91E63"],
.site-inner-content p[style*="#f50057"],
.site-inner-content p[style*="#F50057"],
.site-inner-content p[style*="rgb(255, 0, 255)"],
.site-inner-content p[style*="rgb(255,0,255)"],
.site-inner-content p[style*="rgb(233, 30, 140)"],
.site-inner-content p[style*="rgb(233,30,140)"],
.site-inner-content p[style*="color: fuchsia"],
.site-inner-content p[style*="color:fuchsia"],
.site-inner-content p[style*="color: magenta"],
.site-inner-content p[style*="color:magenta"],
.site-inner-content h1[style*="#e91e8c"],
.site-inner-content h1[style*="#E91E8C"],
.site-inner-content h1[style*="#ff00ff"],
.site-inner-content h1[style*="#FF00FF"],
.site-inner-content h1[style*="#ff0090"],
.site-inner-content h1[style*="#FF0090"],
.site-inner-content h1[style*="#e91e63"],
.site-inner-content h1[style*="#E91E63"],
.site-inner-content h1[style*="#f50057"],
.site-inner-content h1[style*="#F50057"],
.site-inner-content h1[style*="rgb(255, 0, 255)"],
.site-inner-content h1[style*="rgb(255,0,255)"],
.site-inner-content h1[style*="rgb(233, 30, 140)"],
.site-inner-content h1[style*="rgb(233,30,140)"],
.site-inner-content h1[style*="color: fuchsia"],
.site-inner-content h1[style*="color:fuchsia"],
.site-inner-content h1[style*="color: magenta"],
.site-inner-content h1[style*="color:magenta"],
.site-inner-content h2[style*="#e91e8c"],
.site-inner-content h2[style*="#E91E8C"],
.site-inner-content h2[style*="#ff00ff"],
.site-inner-content h2[style*="#FF00FF"],
.site-inner-content h2[style*="#ff0090"],
.site-inner-content h2[style*="#FF0090"],
.site-inner-content h2[style*="#e91e63"],
.site-inner-content h2[style*="#E91E63"],
.site-inner-content h2[style*="#f50057"],
.site-inner-content h2[style*="#F50057"],
.site-inner-content h2[style*="rgb(255, 0, 255)"],
.site-inner-content h2[style*="rgb(255,0,255)"],
.site-inner-content h2[style*="rgb(233, 30, 140)"],
.site-inner-content h2[style*="rgb(233,30,140)"],
.site-inner-content h2[style*="color: fuchsia"],
.site-inner-content h2[style*="color:fuchsia"],
.site-inner-content h2[style*="color: magenta"],
.site-inner-content h2[style*="color:magenta"],
.site-inner-content h3[style*="#e91e8c"],
.site-inner-content h3[style*="#E91E8C"],
.site-inner-content h3[style*="#ff00ff"],
.site-inner-content h3[style*="#FF00FF"],
.site-inner-content h3[style*="#ff0090"],
.site-inner-content h3[style*="#FF0090"],
.site-inner-content h3[style*="#e91e63"],
.site-inner-content h3[style*="#E91E63"],
.site-inner-content h3[style*="#f50057"],
.site-inner-content h3[style*="#F50057"],
.site-inner-content h3[style*="rgb(255, 0, 255)"],
.site-inner-content h3[style*="rgb(255,0,255)"],
.site-inner-content h3[style*="rgb(233, 30, 140)"],
.site-inner-content h3[style*="rgb(233,30,140)"],
.site-inner-content h3[style*="color: fuchsia"],
.site-inner-content h3[style*="color:fuchsia"],
.site-inner-content h3[style*="color: magenta"],
.site-inner-content h3[style*="color:magenta"],
.site-inner-content h4[style*="#e91e8c"],
.site-inner-content h4[style*="#E91E8C"],
.site-inner-content h4[style*="#ff00ff"],
.site-inner-content h4[style*="#FF00FF"],
.site-inner-content h4[style*="#ff0090"],
.site-inner-content h4[style*="#FF0090"],
.site-inner-content h4[style*="#e91e63"],
.site-inner-content h4[style*="#E91E63"],
.site-inner-content h4[style*="#f50057"],
.site-inner-content h4[style*="#F50057"],
.site-inner-content h4[style*="rgb(255, 0, 255)"],
.site-inner-content h4[style*="rgb(255,0,255)"],
.site-inner-content h4[style*="rgb(233, 30, 140)"],
.site-inner-content h4[style*="rgb(233,30,140)"],
.site-inner-content h4[style*="color: fuchsia"],
.site-inner-content h4[style*="color:fuchsia"],
.site-inner-content h4[style*="color: magenta"],
.site-inner-content h4[style*="color:magenta"],
.site-inner-content h5[style*="#e91e8c"],
.site-inner-content h5[style*="#E91E8C"],
.site-inner-content h5[style*="#ff00ff"],
.site-inner-content h5[style*="#FF00FF"],
.site-inner-content h5[style*="#ff0090"],
.site-inner-content h5[style*="#FF0090"],
.site-inner-content h5[style*="#e91e63"],
.site-inner-content h5[style*="#E91E63"],
.site-inner-content h5[style*="#f50057"],
.site-inner-content h5[style*="#F50057"],
.site-inner-content h5[style*="rgb(255, 0, 255)"],
.site-inner-content h5[style*="rgb(255,0,255)"],
.site-inner-content h5[style*="rgb(233, 30, 140)"],
.site-inner-content h5[style*="rgb(233,30,140)"],
.site-inner-content h5[style*="color: fuchsia"],
.site-inner-content h5[style*="color:fuchsia"],
.site-inner-content h5[style*="color: magenta"],
.site-inner-content h5[style*="color:magenta"],
.site-inner-content h6[style*="#e91e8c"],
.site-inner-content h6[style*="#E91E8C"],
.site-inner-content h6[style*="#ff00ff"],
.site-inner-content h6[style*="#FF00FF"],
.site-inner-content h6[style*="#ff0090"],
.site-inner-content h6[style*="#FF0090"],
.site-inner-content h6[style*="#e91e63"],
.site-inner-content h6[style*="#E91E63"],
.site-inner-content h6[style*="#f50057"],
.site-inner-content h6[style*="#F50057"],
.site-inner-content h6[style*="rgb(255, 0, 255)"],
.site-inner-content h6[style*="rgb(255,0,255)"],
.site-inner-content h6[style*="rgb(233, 30, 140)"],
.site-inner-content h6[style*="rgb(233,30,140)"],
.site-inner-content h6[style*="color: fuchsia"],
.site-inner-content h6[style*="color:fuchsia"],
.site-inner-content h6[style*="color: magenta"],
.site-inner-content h6[style*="color:magenta"],
.site-inner-content li[style*="#e91e8c"],
.site-inner-content li[style*="#E91E8C"],
.site-inner-content li[style*="#ff00ff"],
.site-inner-content li[style*="#FF00FF"],
.site-inner-content li[style*="#ff0090"],
.site-inner-content li[style*="#FF0090"],
.site-inner-content li[style*="#e91e63"],
.site-inner-content li[style*="#E91E63"],
.site-inner-content li[style*="#f50057"],
.site-inner-content li[style*="#F50057"],
.site-inner-content li[style*="rgb(255, 0, 255)"],
.site-inner-content li[style*="rgb(255,0,255)"],
.site-inner-content li[style*="rgb(233, 30, 140)"],
.site-inner-content li[style*="rgb(233,30,140)"],
.site-inner-content li[style*="color: fuchsia"],
.site-inner-content li[style*="color:fuchsia"],
.site-inner-content li[style*="color: magenta"],
.site-inner-content li[style*="color:magenta"],
.site-inner-content div[style*="#e91e8c"],
.site-inner-content div[style*="#E91E8C"],
.site-inner-content div[style*="#ff00ff"],
.site-inner-content div[style*="#FF00FF"],
.site-inner-content div[style*="#ff0090"],
.site-inner-content div[style*="#FF0090"],
.site-inner-content div[style*="#e91e63"],
.site-inner-content div[style*="#E91E63"],
.site-inner-content div[style*="#f50057"],
.site-inner-content div[style*="#F50057"],
.site-inner-content div[style*="rgb(255, 0, 255)"],
.site-inner-content div[style*="rgb(255,0,255)"],
.site-inner-content div[style*="rgb(233, 30, 140)"],
.site-inner-content div[style*="rgb(233,30,140)"],
.site-inner-content div[style*="color: fuchsia"],
.site-inner-content div[style*="color:fuchsia"],
.site-inner-content div[style*="color: magenta"],
.site-inner-content div[style*="color:magenta"],
.site-inner-content td[style*="#e91e8c"],
.site-inner-content td[style*="#E91E8C"],
.site-inner-content td[style*="#ff00ff"],
.site-inner-content td[style*="#FF00FF"],
.site-inner-content td[style*="#ff0090"],
.site-inner-content td[style*="#FF0090"],
.site-inner-content td[style*="#e91e63"],
.site-inner-content td[style*="#E91E63"],
.site-inner-content td[style*="#f50057"],
.site-inner-content td[style*="#F50057"],
.site-inner-content td[style*="rgb(255, 0, 255)"],
.site-inner-content td[style*="rgb(255,0,255)"],
.site-inner-content td[style*="rgb(233, 30, 140)"],
.site-inner-content td[style*="rgb(233,30,140)"],
.site-inner-content td[style*="color: fuchsia"],
.site-inner-content td[style*="color:fuchsia"],
.site-inner-content td[style*="color: magenta"],
.site-inner-content td[style*="color:magenta"],
.site-inner-content th[style*="#e91e8c"],
.site-inner-content th[style*="#E91E8C"],
.site-inner-content th[style*="#ff00ff"],
.site-inner-content th[style*="#FF00FF"],
.site-inner-content th[style*="#ff0090"],
.site-inner-content th[style*="#FF0090"],
.site-inner-content th[style*="#e91e63"],
.site-inner-content th[style*="#E91E63"],
.site-inner-content th[style*="#f50057"],
.site-inner-content th[style*="#F50057"],
.site-inner-content th[style*="rgb(255, 0, 255)"],
.site-inner-content th[style*="rgb(255,0,255)"],
.site-inner-content th[style*="rgb(233, 30, 140)"],
.site-inner-content th[style*="rgb(233,30,140)"],
.site-inner-content th[style*="color: fuchsia"],
.site-inner-content th[style*="color:fuchsia"],
.site-inner-content th[style*="color: magenta"],
.site-inner-content th[style*="color:magenta"],
.site-inner-content summary[style*="#e91e8c"],
.site-inner-content summary[style*="#E91E8C"],
.site-inner-content summary[style*="#ff00ff"],
.site-inner-content summary[style*="#FF00FF"],
.site-inner-content summary[style*="#ff0090"],
.site-inner-content summary[style*="#FF0090"],
.site-inner-content summary[style*="#e91e63"],
.site-inner-content summary[style*="#E91E63"],
.site-inner-content summary[style*="#f50057"],
.site-inner-content summary[style*="#F50057"],
.site-inner-content summary[style*="rgb(255, 0, 255)"],
.site-inner-content summary[style*="rgb(255,0,255)"],
.site-inner-content summary[style*="rgb(233, 30, 140)"],
.site-inner-content summary[style*="rgb(233,30,140)"],
.site-inner-content summary[style*="color: fuchsia"],
.site-inner-content summary[style*="color:fuchsia"],
.site-inner-content summary[style*="color: magenta"],
.site-inner-content summary[style*="color:magenta"],
.site-inner-content .wp-block-button__link[style*="#e91e8c"],
.site-inner-content .wp-block-button__link[style*="#E91E8C"],
.site-inner-content .wp-block-button__link[style*="#ff00ff"],
.site-inner-content .wp-block-button__link[style*="#FF00FF"],
.site-inner-content .wp-block-button__link[style*="#ff0090"],
.site-inner-content .wp-block-button__link[style*="#FF0090"],
.site-inner-content .wp-block-button__link[style*="#e91e63"],
.site-inner-content .wp-block-button__link[style*="#E91E63"],
.site-inner-content .wp-block-button__link[style*="#f50057"],
.site-inner-content .wp-block-button__link[style*="#F50057"],
.site-inner-content .wp-block-button__link[style*="rgb(255, 0, 255)"],
.site-inner-content .wp-block-button__link[style*="rgb(255,0,255)"],
.site-inner-content .wp-block-button__link[style*="rgb(233, 30, 140)"],
.site-inner-content .wp-block-button__link[style*="rgb(233,30,140)"],
.site-inner-content .wp-block-button__link[style*="color: fuchsia"],
.site-inner-content .wp-block-button__link[style*="color:fuchsia"],
.site-inner-content .wp-block-button__link[style*="color: magenta"],
.site-inner-content .wp-block-button__link[style*="color:magenta"],
.misc-page a[style*="#e91e8c"],
.misc-page a[style*="#E91E8C"],
.misc-page a[style*="#ff00ff"],
.misc-page a[style*="#FF00FF"],
.misc-page a[style*="#ff0090"],
.misc-page a[style*="#FF0090"],
.misc-page a[style*="#e91e63"],
.misc-page a[style*="#E91E63"],
.misc-page a[style*="#f50057"],
.misc-page a[style*="#F50057"],
.misc-page a[style*="rgb(255, 0, 255)"],
.misc-page a[style*="rgb(255,0,255)"],
.misc-page a[style*="rgb(233, 30, 140)"],
.misc-page a[style*="rgb(233,30,140)"],
.misc-page a[style*="color: fuchsia"],
.misc-page a[style*="color:fuchsia"],
.misc-page a[style*="color: magenta"],
.misc-page a[style*="color:magenta"],
.misc-page span[style*="#e91e8c"],
.misc-page span[style*="#E91E8C"],
.misc-page span[style*="#ff00ff"],
.misc-page span[style*="#FF00FF"],
.misc-page span[style*="#ff0090"],
.misc-page span[style*="#FF0090"],
.misc-page span[style*="#e91e63"],
.misc-page span[style*="#E91E63"],
.misc-page span[style*="#f50057"],
.misc-page span[style*="#F50057"],
.misc-page span[style*="rgb(255, 0, 255)"],
.misc-page span[style*="rgb(255,0,255)"],
.misc-page span[style*="rgb(233, 30, 140)"],
.misc-page span[style*="rgb(233,30,140)"],
.misc-page span[style*="color: fuchsia"],
.misc-page span[style*="color:fuchsia"],
.misc-page span[style*="color: magenta"],
.misc-page span[style*="color:magenta"],
.misc-page strong[style*="#e91e8c"],
.misc-page strong[style*="#E91E8C"],
.misc-page strong[style*="#ff00ff"],
.misc-page strong[style*="#FF00FF"],
.misc-page strong[style*="#ff0090"],
.misc-page strong[style*="#FF0090"],
.misc-page strong[style*="#e91e63"],
.misc-page strong[style*="#E91E63"],
.misc-page strong[style*="#f50057"],
.misc-page strong[style*="#F50057"],
.misc-page strong[style*="rgb(255, 0, 255)"],
.misc-page strong[style*="rgb(255,0,255)"],
.misc-page strong[style*="rgb(233, 30, 140)"],
.misc-page strong[style*="rgb(233,30,140)"],
.misc-page strong[style*="color: fuchsia"],
.misc-page strong[style*="color:fuchsia"],
.misc-page strong[style*="color: magenta"],
.misc-page strong[style*="color:magenta"],
.misc-page em[style*="#e91e8c"],
.misc-page em[style*="#E91E8C"],
.misc-page em[style*="#ff00ff"],
.misc-page em[style*="#FF00FF"],
.misc-page em[style*="#ff0090"],
.misc-page em[style*="#FF0090"],
.misc-page em[style*="#e91e63"],
.misc-page em[style*="#E91E63"],
.misc-page em[style*="#f50057"],
.misc-page em[style*="#F50057"],
.misc-page em[style*="rgb(255, 0, 255)"],
.misc-page em[style*="rgb(255,0,255)"],
.misc-page em[style*="rgb(233, 30, 140)"],
.misc-page em[style*="rgb(233,30,140)"],
.misc-page em[style*="color: fuchsia"],
.misc-page em[style*="color:fuchsia"],
.misc-page em[style*="color: magenta"],
.misc-page em[style*="color:magenta"],
.misc-page p[style*="#e91e8c"],
.misc-page p[style*="#E91E8C"],
.misc-page p[style*="#ff00ff"],
.misc-page p[style*="#FF00FF"],
.misc-page p[style*="#ff0090"],
.misc-page p[style*="#FF0090"],
.misc-page p[style*="#e91e63"],
.misc-page p[style*="#E91E63"],
.misc-page p[style*="#f50057"],
.misc-page p[style*="#F50057"],
.misc-page p[style*="rgb(255, 0, 255)"],
.misc-page p[style*="rgb(255,0,255)"],
.misc-page p[style*="rgb(233, 30, 140)"],
.misc-page p[style*="rgb(233,30,140)"],
.misc-page p[style*="color: fuchsia"],
.misc-page p[style*="color:fuchsia"],
.misc-page p[style*="color: magenta"],
.misc-page p[style*="color:magenta"],
.misc-page h1[style*="#e91e8c"],
.misc-page h1[style*="#E91E8C"],
.misc-page h1[style*="#ff00ff"],
.misc-page h1[style*="#FF00FF"],
.misc-page h1[style*="#ff0090"],
.misc-page h1[style*="#FF0090"],
.misc-page h1[style*="#e91e63"],
.misc-page h1[style*="#E91E63"],
.misc-page h1[style*="#f50057"],
.misc-page h1[style*="#F50057"],
.misc-page h1[style*="rgb(255, 0, 255)"],
.misc-page h1[style*="rgb(255,0,255)"],
.misc-page h1[style*="rgb(233, 30, 140)"],
.misc-page h1[style*="rgb(233,30,140)"],
.misc-page h1[style*="color: fuchsia"],
.misc-page h1[style*="color:fuchsia"],
.misc-page h1[style*="color: magenta"],
.misc-page h1[style*="color:magenta"],
.misc-page h2[style*="#e91e8c"],
.misc-page h2[style*="#E91E8C"],
.misc-page h2[style*="#ff00ff"],
.misc-page h2[style*="#FF00FF"],
.misc-page h2[style*="#ff0090"],
.misc-page h2[style*="#FF0090"],
.misc-page h2[style*="#e91e63"],
.misc-page h2[style*="#E91E63"],
.misc-page h2[style*="#f50057"],
.misc-page h2[style*="#F50057"],
.misc-page h2[style*="rgb(255, 0, 255)"],
.misc-page h2[style*="rgb(255,0,255)"],
.misc-page h2[style*="rgb(233, 30, 140)"],
.misc-page h2[style*="rgb(233,30,140)"],
.misc-page h2[style*="color: fuchsia"],
.misc-page h2[style*="color:fuchsia"],
.misc-page h2[style*="color: magenta"],
.misc-page h2[style*="color:magenta"],
.misc-page h3[style*="#e91e8c"],
.misc-page h3[style*="#E91E8C"],
.misc-page h3[style*="#ff00ff"],
.misc-page h3[style*="#FF00FF"],
.misc-page h3[style*="#ff0090"],
.misc-page h3[style*="#FF0090"],
.misc-page h3[style*="#e91e63"],
.misc-page h3[style*="#E91E63"],
.misc-page h3[style*="#f50057"],
.misc-page h3[style*="#F50057"],
.misc-page h3[style*="rgb(255, 0, 255)"],
.misc-page h3[style*="rgb(255,0,255)"],
.misc-page h3[style*="rgb(233, 30, 140)"],
.misc-page h3[style*="rgb(233,30,140)"],
.misc-page h3[style*="color: fuchsia"],
.misc-page h3[style*="color:fuchsia"],
.misc-page h3[style*="color: magenta"],
.misc-page h3[style*="color:magenta"],
.misc-page h4[style*="#e91e8c"],
.misc-page h4[style*="#E91E8C"],
.misc-page h4[style*="#ff00ff"],
.misc-page h4[style*="#FF00FF"],
.misc-page h4[style*="#ff0090"],
.misc-page h4[style*="#FF0090"],
.misc-page h4[style*="#e91e63"],
.misc-page h4[style*="#E91E63"],
.misc-page h4[style*="#f50057"],
.misc-page h4[style*="#F50057"],
.misc-page h4[style*="rgb(255, 0, 255)"],
.misc-page h4[style*="rgb(255,0,255)"],
.misc-page h4[style*="rgb(233, 30, 140)"],
.misc-page h4[style*="rgb(233,30,140)"],
.misc-page h4[style*="color: fuchsia"],
.misc-page h4[style*="color:fuchsia"],
.misc-page h4[style*="color: magenta"],
.misc-page h4[style*="color:magenta"],
.misc-page h5[style*="#e91e8c"],
.misc-page h5[style*="#E91E8C"],
.misc-page h5[style*="#ff00ff"],
.misc-page h5[style*="#FF00FF"],
.misc-page h5[style*="#ff0090"],
.misc-page h5[style*="#FF0090"],
.misc-page h5[style*="#e91e63"],
.misc-page h5[style*="#E91E63"],
.misc-page h5[style*="#f50057"],
.misc-page h5[style*="#F50057"],
.misc-page h5[style*="rgb(255, 0, 255)"],
.misc-page h5[style*="rgb(255,0,255)"],
.misc-page h5[style*="rgb(233, 30, 140)"],
.misc-page h5[style*="rgb(233,30,140)"],
.misc-page h5[style*="color: fuchsia"],
.misc-page h5[style*="color:fuchsia"],
.misc-page h5[style*="color: magenta"],
.misc-page h5[style*="color:magenta"],
.misc-page h6[style*="#e91e8c"],
.misc-page h6[style*="#E91E8C"],
.misc-page h6[style*="#ff00ff"],
.misc-page h6[style*="#FF00FF"],
.misc-page h6[style*="#ff0090"],
.misc-page h6[style*="#FF0090"],
.misc-page h6[style*="#e91e63"],
.misc-page h6[style*="#E91E63"],
.misc-page h6[style*="#f50057"],
.misc-page h6[style*="#F50057"],
.misc-page h6[style*="rgb(255, 0, 255)"],
.misc-page h6[style*="rgb(255,0,255)"],
.misc-page h6[style*="rgb(233, 30, 140)"],
.misc-page h6[style*="rgb(233,30,140)"],
.misc-page h6[style*="color: fuchsia"],
.misc-page h6[style*="color:fuchsia"],
.misc-page h6[style*="color: magenta"],
.misc-page h6[style*="color:magenta"],
.misc-page li[style*="#e91e8c"],
.misc-page li[style*="#E91E8C"],
.misc-page li[style*="#ff00ff"],
.misc-page li[style*="#FF00FF"],
.misc-page li[style*="#ff0090"],
.misc-page li[style*="#FF0090"],
.misc-page li[style*="#e91e63"],
.misc-page li[style*="#E91E63"],
.misc-page li[style*="#f50057"],
.misc-page li[style*="#F50057"],
.misc-page li[style*="rgb(255, 0, 255)"],
.misc-page li[style*="rgb(255,0,255)"],
.misc-page li[style*="rgb(233, 30, 140)"],
.misc-page li[style*="rgb(233,30,140)"],
.misc-page li[style*="color: fuchsia"],
.misc-page li[style*="color:fuchsia"],
.misc-page li[style*="color: magenta"],
.misc-page li[style*="color:magenta"],
.misc-page div[style*="#e91e8c"],
.misc-page div[style*="#E91E8C"],
.misc-page div[style*="#ff00ff"],
.misc-page div[style*="#FF00FF"],
.misc-page div[style*="#ff0090"],
.misc-page div[style*="#FF0090"],
.misc-page div[style*="#e91e63"],
.misc-page div[style*="#E91E63"],
.misc-page div[style*="#f50057"],
.misc-page div[style*="#F50057"],
.misc-page div[style*="rgb(255, 0, 255)"],
.misc-page div[style*="rgb(255,0,255)"],
.misc-page div[style*="rgb(233, 30, 140)"],
.misc-page div[style*="rgb(233,30,140)"],
.misc-page div[style*="color: fuchsia"],
.misc-page div[style*="color:fuchsia"],
.misc-page div[style*="color: magenta"],
.misc-page div[style*="color:magenta"],
.misc-page td[style*="#e91e8c"],
.misc-page td[style*="#E91E8C"],
.misc-page td[style*="#ff00ff"],
.misc-page td[style*="#FF00FF"],
.misc-page td[style*="#ff0090"],
.misc-page td[style*="#FF0090"],
.misc-page td[style*="#e91e63"],
.misc-page td[style*="#E91E63"],
.misc-page td[style*="#f50057"],
.misc-page td[style*="#F50057"],
.misc-page td[style*="rgb(255, 0, 255)"],
.misc-page td[style*="rgb(255,0,255)"],
.misc-page td[style*="rgb(233, 30, 140)"],
.misc-page td[style*="rgb(233,30,140)"],
.misc-page td[style*="color: fuchsia"],
.misc-page td[style*="color:fuchsia"],
.misc-page td[style*="color: magenta"],
.misc-page td[style*="color:magenta"],
.misc-page th[style*="#e91e8c"],
.misc-page th[style*="#E91E8C"],
.misc-page th[style*="#ff00ff"],
.misc-page th[style*="#FF00FF"],
.misc-page th[style*="#ff0090"],
.misc-page th[style*="#FF0090"],
.misc-page th[style*="#e91e63"],
.misc-page th[style*="#E91E63"],
.misc-page th[style*="#f50057"],
.misc-page th[style*="#F50057"],
.misc-page th[style*="rgb(255, 0, 255)"],
.misc-page th[style*="rgb(255,0,255)"],
.misc-page th[style*="rgb(233, 30, 140)"],
.misc-page th[style*="rgb(233,30,140)"],
.misc-page th[style*="color: fuchsia"],
.misc-page th[style*="color:fuchsia"],
.misc-page th[style*="color: magenta"],
.misc-page th[style*="color:magenta"],
.misc-page summary[style*="#e91e8c"],
.misc-page summary[style*="#E91E8C"],
.misc-page summary[style*="#ff00ff"],
.misc-page summary[style*="#FF00FF"],
.misc-page summary[style*="#ff0090"],
.misc-page summary[style*="#FF0090"],
.misc-page summary[style*="#e91e63"],
.misc-page summary[style*="#E91E63"],
.misc-page summary[style*="#f50057"],
.misc-page summary[style*="#F50057"],
.misc-page summary[style*="rgb(255, 0, 255)"],
.misc-page summary[style*="rgb(255,0,255)"],
.misc-page summary[style*="rgb(233, 30, 140)"],
.misc-page summary[style*="rgb(233,30,140)"],
.misc-page summary[style*="color: fuchsia"],
.misc-page summary[style*="color:fuchsia"],
.misc-page summary[style*="color: magenta"],
.misc-page summary[style*="color:magenta"],
.misc-page .wp-block-button__link[style*="#e91e8c"],
.misc-page .wp-block-button__link[style*="#E91E8C"],
.misc-page .wp-block-button__link[style*="#ff00ff"],
.misc-page .wp-block-button__link[style*="#FF00FF"],
.misc-page .wp-block-button__link[style*="#ff0090"],
.misc-page .wp-block-button__link[style*="#FF0090"],
.misc-page .wp-block-button__link[style*="#e91e63"],
.misc-page .wp-block-button__link[style*="#E91E63"],
.misc-page .wp-block-button__link[style*="#f50057"],
.misc-page .wp-block-button__link[style*="#F50057"],
.misc-page .wp-block-button__link[style*="rgb(255, 0, 255)"],
.misc-page .wp-block-button__link[style*="rgb(255,0,255)"],
.misc-page .wp-block-button__link[style*="rgb(233, 30, 140)"],
.misc-page .wp-block-button__link[style*="rgb(233,30,140)"],
.misc-page .wp-block-button__link[style*="color: fuchsia"],
.misc-page .wp-block-button__link[style*="color:fuchsia"],
.misc-page .wp-block-button__link[style*="color: magenta"],
.misc-page .wp-block-button__link[style*="color:magenta"],
.pages a[style*="#e91e8c"],
.pages a[style*="#E91E8C"],
.pages a[style*="#ff00ff"],
.pages a[style*="#FF00FF"],
.pages a[style*="#ff0090"],
.pages a[style*="#FF0090"],
.pages a[style*="#e91e63"],
.pages a[style*="#E91E63"],
.pages a[style*="#f50057"],
.pages a[style*="#F50057"],
.pages a[style*="rgb(255, 0, 255)"],
.pages a[style*="rgb(255,0,255)"],
.pages a[style*="rgb(233, 30, 140)"],
.pages a[style*="rgb(233,30,140)"],
.pages a[style*="color: fuchsia"],
.pages a[style*="color:fuchsia"],
.pages a[style*="color: magenta"],
.pages a[style*="color:magenta"],
.pages span[style*="#e91e8c"],
.pages span[style*="#E91E8C"],
.pages span[style*="#ff00ff"],
.pages span[style*="#FF00FF"],
.pages span[style*="#ff0090"],
.pages span[style*="#FF0090"],
.pages span[style*="#e91e63"],
.pages span[style*="#E91E63"],
.pages span[style*="#f50057"],
.pages span[style*="#F50057"],
.pages span[style*="rgb(255, 0, 255)"],
.pages span[style*="rgb(255,0,255)"],
.pages span[style*="rgb(233, 30, 140)"],
.pages span[style*="rgb(233,30,140)"],
.pages span[style*="color: fuchsia"],
.pages span[style*="color:fuchsia"],
.pages span[style*="color: magenta"],
.pages span[style*="color:magenta"],
.pages strong[style*="#e91e8c"],
.pages strong[style*="#E91E8C"],
.pages strong[style*="#ff00ff"],
.pages strong[style*="#FF00FF"],
.pages strong[style*="#ff0090"],
.pages strong[style*="#FF0090"],
.pages strong[style*="#e91e63"],
.pages strong[style*="#E91E63"],
.pages strong[style*="#f50057"],
.pages strong[style*="#F50057"],
.pages strong[style*="rgb(255, 0, 255)"],
.pages strong[style*="rgb(255,0,255)"],
.pages strong[style*="rgb(233, 30, 140)"],
.pages strong[style*="rgb(233,30,140)"],
.pages strong[style*="color: fuchsia"],
.pages strong[style*="color:fuchsia"],
.pages strong[style*="color: magenta"],
.pages strong[style*="color:magenta"],
.pages em[style*="#e91e8c"],
.pages em[style*="#E91E8C"],
.pages em[style*="#ff00ff"],
.pages em[style*="#FF00FF"],
.pages em[style*="#ff0090"],
.pages em[style*="#FF0090"],
.pages em[style*="#e91e63"],
.pages em[style*="#E91E63"],
.pages em[style*="#f50057"],
.pages em[style*="#F50057"],
.pages em[style*="rgb(255, 0, 255)"],
.pages em[style*="rgb(255,0,255)"],
.pages em[style*="rgb(233, 30, 140)"],
.pages em[style*="rgb(233,30,140)"],
.pages em[style*="color: fuchsia"],
.pages em[style*="color:fuchsia"],
.pages em[style*="color: magenta"],
.pages em[style*="color:magenta"],
.pages p[style*="#e91e8c"],
.pages p[style*="#E91E8C"],
.pages p[style*="#ff00ff"],
.pages p[style*="#FF00FF"],
.pages p[style*="#ff0090"],
.pages p[style*="#FF0090"],
.pages p[style*="#e91e63"],
.pages p[style*="#E91E63"],
.pages p[style*="#f50057"],
.pages p[style*="#F50057"],
.pages p[style*="rgb(255, 0, 255)"],
.pages p[style*="rgb(255,0,255)"],
.pages p[style*="rgb(233, 30, 140)"],
.pages p[style*="rgb(233,30,140)"],
.pages p[style*="color: fuchsia"],
.pages p[style*="color:fuchsia"],
.pages p[style*="color: magenta"],
.pages p[style*="color:magenta"],
.pages h1[style*="#e91e8c"],
.pages h1[style*="#E91E8C"],
.pages h1[style*="#ff00ff"],
.pages h1[style*="#FF00FF"],
.pages h1[style*="#ff0090"],
.pages h1[style*="#FF0090"],
.pages h1[style*="#e91e63"],
.pages h1[style*="#E91E63"],
.pages h1[style*="#f50057"],
.pages h1[style*="#F50057"],
.pages h1[style*="rgb(255, 0, 255)"],
.pages h1[style*="rgb(255,0,255)"],
.pages h1[style*="rgb(233, 30, 140)"],
.pages h1[style*="rgb(233,30,140)"],
.pages h1[style*="color: fuchsia"],
.pages h1[style*="color:fuchsia"],
.pages h1[style*="color: magenta"],
.pages h1[style*="color:magenta"],
.pages h2[style*="#e91e8c"],
.pages h2[style*="#E91E8C"],
.pages h2[style*="#ff00ff"],
.pages h2[style*="#FF00FF"],
.pages h2[style*="#ff0090"],
.pages h2[style*="#FF0090"],
.pages h2[style*="#e91e63"],
.pages h2[style*="#E91E63"],
.pages h2[style*="#f50057"],
.pages h2[style*="#F50057"],
.pages h2[style*="rgb(255, 0, 255)"],
.pages h2[style*="rgb(255,0,255)"],
.pages h2[style*="rgb(233, 30, 140)"],
.pages h2[style*="rgb(233,30,140)"],
.pages h2[style*="color: fuchsia"],
.pages h2[style*="color:fuchsia"],
.pages h2[style*="color: magenta"],
.pages h2[style*="color:magenta"],
.pages h3[style*="#e91e8c"],
.pages h3[style*="#E91E8C"],
.pages h3[style*="#ff00ff"],
.pages h3[style*="#FF00FF"],
.pages h3[style*="#ff0090"],
.pages h3[style*="#FF0090"],
.pages h3[style*="#e91e63"],
.pages h3[style*="#E91E63"],
.pages h3[style*="#f50057"],
.pages h3[style*="#F50057"],
.pages h3[style*="rgb(255, 0, 255)"],
.pages h3[style*="rgb(255,0,255)"],
.pages h3[style*="rgb(233, 30, 140)"],
.pages h3[style*="rgb(233,30,140)"],
.pages h3[style*="color: fuchsia"],
.pages h3[style*="color:fuchsia"],
.pages h3[style*="color: magenta"],
.pages h3[style*="color:magenta"],
.pages h4[style*="#e91e8c"],
.pages h4[style*="#E91E8C"],
.pages h4[style*="#ff00ff"],
.pages h4[style*="#FF00FF"],
.pages h4[style*="#ff0090"],
.pages h4[style*="#FF0090"],
.pages h4[style*="#e91e63"],
.pages h4[style*="#E91E63"],
.pages h4[style*="#f50057"],
.pages h4[style*="#F50057"],
.pages h4[style*="rgb(255, 0, 255)"],
.pages h4[style*="rgb(255,0,255)"],
.pages h4[style*="rgb(233, 30, 140)"],
.pages h4[style*="rgb(233,30,140)"],
.pages h4[style*="color: fuchsia"],
.pages h4[style*="color:fuchsia"],
.pages h4[style*="color: magenta"],
.pages h4[style*="color:magenta"],
.pages h5[style*="#e91e8c"],
.pages h5[style*="#E91E8C"],
.pages h5[style*="#ff00ff"],
.pages h5[style*="#FF00FF"],
.pages h5[style*="#ff0090"],
.pages h5[style*="#FF0090"],
.pages h5[style*="#e91e63"],
.pages h5[style*="#E91E63"],
.pages h5[style*="#f50057"],
.pages h5[style*="#F50057"],
.pages h5[style*="rgb(255, 0, 255)"],
.pages h5[style*="rgb(255,0,255)"],
.pages h5[style*="rgb(233, 30, 140)"],
.pages h5[style*="rgb(233,30,140)"],
.pages h5[style*="color: fuchsia"],
.pages h5[style*="color:fuchsia"],
.pages h5[style*="color: magenta"],
.pages h5[style*="color:magenta"],
.pages h6[style*="#e91e8c"],
.pages h6[style*="#E91E8C"],
.pages h6[style*="#ff00ff"],
.pages h6[style*="#FF00FF"],
.pages h6[style*="#ff0090"],
.pages h6[style*="#FF0090"],
.pages h6[style*="#e91e63"],
.pages h6[style*="#E91E63"],
.pages h6[style*="#f50057"],
.pages h6[style*="#F50057"],
.pages h6[style*="rgb(255, 0, 255)"],
.pages h6[style*="rgb(255,0,255)"],
.pages h6[style*="rgb(233, 30, 140)"],
.pages h6[style*="rgb(233,30,140)"],
.pages h6[style*="color: fuchsia"],
.pages h6[style*="color:fuchsia"],
.pages h6[style*="color: magenta"],
.pages h6[style*="color:magenta"],
.pages li[style*="#e91e8c"],
.pages li[style*="#E91E8C"],
.pages li[style*="#ff00ff"],
.pages li[style*="#FF00FF"],
.pages li[style*="#ff0090"],
.pages li[style*="#FF0090"],
.pages li[style*="#e91e63"],
.pages li[style*="#E91E63"],
.pages li[style*="#f50057"],
.pages li[style*="#F50057"],
.pages li[style*="rgb(255, 0, 255)"],
.pages li[style*="rgb(255,0,255)"],
.pages li[style*="rgb(233, 30, 140)"],
.pages li[style*="rgb(233,30,140)"],
.pages li[style*="color: fuchsia"],
.pages li[style*="color:fuchsia"],
.pages li[style*="color: magenta"],
.pages li[style*="color:magenta"],
.pages div[style*="#e91e8c"],
.pages div[style*="#E91E8C"],
.pages div[style*="#ff00ff"],
.pages div[style*="#FF00FF"],
.pages div[style*="#ff0090"],
.pages div[style*="#FF0090"],
.pages div[style*="#e91e63"],
.pages div[style*="#E91E63"],
.pages div[style*="#f50057"],
.pages div[style*="#F50057"],
.pages div[style*="rgb(255, 0, 255)"],
.pages div[style*="rgb(255,0,255)"],
.pages div[style*="rgb(233, 30, 140)"],
.pages div[style*="rgb(233,30,140)"],
.pages div[style*="color: fuchsia"],
.pages div[style*="color:fuchsia"],
.pages div[style*="color: magenta"],
.pages div[style*="color:magenta"],
.pages td[style*="#e91e8c"],
.pages td[style*="#E91E8C"],
.pages td[style*="#ff00ff"],
.pages td[style*="#FF00FF"],
.pages td[style*="#ff0090"],
.pages td[style*="#FF0090"],
.pages td[style*="#e91e63"],
.pages td[style*="#E91E63"],
.pages td[style*="#f50057"],
.pages td[style*="#F50057"],
.pages td[style*="rgb(255, 0, 255)"],
.pages td[style*="rgb(255,0,255)"],
.pages td[style*="rgb(233, 30, 140)"],
.pages td[style*="rgb(233,30,140)"],
.pages td[style*="color: fuchsia"],
.pages td[style*="color:fuchsia"],
.pages td[style*="color: magenta"],
.pages td[style*="color:magenta"],
.pages th[style*="#e91e8c"],
.pages th[style*="#E91E8C"],
.pages th[style*="#ff00ff"],
.pages th[style*="#FF00FF"],
.pages th[style*="#ff0090"],
.pages th[style*="#FF0090"],
.pages th[style*="#e91e63"],
.pages th[style*="#E91E63"],
.pages th[style*="#f50057"],
.pages th[style*="#F50057"],
.pages th[style*="rgb(255, 0, 255)"],
.pages th[style*="rgb(255,0,255)"],
.pages th[style*="rgb(233, 30, 140)"],
.pages th[style*="rgb(233,30,140)"],
.pages th[style*="color: fuchsia"],
.pages th[style*="color:fuchsia"],
.pages th[style*="color: magenta"],
.pages th[style*="color:magenta"],
.pages summary[style*="#e91e8c"],
.pages summary[style*="#E91E8C"],
.pages summary[style*="#ff00ff"],
.pages summary[style*="#FF00FF"],
.pages summary[style*="#ff0090"],
.pages summary[style*="#FF0090"],
.pages summary[style*="#e91e63"],
.pages summary[style*="#E91E63"],
.pages summary[style*="#f50057"],
.pages summary[style*="#F50057"],
.pages summary[style*="rgb(255, 0, 255)"],
.pages summary[style*="rgb(255,0,255)"],
.pages summary[style*="rgb(233, 30, 140)"],
.pages summary[style*="rgb(233,30,140)"],
.pages summary[style*="color: fuchsia"],
.pages summary[style*="color:fuchsia"],
.pages summary[style*="color: magenta"],
.pages summary[style*="color:magenta"],
.pages .wp-block-button__link[style*="#e91e8c"],
.pages .wp-block-button__link[style*="#E91E8C"],
.pages .wp-block-button__link[style*="#ff00ff"],
.pages .wp-block-button__link[style*="#FF00FF"],
.pages .wp-block-button__link[style*="#ff0090"],
.pages .wp-block-button__link[style*="#FF0090"],
.pages .wp-block-button__link[style*="#e91e63"],
.pages .wp-block-button__link[style*="#E91E63"],
.pages .wp-block-button__link[style*="#f50057"],
.pages .wp-block-button__link[style*="#F50057"],
.pages .wp-block-button__link[style*="rgb(255, 0, 255)"],
.pages .wp-block-button__link[style*="rgb(255,0,255)"],
.pages .wp-block-button__link[style*="rgb(233, 30, 140)"],
.pages .wp-block-button__link[style*="rgb(233,30,140)"],
.pages .wp-block-button__link[style*="color: fuchsia"],
.pages .wp-block-button__link[style*="color:fuchsia"],
.pages .wp-block-button__link[style*="color: magenta"],
.pages .wp-block-button__link[style*="color:magenta"],
.page .site-main a[style*="#e91e8c"],
.page .site-main a[style*="#E91E8C"],
.page .site-main a[style*="#ff00ff"],
.page .site-main a[style*="#FF00FF"],
.page .site-main a[style*="#ff0090"],
.page .site-main a[style*="#FF0090"],
.page .site-main a[style*="#e91e63"],
.page .site-main a[style*="#E91E63"],
.page .site-main a[style*="#f50057"],
.page .site-main a[style*="#F50057"],
.page .site-main a[style*="rgb(255, 0, 255)"],
.page .site-main a[style*="rgb(255,0,255)"],
.page .site-main a[style*="rgb(233, 30, 140)"],
.page .site-main a[style*="rgb(233,30,140)"],
.page .site-main a[style*="color: fuchsia"],
.page .site-main a[style*="color:fuchsia"],
.page .site-main a[style*="color: magenta"],
.page .site-main a[style*="color:magenta"],
.page .site-main span[style*="#e91e8c"],
.page .site-main span[style*="#E91E8C"],
.page .site-main span[style*="#ff00ff"],
.page .site-main span[style*="#FF00FF"],
.page .site-main span[style*="#ff0090"],
.page .site-main span[style*="#FF0090"],
.page .site-main span[style*="#e91e63"],
.page .site-main span[style*="#E91E63"],
.page .site-main span[style*="#f50057"],
.page .site-main span[style*="#F50057"],
.page .site-main span[style*="rgb(255, 0, 255)"],
.page .site-main span[style*="rgb(255,0,255)"],
.page .site-main span[style*="rgb(233, 30, 140)"],
.page .site-main span[style*="rgb(233,30,140)"],
.page .site-main span[style*="color: fuchsia"],
.page .site-main span[style*="color:fuchsia"],
.page .site-main span[style*="color: magenta"],
.page .site-main span[style*="color:magenta"],
.page .site-main strong[style*="#e91e8c"],
.page .site-main strong[style*="#E91E8C"],
.page .site-main strong[style*="#ff00ff"],
.page .site-main strong[style*="#FF00FF"],
.page .site-main strong[style*="#ff0090"],
.page .site-main strong[style*="#FF0090"],
.page .site-main strong[style*="#e91e63"],
.page .site-main strong[style*="#E91E63"],
.page .site-main strong[style*="#f50057"],
.page .site-main strong[style*="#F50057"],
.page .site-main strong[style*="rgb(255, 0, 255)"],
.page .site-main strong[style*="rgb(255,0,255)"],
.page .site-main strong[style*="rgb(233, 30, 140)"],
.page .site-main strong[style*="rgb(233,30,140)"],
.page .site-main strong[style*="color: fuchsia"],
.page .site-main strong[style*="color:fuchsia"],
.page .site-main strong[style*="color: magenta"],
.page .site-main strong[style*="color:magenta"],
.page .site-main em[style*="#e91e8c"],
.page .site-main em[style*="#E91E8C"],
.page .site-main em[style*="#ff00ff"],
.page .site-main em[style*="#FF00FF"],
.page .site-main em[style*="#ff0090"],
.page .site-main em[style*="#FF0090"],
.page .site-main em[style*="#e91e63"],
.page .site-main em[style*="#E91E63"],
.page .site-main em[style*="#f50057"],
.page .site-main em[style*="#F50057"],
.page .site-main em[style*="rgb(255, 0, 255)"],
.page .site-main em[style*="rgb(255,0,255)"],
.page .site-main em[style*="rgb(233, 30, 140)"],
.page .site-main em[style*="rgb(233,30,140)"],
.page .site-main em[style*="color: fuchsia"],
.page .site-main em[style*="color:fuchsia"],
.page .site-main em[style*="color: magenta"],
.page .site-main em[style*="color:magenta"],
.page .site-main p[style*="#e91e8c"],
.page .site-main p[style*="#E91E8C"],
.page .site-main p[style*="#ff00ff"],
.page .site-main p[style*="#FF00FF"],
.page .site-main p[style*="#ff0090"],
.page .site-main p[style*="#FF0090"],
.page .site-main p[style*="#e91e63"],
.page .site-main p[style*="#E91E63"],
.page .site-main p[style*="#f50057"],
.page .site-main p[style*="#F50057"],
.page .site-main p[style*="rgb(255, 0, 255)"],
.page .site-main p[style*="rgb(255,0,255)"],
.page .site-main p[style*="rgb(233, 30, 140)"],
.page .site-main p[style*="rgb(233,30,140)"],
.page .site-main p[style*="color: fuchsia"],
.page .site-main p[style*="color:fuchsia"],
.page .site-main p[style*="color: magenta"],
.page .site-main p[style*="color:magenta"],
.page .site-main h1[style*="#e91e8c"],
.page .site-main h1[style*="#E91E8C"],
.page .site-main h1[style*="#ff00ff"],
.page .site-main h1[style*="#FF00FF"],
.page .site-main h1[style*="#ff0090"],
.page .site-main h1[style*="#FF0090"],
.page .site-main h1[style*="#e91e63"],
.page .site-main h1[style*="#E91E63"],
.page .site-main h1[style*="#f50057"],
.page .site-main h1[style*="#F50057"],
.page .site-main h1[style*="rgb(255, 0, 255)"],
.page .site-main h1[style*="rgb(255,0,255)"],
.page .site-main h1[style*="rgb(233, 30, 140)"],
.page .site-main h1[style*="rgb(233,30,140)"],
.page .site-main h1[style*="color: fuchsia"],
.page .site-main h1[style*="color:fuchsia"],
.page .site-main h1[style*="color: magenta"],
.page .site-main h1[style*="color:magenta"],
.page .site-main h2[style*="#e91e8c"],
.page .site-main h2[style*="#E91E8C"],
.page .site-main h2[style*="#ff00ff"],
.page .site-main h2[style*="#FF00FF"],
.page .site-main h2[style*="#ff0090"],
.page .site-main h2[style*="#FF0090"],
.page .site-main h2[style*="#e91e63"],
.page .site-main h2[style*="#E91E63"],
.page .site-main h2[style*="#f50057"],
.page .site-main h2[style*="#F50057"],
.page .site-main h2[style*="rgb(255, 0, 255)"],
.page .site-main h2[style*="rgb(255,0,255)"],
.page .site-main h2[style*="rgb(233, 30, 140)"],
.page .site-main h2[style*="rgb(233,30,140)"],
.page .site-main h2[style*="color: fuchsia"],
.page .site-main h2[style*="color:fuchsia"],
.page .site-main h2[style*="color: magenta"],
.page .site-main h2[style*="color:magenta"],
.page .site-main h3[style*="#e91e8c"],
.page .site-main h3[style*="#E91E8C"],
.page .site-main h3[style*="#ff00ff"],
.page .site-main h3[style*="#FF00FF"],
.page .site-main h3[style*="#ff0090"],
.page .site-main h3[style*="#FF0090"],
.page .site-main h3[style*="#e91e63"],
.page .site-main h3[style*="#E91E63"],
.page .site-main h3[style*="#f50057"],
.page .site-main h3[style*="#F50057"],
.page .site-main h3[style*="rgb(255, 0, 255)"],
.page .site-main h3[style*="rgb(255,0,255)"],
.page .site-main h3[style*="rgb(233, 30, 140)"],
.page .site-main h3[style*="rgb(233,30,140)"],
.page .site-main h3[style*="color: fuchsia"],
.page .site-main h3[style*="color:fuchsia"],
.page .site-main h3[style*="color: magenta"],
.page .site-main h3[style*="color:magenta"],
.page .site-main h4[style*="#e91e8c"],
.page .site-main h4[style*="#E91E8C"],
.page .site-main h4[style*="#ff00ff"],
.page .site-main h4[style*="#FF00FF"],
.page .site-main h4[style*="#ff0090"],
.page .site-main h4[style*="#FF0090"],
.page .site-main h4[style*="#e91e63"],
.page .site-main h4[style*="#E91E63"],
.page .site-main h4[style*="#f50057"],
.page .site-main h4[style*="#F50057"],
.page .site-main h4[style*="rgb(255, 0, 255)"],
.page .site-main h4[style*="rgb(255,0,255)"],
.page .site-main h4[style*="rgb(233, 30, 140)"],
.page .site-main h4[style*="rgb(233,30,140)"],
.page .site-main h4[style*="color: fuchsia"],
.page .site-main h4[style*="color:fuchsia"],
.page .site-main h4[style*="color: magenta"],
.page .site-main h4[style*="color:magenta"],
.page .site-main h5[style*="#e91e8c"],
.page .site-main h5[style*="#E91E8C"],
.page .site-main h5[style*="#ff00ff"],
.page .site-main h5[style*="#FF00FF"],
.page .site-main h5[style*="#ff0090"],
.page .site-main h5[style*="#FF0090"],
.page .site-main h5[style*="#e91e63"],
.page .site-main h5[style*="#E91E63"],
.page .site-main h5[style*="#f50057"],
.page .site-main h5[style*="#F50057"],
.page .site-main h5[style*="rgb(255, 0, 255)"],
.page .site-main h5[style*="rgb(255,0,255)"],
.page .site-main h5[style*="rgb(233, 30, 140)"],
.page .site-main h5[style*="rgb(233,30,140)"],
.page .site-main h5[style*="color: fuchsia"],
.page .site-main h5[style*="color:fuchsia"],
.page .site-main h5[style*="color: magenta"],
.page .site-main h5[style*="color:magenta"],
.page .site-main h6[style*="#e91e8c"],
.page .site-main h6[style*="#E91E8C"],
.page .site-main h6[style*="#ff00ff"],
.page .site-main h6[style*="#FF00FF"],
.page .site-main h6[style*="#ff0090"],
.page .site-main h6[style*="#FF0090"],
.page .site-main h6[style*="#e91e63"],
.page .site-main h6[style*="#E91E63"],
.page .site-main h6[style*="#f50057"],
.page .site-main h6[style*="#F50057"],
.page .site-main h6[style*="rgb(255, 0, 255)"],
.page .site-main h6[style*="rgb(255,0,255)"],
.page .site-main h6[style*="rgb(233, 30, 140)"],
.page .site-main h6[style*="rgb(233,30,140)"],
.page .site-main h6[style*="color: fuchsia"],
.page .site-main h6[style*="color:fuchsia"],
.page .site-main h6[style*="color: magenta"],
.page .site-main h6[style*="color:magenta"],
.page .site-main li[style*="#e91e8c"],
.page .site-main li[style*="#E91E8C"],
.page .site-main li[style*="#ff00ff"],
.page .site-main li[style*="#FF00FF"],
.page .site-main li[style*="#ff0090"],
.page .site-main li[style*="#FF0090"],
.page .site-main li[style*="#e91e63"],
.page .site-main li[style*="#E91E63"],
.page .site-main li[style*="#f50057"],
.page .site-main li[style*="#F50057"],
.page .site-main li[style*="rgb(255, 0, 255)"],
.page .site-main li[style*="rgb(255,0,255)"],
.page .site-main li[style*="rgb(233, 30, 140)"],
.page .site-main li[style*="rgb(233,30,140)"],
.page .site-main li[style*="color: fuchsia"],
.page .site-main li[style*="color:fuchsia"],
.page .site-main li[style*="color: magenta"],
.page .site-main li[style*="color:magenta"],
.page .site-main div[style*="#e91e8c"],
.page .site-main div[style*="#E91E8C"],
.page .site-main div[style*="#ff00ff"],
.page .site-main div[style*="#FF00FF"],
.page .site-main div[style*="#ff0090"],
.page .site-main div[style*="#FF0090"],
.page .site-main div[style*="#e91e63"],
.page .site-main div[style*="#E91E63"],
.page .site-main div[style*="#f50057"],
.page .site-main div[style*="#F50057"],
.page .site-main div[style*="rgb(255, 0, 255)"],
.page .site-main div[style*="rgb(255,0,255)"],
.page .site-main div[style*="rgb(233, 30, 140)"],
.page .site-main div[style*="rgb(233,30,140)"],
.page .site-main div[style*="color: fuchsia"],
.page .site-main div[style*="color:fuchsia"],
.page .site-main div[style*="color: magenta"],
.page .site-main div[style*="color:magenta"],
.page .site-main td[style*="#e91e8c"],
.page .site-main td[style*="#E91E8C"],
.page .site-main td[style*="#ff00ff"],
.page .site-main td[style*="#FF00FF"],
.page .site-main td[style*="#ff0090"],
.page .site-main td[style*="#FF0090"],
.page .site-main td[style*="#e91e63"],
.page .site-main td[style*="#E91E63"],
.page .site-main td[style*="#f50057"],
.page .site-main td[style*="#F50057"],
.page .site-main td[style*="rgb(255, 0, 255)"],
.page .site-main td[style*="rgb(255,0,255)"],
.page .site-main td[style*="rgb(233, 30, 140)"],
.page .site-main td[style*="rgb(233,30,140)"],
.page .site-main td[style*="color: fuchsia"],
.page .site-main td[style*="color:fuchsia"],
.page .site-main td[style*="color: magenta"],
.page .site-main td[style*="color:magenta"],
.page .site-main th[style*="#e91e8c"],
.page .site-main th[style*="#E91E8C"],
.page .site-main th[style*="#ff00ff"],
.page .site-main th[style*="#FF00FF"],
.page .site-main th[style*="#ff0090"],
.page .site-main th[style*="#FF0090"],
.page .site-main th[style*="#e91e63"],
.page .site-main th[style*="#E91E63"],
.page .site-main th[style*="#f50057"],
.page .site-main th[style*="#F50057"],
.page .site-main th[style*="rgb(255, 0, 255)"],
.page .site-main th[style*="rgb(255,0,255)"],
.page .site-main th[style*="rgb(233, 30, 140)"],
.page .site-main th[style*="rgb(233,30,140)"],
.page .site-main th[style*="color: fuchsia"],
.page .site-main th[style*="color:fuchsia"],
.page .site-main th[style*="color: magenta"],
.page .site-main th[style*="color:magenta"],
.page .site-main summary[style*="#e91e8c"],
.page .site-main summary[style*="#E91E8C"],
.page .site-main summary[style*="#ff00ff"],
.page .site-main summary[style*="#FF00FF"],
.page .site-main summary[style*="#ff0090"],
.page .site-main summary[style*="#FF0090"],
.page .site-main summary[style*="#e91e63"],
.page .site-main summary[style*="#E91E63"],
.page .site-main summary[style*="#f50057"],
.page .site-main summary[style*="#F50057"],
.page .site-main summary[style*="rgb(255, 0, 255)"],
.page .site-main summary[style*="rgb(255,0,255)"],
.page .site-main summary[style*="rgb(233, 30, 140)"],
.page .site-main summary[style*="rgb(233,30,140)"],
.page .site-main summary[style*="color: fuchsia"],
.page .site-main summary[style*="color:fuchsia"],
.page .site-main summary[style*="color: magenta"],
.page .site-main summary[style*="color:magenta"],
.page .site-main .wp-block-button__link[style*="#e91e8c"],
.page .site-main .wp-block-button__link[style*="#E91E8C"],
.page .site-main .wp-block-button__link[style*="#ff00ff"],
.page .site-main .wp-block-button__link[style*="#FF00FF"],
.page .site-main .wp-block-button__link[style*="#ff0090"],
.page .site-main .wp-block-button__link[style*="#FF0090"],
.page .site-main .wp-block-button__link[style*="#e91e63"],
.page .site-main .wp-block-button__link[style*="#E91E63"],
.page .site-main .wp-block-button__link[style*="#f50057"],
.page .site-main .wp-block-button__link[style*="#F50057"],
.page .site-main .wp-block-button__link[style*="rgb(255, 0, 255)"],
.page .site-main .wp-block-button__link[style*="rgb(255,0,255)"],
.page .site-main .wp-block-button__link[style*="rgb(233, 30, 140)"],
.page .site-main .wp-block-button__link[style*="rgb(233,30,140)"],
.page .site-main .wp-block-button__link[style*="color: fuchsia"],
.page .site-main .wp-block-button__link[style*="color:fuchsia"],
.page .site-main .wp-block-button__link[style*="color: magenta"],
.page .site-main .wp-block-button__link[style*="color:magenta"],
.nationwide-2-block a[style*="#e91e8c"],
.nationwide-2-block a[style*="#E91E8C"],
.nationwide-2-block a[style*="#ff00ff"],
.nationwide-2-block a[style*="#FF00FF"],
.nationwide-2-block a[style*="#ff0090"],
.nationwide-2-block a[style*="#FF0090"],
.nationwide-2-block a[style*="#e91e63"],
.nationwide-2-block a[style*="#E91E63"],
.nationwide-2-block a[style*="#f50057"],
.nationwide-2-block a[style*="#F50057"],
.nationwide-2-block a[style*="rgb(255, 0, 255)"],
.nationwide-2-block a[style*="rgb(255,0,255)"],
.nationwide-2-block a[style*="rgb(233, 30, 140)"],
.nationwide-2-block a[style*="rgb(233,30,140)"],
.nationwide-2-block a[style*="color: fuchsia"],
.nationwide-2-block a[style*="color:fuchsia"],
.nationwide-2-block a[style*="color: magenta"],
.nationwide-2-block a[style*="color:magenta"],
.nationwide-2-block span[style*="#e91e8c"],
.nationwide-2-block span[style*="#E91E8C"],
.nationwide-2-block span[style*="#ff00ff"],
.nationwide-2-block span[style*="#FF00FF"],
.nationwide-2-block span[style*="#ff0090"],
.nationwide-2-block span[style*="#FF0090"],
.nationwide-2-block span[style*="#e91e63"],
.nationwide-2-block span[style*="#E91E63"],
.nationwide-2-block span[style*="#f50057"],
.nationwide-2-block span[style*="#F50057"],
.nationwide-2-block span[style*="rgb(255, 0, 255)"],
.nationwide-2-block span[style*="rgb(255,0,255)"],
.nationwide-2-block span[style*="rgb(233, 30, 140)"],
.nationwide-2-block span[style*="rgb(233,30,140)"],
.nationwide-2-block span[style*="color: fuchsia"],
.nationwide-2-block span[style*="color:fuchsia"],
.nationwide-2-block span[style*="color: magenta"],
.nationwide-2-block span[style*="color:magenta"],
.nationwide-2-block strong[style*="#e91e8c"],
.nationwide-2-block strong[style*="#E91E8C"],
.nationwide-2-block strong[style*="#ff00ff"],
.nationwide-2-block strong[style*="#FF00FF"],
.nationwide-2-block strong[style*="#ff0090"],
.nationwide-2-block strong[style*="#FF0090"],
.nationwide-2-block strong[style*="#e91e63"],
.nationwide-2-block strong[style*="#E91E63"],
.nationwide-2-block strong[style*="#f50057"],
.nationwide-2-block strong[style*="#F50057"],
.nationwide-2-block strong[style*="rgb(255, 0, 255)"],
.nationwide-2-block strong[style*="rgb(255,0,255)"],
.nationwide-2-block strong[style*="rgb(233, 30, 140)"],
.nationwide-2-block strong[style*="rgb(233,30,140)"],
.nationwide-2-block strong[style*="color: fuchsia"],
.nationwide-2-block strong[style*="color:fuchsia"],
.nationwide-2-block strong[style*="color: magenta"],
.nationwide-2-block strong[style*="color:magenta"],
.nationwide-2-block em[style*="#e91e8c"],
.nationwide-2-block em[style*="#E91E8C"],
.nationwide-2-block em[style*="#ff00ff"],
.nationwide-2-block em[style*="#FF00FF"],
.nationwide-2-block em[style*="#ff0090"],
.nationwide-2-block em[style*="#FF0090"],
.nationwide-2-block em[style*="#e91e63"],
.nationwide-2-block em[style*="#E91E63"],
.nationwide-2-block em[style*="#f50057"],
.nationwide-2-block em[style*="#F50057"],
.nationwide-2-block em[style*="rgb(255, 0, 255)"],
.nationwide-2-block em[style*="rgb(255,0,255)"],
.nationwide-2-block em[style*="rgb(233, 30, 140)"],
.nationwide-2-block em[style*="rgb(233,30,140)"],
.nationwide-2-block em[style*="color: fuchsia"],
.nationwide-2-block em[style*="color:fuchsia"],
.nationwide-2-block em[style*="color: magenta"],
.nationwide-2-block em[style*="color:magenta"],
.nationwide-2-block p[style*="#e91e8c"],
.nationwide-2-block p[style*="#E91E8C"],
.nationwide-2-block p[style*="#ff00ff"],
.nationwide-2-block p[style*="#FF00FF"],
.nationwide-2-block p[style*="#ff0090"],
.nationwide-2-block p[style*="#FF0090"],
.nationwide-2-block p[style*="#e91e63"],
.nationwide-2-block p[style*="#E91E63"],
.nationwide-2-block p[style*="#f50057"],
.nationwide-2-block p[style*="#F50057"],
.nationwide-2-block p[style*="rgb(255, 0, 255)"],
.nationwide-2-block p[style*="rgb(255,0,255)"],
.nationwide-2-block p[style*="rgb(233, 30, 140)"],
.nationwide-2-block p[style*="rgb(233,30,140)"],
.nationwide-2-block p[style*="color: fuchsia"],
.nationwide-2-block p[style*="color:fuchsia"],
.nationwide-2-block p[style*="color: magenta"],
.nationwide-2-block p[style*="color:magenta"],
.nationwide-2-block h1[style*="#e91e8c"],
.nationwide-2-block h1[style*="#E91E8C"],
.nationwide-2-block h1[style*="#ff00ff"],
.nationwide-2-block h1[style*="#FF00FF"],
.nationwide-2-block h1[style*="#ff0090"],
.nationwide-2-block h1[style*="#FF0090"],
.nationwide-2-block h1[style*="#e91e63"],
.nationwide-2-block h1[style*="#E91E63"],
.nationwide-2-block h1[style*="#f50057"],
.nationwide-2-block h1[style*="#F50057"],
.nationwide-2-block h1[style*="rgb(255, 0, 255)"],
.nationwide-2-block h1[style*="rgb(255,0,255)"],
.nationwide-2-block h1[style*="rgb(233, 30, 140)"],
.nationwide-2-block h1[style*="rgb(233,30,140)"],
.nationwide-2-block h1[style*="color: fuchsia"],
.nationwide-2-block h1[style*="color:fuchsia"],
.nationwide-2-block h1[style*="color: magenta"],
.nationwide-2-block h1[style*="color:magenta"],
.nationwide-2-block h2[style*="#e91e8c"],
.nationwide-2-block h2[style*="#E91E8C"],
.nationwide-2-block h2[style*="#ff00ff"],
.nationwide-2-block h2[style*="#FF00FF"],
.nationwide-2-block h2[style*="#ff0090"],
.nationwide-2-block h2[style*="#FF0090"],
.nationwide-2-block h2[style*="#e91e63"],
.nationwide-2-block h2[style*="#E91E63"],
.nationwide-2-block h2[style*="#f50057"],
.nationwide-2-block h2[style*="#F50057"],
.nationwide-2-block h2[style*="rgb(255, 0, 255)"],
.nationwide-2-block h2[style*="rgb(255,0,255)"],
.nationwide-2-block h2[style*="rgb(233, 30, 140)"],
.nationwide-2-block h2[style*="rgb(233,30,140)"],
.nationwide-2-block h2[style*="color: fuchsia"],
.nationwide-2-block h2[style*="color:fuchsia"],
.nationwide-2-block h2[style*="color: magenta"],
.nationwide-2-block h2[style*="color:magenta"],
.nationwide-2-block h3[style*="#e91e8c"],
.nationwide-2-block h3[style*="#E91E8C"],
.nationwide-2-block h3[style*="#ff00ff"],
.nationwide-2-block h3[style*="#FF00FF"],
.nationwide-2-block h3[style*="#ff0090"],
.nationwide-2-block h3[style*="#FF0090"],
.nationwide-2-block h3[style*="#e91e63"],
.nationwide-2-block h3[style*="#E91E63"],
.nationwide-2-block h3[style*="#f50057"],
.nationwide-2-block h3[style*="#F50057"],
.nationwide-2-block h3[style*="rgb(255, 0, 255)"],
.nationwide-2-block h3[style*="rgb(255,0,255)"],
.nationwide-2-block h3[style*="rgb(233, 30, 140)"],
.nationwide-2-block h3[style*="rgb(233,30,140)"],
.nationwide-2-block h3[style*="color: fuchsia"],
.nationwide-2-block h3[style*="color:fuchsia"],
.nationwide-2-block h3[style*="color: magenta"],
.nationwide-2-block h3[style*="color:magenta"],
.nationwide-2-block h4[style*="#e91e8c"],
.nationwide-2-block h4[style*="#E91E8C"],
.nationwide-2-block h4[style*="#ff00ff"],
.nationwide-2-block h4[style*="#FF00FF"],
.nationwide-2-block h4[style*="#ff0090"],
.nationwide-2-block h4[style*="#FF0090"],
.nationwide-2-block h4[style*="#e91e63"],
.nationwide-2-block h4[style*="#E91E63"],
.nationwide-2-block h4[style*="#f50057"],
.nationwide-2-block h4[style*="#F50057"],
.nationwide-2-block h4[style*="rgb(255, 0, 255)"],
.nationwide-2-block h4[style*="rgb(255,0,255)"],
.nationwide-2-block h4[style*="rgb(233, 30, 140)"],
.nationwide-2-block h4[style*="rgb(233,30,140)"],
.nationwide-2-block h4[style*="color: fuchsia"],
.nationwide-2-block h4[style*="color:fuchsia"],
.nationwide-2-block h4[style*="color: magenta"],
.nationwide-2-block h4[style*="color:magenta"],
.nationwide-2-block h5[style*="#e91e8c"],
.nationwide-2-block h5[style*="#E91E8C"],
.nationwide-2-block h5[style*="#ff00ff"],
.nationwide-2-block h5[style*="#FF00FF"],
.nationwide-2-block h5[style*="#ff0090"],
.nationwide-2-block h5[style*="#FF0090"],
.nationwide-2-block h5[style*="#e91e63"],
.nationwide-2-block h5[style*="#E91E63"],
.nationwide-2-block h5[style*="#f50057"],
.nationwide-2-block h5[style*="#F50057"],
.nationwide-2-block h5[style*="rgb(255, 0, 255)"],
.nationwide-2-block h5[style*="rgb(255,0,255)"],
.nationwide-2-block h5[style*="rgb(233, 30, 140)"],
.nationwide-2-block h5[style*="rgb(233,30,140)"],
.nationwide-2-block h5[style*="color: fuchsia"],
.nationwide-2-block h5[style*="color:fuchsia"],
.nationwide-2-block h5[style*="color: magenta"],
.nationwide-2-block h5[style*="color:magenta"],
.nationwide-2-block h6[style*="#e91e8c"],
.nationwide-2-block h6[style*="#E91E8C"],
.nationwide-2-block h6[style*="#ff00ff"],
.nationwide-2-block h6[style*="#FF00FF"],
.nationwide-2-block h6[style*="#ff0090"],
.nationwide-2-block h6[style*="#FF0090"],
.nationwide-2-block h6[style*="#e91e63"],
.nationwide-2-block h6[style*="#E91E63"],
.nationwide-2-block h6[style*="#f50057"],
.nationwide-2-block h6[style*="#F50057"],
.nationwide-2-block h6[style*="rgb(255, 0, 255)"],
.nationwide-2-block h6[style*="rgb(255,0,255)"],
.nationwide-2-block h6[style*="rgb(233, 30, 140)"],
.nationwide-2-block h6[style*="rgb(233,30,140)"],
.nationwide-2-block h6[style*="color: fuchsia"],
.nationwide-2-block h6[style*="color:fuchsia"],
.nationwide-2-block h6[style*="color: magenta"],
.nationwide-2-block h6[style*="color:magenta"],
.nationwide-2-block li[style*="#e91e8c"],
.nationwide-2-block li[style*="#E91E8C"],
.nationwide-2-block li[style*="#ff00ff"],
.nationwide-2-block li[style*="#FF00FF"],
.nationwide-2-block li[style*="#ff0090"],
.nationwide-2-block li[style*="#FF0090"],
.nationwide-2-block li[style*="#e91e63"],
.nationwide-2-block li[style*="#E91E63"],
.nationwide-2-block li[style*="#f50057"],
.nationwide-2-block li[style*="#F50057"],
.nationwide-2-block li[style*="rgb(255, 0, 255)"],
.nationwide-2-block li[style*="rgb(255,0,255)"],
.nationwide-2-block li[style*="rgb(233, 30, 140)"],
.nationwide-2-block li[style*="rgb(233,30,140)"],
.nationwide-2-block li[style*="color: fuchsia"],
.nationwide-2-block li[style*="color:fuchsia"],
.nationwide-2-block li[style*="color: magenta"],
.nationwide-2-block li[style*="color:magenta"],
.nationwide-2-block div[style*="#e91e8c"],
.nationwide-2-block div[style*="#E91E8C"],
.nationwide-2-block div[style*="#ff00ff"],
.nationwide-2-block div[style*="#FF00FF"],
.nationwide-2-block div[style*="#ff0090"],
.nationwide-2-block div[style*="#FF0090"],
.nationwide-2-block div[style*="#e91e63"],
.nationwide-2-block div[style*="#E91E63"],
.nationwide-2-block div[style*="#f50057"],
.nationwide-2-block div[style*="#F50057"],
.nationwide-2-block div[style*="rgb(255, 0, 255)"],
.nationwide-2-block div[style*="rgb(255,0,255)"],
.nationwide-2-block div[style*="rgb(233, 30, 140)"],
.nationwide-2-block div[style*="rgb(233,30,140)"],
.nationwide-2-block div[style*="color: fuchsia"],
.nationwide-2-block div[style*="color:fuchsia"],
.nationwide-2-block div[style*="color: magenta"],
.nationwide-2-block div[style*="color:magenta"],
.nationwide-2-block td[style*="#e91e8c"],
.nationwide-2-block td[style*="#E91E8C"],
.nationwide-2-block td[style*="#ff00ff"],
.nationwide-2-block td[style*="#FF00FF"],
.nationwide-2-block td[style*="#ff0090"],
.nationwide-2-block td[style*="#FF0090"],
.nationwide-2-block td[style*="#e91e63"],
.nationwide-2-block td[style*="#E91E63"],
.nationwide-2-block td[style*="#f50057"],
.nationwide-2-block td[style*="#F50057"],
.nationwide-2-block td[style*="rgb(255, 0, 255)"],
.nationwide-2-block td[style*="rgb(255,0,255)"],
.nationwide-2-block td[style*="rgb(233, 30, 140)"],
.nationwide-2-block td[style*="rgb(233,30,140)"],
.nationwide-2-block td[style*="color: fuchsia"],
.nationwide-2-block td[style*="color:fuchsia"],
.nationwide-2-block td[style*="color: magenta"],
.nationwide-2-block td[style*="color:magenta"],
.nationwide-2-block th[style*="#e91e8c"],
.nationwide-2-block th[style*="#E91E8C"],
.nationwide-2-block th[style*="#ff00ff"],
.nationwide-2-block th[style*="#FF00FF"],
.nationwide-2-block th[style*="#ff0090"],
.nationwide-2-block th[style*="#FF0090"],
.nationwide-2-block th[style*="#e91e63"],
.nationwide-2-block th[style*="#E91E63"],
.nationwide-2-block th[style*="#f50057"],
.nationwide-2-block th[style*="#F50057"],
.nationwide-2-block th[style*="rgb(255, 0, 255)"],
.nationwide-2-block th[style*="rgb(255,0,255)"],
.nationwide-2-block th[style*="rgb(233, 30, 140)"],
.nationwide-2-block th[style*="rgb(233,30,140)"],
.nationwide-2-block th[style*="color: fuchsia"],
.nationwide-2-block th[style*="color:fuchsia"],
.nationwide-2-block th[style*="color: magenta"],
.nationwide-2-block th[style*="color:magenta"],
.nationwide-2-block summary[style*="#e91e8c"],
.nationwide-2-block summary[style*="#E91E8C"],
.nationwide-2-block summary[style*="#ff00ff"],
.nationwide-2-block summary[style*="#FF00FF"],
.nationwide-2-block summary[style*="#ff0090"],
.nationwide-2-block summary[style*="#FF0090"],
.nationwide-2-block summary[style*="#e91e63"],
.nationwide-2-block summary[style*="#E91E63"],
.nationwide-2-block summary[style*="#f50057"],
.nationwide-2-block summary[style*="#F50057"],
.nationwide-2-block summary[style*="rgb(255, 0, 255)"],
.nationwide-2-block summary[style*="rgb(255,0,255)"],
.nationwide-2-block summary[style*="rgb(233, 30, 140)"],
.nationwide-2-block summary[style*="rgb(233,30,140)"],
.nationwide-2-block summary[style*="color: fuchsia"],
.nationwide-2-block summary[style*="color:fuchsia"],
.nationwide-2-block summary[style*="color: magenta"],
.nationwide-2-block summary[style*="color:magenta"],
.nationwide-2-block .wp-block-button__link[style*="#e91e8c"],
.nationwide-2-block .wp-block-button__link[style*="#E91E8C"],
.nationwide-2-block .wp-block-button__link[style*="#ff00ff"],
.nationwide-2-block .wp-block-button__link[style*="#FF00FF"],
.nationwide-2-block .wp-block-button__link[style*="#ff0090"],
.nationwide-2-block .wp-block-button__link[style*="#FF0090"],
.nationwide-2-block .wp-block-button__link[style*="#e91e63"],
.nationwide-2-block .wp-block-button__link[style*="#E91E63"],
.nationwide-2-block .wp-block-button__link[style*="#f50057"],
.nationwide-2-block .wp-block-button__link[style*="#F50057"],
.nationwide-2-block .wp-block-button__link[style*="rgb(255, 0, 255)"],
.nationwide-2-block .wp-block-button__link[style*="rgb(255,0,255)"],
.nationwide-2-block .wp-block-button__link[style*="rgb(233, 30, 140)"],
.nationwide-2-block .wp-block-button__link[style*="rgb(233,30,140)"],
.nationwide-2-block .wp-block-button__link[style*="color: fuchsia"],
.nationwide-2-block .wp-block-button__link[style*="color:fuchsia"],
.nationwide-2-block .wp-block-button__link[style*="color: magenta"],
.nationwide-2-block .wp-block-button__link[style*="color:magenta"] {
  color: #F5B700 !important;
}
.entry-content a[style*="background-color:#e91e8c"], .entry-content a[style*="background-color: #e91e8c"], .entry-content a[style*="background-color:#E91E8C"], .entry-content a[style*="background-color: #E91E8C"], .entry-content a[style*="background:#e91e8c"], .entry-content a[style*="background: #e91e8c"], .entry-content a[style*="background:#E91E8C"], .entry-content a[style*="background: #E91E8C"], .entry-content a[style*="background-color:#ff00ff"], .entry-content a[style*="background-color: #ff00ff"], .entry-content a[style*="background-color:#FF00FF"], .entry-content a[style*="background-color: #FF00FF"], .entry-content a[style*="background-color:#ff0090"], .entry-content a[style*="background-color: #ff0090"], .entry-content a[style*="background-color:#e91e63"], .entry-content a[style*="background-color: #e91e63"], .entry-content a[style*="background-color:#f50057"], .entry-content a[style*="background-color: #f50057"], .entry-content a[style*="background:#ff00ff"], .entry-content a[style*="background: #ff00ff"], .entry-content a[style*="background:#FF00FF"], .entry-content a[style*="background: #FF00FF"], .entry-content a[style*="border-color:#e91e8c"], .entry-content a[style*="border-color: #e91e8c"], .entry-content a[style*="border-color:#E91E8C"], .entry-content a[style*="border-color: #E91E8C"], .entry-content a[style*="border-color:#ff00ff"], .entry-content a[style*="border-color: #ff00ff"], .entry-content a[style*="border-color:#FF00FF"], .entry-content a[style*="border-color: #FF00FF"], .entry-content a[style*="border: 2px solid #e91e8c"], .entry-content a[style*="border:2px solid #e91e8c"], .entry-content a[style*="border: 2px solid #E91E8C"], .entry-content a[style*="border:2px solid #E91E8C"], .entry-content a[style*="border: 2px solid #ff00ff"], .entry-content a[style*="border:2px solid #ff00ff"], .entry-content a[style*="border: 2px solid #FF00FF"], .entry-content a[style*="border:2px solid #FF00FF"],
.entry-content span[style*="background-color:#e91e8c"],
.entry-content span[style*="background-color: #e91e8c"],
.entry-content span[style*="background-color:#E91E8C"],
.entry-content span[style*="background-color: #E91E8C"],
.entry-content span[style*="background:#e91e8c"],
.entry-content span[style*="background: #e91e8c"],
.entry-content span[style*="background:#E91E8C"],
.entry-content span[style*="background: #E91E8C"],
.entry-content span[style*="background-color:#ff00ff"],
.entry-content span[style*="background-color: #ff00ff"],
.entry-content span[style*="background-color:#FF00FF"],
.entry-content span[style*="background-color: #FF00FF"],
.entry-content span[style*="background-color:#ff0090"],
.entry-content span[style*="background-color: #ff0090"],
.entry-content span[style*="background-color:#e91e63"],
.entry-content span[style*="background-color: #e91e63"],
.entry-content span[style*="background-color:#f50057"],
.entry-content span[style*="background-color: #f50057"],
.entry-content span[style*="background:#ff00ff"],
.entry-content span[style*="background: #ff00ff"],
.entry-content span[style*="background:#FF00FF"],
.entry-content span[style*="background: #FF00FF"],
.entry-content span[style*="border-color:#e91e8c"],
.entry-content span[style*="border-color: #e91e8c"],
.entry-content span[style*="border-color:#E91E8C"],
.entry-content span[style*="border-color: #E91E8C"],
.entry-content span[style*="border-color:#ff00ff"],
.entry-content span[style*="border-color: #ff00ff"],
.entry-content span[style*="border-color:#FF00FF"],
.entry-content span[style*="border-color: #FF00FF"],
.entry-content span[style*="border: 2px solid #e91e8c"],
.entry-content span[style*="border:2px solid #e91e8c"],
.entry-content span[style*="border: 2px solid #E91E8C"],
.entry-content span[style*="border:2px solid #E91E8C"],
.entry-content span[style*="border: 2px solid #ff00ff"],
.entry-content span[style*="border:2px solid #ff00ff"],
.entry-content span[style*="border: 2px solid #FF00FF"],
.entry-content span[style*="border:2px solid #FF00FF"],
.entry-content strong[style*="background-color:#e91e8c"],
.entry-content strong[style*="background-color: #e91e8c"],
.entry-content strong[style*="background-color:#E91E8C"],
.entry-content strong[style*="background-color: #E91E8C"],
.entry-content strong[style*="background:#e91e8c"],
.entry-content strong[style*="background: #e91e8c"],
.entry-content strong[style*="background:#E91E8C"],
.entry-content strong[style*="background: #E91E8C"],
.entry-content strong[style*="background-color:#ff00ff"],
.entry-content strong[style*="background-color: #ff00ff"],
.entry-content strong[style*="background-color:#FF00FF"],
.entry-content strong[style*="background-color: #FF00FF"],
.entry-content strong[style*="background-color:#ff0090"],
.entry-content strong[style*="background-color: #ff0090"],
.entry-content strong[style*="background-color:#e91e63"],
.entry-content strong[style*="background-color: #e91e63"],
.entry-content strong[style*="background-color:#f50057"],
.entry-content strong[style*="background-color: #f50057"],
.entry-content strong[style*="background:#ff00ff"],
.entry-content strong[style*="background: #ff00ff"],
.entry-content strong[style*="background:#FF00FF"],
.entry-content strong[style*="background: #FF00FF"],
.entry-content strong[style*="border-color:#e91e8c"],
.entry-content strong[style*="border-color: #e91e8c"],
.entry-content strong[style*="border-color:#E91E8C"],
.entry-content strong[style*="border-color: #E91E8C"],
.entry-content strong[style*="border-color:#ff00ff"],
.entry-content strong[style*="border-color: #ff00ff"],
.entry-content strong[style*="border-color:#FF00FF"],
.entry-content strong[style*="border-color: #FF00FF"],
.entry-content strong[style*="border: 2px solid #e91e8c"],
.entry-content strong[style*="border:2px solid #e91e8c"],
.entry-content strong[style*="border: 2px solid #E91E8C"],
.entry-content strong[style*="border:2px solid #E91E8C"],
.entry-content strong[style*="border: 2px solid #ff00ff"],
.entry-content strong[style*="border:2px solid #ff00ff"],
.entry-content strong[style*="border: 2px solid #FF00FF"],
.entry-content strong[style*="border:2px solid #FF00FF"],
.entry-content em[style*="background-color:#e91e8c"],
.entry-content em[style*="background-color: #e91e8c"],
.entry-content em[style*="background-color:#E91E8C"],
.entry-content em[style*="background-color: #E91E8C"],
.entry-content em[style*="background:#e91e8c"],
.entry-content em[style*="background: #e91e8c"],
.entry-content em[style*="background:#E91E8C"],
.entry-content em[style*="background: #E91E8C"],
.entry-content em[style*="background-color:#ff00ff"],
.entry-content em[style*="background-color: #ff00ff"],
.entry-content em[style*="background-color:#FF00FF"],
.entry-content em[style*="background-color: #FF00FF"],
.entry-content em[style*="background-color:#ff0090"],
.entry-content em[style*="background-color: #ff0090"],
.entry-content em[style*="background-color:#e91e63"],
.entry-content em[style*="background-color: #e91e63"],
.entry-content em[style*="background-color:#f50057"],
.entry-content em[style*="background-color: #f50057"],
.entry-content em[style*="background:#ff00ff"],
.entry-content em[style*="background: #ff00ff"],
.entry-content em[style*="background:#FF00FF"],
.entry-content em[style*="background: #FF00FF"],
.entry-content em[style*="border-color:#e91e8c"],
.entry-content em[style*="border-color: #e91e8c"],
.entry-content em[style*="border-color:#E91E8C"],
.entry-content em[style*="border-color: #E91E8C"],
.entry-content em[style*="border-color:#ff00ff"],
.entry-content em[style*="border-color: #ff00ff"],
.entry-content em[style*="border-color:#FF00FF"],
.entry-content em[style*="border-color: #FF00FF"],
.entry-content em[style*="border: 2px solid #e91e8c"],
.entry-content em[style*="border:2px solid #e91e8c"],
.entry-content em[style*="border: 2px solid #E91E8C"],
.entry-content em[style*="border:2px solid #E91E8C"],
.entry-content em[style*="border: 2px solid #ff00ff"],
.entry-content em[style*="border:2px solid #ff00ff"],
.entry-content em[style*="border: 2px solid #FF00FF"],
.entry-content em[style*="border:2px solid #FF00FF"],
.entry-content p[style*="background-color:#e91e8c"],
.entry-content p[style*="background-color: #e91e8c"],
.entry-content p[style*="background-color:#E91E8C"],
.entry-content p[style*="background-color: #E91E8C"],
.entry-content p[style*="background:#e91e8c"],
.entry-content p[style*="background: #e91e8c"],
.entry-content p[style*="background:#E91E8C"],
.entry-content p[style*="background: #E91E8C"],
.entry-content p[style*="background-color:#ff00ff"],
.entry-content p[style*="background-color: #ff00ff"],
.entry-content p[style*="background-color:#FF00FF"],
.entry-content p[style*="background-color: #FF00FF"],
.entry-content p[style*="background-color:#ff0090"],
.entry-content p[style*="background-color: #ff0090"],
.entry-content p[style*="background-color:#e91e63"],
.entry-content p[style*="background-color: #e91e63"],
.entry-content p[style*="background-color:#f50057"],
.entry-content p[style*="background-color: #f50057"],
.entry-content p[style*="background:#ff00ff"],
.entry-content p[style*="background: #ff00ff"],
.entry-content p[style*="background:#FF00FF"],
.entry-content p[style*="background: #FF00FF"],
.entry-content p[style*="border-color:#e91e8c"],
.entry-content p[style*="border-color: #e91e8c"],
.entry-content p[style*="border-color:#E91E8C"],
.entry-content p[style*="border-color: #E91E8C"],
.entry-content p[style*="border-color:#ff00ff"],
.entry-content p[style*="border-color: #ff00ff"],
.entry-content p[style*="border-color:#FF00FF"],
.entry-content p[style*="border-color: #FF00FF"],
.entry-content p[style*="border: 2px solid #e91e8c"],
.entry-content p[style*="border:2px solid #e91e8c"],
.entry-content p[style*="border: 2px solid #E91E8C"],
.entry-content p[style*="border:2px solid #E91E8C"],
.entry-content p[style*="border: 2px solid #ff00ff"],
.entry-content p[style*="border:2px solid #ff00ff"],
.entry-content p[style*="border: 2px solid #FF00FF"],
.entry-content p[style*="border:2px solid #FF00FF"],
.entry-content h1[style*="background-color:#e91e8c"],
.entry-content h1[style*="background-color: #e91e8c"],
.entry-content h1[style*="background-color:#E91E8C"],
.entry-content h1[style*="background-color: #E91E8C"],
.entry-content h1[style*="background:#e91e8c"],
.entry-content h1[style*="background: #e91e8c"],
.entry-content h1[style*="background:#E91E8C"],
.entry-content h1[style*="background: #E91E8C"],
.entry-content h1[style*="background-color:#ff00ff"],
.entry-content h1[style*="background-color: #ff00ff"],
.entry-content h1[style*="background-color:#FF00FF"],
.entry-content h1[style*="background-color: #FF00FF"],
.entry-content h1[style*="background-color:#ff0090"],
.entry-content h1[style*="background-color: #ff0090"],
.entry-content h1[style*="background-color:#e91e63"],
.entry-content h1[style*="background-color: #e91e63"],
.entry-content h1[style*="background-color:#f50057"],
.entry-content h1[style*="background-color: #f50057"],
.entry-content h1[style*="background:#ff00ff"],
.entry-content h1[style*="background: #ff00ff"],
.entry-content h1[style*="background:#FF00FF"],
.entry-content h1[style*="background: #FF00FF"],
.entry-content h1[style*="border-color:#e91e8c"],
.entry-content h1[style*="border-color: #e91e8c"],
.entry-content h1[style*="border-color:#E91E8C"],
.entry-content h1[style*="border-color: #E91E8C"],
.entry-content h1[style*="border-color:#ff00ff"],
.entry-content h1[style*="border-color: #ff00ff"],
.entry-content h1[style*="border-color:#FF00FF"],
.entry-content h1[style*="border-color: #FF00FF"],
.entry-content h1[style*="border: 2px solid #e91e8c"],
.entry-content h1[style*="border:2px solid #e91e8c"],
.entry-content h1[style*="border: 2px solid #E91E8C"],
.entry-content h1[style*="border:2px solid #E91E8C"],
.entry-content h1[style*="border: 2px solid #ff00ff"],
.entry-content h1[style*="border:2px solid #ff00ff"],
.entry-content h1[style*="border: 2px solid #FF00FF"],
.entry-content h1[style*="border:2px solid #FF00FF"],
.entry-content h2[style*="background-color:#e91e8c"],
.entry-content h2[style*="background-color: #e91e8c"],
.entry-content h2[style*="background-color:#E91E8C"],
.entry-content h2[style*="background-color: #E91E8C"],
.entry-content h2[style*="background:#e91e8c"],
.entry-content h2[style*="background: #e91e8c"],
.entry-content h2[style*="background:#E91E8C"],
.entry-content h2[style*="background: #E91E8C"],
.entry-content h2[style*="background-color:#ff00ff"],
.entry-content h2[style*="background-color: #ff00ff"],
.entry-content h2[style*="background-color:#FF00FF"],
.entry-content h2[style*="background-color: #FF00FF"],
.entry-content h2[style*="background-color:#ff0090"],
.entry-content h2[style*="background-color: #ff0090"],
.entry-content h2[style*="background-color:#e91e63"],
.entry-content h2[style*="background-color: #e91e63"],
.entry-content h2[style*="background-color:#f50057"],
.entry-content h2[style*="background-color: #f50057"],
.entry-content h2[style*="background:#ff00ff"],
.entry-content h2[style*="background: #ff00ff"],
.entry-content h2[style*="background:#FF00FF"],
.entry-content h2[style*="background: #FF00FF"],
.entry-content h2[style*="border-color:#e91e8c"],
.entry-content h2[style*="border-color: #e91e8c"],
.entry-content h2[style*="border-color:#E91E8C"],
.entry-content h2[style*="border-color: #E91E8C"],
.entry-content h2[style*="border-color:#ff00ff"],
.entry-content h2[style*="border-color: #ff00ff"],
.entry-content h2[style*="border-color:#FF00FF"],
.entry-content h2[style*="border-color: #FF00FF"],
.entry-content h2[style*="border: 2px solid #e91e8c"],
.entry-content h2[style*="border:2px solid #e91e8c"],
.entry-content h2[style*="border: 2px solid #E91E8C"],
.entry-content h2[style*="border:2px solid #E91E8C"],
.entry-content h2[style*="border: 2px solid #ff00ff"],
.entry-content h2[style*="border:2px solid #ff00ff"],
.entry-content h2[style*="border: 2px solid #FF00FF"],
.entry-content h2[style*="border:2px solid #FF00FF"],
.entry-content h3[style*="background-color:#e91e8c"],
.entry-content h3[style*="background-color: #e91e8c"],
.entry-content h3[style*="background-color:#E91E8C"],
.entry-content h3[style*="background-color: #E91E8C"],
.entry-content h3[style*="background:#e91e8c"],
.entry-content h3[style*="background: #e91e8c"],
.entry-content h3[style*="background:#E91E8C"],
.entry-content h3[style*="background: #E91E8C"],
.entry-content h3[style*="background-color:#ff00ff"],
.entry-content h3[style*="background-color: #ff00ff"],
.entry-content h3[style*="background-color:#FF00FF"],
.entry-content h3[style*="background-color: #FF00FF"],
.entry-content h3[style*="background-color:#ff0090"],
.entry-content h3[style*="background-color: #ff0090"],
.entry-content h3[style*="background-color:#e91e63"],
.entry-content h3[style*="background-color: #e91e63"],
.entry-content h3[style*="background-color:#f50057"],
.entry-content h3[style*="background-color: #f50057"],
.entry-content h3[style*="background:#ff00ff"],
.entry-content h3[style*="background: #ff00ff"],
.entry-content h3[style*="background:#FF00FF"],
.entry-content h3[style*="background: #FF00FF"],
.entry-content h3[style*="border-color:#e91e8c"],
.entry-content h3[style*="border-color: #e91e8c"],
.entry-content h3[style*="border-color:#E91E8C"],
.entry-content h3[style*="border-color: #E91E8C"],
.entry-content h3[style*="border-color:#ff00ff"],
.entry-content h3[style*="border-color: #ff00ff"],
.entry-content h3[style*="border-color:#FF00FF"],
.entry-content h3[style*="border-color: #FF00FF"],
.entry-content h3[style*="border: 2px solid #e91e8c"],
.entry-content h3[style*="border:2px solid #e91e8c"],
.entry-content h3[style*="border: 2px solid #E91E8C"],
.entry-content h3[style*="border:2px solid #E91E8C"],
.entry-content h3[style*="border: 2px solid #ff00ff"],
.entry-content h3[style*="border:2px solid #ff00ff"],
.entry-content h3[style*="border: 2px solid #FF00FF"],
.entry-content h3[style*="border:2px solid #FF00FF"],
.entry-content h4[style*="background-color:#e91e8c"],
.entry-content h4[style*="background-color: #e91e8c"],
.entry-content h4[style*="background-color:#E91E8C"],
.entry-content h4[style*="background-color: #E91E8C"],
.entry-content h4[style*="background:#e91e8c"],
.entry-content h4[style*="background: #e91e8c"],
.entry-content h4[style*="background:#E91E8C"],
.entry-content h4[style*="background: #E91E8C"],
.entry-content h4[style*="background-color:#ff00ff"],
.entry-content h4[style*="background-color: #ff00ff"],
.entry-content h4[style*="background-color:#FF00FF"],
.entry-content h4[style*="background-color: #FF00FF"],
.entry-content h4[style*="background-color:#ff0090"],
.entry-content h4[style*="background-color: #ff0090"],
.entry-content h4[style*="background-color:#e91e63"],
.entry-content h4[style*="background-color: #e91e63"],
.entry-content h4[style*="background-color:#f50057"],
.entry-content h4[style*="background-color: #f50057"],
.entry-content h4[style*="background:#ff00ff"],
.entry-content h4[style*="background: #ff00ff"],
.entry-content h4[style*="background:#FF00FF"],
.entry-content h4[style*="background: #FF00FF"],
.entry-content h4[style*="border-color:#e91e8c"],
.entry-content h4[style*="border-color: #e91e8c"],
.entry-content h4[style*="border-color:#E91E8C"],
.entry-content h4[style*="border-color: #E91E8C"],
.entry-content h4[style*="border-color:#ff00ff"],
.entry-content h4[style*="border-color: #ff00ff"],
.entry-content h4[style*="border-color:#FF00FF"],
.entry-content h4[style*="border-color: #FF00FF"],
.entry-content h4[style*="border: 2px solid #e91e8c"],
.entry-content h4[style*="border:2px solid #e91e8c"],
.entry-content h4[style*="border: 2px solid #E91E8C"],
.entry-content h4[style*="border:2px solid #E91E8C"],
.entry-content h4[style*="border: 2px solid #ff00ff"],
.entry-content h4[style*="border:2px solid #ff00ff"],
.entry-content h4[style*="border: 2px solid #FF00FF"],
.entry-content h4[style*="border:2px solid #FF00FF"],
.entry-content h5[style*="background-color:#e91e8c"],
.entry-content h5[style*="background-color: #e91e8c"],
.entry-content h5[style*="background-color:#E91E8C"],
.entry-content h5[style*="background-color: #E91E8C"],
.entry-content h5[style*="background:#e91e8c"],
.entry-content h5[style*="background: #e91e8c"],
.entry-content h5[style*="background:#E91E8C"],
.entry-content h5[style*="background: #E91E8C"],
.entry-content h5[style*="background-color:#ff00ff"],
.entry-content h5[style*="background-color: #ff00ff"],
.entry-content h5[style*="background-color:#FF00FF"],
.entry-content h5[style*="background-color: #FF00FF"],
.entry-content h5[style*="background-color:#ff0090"],
.entry-content h5[style*="background-color: #ff0090"],
.entry-content h5[style*="background-color:#e91e63"],
.entry-content h5[style*="background-color: #e91e63"],
.entry-content h5[style*="background-color:#f50057"],
.entry-content h5[style*="background-color: #f50057"],
.entry-content h5[style*="background:#ff00ff"],
.entry-content h5[style*="background: #ff00ff"],
.entry-content h5[style*="background:#FF00FF"],
.entry-content h5[style*="background: #FF00FF"],
.entry-content h5[style*="border-color:#e91e8c"],
.entry-content h5[style*="border-color: #e91e8c"],
.entry-content h5[style*="border-color:#E91E8C"],
.entry-content h5[style*="border-color: #E91E8C"],
.entry-content h5[style*="border-color:#ff00ff"],
.entry-content h5[style*="border-color: #ff00ff"],
.entry-content h5[style*="border-color:#FF00FF"],
.entry-content h5[style*="border-color: #FF00FF"],
.entry-content h5[style*="border: 2px solid #e91e8c"],
.entry-content h5[style*="border:2px solid #e91e8c"],
.entry-content h5[style*="border: 2px solid #E91E8C"],
.entry-content h5[style*="border:2px solid #E91E8C"],
.entry-content h5[style*="border: 2px solid #ff00ff"],
.entry-content h5[style*="border:2px solid #ff00ff"],
.entry-content h5[style*="border: 2px solid #FF00FF"],
.entry-content h5[style*="border:2px solid #FF00FF"],
.entry-content h6[style*="background-color:#e91e8c"],
.entry-content h6[style*="background-color: #e91e8c"],
.entry-content h6[style*="background-color:#E91E8C"],
.entry-content h6[style*="background-color: #E91E8C"],
.entry-content h6[style*="background:#e91e8c"],
.entry-content h6[style*="background: #e91e8c"],
.entry-content h6[style*="background:#E91E8C"],
.entry-content h6[style*="background: #E91E8C"],
.entry-content h6[style*="background-color:#ff00ff"],
.entry-content h6[style*="background-color: #ff00ff"],
.entry-content h6[style*="background-color:#FF00FF"],
.entry-content h6[style*="background-color: #FF00FF"],
.entry-content h6[style*="background-color:#ff0090"],
.entry-content h6[style*="background-color: #ff0090"],
.entry-content h6[style*="background-color:#e91e63"],
.entry-content h6[style*="background-color: #e91e63"],
.entry-content h6[style*="background-color:#f50057"],
.entry-content h6[style*="background-color: #f50057"],
.entry-content h6[style*="background:#ff00ff"],
.entry-content h6[style*="background: #ff00ff"],
.entry-content h6[style*="background:#FF00FF"],
.entry-content h6[style*="background: #FF00FF"],
.entry-content h6[style*="border-color:#e91e8c"],
.entry-content h6[style*="border-color: #e91e8c"],
.entry-content h6[style*="border-color:#E91E8C"],
.entry-content h6[style*="border-color: #E91E8C"],
.entry-content h6[style*="border-color:#ff00ff"],
.entry-content h6[style*="border-color: #ff00ff"],
.entry-content h6[style*="border-color:#FF00FF"],
.entry-content h6[style*="border-color: #FF00FF"],
.entry-content h6[style*="border: 2px solid #e91e8c"],
.entry-content h6[style*="border:2px solid #e91e8c"],
.entry-content h6[style*="border: 2px solid #E91E8C"],
.entry-content h6[style*="border:2px solid #E91E8C"],
.entry-content h6[style*="border: 2px solid #ff00ff"],
.entry-content h6[style*="border:2px solid #ff00ff"],
.entry-content h6[style*="border: 2px solid #FF00FF"],
.entry-content h6[style*="border:2px solid #FF00FF"],
.entry-content li[style*="background-color:#e91e8c"],
.entry-content li[style*="background-color: #e91e8c"],
.entry-content li[style*="background-color:#E91E8C"],
.entry-content li[style*="background-color: #E91E8C"],
.entry-content li[style*="background:#e91e8c"],
.entry-content li[style*="background: #e91e8c"],
.entry-content li[style*="background:#E91E8C"],
.entry-content li[style*="background: #E91E8C"],
.entry-content li[style*="background-color:#ff00ff"],
.entry-content li[style*="background-color: #ff00ff"],
.entry-content li[style*="background-color:#FF00FF"],
.entry-content li[style*="background-color: #FF00FF"],
.entry-content li[style*="background-color:#ff0090"],
.entry-content li[style*="background-color: #ff0090"],
.entry-content li[style*="background-color:#e91e63"],
.entry-content li[style*="background-color: #e91e63"],
.entry-content li[style*="background-color:#f50057"],
.entry-content li[style*="background-color: #f50057"],
.entry-content li[style*="background:#ff00ff"],
.entry-content li[style*="background: #ff00ff"],
.entry-content li[style*="background:#FF00FF"],
.entry-content li[style*="background: #FF00FF"],
.entry-content li[style*="border-color:#e91e8c"],
.entry-content li[style*="border-color: #e91e8c"],
.entry-content li[style*="border-color:#E91E8C"],
.entry-content li[style*="border-color: #E91E8C"],
.entry-content li[style*="border-color:#ff00ff"],
.entry-content li[style*="border-color: #ff00ff"],
.entry-content li[style*="border-color:#FF00FF"],
.entry-content li[style*="border-color: #FF00FF"],
.entry-content li[style*="border: 2px solid #e91e8c"],
.entry-content li[style*="border:2px solid #e91e8c"],
.entry-content li[style*="border: 2px solid #E91E8C"],
.entry-content li[style*="border:2px solid #E91E8C"],
.entry-content li[style*="border: 2px solid #ff00ff"],
.entry-content li[style*="border:2px solid #ff00ff"],
.entry-content li[style*="border: 2px solid #FF00FF"],
.entry-content li[style*="border:2px solid #FF00FF"],
.entry-content div[style*="background-color:#e91e8c"],
.entry-content div[style*="background-color: #e91e8c"],
.entry-content div[style*="background-color:#E91E8C"],
.entry-content div[style*="background-color: #E91E8C"],
.entry-content div[style*="background:#e91e8c"],
.entry-content div[style*="background: #e91e8c"],
.entry-content div[style*="background:#E91E8C"],
.entry-content div[style*="background: #E91E8C"],
.entry-content div[style*="background-color:#ff00ff"],
.entry-content div[style*="background-color: #ff00ff"],
.entry-content div[style*="background-color:#FF00FF"],
.entry-content div[style*="background-color: #FF00FF"],
.entry-content div[style*="background-color:#ff0090"],
.entry-content div[style*="background-color: #ff0090"],
.entry-content div[style*="background-color:#e91e63"],
.entry-content div[style*="background-color: #e91e63"],
.entry-content div[style*="background-color:#f50057"],
.entry-content div[style*="background-color: #f50057"],
.entry-content div[style*="background:#ff00ff"],
.entry-content div[style*="background: #ff00ff"],
.entry-content div[style*="background:#FF00FF"],
.entry-content div[style*="background: #FF00FF"],
.entry-content div[style*="border-color:#e91e8c"],
.entry-content div[style*="border-color: #e91e8c"],
.entry-content div[style*="border-color:#E91E8C"],
.entry-content div[style*="border-color: #E91E8C"],
.entry-content div[style*="border-color:#ff00ff"],
.entry-content div[style*="border-color: #ff00ff"],
.entry-content div[style*="border-color:#FF00FF"],
.entry-content div[style*="border-color: #FF00FF"],
.entry-content div[style*="border: 2px solid #e91e8c"],
.entry-content div[style*="border:2px solid #e91e8c"],
.entry-content div[style*="border: 2px solid #E91E8C"],
.entry-content div[style*="border:2px solid #E91E8C"],
.entry-content div[style*="border: 2px solid #ff00ff"],
.entry-content div[style*="border:2px solid #ff00ff"],
.entry-content div[style*="border: 2px solid #FF00FF"],
.entry-content div[style*="border:2px solid #FF00FF"],
.entry-content td[style*="background-color:#e91e8c"],
.entry-content td[style*="background-color: #e91e8c"],
.entry-content td[style*="background-color:#E91E8C"],
.entry-content td[style*="background-color: #E91E8C"],
.entry-content td[style*="background:#e91e8c"],
.entry-content td[style*="background: #e91e8c"],
.entry-content td[style*="background:#E91E8C"],
.entry-content td[style*="background: #E91E8C"],
.entry-content td[style*="background-color:#ff00ff"],
.entry-content td[style*="background-color: #ff00ff"],
.entry-content td[style*="background-color:#FF00FF"],
.entry-content td[style*="background-color: #FF00FF"],
.entry-content td[style*="background-color:#ff0090"],
.entry-content td[style*="background-color: #ff0090"],
.entry-content td[style*="background-color:#e91e63"],
.entry-content td[style*="background-color: #e91e63"],
.entry-content td[style*="background-color:#f50057"],
.entry-content td[style*="background-color: #f50057"],
.entry-content td[style*="background:#ff00ff"],
.entry-content td[style*="background: #ff00ff"],
.entry-content td[style*="background:#FF00FF"],
.entry-content td[style*="background: #FF00FF"],
.entry-content td[style*="border-color:#e91e8c"],
.entry-content td[style*="border-color: #e91e8c"],
.entry-content td[style*="border-color:#E91E8C"],
.entry-content td[style*="border-color: #E91E8C"],
.entry-content td[style*="border-color:#ff00ff"],
.entry-content td[style*="border-color: #ff00ff"],
.entry-content td[style*="border-color:#FF00FF"],
.entry-content td[style*="border-color: #FF00FF"],
.entry-content td[style*="border: 2px solid #e91e8c"],
.entry-content td[style*="border:2px solid #e91e8c"],
.entry-content td[style*="border: 2px solid #E91E8C"],
.entry-content td[style*="border:2px solid #E91E8C"],
.entry-content td[style*="border: 2px solid #ff00ff"],
.entry-content td[style*="border:2px solid #ff00ff"],
.entry-content td[style*="border: 2px solid #FF00FF"],
.entry-content td[style*="border:2px solid #FF00FF"],
.entry-content th[style*="background-color:#e91e8c"],
.entry-content th[style*="background-color: #e91e8c"],
.entry-content th[style*="background-color:#E91E8C"],
.entry-content th[style*="background-color: #E91E8C"],
.entry-content th[style*="background:#e91e8c"],
.entry-content th[style*="background: #e91e8c"],
.entry-content th[style*="background:#E91E8C"],
.entry-content th[style*="background: #E91E8C"],
.entry-content th[style*="background-color:#ff00ff"],
.entry-content th[style*="background-color: #ff00ff"],
.entry-content th[style*="background-color:#FF00FF"],
.entry-content th[style*="background-color: #FF00FF"],
.entry-content th[style*="background-color:#ff0090"],
.entry-content th[style*="background-color: #ff0090"],
.entry-content th[style*="background-color:#e91e63"],
.entry-content th[style*="background-color: #e91e63"],
.entry-content th[style*="background-color:#f50057"],
.entry-content th[style*="background-color: #f50057"],
.entry-content th[style*="background:#ff00ff"],
.entry-content th[style*="background: #ff00ff"],
.entry-content th[style*="background:#FF00FF"],
.entry-content th[style*="background: #FF00FF"],
.entry-content th[style*="border-color:#e91e8c"],
.entry-content th[style*="border-color: #e91e8c"],
.entry-content th[style*="border-color:#E91E8C"],
.entry-content th[style*="border-color: #E91E8C"],
.entry-content th[style*="border-color:#ff00ff"],
.entry-content th[style*="border-color: #ff00ff"],
.entry-content th[style*="border-color:#FF00FF"],
.entry-content th[style*="border-color: #FF00FF"],
.entry-content th[style*="border: 2px solid #e91e8c"],
.entry-content th[style*="border:2px solid #e91e8c"],
.entry-content th[style*="border: 2px solid #E91E8C"],
.entry-content th[style*="border:2px solid #E91E8C"],
.entry-content th[style*="border: 2px solid #ff00ff"],
.entry-content th[style*="border:2px solid #ff00ff"],
.entry-content th[style*="border: 2px solid #FF00FF"],
.entry-content th[style*="border:2px solid #FF00FF"],
.entry-content summary[style*="background-color:#e91e8c"],
.entry-content summary[style*="background-color: #e91e8c"],
.entry-content summary[style*="background-color:#E91E8C"],
.entry-content summary[style*="background-color: #E91E8C"],
.entry-content summary[style*="background:#e91e8c"],
.entry-content summary[style*="background: #e91e8c"],
.entry-content summary[style*="background:#E91E8C"],
.entry-content summary[style*="background: #E91E8C"],
.entry-content summary[style*="background-color:#ff00ff"],
.entry-content summary[style*="background-color: #ff00ff"],
.entry-content summary[style*="background-color:#FF00FF"],
.entry-content summary[style*="background-color: #FF00FF"],
.entry-content summary[style*="background-color:#ff0090"],
.entry-content summary[style*="background-color: #ff0090"],
.entry-content summary[style*="background-color:#e91e63"],
.entry-content summary[style*="background-color: #e91e63"],
.entry-content summary[style*="background-color:#f50057"],
.entry-content summary[style*="background-color: #f50057"],
.entry-content summary[style*="background:#ff00ff"],
.entry-content summary[style*="background: #ff00ff"],
.entry-content summary[style*="background:#FF00FF"],
.entry-content summary[style*="background: #FF00FF"],
.entry-content summary[style*="border-color:#e91e8c"],
.entry-content summary[style*="border-color: #e91e8c"],
.entry-content summary[style*="border-color:#E91E8C"],
.entry-content summary[style*="border-color: #E91E8C"],
.entry-content summary[style*="border-color:#ff00ff"],
.entry-content summary[style*="border-color: #ff00ff"],
.entry-content summary[style*="border-color:#FF00FF"],
.entry-content summary[style*="border-color: #FF00FF"],
.entry-content summary[style*="border: 2px solid #e91e8c"],
.entry-content summary[style*="border:2px solid #e91e8c"],
.entry-content summary[style*="border: 2px solid #E91E8C"],
.entry-content summary[style*="border:2px solid #E91E8C"],
.entry-content summary[style*="border: 2px solid #ff00ff"],
.entry-content summary[style*="border:2px solid #ff00ff"],
.entry-content summary[style*="border: 2px solid #FF00FF"],
.entry-content summary[style*="border:2px solid #FF00FF"],
.entry-content .wp-block-button__link[style*="background-color:#e91e8c"],
.entry-content .wp-block-button__link[style*="background-color: #e91e8c"],
.entry-content .wp-block-button__link[style*="background-color:#E91E8C"],
.entry-content .wp-block-button__link[style*="background-color: #E91E8C"],
.entry-content .wp-block-button__link[style*="background:#e91e8c"],
.entry-content .wp-block-button__link[style*="background: #e91e8c"],
.entry-content .wp-block-button__link[style*="background:#E91E8C"],
.entry-content .wp-block-button__link[style*="background: #E91E8C"],
.entry-content .wp-block-button__link[style*="background-color:#ff00ff"],
.entry-content .wp-block-button__link[style*="background-color: #ff00ff"],
.entry-content .wp-block-button__link[style*="background-color:#FF00FF"],
.entry-content .wp-block-button__link[style*="background-color: #FF00FF"],
.entry-content .wp-block-button__link[style*="background-color:#ff0090"],
.entry-content .wp-block-button__link[style*="background-color: #ff0090"],
.entry-content .wp-block-button__link[style*="background-color:#e91e63"],
.entry-content .wp-block-button__link[style*="background-color: #e91e63"],
.entry-content .wp-block-button__link[style*="background-color:#f50057"],
.entry-content .wp-block-button__link[style*="background-color: #f50057"],
.entry-content .wp-block-button__link[style*="background:#ff00ff"],
.entry-content .wp-block-button__link[style*="background: #ff00ff"],
.entry-content .wp-block-button__link[style*="background:#FF00FF"],
.entry-content .wp-block-button__link[style*="background: #FF00FF"],
.entry-content .wp-block-button__link[style*="border-color:#e91e8c"],
.entry-content .wp-block-button__link[style*="border-color: #e91e8c"],
.entry-content .wp-block-button__link[style*="border-color:#E91E8C"],
.entry-content .wp-block-button__link[style*="border-color: #E91E8C"],
.entry-content .wp-block-button__link[style*="border-color:#ff00ff"],
.entry-content .wp-block-button__link[style*="border-color: #ff00ff"],
.entry-content .wp-block-button__link[style*="border-color:#FF00FF"],
.entry-content .wp-block-button__link[style*="border-color: #FF00FF"],
.entry-content .wp-block-button__link[style*="border: 2px solid #e91e8c"],
.entry-content .wp-block-button__link[style*="border:2px solid #e91e8c"],
.entry-content .wp-block-button__link[style*="border: 2px solid #E91E8C"],
.entry-content .wp-block-button__link[style*="border:2px solid #E91E8C"],
.entry-content .wp-block-button__link[style*="border: 2px solid #ff00ff"],
.entry-content .wp-block-button__link[style*="border:2px solid #ff00ff"],
.entry-content .wp-block-button__link[style*="border: 2px solid #FF00FF"],
.entry-content .wp-block-button__link[style*="border:2px solid #FF00FF"],
.site-inner-content a[style*="background-color:#e91e8c"],
.site-inner-content a[style*="background-color: #e91e8c"],
.site-inner-content a[style*="background-color:#E91E8C"],
.site-inner-content a[style*="background-color: #E91E8C"],
.site-inner-content a[style*="background:#e91e8c"],
.site-inner-content a[style*="background: #e91e8c"],
.site-inner-content a[style*="background:#E91E8C"],
.site-inner-content a[style*="background: #E91E8C"],
.site-inner-content a[style*="background-color:#ff00ff"],
.site-inner-content a[style*="background-color: #ff00ff"],
.site-inner-content a[style*="background-color:#FF00FF"],
.site-inner-content a[style*="background-color: #FF00FF"],
.site-inner-content a[style*="background-color:#ff0090"],
.site-inner-content a[style*="background-color: #ff0090"],
.site-inner-content a[style*="background-color:#e91e63"],
.site-inner-content a[style*="background-color: #e91e63"],
.site-inner-content a[style*="background-color:#f50057"],
.site-inner-content a[style*="background-color: #f50057"],
.site-inner-content a[style*="background:#ff00ff"],
.site-inner-content a[style*="background: #ff00ff"],
.site-inner-content a[style*="background:#FF00FF"],
.site-inner-content a[style*="background: #FF00FF"],
.site-inner-content a[style*="border-color:#e91e8c"],
.site-inner-content a[style*="border-color: #e91e8c"],
.site-inner-content a[style*="border-color:#E91E8C"],
.site-inner-content a[style*="border-color: #E91E8C"],
.site-inner-content a[style*="border-color:#ff00ff"],
.site-inner-content a[style*="border-color: #ff00ff"],
.site-inner-content a[style*="border-color:#FF00FF"],
.site-inner-content a[style*="border-color: #FF00FF"],
.site-inner-content a[style*="border: 2px solid #e91e8c"],
.site-inner-content a[style*="border:2px solid #e91e8c"],
.site-inner-content a[style*="border: 2px solid #E91E8C"],
.site-inner-content a[style*="border:2px solid #E91E8C"],
.site-inner-content a[style*="border: 2px solid #ff00ff"],
.site-inner-content a[style*="border:2px solid #ff00ff"],
.site-inner-content a[style*="border: 2px solid #FF00FF"],
.site-inner-content a[style*="border:2px solid #FF00FF"],
.site-inner-content span[style*="background-color:#e91e8c"],
.site-inner-content span[style*="background-color: #e91e8c"],
.site-inner-content span[style*="background-color:#E91E8C"],
.site-inner-content span[style*="background-color: #E91E8C"],
.site-inner-content span[style*="background:#e91e8c"],
.site-inner-content span[style*="background: #e91e8c"],
.site-inner-content span[style*="background:#E91E8C"],
.site-inner-content span[style*="background: #E91E8C"],
.site-inner-content span[style*="background-color:#ff00ff"],
.site-inner-content span[style*="background-color: #ff00ff"],
.site-inner-content span[style*="background-color:#FF00FF"],
.site-inner-content span[style*="background-color: #FF00FF"],
.site-inner-content span[style*="background-color:#ff0090"],
.site-inner-content span[style*="background-color: #ff0090"],
.site-inner-content span[style*="background-color:#e91e63"],
.site-inner-content span[style*="background-color: #e91e63"],
.site-inner-content span[style*="background-color:#f50057"],
.site-inner-content span[style*="background-color: #f50057"],
.site-inner-content span[style*="background:#ff00ff"],
.site-inner-content span[style*="background: #ff00ff"],
.site-inner-content span[style*="background:#FF00FF"],
.site-inner-content span[style*="background: #FF00FF"],
.site-inner-content span[style*="border-color:#e91e8c"],
.site-inner-content span[style*="border-color: #e91e8c"],
.site-inner-content span[style*="border-color:#E91E8C"],
.site-inner-content span[style*="border-color: #E91E8C"],
.site-inner-content span[style*="border-color:#ff00ff"],
.site-inner-content span[style*="border-color: #ff00ff"],
.site-inner-content span[style*="border-color:#FF00FF"],
.site-inner-content span[style*="border-color: #FF00FF"],
.site-inner-content span[style*="border: 2px solid #e91e8c"],
.site-inner-content span[style*="border:2px solid #e91e8c"],
.site-inner-content span[style*="border: 2px solid #E91E8C"],
.site-inner-content span[style*="border:2px solid #E91E8C"],
.site-inner-content span[style*="border: 2px solid #ff00ff"],
.site-inner-content span[style*="border:2px solid #ff00ff"],
.site-inner-content span[style*="border: 2px solid #FF00FF"],
.site-inner-content span[style*="border:2px solid #FF00FF"],
.site-inner-content strong[style*="background-color:#e91e8c"],
.site-inner-content strong[style*="background-color: #e91e8c"],
.site-inner-content strong[style*="background-color:#E91E8C"],
.site-inner-content strong[style*="background-color: #E91E8C"],
.site-inner-content strong[style*="background:#e91e8c"],
.site-inner-content strong[style*="background: #e91e8c"],
.site-inner-content strong[style*="background:#E91E8C"],
.site-inner-content strong[style*="background: #E91E8C"],
.site-inner-content strong[style*="background-color:#ff00ff"],
.site-inner-content strong[style*="background-color: #ff00ff"],
.site-inner-content strong[style*="background-color:#FF00FF"],
.site-inner-content strong[style*="background-color: #FF00FF"],
.site-inner-content strong[style*="background-color:#ff0090"],
.site-inner-content strong[style*="background-color: #ff0090"],
.site-inner-content strong[style*="background-color:#e91e63"],
.site-inner-content strong[style*="background-color: #e91e63"],
.site-inner-content strong[style*="background-color:#f50057"],
.site-inner-content strong[style*="background-color: #f50057"],
.site-inner-content strong[style*="background:#ff00ff"],
.site-inner-content strong[style*="background: #ff00ff"],
.site-inner-content strong[style*="background:#FF00FF"],
.site-inner-content strong[style*="background: #FF00FF"],
.site-inner-content strong[style*="border-color:#e91e8c"],
.site-inner-content strong[style*="border-color: #e91e8c"],
.site-inner-content strong[style*="border-color:#E91E8C"],
.site-inner-content strong[style*="border-color: #E91E8C"],
.site-inner-content strong[style*="border-color:#ff00ff"],
.site-inner-content strong[style*="border-color: #ff00ff"],
.site-inner-content strong[style*="border-color:#FF00FF"],
.site-inner-content strong[style*="border-color: #FF00FF"],
.site-inner-content strong[style*="border: 2px solid #e91e8c"],
.site-inner-content strong[style*="border:2px solid #e91e8c"],
.site-inner-content strong[style*="border: 2px solid #E91E8C"],
.site-inner-content strong[style*="border:2px solid #E91E8C"],
.site-inner-content strong[style*="border: 2px solid #ff00ff"],
.site-inner-content strong[style*="border:2px solid #ff00ff"],
.site-inner-content strong[style*="border: 2px solid #FF00FF"],
.site-inner-content strong[style*="border:2px solid #FF00FF"],
.site-inner-content em[style*="background-color:#e91e8c"],
.site-inner-content em[style*="background-color: #e91e8c"],
.site-inner-content em[style*="background-color:#E91E8C"],
.site-inner-content em[style*="background-color: #E91E8C"],
.site-inner-content em[style*="background:#e91e8c"],
.site-inner-content em[style*="background: #e91e8c"],
.site-inner-content em[style*="background:#E91E8C"],
.site-inner-content em[style*="background: #E91E8C"],
.site-inner-content em[style*="background-color:#ff00ff"],
.site-inner-content em[style*="background-color: #ff00ff"],
.site-inner-content em[style*="background-color:#FF00FF"],
.site-inner-content em[style*="background-color: #FF00FF"],
.site-inner-content em[style*="background-color:#ff0090"],
.site-inner-content em[style*="background-color: #ff0090"],
.site-inner-content em[style*="background-color:#e91e63"],
.site-inner-content em[style*="background-color: #e91e63"],
.site-inner-content em[style*="background-color:#f50057"],
.site-inner-content em[style*="background-color: #f50057"],
.site-inner-content em[style*="background:#ff00ff"],
.site-inner-content em[style*="background: #ff00ff"],
.site-inner-content em[style*="background:#FF00FF"],
.site-inner-content em[style*="background: #FF00FF"],
.site-inner-content em[style*="border-color:#e91e8c"],
.site-inner-content em[style*="border-color: #e91e8c"],
.site-inner-content em[style*="border-color:#E91E8C"],
.site-inner-content em[style*="border-color: #E91E8C"],
.site-inner-content em[style*="border-color:#ff00ff"],
.site-inner-content em[style*="border-color: #ff00ff"],
.site-inner-content em[style*="border-color:#FF00FF"],
.site-inner-content em[style*="border-color: #FF00FF"],
.site-inner-content em[style*="border: 2px solid #e91e8c"],
.site-inner-content em[style*="border:2px solid #e91e8c"],
.site-inner-content em[style*="border: 2px solid #E91E8C"],
.site-inner-content em[style*="border:2px solid #E91E8C"],
.site-inner-content em[style*="border: 2px solid #ff00ff"],
.site-inner-content em[style*="border:2px solid #ff00ff"],
.site-inner-content em[style*="border: 2px solid #FF00FF"],
.site-inner-content em[style*="border:2px solid #FF00FF"],
.site-inner-content p[style*="background-color:#e91e8c"],
.site-inner-content p[style*="background-color: #e91e8c"],
.site-inner-content p[style*="background-color:#E91E8C"],
.site-inner-content p[style*="background-color: #E91E8C"],
.site-inner-content p[style*="background:#e91e8c"],
.site-inner-content p[style*="background: #e91e8c"],
.site-inner-content p[style*="background:#E91E8C"],
.site-inner-content p[style*="background: #E91E8C"],
.site-inner-content p[style*="background-color:#ff00ff"],
.site-inner-content p[style*="background-color: #ff00ff"],
.site-inner-content p[style*="background-color:#FF00FF"],
.site-inner-content p[style*="background-color: #FF00FF"],
.site-inner-content p[style*="background-color:#ff0090"],
.site-inner-content p[style*="background-color: #ff0090"],
.site-inner-content p[style*="background-color:#e91e63"],
.site-inner-content p[style*="background-color: #e91e63"],
.site-inner-content p[style*="background-color:#f50057"],
.site-inner-content p[style*="background-color: #f50057"],
.site-inner-content p[style*="background:#ff00ff"],
.site-inner-content p[style*="background: #ff00ff"],
.site-inner-content p[style*="background:#FF00FF"],
.site-inner-content p[style*="background: #FF00FF"],
.site-inner-content p[style*="border-color:#e91e8c"],
.site-inner-content p[style*="border-color: #e91e8c"],
.site-inner-content p[style*="border-color:#E91E8C"],
.site-inner-content p[style*="border-color: #E91E8C"],
.site-inner-content p[style*="border-color:#ff00ff"],
.site-inner-content p[style*="border-color: #ff00ff"],
.site-inner-content p[style*="border-color:#FF00FF"],
.site-inner-content p[style*="border-color: #FF00FF"],
.site-inner-content p[style*="border: 2px solid #e91e8c"],
.site-inner-content p[style*="border:2px solid #e91e8c"],
.site-inner-content p[style*="border: 2px solid #E91E8C"],
.site-inner-content p[style*="border:2px solid #E91E8C"],
.site-inner-content p[style*="border: 2px solid #ff00ff"],
.site-inner-content p[style*="border:2px solid #ff00ff"],
.site-inner-content p[style*="border: 2px solid #FF00FF"],
.site-inner-content p[style*="border:2px solid #FF00FF"],
.site-inner-content h1[style*="background-color:#e91e8c"],
.site-inner-content h1[style*="background-color: #e91e8c"],
.site-inner-content h1[style*="background-color:#E91E8C"],
.site-inner-content h1[style*="background-color: #E91E8C"],
.site-inner-content h1[style*="background:#e91e8c"],
.site-inner-content h1[style*="background: #e91e8c"],
.site-inner-content h1[style*="background:#E91E8C"],
.site-inner-content h1[style*="background: #E91E8C"],
.site-inner-content h1[style*="background-color:#ff00ff"],
.site-inner-content h1[style*="background-color: #ff00ff"],
.site-inner-content h1[style*="background-color:#FF00FF"],
.site-inner-content h1[style*="background-color: #FF00FF"],
.site-inner-content h1[style*="background-color:#ff0090"],
.site-inner-content h1[style*="background-color: #ff0090"],
.site-inner-content h1[style*="background-color:#e91e63"],
.site-inner-content h1[style*="background-color: #e91e63"],
.site-inner-content h1[style*="background-color:#f50057"],
.site-inner-content h1[style*="background-color: #f50057"],
.site-inner-content h1[style*="background:#ff00ff"],
.site-inner-content h1[style*="background: #ff00ff"],
.site-inner-content h1[style*="background:#FF00FF"],
.site-inner-content h1[style*="background: #FF00FF"],
.site-inner-content h1[style*="border-color:#e91e8c"],
.site-inner-content h1[style*="border-color: #e91e8c"],
.site-inner-content h1[style*="border-color:#E91E8C"],
.site-inner-content h1[style*="border-color: #E91E8C"],
.site-inner-content h1[style*="border-color:#ff00ff"],
.site-inner-content h1[style*="border-color: #ff00ff"],
.site-inner-content h1[style*="border-color:#FF00FF"],
.site-inner-content h1[style*="border-color: #FF00FF"],
.site-inner-content h1[style*="border: 2px solid #e91e8c"],
.site-inner-content h1[style*="border:2px solid #e91e8c"],
.site-inner-content h1[style*="border: 2px solid #E91E8C"],
.site-inner-content h1[style*="border:2px solid #E91E8C"],
.site-inner-content h1[style*="border: 2px solid #ff00ff"],
.site-inner-content h1[style*="border:2px solid #ff00ff"],
.site-inner-content h1[style*="border: 2px solid #FF00FF"],
.site-inner-content h1[style*="border:2px solid #FF00FF"],
.site-inner-content h2[style*="background-color:#e91e8c"],
.site-inner-content h2[style*="background-color: #e91e8c"],
.site-inner-content h2[style*="background-color:#E91E8C"],
.site-inner-content h2[style*="background-color: #E91E8C"],
.site-inner-content h2[style*="background:#e91e8c"],
.site-inner-content h2[style*="background: #e91e8c"],
.site-inner-content h2[style*="background:#E91E8C"],
.site-inner-content h2[style*="background: #E91E8C"],
.site-inner-content h2[style*="background-color:#ff00ff"],
.site-inner-content h2[style*="background-color: #ff00ff"],
.site-inner-content h2[style*="background-color:#FF00FF"],
.site-inner-content h2[style*="background-color: #FF00FF"],
.site-inner-content h2[style*="background-color:#ff0090"],
.site-inner-content h2[style*="background-color: #ff0090"],
.site-inner-content h2[style*="background-color:#e91e63"],
.site-inner-content h2[style*="background-color: #e91e63"],
.site-inner-content h2[style*="background-color:#f50057"],
.site-inner-content h2[style*="background-color: #f50057"],
.site-inner-content h2[style*="background:#ff00ff"],
.site-inner-content h2[style*="background: #ff00ff"],
.site-inner-content h2[style*="background:#FF00FF"],
.site-inner-content h2[style*="background: #FF00FF"],
.site-inner-content h2[style*="border-color:#e91e8c"],
.site-inner-content h2[style*="border-color: #e91e8c"],
.site-inner-content h2[style*="border-color:#E91E8C"],
.site-inner-content h2[style*="border-color: #E91E8C"],
.site-inner-content h2[style*="border-color:#ff00ff"],
.site-inner-content h2[style*="border-color: #ff00ff"],
.site-inner-content h2[style*="border-color:#FF00FF"],
.site-inner-content h2[style*="border-color: #FF00FF"],
.site-inner-content h2[style*="border: 2px solid #e91e8c"],
.site-inner-content h2[style*="border:2px solid #e91e8c"],
.site-inner-content h2[style*="border: 2px solid #E91E8C"],
.site-inner-content h2[style*="border:2px solid #E91E8C"],
.site-inner-content h2[style*="border: 2px solid #ff00ff"],
.site-inner-content h2[style*="border:2px solid #ff00ff"],
.site-inner-content h2[style*="border: 2px solid #FF00FF"],
.site-inner-content h2[style*="border:2px solid #FF00FF"],
.site-inner-content h3[style*="background-color:#e91e8c"],
.site-inner-content h3[style*="background-color: #e91e8c"],
.site-inner-content h3[style*="background-color:#E91E8C"],
.site-inner-content h3[style*="background-color: #E91E8C"],
.site-inner-content h3[style*="background:#e91e8c"],
.site-inner-content h3[style*="background: #e91e8c"],
.site-inner-content h3[style*="background:#E91E8C"],
.site-inner-content h3[style*="background: #E91E8C"],
.site-inner-content h3[style*="background-color:#ff00ff"],
.site-inner-content h3[style*="background-color: #ff00ff"],
.site-inner-content h3[style*="background-color:#FF00FF"],
.site-inner-content h3[style*="background-color: #FF00FF"],
.site-inner-content h3[style*="background-color:#ff0090"],
.site-inner-content h3[style*="background-color: #ff0090"],
.site-inner-content h3[style*="background-color:#e91e63"],
.site-inner-content h3[style*="background-color: #e91e63"],
.site-inner-content h3[style*="background-color:#f50057"],
.site-inner-content h3[style*="background-color: #f50057"],
.site-inner-content h3[style*="background:#ff00ff"],
.site-inner-content h3[style*="background: #ff00ff"],
.site-inner-content h3[style*="background:#FF00FF"],
.site-inner-content h3[style*="background: #FF00FF"],
.site-inner-content h3[style*="border-color:#e91e8c"],
.site-inner-content h3[style*="border-color: #e91e8c"],
.site-inner-content h3[style*="border-color:#E91E8C"],
.site-inner-content h3[style*="border-color: #E91E8C"],
.site-inner-content h3[style*="border-color:#ff00ff"],
.site-inner-content h3[style*="border-color: #ff00ff"],
.site-inner-content h3[style*="border-color:#FF00FF"],
.site-inner-content h3[style*="border-color: #FF00FF"],
.site-inner-content h3[style*="border: 2px solid #e91e8c"],
.site-inner-content h3[style*="border:2px solid #e91e8c"],
.site-inner-content h3[style*="border: 2px solid #E91E8C"],
.site-inner-content h3[style*="border:2px solid #E91E8C"],
.site-inner-content h3[style*="border: 2px solid #ff00ff"],
.site-inner-content h3[style*="border:2px solid #ff00ff"],
.site-inner-content h3[style*="border: 2px solid #FF00FF"],
.site-inner-content h3[style*="border:2px solid #FF00FF"],
.site-inner-content h4[style*="background-color:#e91e8c"],
.site-inner-content h4[style*="background-color: #e91e8c"],
.site-inner-content h4[style*="background-color:#E91E8C"],
.site-inner-content h4[style*="background-color: #E91E8C"],
.site-inner-content h4[style*="background:#e91e8c"],
.site-inner-content h4[style*="background: #e91e8c"],
.site-inner-content h4[style*="background:#E91E8C"],
.site-inner-content h4[style*="background: #E91E8C"],
.site-inner-content h4[style*="background-color:#ff00ff"],
.site-inner-content h4[style*="background-color: #ff00ff"],
.site-inner-content h4[style*="background-color:#FF00FF"],
.site-inner-content h4[style*="background-color: #FF00FF"],
.site-inner-content h4[style*="background-color:#ff0090"],
.site-inner-content h4[style*="background-color: #ff0090"],
.site-inner-content h4[style*="background-color:#e91e63"],
.site-inner-content h4[style*="background-color: #e91e63"],
.site-inner-content h4[style*="background-color:#f50057"],
.site-inner-content h4[style*="background-color: #f50057"],
.site-inner-content h4[style*="background:#ff00ff"],
.site-inner-content h4[style*="background: #ff00ff"],
.site-inner-content h4[style*="background:#FF00FF"],
.site-inner-content h4[style*="background: #FF00FF"],
.site-inner-content h4[style*="border-color:#e91e8c"],
.site-inner-content h4[style*="border-color: #e91e8c"],
.site-inner-content h4[style*="border-color:#E91E8C"],
.site-inner-content h4[style*="border-color: #E91E8C"],
.site-inner-content h4[style*="border-color:#ff00ff"],
.site-inner-content h4[style*="border-color: #ff00ff"],
.site-inner-content h4[style*="border-color:#FF00FF"],
.site-inner-content h4[style*="border-color: #FF00FF"],
.site-inner-content h4[style*="border: 2px solid #e91e8c"],
.site-inner-content h4[style*="border:2px solid #e91e8c"],
.site-inner-content h4[style*="border: 2px solid #E91E8C"],
.site-inner-content h4[style*="border:2px solid #E91E8C"],
.site-inner-content h4[style*="border: 2px solid #ff00ff"],
.site-inner-content h4[style*="border:2px solid #ff00ff"],
.site-inner-content h4[style*="border: 2px solid #FF00FF"],
.site-inner-content h4[style*="border:2px solid #FF00FF"],
.site-inner-content h5[style*="background-color:#e91e8c"],
.site-inner-content h5[style*="background-color: #e91e8c"],
.site-inner-content h5[style*="background-color:#E91E8C"],
.site-inner-content h5[style*="background-color: #E91E8C"],
.site-inner-content h5[style*="background:#e91e8c"],
.site-inner-content h5[style*="background: #e91e8c"],
.site-inner-content h5[style*="background:#E91E8C"],
.site-inner-content h5[style*="background: #E91E8C"],
.site-inner-content h5[style*="background-color:#ff00ff"],
.site-inner-content h5[style*="background-color: #ff00ff"],
.site-inner-content h5[style*="background-color:#FF00FF"],
.site-inner-content h5[style*="background-color: #FF00FF"],
.site-inner-content h5[style*="background-color:#ff0090"],
.site-inner-content h5[style*="background-color: #ff0090"],
.site-inner-content h5[style*="background-color:#e91e63"],
.site-inner-content h5[style*="background-color: #e91e63"],
.site-inner-content h5[style*="background-color:#f50057"],
.site-inner-content h5[style*="background-color: #f50057"],
.site-inner-content h5[style*="background:#ff00ff"],
.site-inner-content h5[style*="background: #ff00ff"],
.site-inner-content h5[style*="background:#FF00FF"],
.site-inner-content h5[style*="background: #FF00FF"],
.site-inner-content h5[style*="border-color:#e91e8c"],
.site-inner-content h5[style*="border-color: #e91e8c"],
.site-inner-content h5[style*="border-color:#E91E8C"],
.site-inner-content h5[style*="border-color: #E91E8C"],
.site-inner-content h5[style*="border-color:#ff00ff"],
.site-inner-content h5[style*="border-color: #ff00ff"],
.site-inner-content h5[style*="border-color:#FF00FF"],
.site-inner-content h5[style*="border-color: #FF00FF"],
.site-inner-content h5[style*="border: 2px solid #e91e8c"],
.site-inner-content h5[style*="border:2px solid #e91e8c"],
.site-inner-content h5[style*="border: 2px solid #E91E8C"],
.site-inner-content h5[style*="border:2px solid #E91E8C"],
.site-inner-content h5[style*="border: 2px solid #ff00ff"],
.site-inner-content h5[style*="border:2px solid #ff00ff"],
.site-inner-content h5[style*="border: 2px solid #FF00FF"],
.site-inner-content h5[style*="border:2px solid #FF00FF"],
.site-inner-content h6[style*="background-color:#e91e8c"],
.site-inner-content h6[style*="background-color: #e91e8c"],
.site-inner-content h6[style*="background-color:#E91E8C"],
.site-inner-content h6[style*="background-color: #E91E8C"],
.site-inner-content h6[style*="background:#e91e8c"],
.site-inner-content h6[style*="background: #e91e8c"],
.site-inner-content h6[style*="background:#E91E8C"],
.site-inner-content h6[style*="background: #E91E8C"],
.site-inner-content h6[style*="background-color:#ff00ff"],
.site-inner-content h6[style*="background-color: #ff00ff"],
.site-inner-content h6[style*="background-color:#FF00FF"],
.site-inner-content h6[style*="background-color: #FF00FF"],
.site-inner-content h6[style*="background-color:#ff0090"],
.site-inner-content h6[style*="background-color: #ff0090"],
.site-inner-content h6[style*="background-color:#e91e63"],
.site-inner-content h6[style*="background-color: #e91e63"],
.site-inner-content h6[style*="background-color:#f50057"],
.site-inner-content h6[style*="background-color: #f50057"],
.site-inner-content h6[style*="background:#ff00ff"],
.site-inner-content h6[style*="background: #ff00ff"],
.site-inner-content h6[style*="background:#FF00FF"],
.site-inner-content h6[style*="background: #FF00FF"],
.site-inner-content h6[style*="border-color:#e91e8c"],
.site-inner-content h6[style*="border-color: #e91e8c"],
.site-inner-content h6[style*="border-color:#E91E8C"],
.site-inner-content h6[style*="border-color: #E91E8C"],
.site-inner-content h6[style*="border-color:#ff00ff"],
.site-inner-content h6[style*="border-color: #ff00ff"],
.site-inner-content h6[style*="border-color:#FF00FF"],
.site-inner-content h6[style*="border-color: #FF00FF"],
.site-inner-content h6[style*="border: 2px solid #e91e8c"],
.site-inner-content h6[style*="border:2px solid #e91e8c"],
.site-inner-content h6[style*="border: 2px solid #E91E8C"],
.site-inner-content h6[style*="border:2px solid #E91E8C"],
.site-inner-content h6[style*="border: 2px solid #ff00ff"],
.site-inner-content h6[style*="border:2px solid #ff00ff"],
.site-inner-content h6[style*="border: 2px solid #FF00FF"],
.site-inner-content h6[style*="border:2px solid #FF00FF"],
.site-inner-content li[style*="background-color:#e91e8c"],
.site-inner-content li[style*="background-color: #e91e8c"],
.site-inner-content li[style*="background-color:#E91E8C"],
.site-inner-content li[style*="background-color: #E91E8C"],
.site-inner-content li[style*="background:#e91e8c"],
.site-inner-content li[style*="background: #e91e8c"],
.site-inner-content li[style*="background:#E91E8C"],
.site-inner-content li[style*="background: #E91E8C"],
.site-inner-content li[style*="background-color:#ff00ff"],
.site-inner-content li[style*="background-color: #ff00ff"],
.site-inner-content li[style*="background-color:#FF00FF"],
.site-inner-content li[style*="background-color: #FF00FF"],
.site-inner-content li[style*="background-color:#ff0090"],
.site-inner-content li[style*="background-color: #ff0090"],
.site-inner-content li[style*="background-color:#e91e63"],
.site-inner-content li[style*="background-color: #e91e63"],
.site-inner-content li[style*="background-color:#f50057"],
.site-inner-content li[style*="background-color: #f50057"],
.site-inner-content li[style*="background:#ff00ff"],
.site-inner-content li[style*="background: #ff00ff"],
.site-inner-content li[style*="background:#FF00FF"],
.site-inner-content li[style*="background: #FF00FF"],
.site-inner-content li[style*="border-color:#e91e8c"],
.site-inner-content li[style*="border-color: #e91e8c"],
.site-inner-content li[style*="border-color:#E91E8C"],
.site-inner-content li[style*="border-color: #E91E8C"],
.site-inner-content li[style*="border-color:#ff00ff"],
.site-inner-content li[style*="border-color: #ff00ff"],
.site-inner-content li[style*="border-color:#FF00FF"],
.site-inner-content li[style*="border-color: #FF00FF"],
.site-inner-content li[style*="border: 2px solid #e91e8c"],
.site-inner-content li[style*="border:2px solid #e91e8c"],
.site-inner-content li[style*="border: 2px solid #E91E8C"],
.site-inner-content li[style*="border:2px solid #E91E8C"],
.site-inner-content li[style*="border: 2px solid #ff00ff"],
.site-inner-content li[style*="border:2px solid #ff00ff"],
.site-inner-content li[style*="border: 2px solid #FF00FF"],
.site-inner-content li[style*="border:2px solid #FF00FF"],
.site-inner-content div[style*="background-color:#e91e8c"],
.site-inner-content div[style*="background-color: #e91e8c"],
.site-inner-content div[style*="background-color:#E91E8C"],
.site-inner-content div[style*="background-color: #E91E8C"],
.site-inner-content div[style*="background:#e91e8c"],
.site-inner-content div[style*="background: #e91e8c"],
.site-inner-content div[style*="background:#E91E8C"],
.site-inner-content div[style*="background: #E91E8C"],
.site-inner-content div[style*="background-color:#ff00ff"],
.site-inner-content div[style*="background-color: #ff00ff"],
.site-inner-content div[style*="background-color:#FF00FF"],
.site-inner-content div[style*="background-color: #FF00FF"],
.site-inner-content div[style*="background-color:#ff0090"],
.site-inner-content div[style*="background-color: #ff0090"],
.site-inner-content div[style*="background-color:#e91e63"],
.site-inner-content div[style*="background-color: #e91e63"],
.site-inner-content div[style*="background-color:#f50057"],
.site-inner-content div[style*="background-color: #f50057"],
.site-inner-content div[style*="background:#ff00ff"],
.site-inner-content div[style*="background: #ff00ff"],
.site-inner-content div[style*="background:#FF00FF"],
.site-inner-content div[style*="background: #FF00FF"],
.site-inner-content div[style*="border-color:#e91e8c"],
.site-inner-content div[style*="border-color: #e91e8c"],
.site-inner-content div[style*="border-color:#E91E8C"],
.site-inner-content div[style*="border-color: #E91E8C"],
.site-inner-content div[style*="border-color:#ff00ff"],
.site-inner-content div[style*="border-color: #ff00ff"],
.site-inner-content div[style*="border-color:#FF00FF"],
.site-inner-content div[style*="border-color: #FF00FF"],
.site-inner-content div[style*="border: 2px solid #e91e8c"],
.site-inner-content div[style*="border:2px solid #e91e8c"],
.site-inner-content div[style*="border: 2px solid #E91E8C"],
.site-inner-content div[style*="border:2px solid #E91E8C"],
.site-inner-content div[style*="border: 2px solid #ff00ff"],
.site-inner-content div[style*="border:2px solid #ff00ff"],
.site-inner-content div[style*="border: 2px solid #FF00FF"],
.site-inner-content div[style*="border:2px solid #FF00FF"],
.site-inner-content td[style*="background-color:#e91e8c"],
.site-inner-content td[style*="background-color: #e91e8c"],
.site-inner-content td[style*="background-color:#E91E8C"],
.site-inner-content td[style*="background-color: #E91E8C"],
.site-inner-content td[style*="background:#e91e8c"],
.site-inner-content td[style*="background: #e91e8c"],
.site-inner-content td[style*="background:#E91E8C"],
.site-inner-content td[style*="background: #E91E8C"],
.site-inner-content td[style*="background-color:#ff00ff"],
.site-inner-content td[style*="background-color: #ff00ff"],
.site-inner-content td[style*="background-color:#FF00FF"],
.site-inner-content td[style*="background-color: #FF00FF"],
.site-inner-content td[style*="background-color:#ff0090"],
.site-inner-content td[style*="background-color: #ff0090"],
.site-inner-content td[style*="background-color:#e91e63"],
.site-inner-content td[style*="background-color: #e91e63"],
.site-inner-content td[style*="background-color:#f50057"],
.site-inner-content td[style*="background-color: #f50057"],
.site-inner-content td[style*="background:#ff00ff"],
.site-inner-content td[style*="background: #ff00ff"],
.site-inner-content td[style*="background:#FF00FF"],
.site-inner-content td[style*="background: #FF00FF"],
.site-inner-content td[style*="border-color:#e91e8c"],
.site-inner-content td[style*="border-color: #e91e8c"],
.site-inner-content td[style*="border-color:#E91E8C"],
.site-inner-content td[style*="border-color: #E91E8C"],
.site-inner-content td[style*="border-color:#ff00ff"],
.site-inner-content td[style*="border-color: #ff00ff"],
.site-inner-content td[style*="border-color:#FF00FF"],
.site-inner-content td[style*="border-color: #FF00FF"],
.site-inner-content td[style*="border: 2px solid #e91e8c"],
.site-inner-content td[style*="border:2px solid #e91e8c"],
.site-inner-content td[style*="border: 2px solid #E91E8C"],
.site-inner-content td[style*="border:2px solid #E91E8C"],
.site-inner-content td[style*="border: 2px solid #ff00ff"],
.site-inner-content td[style*="border:2px solid #ff00ff"],
.site-inner-content td[style*="border: 2px solid #FF00FF"],
.site-inner-content td[style*="border:2px solid #FF00FF"],
.site-inner-content th[style*="background-color:#e91e8c"],
.site-inner-content th[style*="background-color: #e91e8c"],
.site-inner-content th[style*="background-color:#E91E8C"],
.site-inner-content th[style*="background-color: #E91E8C"],
.site-inner-content th[style*="background:#e91e8c"],
.site-inner-content th[style*="background: #e91e8c"],
.site-inner-content th[style*="background:#E91E8C"],
.site-inner-content th[style*="background: #E91E8C"],
.site-inner-content th[style*="background-color:#ff00ff"],
.site-inner-content th[style*="background-color: #ff00ff"],
.site-inner-content th[style*="background-color:#FF00FF"],
.site-inner-content th[style*="background-color: #FF00FF"],
.site-inner-content th[style*="background-color:#ff0090"],
.site-inner-content th[style*="background-color: #ff0090"],
.site-inner-content th[style*="background-color:#e91e63"],
.site-inner-content th[style*="background-color: #e91e63"],
.site-inner-content th[style*="background-color:#f50057"],
.site-inner-content th[style*="background-color: #f50057"],
.site-inner-content th[style*="background:#ff00ff"],
.site-inner-content th[style*="background: #ff00ff"],
.site-inner-content th[style*="background:#FF00FF"],
.site-inner-content th[style*="background: #FF00FF"],
.site-inner-content th[style*="border-color:#e91e8c"],
.site-inner-content th[style*="border-color: #e91e8c"],
.site-inner-content th[style*="border-color:#E91E8C"],
.site-inner-content th[style*="border-color: #E91E8C"],
.site-inner-content th[style*="border-color:#ff00ff"],
.site-inner-content th[style*="border-color: #ff00ff"],
.site-inner-content th[style*="border-color:#FF00FF"],
.site-inner-content th[style*="border-color: #FF00FF"],
.site-inner-content th[style*="border: 2px solid #e91e8c"],
.site-inner-content th[style*="border:2px solid #e91e8c"],
.site-inner-content th[style*="border: 2px solid #E91E8C"],
.site-inner-content th[style*="border:2px solid #E91E8C"],
.site-inner-content th[style*="border: 2px solid #ff00ff"],
.site-inner-content th[style*="border:2px solid #ff00ff"],
.site-inner-content th[style*="border: 2px solid #FF00FF"],
.site-inner-content th[style*="border:2px solid #FF00FF"],
.site-inner-content summary[style*="background-color:#e91e8c"],
.site-inner-content summary[style*="background-color: #e91e8c"],
.site-inner-content summary[style*="background-color:#E91E8C"],
.site-inner-content summary[style*="background-color: #E91E8C"],
.site-inner-content summary[style*="background:#e91e8c"],
.site-inner-content summary[style*="background: #e91e8c"],
.site-inner-content summary[style*="background:#E91E8C"],
.site-inner-content summary[style*="background: #E91E8C"],
.site-inner-content summary[style*="background-color:#ff00ff"],
.site-inner-content summary[style*="background-color: #ff00ff"],
.site-inner-content summary[style*="background-color:#FF00FF"],
.site-inner-content summary[style*="background-color: #FF00FF"],
.site-inner-content summary[style*="background-color:#ff0090"],
.site-inner-content summary[style*="background-color: #ff0090"],
.site-inner-content summary[style*="background-color:#e91e63"],
.site-inner-content summary[style*="background-color: #e91e63"],
.site-inner-content summary[style*="background-color:#f50057"],
.site-inner-content summary[style*="background-color: #f50057"],
.site-inner-content summary[style*="background:#ff00ff"],
.site-inner-content summary[style*="background: #ff00ff"],
.site-inner-content summary[style*="background:#FF00FF"],
.site-inner-content summary[style*="background: #FF00FF"],
.site-inner-content summary[style*="border-color:#e91e8c"],
.site-inner-content summary[style*="border-color: #e91e8c"],
.site-inner-content summary[style*="border-color:#E91E8C"],
.site-inner-content summary[style*="border-color: #E91E8C"],
.site-inner-content summary[style*="border-color:#ff00ff"],
.site-inner-content summary[style*="border-color: #ff00ff"],
.site-inner-content summary[style*="border-color:#FF00FF"],
.site-inner-content summary[style*="border-color: #FF00FF"],
.site-inner-content summary[style*="border: 2px solid #e91e8c"],
.site-inner-content summary[style*="border:2px solid #e91e8c"],
.site-inner-content summary[style*="border: 2px solid #E91E8C"],
.site-inner-content summary[style*="border:2px solid #E91E8C"],
.site-inner-content summary[style*="border: 2px solid #ff00ff"],
.site-inner-content summary[style*="border:2px solid #ff00ff"],
.site-inner-content summary[style*="border: 2px solid #FF00FF"],
.site-inner-content summary[style*="border:2px solid #FF00FF"],
.site-inner-content .wp-block-button__link[style*="background-color:#e91e8c"],
.site-inner-content .wp-block-button__link[style*="background-color: #e91e8c"],
.site-inner-content .wp-block-button__link[style*="background-color:#E91E8C"],
.site-inner-content .wp-block-button__link[style*="background-color: #E91E8C"],
.site-inner-content .wp-block-button__link[style*="background:#e91e8c"],
.site-inner-content .wp-block-button__link[style*="background: #e91e8c"],
.site-inner-content .wp-block-button__link[style*="background:#E91E8C"],
.site-inner-content .wp-block-button__link[style*="background: #E91E8C"],
.site-inner-content .wp-block-button__link[style*="background-color:#ff00ff"],
.site-inner-content .wp-block-button__link[style*="background-color: #ff00ff"],
.site-inner-content .wp-block-button__link[style*="background-color:#FF00FF"],
.site-inner-content .wp-block-button__link[style*="background-color: #FF00FF"],
.site-inner-content .wp-block-button__link[style*="background-color:#ff0090"],
.site-inner-content .wp-block-button__link[style*="background-color: #ff0090"],
.site-inner-content .wp-block-button__link[style*="background-color:#e91e63"],
.site-inner-content .wp-block-button__link[style*="background-color: #e91e63"],
.site-inner-content .wp-block-button__link[style*="background-color:#f50057"],
.site-inner-content .wp-block-button__link[style*="background-color: #f50057"],
.site-inner-content .wp-block-button__link[style*="background:#ff00ff"],
.site-inner-content .wp-block-button__link[style*="background: #ff00ff"],
.site-inner-content .wp-block-button__link[style*="background:#FF00FF"],
.site-inner-content .wp-block-button__link[style*="background: #FF00FF"],
.site-inner-content .wp-block-button__link[style*="border-color:#e91e8c"],
.site-inner-content .wp-block-button__link[style*="border-color: #e91e8c"],
.site-inner-content .wp-block-button__link[style*="border-color:#E91E8C"],
.site-inner-content .wp-block-button__link[style*="border-color: #E91E8C"],
.site-inner-content .wp-block-button__link[style*="border-color:#ff00ff"],
.site-inner-content .wp-block-button__link[style*="border-color: #ff00ff"],
.site-inner-content .wp-block-button__link[style*="border-color:#FF00FF"],
.site-inner-content .wp-block-button__link[style*="border-color: #FF00FF"],
.site-inner-content .wp-block-button__link[style*="border: 2px solid #e91e8c"],
.site-inner-content .wp-block-button__link[style*="border:2px solid #e91e8c"],
.site-inner-content .wp-block-button__link[style*="border: 2px solid #E91E8C"],
.site-inner-content .wp-block-button__link[style*="border:2px solid #E91E8C"],
.site-inner-content .wp-block-button__link[style*="border: 2px solid #ff00ff"],
.site-inner-content .wp-block-button__link[style*="border:2px solid #ff00ff"],
.site-inner-content .wp-block-button__link[style*="border: 2px solid #FF00FF"],
.site-inner-content .wp-block-button__link[style*="border:2px solid #FF00FF"],
.misc-page a[style*="background-color:#e91e8c"],
.misc-page a[style*="background-color: #e91e8c"],
.misc-page a[style*="background-color:#E91E8C"],
.misc-page a[style*="background-color: #E91E8C"],
.misc-page a[style*="background:#e91e8c"],
.misc-page a[style*="background: #e91e8c"],
.misc-page a[style*="background:#E91E8C"],
.misc-page a[style*="background: #E91E8C"],
.misc-page a[style*="background-color:#ff00ff"],
.misc-page a[style*="background-color: #ff00ff"],
.misc-page a[style*="background-color:#FF00FF"],
.misc-page a[style*="background-color: #FF00FF"],
.misc-page a[style*="background-color:#ff0090"],
.misc-page a[style*="background-color: #ff0090"],
.misc-page a[style*="background-color:#e91e63"],
.misc-page a[style*="background-color: #e91e63"],
.misc-page a[style*="background-color:#f50057"],
.misc-page a[style*="background-color: #f50057"],
.misc-page a[style*="background:#ff00ff"],
.misc-page a[style*="background: #ff00ff"],
.misc-page a[style*="background:#FF00FF"],
.misc-page a[style*="background: #FF00FF"],
.misc-page a[style*="border-color:#e91e8c"],
.misc-page a[style*="border-color: #e91e8c"],
.misc-page a[style*="border-color:#E91E8C"],
.misc-page a[style*="border-color: #E91E8C"],
.misc-page a[style*="border-color:#ff00ff"],
.misc-page a[style*="border-color: #ff00ff"],
.misc-page a[style*="border-color:#FF00FF"],
.misc-page a[style*="border-color: #FF00FF"],
.misc-page a[style*="border: 2px solid #e91e8c"],
.misc-page a[style*="border:2px solid #e91e8c"],
.misc-page a[style*="border: 2px solid #E91E8C"],
.misc-page a[style*="border:2px solid #E91E8C"],
.misc-page a[style*="border: 2px solid #ff00ff"],
.misc-page a[style*="border:2px solid #ff00ff"],
.misc-page a[style*="border: 2px solid #FF00FF"],
.misc-page a[style*="border:2px solid #FF00FF"],
.misc-page span[style*="background-color:#e91e8c"],
.misc-page span[style*="background-color: #e91e8c"],
.misc-page span[style*="background-color:#E91E8C"],
.misc-page span[style*="background-color: #E91E8C"],
.misc-page span[style*="background:#e91e8c"],
.misc-page span[style*="background: #e91e8c"],
.misc-page span[style*="background:#E91E8C"],
.misc-page span[style*="background: #E91E8C"],
.misc-page span[style*="background-color:#ff00ff"],
.misc-page span[style*="background-color: #ff00ff"],
.misc-page span[style*="background-color:#FF00FF"],
.misc-page span[style*="background-color: #FF00FF"],
.misc-page span[style*="background-color:#ff0090"],
.misc-page span[style*="background-color: #ff0090"],
.misc-page span[style*="background-color:#e91e63"],
.misc-page span[style*="background-color: #e91e63"],
.misc-page span[style*="background-color:#f50057"],
.misc-page span[style*="background-color: #f50057"],
.misc-page span[style*="background:#ff00ff"],
.misc-page span[style*="background: #ff00ff"],
.misc-page span[style*="background:#FF00FF"],
.misc-page span[style*="background: #FF00FF"],
.misc-page span[style*="border-color:#e91e8c"],
.misc-page span[style*="border-color: #e91e8c"],
.misc-page span[style*="border-color:#E91E8C"],
.misc-page span[style*="border-color: #E91E8C"],
.misc-page span[style*="border-color:#ff00ff"],
.misc-page span[style*="border-color: #ff00ff"],
.misc-page span[style*="border-color:#FF00FF"],
.misc-page span[style*="border-color: #FF00FF"],
.misc-page span[style*="border: 2px solid #e91e8c"],
.misc-page span[style*="border:2px solid #e91e8c"],
.misc-page span[style*="border: 2px solid #E91E8C"],
.misc-page span[style*="border:2px solid #E91E8C"],
.misc-page span[style*="border: 2px solid #ff00ff"],
.misc-page span[style*="border:2px solid #ff00ff"],
.misc-page span[style*="border: 2px solid #FF00FF"],
.misc-page span[style*="border:2px solid #FF00FF"],
.misc-page strong[style*="background-color:#e91e8c"],
.misc-page strong[style*="background-color: #e91e8c"],
.misc-page strong[style*="background-color:#E91E8C"],
.misc-page strong[style*="background-color: #E91E8C"],
.misc-page strong[style*="background:#e91e8c"],
.misc-page strong[style*="background: #e91e8c"],
.misc-page strong[style*="background:#E91E8C"],
.misc-page strong[style*="background: #E91E8C"],
.misc-page strong[style*="background-color:#ff00ff"],
.misc-page strong[style*="background-color: #ff00ff"],
.misc-page strong[style*="background-color:#FF00FF"],
.misc-page strong[style*="background-color: #FF00FF"],
.misc-page strong[style*="background-color:#ff0090"],
.misc-page strong[style*="background-color: #ff0090"],
.misc-page strong[style*="background-color:#e91e63"],
.misc-page strong[style*="background-color: #e91e63"],
.misc-page strong[style*="background-color:#f50057"],
.misc-page strong[style*="background-color: #f50057"],
.misc-page strong[style*="background:#ff00ff"],
.misc-page strong[style*="background: #ff00ff"],
.misc-page strong[style*="background:#FF00FF"],
.misc-page strong[style*="background: #FF00FF"],
.misc-page strong[style*="border-color:#e91e8c"],
.misc-page strong[style*="border-color: #e91e8c"],
.misc-page strong[style*="border-color:#E91E8C"],
.misc-page strong[style*="border-color: #E91E8C"],
.misc-page strong[style*="border-color:#ff00ff"],
.misc-page strong[style*="border-color: #ff00ff"],
.misc-page strong[style*="border-color:#FF00FF"],
.misc-page strong[style*="border-color: #FF00FF"],
.misc-page strong[style*="border: 2px solid #e91e8c"],
.misc-page strong[style*="border:2px solid #e91e8c"],
.misc-page strong[style*="border: 2px solid #E91E8C"],
.misc-page strong[style*="border:2px solid #E91E8C"],
.misc-page strong[style*="border: 2px solid #ff00ff"],
.misc-page strong[style*="border:2px solid #ff00ff"],
.misc-page strong[style*="border: 2px solid #FF00FF"],
.misc-page strong[style*="border:2px solid #FF00FF"],
.misc-page em[style*="background-color:#e91e8c"],
.misc-page em[style*="background-color: #e91e8c"],
.misc-page em[style*="background-color:#E91E8C"],
.misc-page em[style*="background-color: #E91E8C"],
.misc-page em[style*="background:#e91e8c"],
.misc-page em[style*="background: #e91e8c"],
.misc-page em[style*="background:#E91E8C"],
.misc-page em[style*="background: #E91E8C"],
.misc-page em[style*="background-color:#ff00ff"],
.misc-page em[style*="background-color: #ff00ff"],
.misc-page em[style*="background-color:#FF00FF"],
.misc-page em[style*="background-color: #FF00FF"],
.misc-page em[style*="background-color:#ff0090"],
.misc-page em[style*="background-color: #ff0090"],
.misc-page em[style*="background-color:#e91e63"],
.misc-page em[style*="background-color: #e91e63"],
.misc-page em[style*="background-color:#f50057"],
.misc-page em[style*="background-color: #f50057"],
.misc-page em[style*="background:#ff00ff"],
.misc-page em[style*="background: #ff00ff"],
.misc-page em[style*="background:#FF00FF"],
.misc-page em[style*="background: #FF00FF"],
.misc-page em[style*="border-color:#e91e8c"],
.misc-page em[style*="border-color: #e91e8c"],
.misc-page em[style*="border-color:#E91E8C"],
.misc-page em[style*="border-color: #E91E8C"],
.misc-page em[style*="border-color:#ff00ff"],
.misc-page em[style*="border-color: #ff00ff"],
.misc-page em[style*="border-color:#FF00FF"],
.misc-page em[style*="border-color: #FF00FF"],
.misc-page em[style*="border: 2px solid #e91e8c"],
.misc-page em[style*="border:2px solid #e91e8c"],
.misc-page em[style*="border: 2px solid #E91E8C"],
.misc-page em[style*="border:2px solid #E91E8C"],
.misc-page em[style*="border: 2px solid #ff00ff"],
.misc-page em[style*="border:2px solid #ff00ff"],
.misc-page em[style*="border: 2px solid #FF00FF"],
.misc-page em[style*="border:2px solid #FF00FF"],
.misc-page p[style*="background-color:#e91e8c"],
.misc-page p[style*="background-color: #e91e8c"],
.misc-page p[style*="background-color:#E91E8C"],
.misc-page p[style*="background-color: #E91E8C"],
.misc-page p[style*="background:#e91e8c"],
.misc-page p[style*="background: #e91e8c"],
.misc-page p[style*="background:#E91E8C"],
.misc-page p[style*="background: #E91E8C"],
.misc-page p[style*="background-color:#ff00ff"],
.misc-page p[style*="background-color: #ff00ff"],
.misc-page p[style*="background-color:#FF00FF"],
.misc-page p[style*="background-color: #FF00FF"],
.misc-page p[style*="background-color:#ff0090"],
.misc-page p[style*="background-color: #ff0090"],
.misc-page p[style*="background-color:#e91e63"],
.misc-page p[style*="background-color: #e91e63"],
.misc-page p[style*="background-color:#f50057"],
.misc-page p[style*="background-color: #f50057"],
.misc-page p[style*="background:#ff00ff"],
.misc-page p[style*="background: #ff00ff"],
.misc-page p[style*="background:#FF00FF"],
.misc-page p[style*="background: #FF00FF"],
.misc-page p[style*="border-color:#e91e8c"],
.misc-page p[style*="border-color: #e91e8c"],
.misc-page p[style*="border-color:#E91E8C"],
.misc-page p[style*="border-color: #E91E8C"],
.misc-page p[style*="border-color:#ff00ff"],
.misc-page p[style*="border-color: #ff00ff"],
.misc-page p[style*="border-color:#FF00FF"],
.misc-page p[style*="border-color: #FF00FF"],
.misc-page p[style*="border: 2px solid #e91e8c"],
.misc-page p[style*="border:2px solid #e91e8c"],
.misc-page p[style*="border: 2px solid #E91E8C"],
.misc-page p[style*="border:2px solid #E91E8C"],
.misc-page p[style*="border: 2px solid #ff00ff"],
.misc-page p[style*="border:2px solid #ff00ff"],
.misc-page p[style*="border: 2px solid #FF00FF"],
.misc-page p[style*="border:2px solid #FF00FF"],
.misc-page h1[style*="background-color:#e91e8c"],
.misc-page h1[style*="background-color: #e91e8c"],
.misc-page h1[style*="background-color:#E91E8C"],
.misc-page h1[style*="background-color: #E91E8C"],
.misc-page h1[style*="background:#e91e8c"],
.misc-page h1[style*="background: #e91e8c"],
.misc-page h1[style*="background:#E91E8C"],
.misc-page h1[style*="background: #E91E8C"],
.misc-page h1[style*="background-color:#ff00ff"],
.misc-page h1[style*="background-color: #ff00ff"],
.misc-page h1[style*="background-color:#FF00FF"],
.misc-page h1[style*="background-color: #FF00FF"],
.misc-page h1[style*="background-color:#ff0090"],
.misc-page h1[style*="background-color: #ff0090"],
.misc-page h1[style*="background-color:#e91e63"],
.misc-page h1[style*="background-color: #e91e63"],
.misc-page h1[style*="background-color:#f50057"],
.misc-page h1[style*="background-color: #f50057"],
.misc-page h1[style*="background:#ff00ff"],
.misc-page h1[style*="background: #ff00ff"],
.misc-page h1[style*="background:#FF00FF"],
.misc-page h1[style*="background: #FF00FF"],
.misc-page h1[style*="border-color:#e91e8c"],
.misc-page h1[style*="border-color: #e91e8c"],
.misc-page h1[style*="border-color:#E91E8C"],
.misc-page h1[style*="border-color: #E91E8C"],
.misc-page h1[style*="border-color:#ff00ff"],
.misc-page h1[style*="border-color: #ff00ff"],
.misc-page h1[style*="border-color:#FF00FF"],
.misc-page h1[style*="border-color: #FF00FF"],
.misc-page h1[style*="border: 2px solid #e91e8c"],
.misc-page h1[style*="border:2px solid #e91e8c"],
.misc-page h1[style*="border: 2px solid #E91E8C"],
.misc-page h1[style*="border:2px solid #E91E8C"],
.misc-page h1[style*="border: 2px solid #ff00ff"],
.misc-page h1[style*="border:2px solid #ff00ff"],
.misc-page h1[style*="border: 2px solid #FF00FF"],
.misc-page h1[style*="border:2px solid #FF00FF"],
.misc-page h2[style*="background-color:#e91e8c"],
.misc-page h2[style*="background-color: #e91e8c"],
.misc-page h2[style*="background-color:#E91E8C"],
.misc-page h2[style*="background-color: #E91E8C"],
.misc-page h2[style*="background:#e91e8c"],
.misc-page h2[style*="background: #e91e8c"],
.misc-page h2[style*="background:#E91E8C"],
.misc-page h2[style*="background: #E91E8C"],
.misc-page h2[style*="background-color:#ff00ff"],
.misc-page h2[style*="background-color: #ff00ff"],
.misc-page h2[style*="background-color:#FF00FF"],
.misc-page h2[style*="background-color: #FF00FF"],
.misc-page h2[style*="background-color:#ff0090"],
.misc-page h2[style*="background-color: #ff0090"],
.misc-page h2[style*="background-color:#e91e63"],
.misc-page h2[style*="background-color: #e91e63"],
.misc-page h2[style*="background-color:#f50057"],
.misc-page h2[style*="background-color: #f50057"],
.misc-page h2[style*="background:#ff00ff"],
.misc-page h2[style*="background: #ff00ff"],
.misc-page h2[style*="background:#FF00FF"],
.misc-page h2[style*="background: #FF00FF"],
.misc-page h2[style*="border-color:#e91e8c"],
.misc-page h2[style*="border-color: #e91e8c"],
.misc-page h2[style*="border-color:#E91E8C"],
.misc-page h2[style*="border-color: #E91E8C"],
.misc-page h2[style*="border-color:#ff00ff"],
.misc-page h2[style*="border-color: #ff00ff"],
.misc-page h2[style*="border-color:#FF00FF"],
.misc-page h2[style*="border-color: #FF00FF"],
.misc-page h2[style*="border: 2px solid #e91e8c"],
.misc-page h2[style*="border:2px solid #e91e8c"],
.misc-page h2[style*="border: 2px solid #E91E8C"],
.misc-page h2[style*="border:2px solid #E91E8C"],
.misc-page h2[style*="border: 2px solid #ff00ff"],
.misc-page h2[style*="border:2px solid #ff00ff"],
.misc-page h2[style*="border: 2px solid #FF00FF"],
.misc-page h2[style*="border:2px solid #FF00FF"],
.misc-page h3[style*="background-color:#e91e8c"],
.misc-page h3[style*="background-color: #e91e8c"],
.misc-page h3[style*="background-color:#E91E8C"],
.misc-page h3[style*="background-color: #E91E8C"],
.misc-page h3[style*="background:#e91e8c"],
.misc-page h3[style*="background: #e91e8c"],
.misc-page h3[style*="background:#E91E8C"],
.misc-page h3[style*="background: #E91E8C"],
.misc-page h3[style*="background-color:#ff00ff"],
.misc-page h3[style*="background-color: #ff00ff"],
.misc-page h3[style*="background-color:#FF00FF"],
.misc-page h3[style*="background-color: #FF00FF"],
.misc-page h3[style*="background-color:#ff0090"],
.misc-page h3[style*="background-color: #ff0090"],
.misc-page h3[style*="background-color:#e91e63"],
.misc-page h3[style*="background-color: #e91e63"],
.misc-page h3[style*="background-color:#f50057"],
.misc-page h3[style*="background-color: #f50057"],
.misc-page h3[style*="background:#ff00ff"],
.misc-page h3[style*="background: #ff00ff"],
.misc-page h3[style*="background:#FF00FF"],
.misc-page h3[style*="background: #FF00FF"],
.misc-page h3[style*="border-color:#e91e8c"],
.misc-page h3[style*="border-color: #e91e8c"],
.misc-page h3[style*="border-color:#E91E8C"],
.misc-page h3[style*="border-color: #E91E8C"],
.misc-page h3[style*="border-color:#ff00ff"],
.misc-page h3[style*="border-color: #ff00ff"],
.misc-page h3[style*="border-color:#FF00FF"],
.misc-page h3[style*="border-color: #FF00FF"],
.misc-page h3[style*="border: 2px solid #e91e8c"],
.misc-page h3[style*="border:2px solid #e91e8c"],
.misc-page h3[style*="border: 2px solid #E91E8C"],
.misc-page h3[style*="border:2px solid #E91E8C"],
.misc-page h3[style*="border: 2px solid #ff00ff"],
.misc-page h3[style*="border:2px solid #ff00ff"],
.misc-page h3[style*="border: 2px solid #FF00FF"],
.misc-page h3[style*="border:2px solid #FF00FF"],
.misc-page h4[style*="background-color:#e91e8c"],
.misc-page h4[style*="background-color: #e91e8c"],
.misc-page h4[style*="background-color:#E91E8C"],
.misc-page h4[style*="background-color: #E91E8C"],
.misc-page h4[style*="background:#e91e8c"],
.misc-page h4[style*="background: #e91e8c"],
.misc-page h4[style*="background:#E91E8C"],
.misc-page h4[style*="background: #E91E8C"],
.misc-page h4[style*="background-color:#ff00ff"],
.misc-page h4[style*="background-color: #ff00ff"],
.misc-page h4[style*="background-color:#FF00FF"],
.misc-page h4[style*="background-color: #FF00FF"],
.misc-page h4[style*="background-color:#ff0090"],
.misc-page h4[style*="background-color: #ff0090"],
.misc-page h4[style*="background-color:#e91e63"],
.misc-page h4[style*="background-color: #e91e63"],
.misc-page h4[style*="background-color:#f50057"],
.misc-page h4[style*="background-color: #f50057"],
.misc-page h4[style*="background:#ff00ff"],
.misc-page h4[style*="background: #ff00ff"],
.misc-page h4[style*="background:#FF00FF"],
.misc-page h4[style*="background: #FF00FF"],
.misc-page h4[style*="border-color:#e91e8c"],
.misc-page h4[style*="border-color: #e91e8c"],
.misc-page h4[style*="border-color:#E91E8C"],
.misc-page h4[style*="border-color: #E91E8C"],
.misc-page h4[style*="border-color:#ff00ff"],
.misc-page h4[style*="border-color: #ff00ff"],
.misc-page h4[style*="border-color:#FF00FF"],
.misc-page h4[style*="border-color: #FF00FF"],
.misc-page h4[style*="border: 2px solid #e91e8c"],
.misc-page h4[style*="border:2px solid #e91e8c"],
.misc-page h4[style*="border: 2px solid #E91E8C"],
.misc-page h4[style*="border:2px solid #E91E8C"],
.misc-page h4[style*="border: 2px solid #ff00ff"],
.misc-page h4[style*="border:2px solid #ff00ff"],
.misc-page h4[style*="border: 2px solid #FF00FF"],
.misc-page h4[style*="border:2px solid #FF00FF"],
.misc-page h5[style*="background-color:#e91e8c"],
.misc-page h5[style*="background-color: #e91e8c"],
.misc-page h5[style*="background-color:#E91E8C"],
.misc-page h5[style*="background-color: #E91E8C"],
.misc-page h5[style*="background:#e91e8c"],
.misc-page h5[style*="background: #e91e8c"],
.misc-page h5[style*="background:#E91E8C"],
.misc-page h5[style*="background: #E91E8C"],
.misc-page h5[style*="background-color:#ff00ff"],
.misc-page h5[style*="background-color: #ff00ff"],
.misc-page h5[style*="background-color:#FF00FF"],
.misc-page h5[style*="background-color: #FF00FF"],
.misc-page h5[style*="background-color:#ff0090"],
.misc-page h5[style*="background-color: #ff0090"],
.misc-page h5[style*="background-color:#e91e63"],
.misc-page h5[style*="background-color: #e91e63"],
.misc-page h5[style*="background-color:#f50057"],
.misc-page h5[style*="background-color: #f50057"],
.misc-page h5[style*="background:#ff00ff"],
.misc-page h5[style*="background: #ff00ff"],
.misc-page h5[style*="background:#FF00FF"],
.misc-page h5[style*="background: #FF00FF"],
.misc-page h5[style*="border-color:#e91e8c"],
.misc-page h5[style*="border-color: #e91e8c"],
.misc-page h5[style*="border-color:#E91E8C"],
.misc-page h5[style*="border-color: #E91E8C"],
.misc-page h5[style*="border-color:#ff00ff"],
.misc-page h5[style*="border-color: #ff00ff"],
.misc-page h5[style*="border-color:#FF00FF"],
.misc-page h5[style*="border-color: #FF00FF"],
.misc-page h5[style*="border: 2px solid #e91e8c"],
.misc-page h5[style*="border:2px solid #e91e8c"],
.misc-page h5[style*="border: 2px solid #E91E8C"],
.misc-page h5[style*="border:2px solid #E91E8C"],
.misc-page h5[style*="border: 2px solid #ff00ff"],
.misc-page h5[style*="border:2px solid #ff00ff"],
.misc-page h5[style*="border: 2px solid #FF00FF"],
.misc-page h5[style*="border:2px solid #FF00FF"],
.misc-page h6[style*="background-color:#e91e8c"],
.misc-page h6[style*="background-color: #e91e8c"],
.misc-page h6[style*="background-color:#E91E8C"],
.misc-page h6[style*="background-color: #E91E8C"],
.misc-page h6[style*="background:#e91e8c"],
.misc-page h6[style*="background: #e91e8c"],
.misc-page h6[style*="background:#E91E8C"],
.misc-page h6[style*="background: #E91E8C"],
.misc-page h6[style*="background-color:#ff00ff"],
.misc-page h6[style*="background-color: #ff00ff"],
.misc-page h6[style*="background-color:#FF00FF"],
.misc-page h6[style*="background-color: #FF00FF"],
.misc-page h6[style*="background-color:#ff0090"],
.misc-page h6[style*="background-color: #ff0090"],
.misc-page h6[style*="background-color:#e91e63"],
.misc-page h6[style*="background-color: #e91e63"],
.misc-page h6[style*="background-color:#f50057"],
.misc-page h6[style*="background-color: #f50057"],
.misc-page h6[style*="background:#ff00ff"],
.misc-page h6[style*="background: #ff00ff"],
.misc-page h6[style*="background:#FF00FF"],
.misc-page h6[style*="background: #FF00FF"],
.misc-page h6[style*="border-color:#e91e8c"],
.misc-page h6[style*="border-color: #e91e8c"],
.misc-page h6[style*="border-color:#E91E8C"],
.misc-page h6[style*="border-color: #E91E8C"],
.misc-page h6[style*="border-color:#ff00ff"],
.misc-page h6[style*="border-color: #ff00ff"],
.misc-page h6[style*="border-color:#FF00FF"],
.misc-page h6[style*="border-color: #FF00FF"],
.misc-page h6[style*="border: 2px solid #e91e8c"],
.misc-page h6[style*="border:2px solid #e91e8c"],
.misc-page h6[style*="border: 2px solid #E91E8C"],
.misc-page h6[style*="border:2px solid #E91E8C"],
.misc-page h6[style*="border: 2px solid #ff00ff"],
.misc-page h6[style*="border:2px solid #ff00ff"],
.misc-page h6[style*="border: 2px solid #FF00FF"],
.misc-page h6[style*="border:2px solid #FF00FF"],
.misc-page li[style*="background-color:#e91e8c"],
.misc-page li[style*="background-color: #e91e8c"],
.misc-page li[style*="background-color:#E91E8C"],
.misc-page li[style*="background-color: #E91E8C"],
.misc-page li[style*="background:#e91e8c"],
.misc-page li[style*="background: #e91e8c"],
.misc-page li[style*="background:#E91E8C"],
.misc-page li[style*="background: #E91E8C"],
.misc-page li[style*="background-color:#ff00ff"],
.misc-page li[style*="background-color: #ff00ff"],
.misc-page li[style*="background-color:#FF00FF"],
.misc-page li[style*="background-color: #FF00FF"],
.misc-page li[style*="background-color:#ff0090"],
.misc-page li[style*="background-color: #ff0090"],
.misc-page li[style*="background-color:#e91e63"],
.misc-page li[style*="background-color: #e91e63"],
.misc-page li[style*="background-color:#f50057"],
.misc-page li[style*="background-color: #f50057"],
.misc-page li[style*="background:#ff00ff"],
.misc-page li[style*="background: #ff00ff"],
.misc-page li[style*="background:#FF00FF"],
.misc-page li[style*="background: #FF00FF"],
.misc-page li[style*="border-color:#e91e8c"],
.misc-page li[style*="border-color: #e91e8c"],
.misc-page li[style*="border-color:#E91E8C"],
.misc-page li[style*="border-color: #E91E8C"],
.misc-page li[style*="border-color:#ff00ff"],
.misc-page li[style*="border-color: #ff00ff"],
.misc-page li[style*="border-color:#FF00FF"],
.misc-page li[style*="border-color: #FF00FF"],
.misc-page li[style*="border: 2px solid #e91e8c"],
.misc-page li[style*="border:2px solid #e91e8c"],
.misc-page li[style*="border: 2px solid #E91E8C"],
.misc-page li[style*="border:2px solid #E91E8C"],
.misc-page li[style*="border: 2px solid #ff00ff"],
.misc-page li[style*="border:2px solid #ff00ff"],
.misc-page li[style*="border: 2px solid #FF00FF"],
.misc-page li[style*="border:2px solid #FF00FF"],
.misc-page div[style*="background-color:#e91e8c"],
.misc-page div[style*="background-color: #e91e8c"],
.misc-page div[style*="background-color:#E91E8C"],
.misc-page div[style*="background-color: #E91E8C"],
.misc-page div[style*="background:#e91e8c"],
.misc-page div[style*="background: #e91e8c"],
.misc-page div[style*="background:#E91E8C"],
.misc-page div[style*="background: #E91E8C"],
.misc-page div[style*="background-color:#ff00ff"],
.misc-page div[style*="background-color: #ff00ff"],
.misc-page div[style*="background-color:#FF00FF"],
.misc-page div[style*="background-color: #FF00FF"],
.misc-page div[style*="background-color:#ff0090"],
.misc-page div[style*="background-color: #ff0090"],
.misc-page div[style*="background-color:#e91e63"],
.misc-page div[style*="background-color: #e91e63"],
.misc-page div[style*="background-color:#f50057"],
.misc-page div[style*="background-color: #f50057"],
.misc-page div[style*="background:#ff00ff"],
.misc-page div[style*="background: #ff00ff"],
.misc-page div[style*="background:#FF00FF"],
.misc-page div[style*="background: #FF00FF"],
.misc-page div[style*="border-color:#e91e8c"],
.misc-page div[style*="border-color: #e91e8c"],
.misc-page div[style*="border-color:#E91E8C"],
.misc-page div[style*="border-color: #E91E8C"],
.misc-page div[style*="border-color:#ff00ff"],
.misc-page div[style*="border-color: #ff00ff"],
.misc-page div[style*="border-color:#FF00FF"],
.misc-page div[style*="border-color: #FF00FF"],
.misc-page div[style*="border: 2px solid #e91e8c"],
.misc-page div[style*="border:2px solid #e91e8c"],
.misc-page div[style*="border: 2px solid #E91E8C"],
.misc-page div[style*="border:2px solid #E91E8C"],
.misc-page div[style*="border: 2px solid #ff00ff"],
.misc-page div[style*="border:2px solid #ff00ff"],
.misc-page div[style*="border: 2px solid #FF00FF"],
.misc-page div[style*="border:2px solid #FF00FF"],
.misc-page td[style*="background-color:#e91e8c"],
.misc-page td[style*="background-color: #e91e8c"],
.misc-page td[style*="background-color:#E91E8C"],
.misc-page td[style*="background-color: #E91E8C"],
.misc-page td[style*="background:#e91e8c"],
.misc-page td[style*="background: #e91e8c"],
.misc-page td[style*="background:#E91E8C"],
.misc-page td[style*="background: #E91E8C"],
.misc-page td[style*="background-color:#ff00ff"],
.misc-page td[style*="background-color: #ff00ff"],
.misc-page td[style*="background-color:#FF00FF"],
.misc-page td[style*="background-color: #FF00FF"],
.misc-page td[style*="background-color:#ff0090"],
.misc-page td[style*="background-color: #ff0090"],
.misc-page td[style*="background-color:#e91e63"],
.misc-page td[style*="background-color: #e91e63"],
.misc-page td[style*="background-color:#f50057"],
.misc-page td[style*="background-color: #f50057"],
.misc-page td[style*="background:#ff00ff"],
.misc-page td[style*="background: #ff00ff"],
.misc-page td[style*="background:#FF00FF"],
.misc-page td[style*="background: #FF00FF"],
.misc-page td[style*="border-color:#e91e8c"],
.misc-page td[style*="border-color: #e91e8c"],
.misc-page td[style*="border-color:#E91E8C"],
.misc-page td[style*="border-color: #E91E8C"],
.misc-page td[style*="border-color:#ff00ff"],
.misc-page td[style*="border-color: #ff00ff"],
.misc-page td[style*="border-color:#FF00FF"],
.misc-page td[style*="border-color: #FF00FF"],
.misc-page td[style*="border: 2px solid #e91e8c"],
.misc-page td[style*="border:2px solid #e91e8c"],
.misc-page td[style*="border: 2px solid #E91E8C"],
.misc-page td[style*="border:2px solid #E91E8C"],
.misc-page td[style*="border: 2px solid #ff00ff"],
.misc-page td[style*="border:2px solid #ff00ff"],
.misc-page td[style*="border: 2px solid #FF00FF"],
.misc-page td[style*="border:2px solid #FF00FF"],
.misc-page th[style*="background-color:#e91e8c"],
.misc-page th[style*="background-color: #e91e8c"],
.misc-page th[style*="background-color:#E91E8C"],
.misc-page th[style*="background-color: #E91E8C"],
.misc-page th[style*="background:#e91e8c"],
.misc-page th[style*="background: #e91e8c"],
.misc-page th[style*="background:#E91E8C"],
.misc-page th[style*="background: #E91E8C"],
.misc-page th[style*="background-color:#ff00ff"],
.misc-page th[style*="background-color: #ff00ff"],
.misc-page th[style*="background-color:#FF00FF"],
.misc-page th[style*="background-color: #FF00FF"],
.misc-page th[style*="background-color:#ff0090"],
.misc-page th[style*="background-color: #ff0090"],
.misc-page th[style*="background-color:#e91e63"],
.misc-page th[style*="background-color: #e91e63"],
.misc-page th[style*="background-color:#f50057"],
.misc-page th[style*="background-color: #f50057"],
.misc-page th[style*="background:#ff00ff"],
.misc-page th[style*="background: #ff00ff"],
.misc-page th[style*="background:#FF00FF"],
.misc-page th[style*="background: #FF00FF"],
.misc-page th[style*="border-color:#e91e8c"],
.misc-page th[style*="border-color: #e91e8c"],
.misc-page th[style*="border-color:#E91E8C"],
.misc-page th[style*="border-color: #E91E8C"],
.misc-page th[style*="border-color:#ff00ff"],
.misc-page th[style*="border-color: #ff00ff"],
.misc-page th[style*="border-color:#FF00FF"],
.misc-page th[style*="border-color: #FF00FF"],
.misc-page th[style*="border: 2px solid #e91e8c"],
.misc-page th[style*="border:2px solid #e91e8c"],
.misc-page th[style*="border: 2px solid #E91E8C"],
.misc-page th[style*="border:2px solid #E91E8C"],
.misc-page th[style*="border: 2px solid #ff00ff"],
.misc-page th[style*="border:2px solid #ff00ff"],
.misc-page th[style*="border: 2px solid #FF00FF"],
.misc-page th[style*="border:2px solid #FF00FF"],
.misc-page summary[style*="background-color:#e91e8c"],
.misc-page summary[style*="background-color: #e91e8c"],
.misc-page summary[style*="background-color:#E91E8C"],
.misc-page summary[style*="background-color: #E91E8C"],
.misc-page summary[style*="background:#e91e8c"],
.misc-page summary[style*="background: #e91e8c"],
.misc-page summary[style*="background:#E91E8C"],
.misc-page summary[style*="background: #E91E8C"],
.misc-page summary[style*="background-color:#ff00ff"],
.misc-page summary[style*="background-color: #ff00ff"],
.misc-page summary[style*="background-color:#FF00FF"],
.misc-page summary[style*="background-color: #FF00FF"],
.misc-page summary[style*="background-color:#ff0090"],
.misc-page summary[style*="background-color: #ff0090"],
.misc-page summary[style*="background-color:#e91e63"],
.misc-page summary[style*="background-color: #e91e63"],
.misc-page summary[style*="background-color:#f50057"],
.misc-page summary[style*="background-color: #f50057"],
.misc-page summary[style*="background:#ff00ff"],
.misc-page summary[style*="background: #ff00ff"],
.misc-page summary[style*="background:#FF00FF"],
.misc-page summary[style*="background: #FF00FF"],
.misc-page summary[style*="border-color:#e91e8c"],
.misc-page summary[style*="border-color: #e91e8c"],
.misc-page summary[style*="border-color:#E91E8C"],
.misc-page summary[style*="border-color: #E91E8C"],
.misc-page summary[style*="border-color:#ff00ff"],
.misc-page summary[style*="border-color: #ff00ff"],
.misc-page summary[style*="border-color:#FF00FF"],
.misc-page summary[style*="border-color: #FF00FF"],
.misc-page summary[style*="border: 2px solid #e91e8c"],
.misc-page summary[style*="border:2px solid #e91e8c"],
.misc-page summary[style*="border: 2px solid #E91E8C"],
.misc-page summary[style*="border:2px solid #E91E8C"],
.misc-page summary[style*="border: 2px solid #ff00ff"],
.misc-page summary[style*="border:2px solid #ff00ff"],
.misc-page summary[style*="border: 2px solid #FF00FF"],
.misc-page summary[style*="border:2px solid #FF00FF"],
.misc-page .wp-block-button__link[style*="background-color:#e91e8c"],
.misc-page .wp-block-button__link[style*="background-color: #e91e8c"],
.misc-page .wp-block-button__link[style*="background-color:#E91E8C"],
.misc-page .wp-block-button__link[style*="background-color: #E91E8C"],
.misc-page .wp-block-button__link[style*="background:#e91e8c"],
.misc-page .wp-block-button__link[style*="background: #e91e8c"],
.misc-page .wp-block-button__link[style*="background:#E91E8C"],
.misc-page .wp-block-button__link[style*="background: #E91E8C"],
.misc-page .wp-block-button__link[style*="background-color:#ff00ff"],
.misc-page .wp-block-button__link[style*="background-color: #ff00ff"],
.misc-page .wp-block-button__link[style*="background-color:#FF00FF"],
.misc-page .wp-block-button__link[style*="background-color: #FF00FF"],
.misc-page .wp-block-button__link[style*="background-color:#ff0090"],
.misc-page .wp-block-button__link[style*="background-color: #ff0090"],
.misc-page .wp-block-button__link[style*="background-color:#e91e63"],
.misc-page .wp-block-button__link[style*="background-color: #e91e63"],
.misc-page .wp-block-button__link[style*="background-color:#f50057"],
.misc-page .wp-block-button__link[style*="background-color: #f50057"],
.misc-page .wp-block-button__link[style*="background:#ff00ff"],
.misc-page .wp-block-button__link[style*="background: #ff00ff"],
.misc-page .wp-block-button__link[style*="background:#FF00FF"],
.misc-page .wp-block-button__link[style*="background: #FF00FF"],
.misc-page .wp-block-button__link[style*="border-color:#e91e8c"],
.misc-page .wp-block-button__link[style*="border-color: #e91e8c"],
.misc-page .wp-block-button__link[style*="border-color:#E91E8C"],
.misc-page .wp-block-button__link[style*="border-color: #E91E8C"],
.misc-page .wp-block-button__link[style*="border-color:#ff00ff"],
.misc-page .wp-block-button__link[style*="border-color: #ff00ff"],
.misc-page .wp-block-button__link[style*="border-color:#FF00FF"],
.misc-page .wp-block-button__link[style*="border-color: #FF00FF"],
.misc-page .wp-block-button__link[style*="border: 2px solid #e91e8c"],
.misc-page .wp-block-button__link[style*="border:2px solid #e91e8c"],
.misc-page .wp-block-button__link[style*="border: 2px solid #E91E8C"],
.misc-page .wp-block-button__link[style*="border:2px solid #E91E8C"],
.misc-page .wp-block-button__link[style*="border: 2px solid #ff00ff"],
.misc-page .wp-block-button__link[style*="border:2px solid #ff00ff"],
.misc-page .wp-block-button__link[style*="border: 2px solid #FF00FF"],
.misc-page .wp-block-button__link[style*="border:2px solid #FF00FF"],
.pages a[style*="background-color:#e91e8c"],
.pages a[style*="background-color: #e91e8c"],
.pages a[style*="background-color:#E91E8C"],
.pages a[style*="background-color: #E91E8C"],
.pages a[style*="background:#e91e8c"],
.pages a[style*="background: #e91e8c"],
.pages a[style*="background:#E91E8C"],
.pages a[style*="background: #E91E8C"],
.pages a[style*="background-color:#ff00ff"],
.pages a[style*="background-color: #ff00ff"],
.pages a[style*="background-color:#FF00FF"],
.pages a[style*="background-color: #FF00FF"],
.pages a[style*="background-color:#ff0090"],
.pages a[style*="background-color: #ff0090"],
.pages a[style*="background-color:#e91e63"],
.pages a[style*="background-color: #e91e63"],
.pages a[style*="background-color:#f50057"],
.pages a[style*="background-color: #f50057"],
.pages a[style*="background:#ff00ff"],
.pages a[style*="background: #ff00ff"],
.pages a[style*="background:#FF00FF"],
.pages a[style*="background: #FF00FF"],
.pages a[style*="border-color:#e91e8c"],
.pages a[style*="border-color: #e91e8c"],
.pages a[style*="border-color:#E91E8C"],
.pages a[style*="border-color: #E91E8C"],
.pages a[style*="border-color:#ff00ff"],
.pages a[style*="border-color: #ff00ff"],
.pages a[style*="border-color:#FF00FF"],
.pages a[style*="border-color: #FF00FF"],
.pages a[style*="border: 2px solid #e91e8c"],
.pages a[style*="border:2px solid #e91e8c"],
.pages a[style*="border: 2px solid #E91E8C"],
.pages a[style*="border:2px solid #E91E8C"],
.pages a[style*="border: 2px solid #ff00ff"],
.pages a[style*="border:2px solid #ff00ff"],
.pages a[style*="border: 2px solid #FF00FF"],
.pages a[style*="border:2px solid #FF00FF"],
.pages span[style*="background-color:#e91e8c"],
.pages span[style*="background-color: #e91e8c"],
.pages span[style*="background-color:#E91E8C"],
.pages span[style*="background-color: #E91E8C"],
.pages span[style*="background:#e91e8c"],
.pages span[style*="background: #e91e8c"],
.pages span[style*="background:#E91E8C"],
.pages span[style*="background: #E91E8C"],
.pages span[style*="background-color:#ff00ff"],
.pages span[style*="background-color: #ff00ff"],
.pages span[style*="background-color:#FF00FF"],
.pages span[style*="background-color: #FF00FF"],
.pages span[style*="background-color:#ff0090"],
.pages span[style*="background-color: #ff0090"],
.pages span[style*="background-color:#e91e63"],
.pages span[style*="background-color: #e91e63"],
.pages span[style*="background-color:#f50057"],
.pages span[style*="background-color: #f50057"],
.pages span[style*="background:#ff00ff"],
.pages span[style*="background: #ff00ff"],
.pages span[style*="background:#FF00FF"],
.pages span[style*="background: #FF00FF"],
.pages span[style*="border-color:#e91e8c"],
.pages span[style*="border-color: #e91e8c"],
.pages span[style*="border-color:#E91E8C"],
.pages span[style*="border-color: #E91E8C"],
.pages span[style*="border-color:#ff00ff"],
.pages span[style*="border-color: #ff00ff"],
.pages span[style*="border-color:#FF00FF"],
.pages span[style*="border-color: #FF00FF"],
.pages span[style*="border: 2px solid #e91e8c"],
.pages span[style*="border:2px solid #e91e8c"],
.pages span[style*="border: 2px solid #E91E8C"],
.pages span[style*="border:2px solid #E91E8C"],
.pages span[style*="border: 2px solid #ff00ff"],
.pages span[style*="border:2px solid #ff00ff"],
.pages span[style*="border: 2px solid #FF00FF"],
.pages span[style*="border:2px solid #FF00FF"],
.pages strong[style*="background-color:#e91e8c"],
.pages strong[style*="background-color: #e91e8c"],
.pages strong[style*="background-color:#E91E8C"],
.pages strong[style*="background-color: #E91E8C"],
.pages strong[style*="background:#e91e8c"],
.pages strong[style*="background: #e91e8c"],
.pages strong[style*="background:#E91E8C"],
.pages strong[style*="background: #E91E8C"],
.pages strong[style*="background-color:#ff00ff"],
.pages strong[style*="background-color: #ff00ff"],
.pages strong[style*="background-color:#FF00FF"],
.pages strong[style*="background-color: #FF00FF"],
.pages strong[style*="background-color:#ff0090"],
.pages strong[style*="background-color: #ff0090"],
.pages strong[style*="background-color:#e91e63"],
.pages strong[style*="background-color: #e91e63"],
.pages strong[style*="background-color:#f50057"],
.pages strong[style*="background-color: #f50057"],
.pages strong[style*="background:#ff00ff"],
.pages strong[style*="background: #ff00ff"],
.pages strong[style*="background:#FF00FF"],
.pages strong[style*="background: #FF00FF"],
.pages strong[style*="border-color:#e91e8c"],
.pages strong[style*="border-color: #e91e8c"],
.pages strong[style*="border-color:#E91E8C"],
.pages strong[style*="border-color: #E91E8C"],
.pages strong[style*="border-color:#ff00ff"],
.pages strong[style*="border-color: #ff00ff"],
.pages strong[style*="border-color:#FF00FF"],
.pages strong[style*="border-color: #FF00FF"],
.pages strong[style*="border: 2px solid #e91e8c"],
.pages strong[style*="border:2px solid #e91e8c"],
.pages strong[style*="border: 2px solid #E91E8C"],
.pages strong[style*="border:2px solid #E91E8C"],
.pages strong[style*="border: 2px solid #ff00ff"],
.pages strong[style*="border:2px solid #ff00ff"],
.pages strong[style*="border: 2px solid #FF00FF"],
.pages strong[style*="border:2px solid #FF00FF"],
.pages em[style*="background-color:#e91e8c"],
.pages em[style*="background-color: #e91e8c"],
.pages em[style*="background-color:#E91E8C"],
.pages em[style*="background-color: #E91E8C"],
.pages em[style*="background:#e91e8c"],
.pages em[style*="background: #e91e8c"],
.pages em[style*="background:#E91E8C"],
.pages em[style*="background: #E91E8C"],
.pages em[style*="background-color:#ff00ff"],
.pages em[style*="background-color: #ff00ff"],
.pages em[style*="background-color:#FF00FF"],
.pages em[style*="background-color: #FF00FF"],
.pages em[style*="background-color:#ff0090"],
.pages em[style*="background-color: #ff0090"],
.pages em[style*="background-color:#e91e63"],
.pages em[style*="background-color: #e91e63"],
.pages em[style*="background-color:#f50057"],
.pages em[style*="background-color: #f50057"],
.pages em[style*="background:#ff00ff"],
.pages em[style*="background: #ff00ff"],
.pages em[style*="background:#FF00FF"],
.pages em[style*="background: #FF00FF"],
.pages em[style*="border-color:#e91e8c"],
.pages em[style*="border-color: #e91e8c"],
.pages em[style*="border-color:#E91E8C"],
.pages em[style*="border-color: #E91E8C"],
.pages em[style*="border-color:#ff00ff"],
.pages em[style*="border-color: #ff00ff"],
.pages em[style*="border-color:#FF00FF"],
.pages em[style*="border-color: #FF00FF"],
.pages em[style*="border: 2px solid #e91e8c"],
.pages em[style*="border:2px solid #e91e8c"],
.pages em[style*="border: 2px solid #E91E8C"],
.pages em[style*="border:2px solid #E91E8C"],
.pages em[style*="border: 2px solid #ff00ff"],
.pages em[style*="border:2px solid #ff00ff"],
.pages em[style*="border: 2px solid #FF00FF"],
.pages em[style*="border:2px solid #FF00FF"],
.pages p[style*="background-color:#e91e8c"],
.pages p[style*="background-color: #e91e8c"],
.pages p[style*="background-color:#E91E8C"],
.pages p[style*="background-color: #E91E8C"],
.pages p[style*="background:#e91e8c"],
.pages p[style*="background: #e91e8c"],
.pages p[style*="background:#E91E8C"],
.pages p[style*="background: #E91E8C"],
.pages p[style*="background-color:#ff00ff"],
.pages p[style*="background-color: #ff00ff"],
.pages p[style*="background-color:#FF00FF"],
.pages p[style*="background-color: #FF00FF"],
.pages p[style*="background-color:#ff0090"],
.pages p[style*="background-color: #ff0090"],
.pages p[style*="background-color:#e91e63"],
.pages p[style*="background-color: #e91e63"],
.pages p[style*="background-color:#f50057"],
.pages p[style*="background-color: #f50057"],
.pages p[style*="background:#ff00ff"],
.pages p[style*="background: #ff00ff"],
.pages p[style*="background:#FF00FF"],
.pages p[style*="background: #FF00FF"],
.pages p[style*="border-color:#e91e8c"],
.pages p[style*="border-color: #e91e8c"],
.pages p[style*="border-color:#E91E8C"],
.pages p[style*="border-color: #E91E8C"],
.pages p[style*="border-color:#ff00ff"],
.pages p[style*="border-color: #ff00ff"],
.pages p[style*="border-color:#FF00FF"],
.pages p[style*="border-color: #FF00FF"],
.pages p[style*="border: 2px solid #e91e8c"],
.pages p[style*="border:2px solid #e91e8c"],
.pages p[style*="border: 2px solid #E91E8C"],
.pages p[style*="border:2px solid #E91E8C"],
.pages p[style*="border: 2px solid #ff00ff"],
.pages p[style*="border:2px solid #ff00ff"],
.pages p[style*="border: 2px solid #FF00FF"],
.pages p[style*="border:2px solid #FF00FF"],
.pages h1[style*="background-color:#e91e8c"],
.pages h1[style*="background-color: #e91e8c"],
.pages h1[style*="background-color:#E91E8C"],
.pages h1[style*="background-color: #E91E8C"],
.pages h1[style*="background:#e91e8c"],
.pages h1[style*="background: #e91e8c"],
.pages h1[style*="background:#E91E8C"],
.pages h1[style*="background: #E91E8C"],
.pages h1[style*="background-color:#ff00ff"],
.pages h1[style*="background-color: #ff00ff"],
.pages h1[style*="background-color:#FF00FF"],
.pages h1[style*="background-color: #FF00FF"],
.pages h1[style*="background-color:#ff0090"],
.pages h1[style*="background-color: #ff0090"],
.pages h1[style*="background-color:#e91e63"],
.pages h1[style*="background-color: #e91e63"],
.pages h1[style*="background-color:#f50057"],
.pages h1[style*="background-color: #f50057"],
.pages h1[style*="background:#ff00ff"],
.pages h1[style*="background: #ff00ff"],
.pages h1[style*="background:#FF00FF"],
.pages h1[style*="background: #FF00FF"],
.pages h1[style*="border-color:#e91e8c"],
.pages h1[style*="border-color: #e91e8c"],
.pages h1[style*="border-color:#E91E8C"],
.pages h1[style*="border-color: #E91E8C"],
.pages h1[style*="border-color:#ff00ff"],
.pages h1[style*="border-color: #ff00ff"],
.pages h1[style*="border-color:#FF00FF"],
.pages h1[style*="border-color: #FF00FF"],
.pages h1[style*="border: 2px solid #e91e8c"],
.pages h1[style*="border:2px solid #e91e8c"],
.pages h1[style*="border: 2px solid #E91E8C"],
.pages h1[style*="border:2px solid #E91E8C"],
.pages h1[style*="border: 2px solid #ff00ff"],
.pages h1[style*="border:2px solid #ff00ff"],
.pages h1[style*="border: 2px solid #FF00FF"],
.pages h1[style*="border:2px solid #FF00FF"],
.pages h2[style*="background-color:#e91e8c"],
.pages h2[style*="background-color: #e91e8c"],
.pages h2[style*="background-color:#E91E8C"],
.pages h2[style*="background-color: #E91E8C"],
.pages h2[style*="background:#e91e8c"],
.pages h2[style*="background: #e91e8c"],
.pages h2[style*="background:#E91E8C"],
.pages h2[style*="background: #E91E8C"],
.pages h2[style*="background-color:#ff00ff"],
.pages h2[style*="background-color: #ff00ff"],
.pages h2[style*="background-color:#FF00FF"],
.pages h2[style*="background-color: #FF00FF"],
.pages h2[style*="background-color:#ff0090"],
.pages h2[style*="background-color: #ff0090"],
.pages h2[style*="background-color:#e91e63"],
.pages h2[style*="background-color: #e91e63"],
.pages h2[style*="background-color:#f50057"],
.pages h2[style*="background-color: #f50057"],
.pages h2[style*="background:#ff00ff"],
.pages h2[style*="background: #ff00ff"],
.pages h2[style*="background:#FF00FF"],
.pages h2[style*="background: #FF00FF"],
.pages h2[style*="border-color:#e91e8c"],
.pages h2[style*="border-color: #e91e8c"],
.pages h2[style*="border-color:#E91E8C"],
.pages h2[style*="border-color: #E91E8C"],
.pages h2[style*="border-color:#ff00ff"],
.pages h2[style*="border-color: #ff00ff"],
.pages h2[style*="border-color:#FF00FF"],
.pages h2[style*="border-color: #FF00FF"],
.pages h2[style*="border: 2px solid #e91e8c"],
.pages h2[style*="border:2px solid #e91e8c"],
.pages h2[style*="border: 2px solid #E91E8C"],
.pages h2[style*="border:2px solid #E91E8C"],
.pages h2[style*="border: 2px solid #ff00ff"],
.pages h2[style*="border:2px solid #ff00ff"],
.pages h2[style*="border: 2px solid #FF00FF"],
.pages h2[style*="border:2px solid #FF00FF"],
.pages h3[style*="background-color:#e91e8c"],
.pages h3[style*="background-color: #e91e8c"],
.pages h3[style*="background-color:#E91E8C"],
.pages h3[style*="background-color: #E91E8C"],
.pages h3[style*="background:#e91e8c"],
.pages h3[style*="background: #e91e8c"],
.pages h3[style*="background:#E91E8C"],
.pages h3[style*="background: #E91E8C"],
.pages h3[style*="background-color:#ff00ff"],
.pages h3[style*="background-color: #ff00ff"],
.pages h3[style*="background-color:#FF00FF"],
.pages h3[style*="background-color: #FF00FF"],
.pages h3[style*="background-color:#ff0090"],
.pages h3[style*="background-color: #ff0090"],
.pages h3[style*="background-color:#e91e63"],
.pages h3[style*="background-color: #e91e63"],
.pages h3[style*="background-color:#f50057"],
.pages h3[style*="background-color: #f50057"],
.pages h3[style*="background:#ff00ff"],
.pages h3[style*="background: #ff00ff"],
.pages h3[style*="background:#FF00FF"],
.pages h3[style*="background: #FF00FF"],
.pages h3[style*="border-color:#e91e8c"],
.pages h3[style*="border-color: #e91e8c"],
.pages h3[style*="border-color:#E91E8C"],
.pages h3[style*="border-color: #E91E8C"],
.pages h3[style*="border-color:#ff00ff"],
.pages h3[style*="border-color: #ff00ff"],
.pages h3[style*="border-color:#FF00FF"],
.pages h3[style*="border-color: #FF00FF"],
.pages h3[style*="border: 2px solid #e91e8c"],
.pages h3[style*="border:2px solid #e91e8c"],
.pages h3[style*="border: 2px solid #E91E8C"],
.pages h3[style*="border:2px solid #E91E8C"],
.pages h3[style*="border: 2px solid #ff00ff"],
.pages h3[style*="border:2px solid #ff00ff"],
.pages h3[style*="border: 2px solid #FF00FF"],
.pages h3[style*="border:2px solid #FF00FF"],
.pages h4[style*="background-color:#e91e8c"],
.pages h4[style*="background-color: #e91e8c"],
.pages h4[style*="background-color:#E91E8C"],
.pages h4[style*="background-color: #E91E8C"],
.pages h4[style*="background:#e91e8c"],
.pages h4[style*="background: #e91e8c"],
.pages h4[style*="background:#E91E8C"],
.pages h4[style*="background: #E91E8C"],
.pages h4[style*="background-color:#ff00ff"],
.pages h4[style*="background-color: #ff00ff"],
.pages h4[style*="background-color:#FF00FF"],
.pages h4[style*="background-color: #FF00FF"],
.pages h4[style*="background-color:#ff0090"],
.pages h4[style*="background-color: #ff0090"],
.pages h4[style*="background-color:#e91e63"],
.pages h4[style*="background-color: #e91e63"],
.pages h4[style*="background-color:#f50057"],
.pages h4[style*="background-color: #f50057"],
.pages h4[style*="background:#ff00ff"],
.pages h4[style*="background: #ff00ff"],
.pages h4[style*="background:#FF00FF"],
.pages h4[style*="background: #FF00FF"],
.pages h4[style*="border-color:#e91e8c"],
.pages h4[style*="border-color: #e91e8c"],
.pages h4[style*="border-color:#E91E8C"],
.pages h4[style*="border-color: #E91E8C"],
.pages h4[style*="border-color:#ff00ff"],
.pages h4[style*="border-color: #ff00ff"],
.pages h4[style*="border-color:#FF00FF"],
.pages h4[style*="border-color: #FF00FF"],
.pages h4[style*="border: 2px solid #e91e8c"],
.pages h4[style*="border:2px solid #e91e8c"],
.pages h4[style*="border: 2px solid #E91E8C"],
.pages h4[style*="border:2px solid #E91E8C"],
.pages h4[style*="border: 2px solid #ff00ff"],
.pages h4[style*="border:2px solid #ff00ff"],
.pages h4[style*="border: 2px solid #FF00FF"],
.pages h4[style*="border:2px solid #FF00FF"],
.pages h5[style*="background-color:#e91e8c"],
.pages h5[style*="background-color: #e91e8c"],
.pages h5[style*="background-color:#E91E8C"],
.pages h5[style*="background-color: #E91E8C"],
.pages h5[style*="background:#e91e8c"],
.pages h5[style*="background: #e91e8c"],
.pages h5[style*="background:#E91E8C"],
.pages h5[style*="background: #E91E8C"],
.pages h5[style*="background-color:#ff00ff"],
.pages h5[style*="background-color: #ff00ff"],
.pages h5[style*="background-color:#FF00FF"],
.pages h5[style*="background-color: #FF00FF"],
.pages h5[style*="background-color:#ff0090"],
.pages h5[style*="background-color: #ff0090"],
.pages h5[style*="background-color:#e91e63"],
.pages h5[style*="background-color: #e91e63"],
.pages h5[style*="background-color:#f50057"],
.pages h5[style*="background-color: #f50057"],
.pages h5[style*="background:#ff00ff"],
.pages h5[style*="background: #ff00ff"],
.pages h5[style*="background:#FF00FF"],
.pages h5[style*="background: #FF00FF"],
.pages h5[style*="border-color:#e91e8c"],
.pages h5[style*="border-color: #e91e8c"],
.pages h5[style*="border-color:#E91E8C"],
.pages h5[style*="border-color: #E91E8C"],
.pages h5[style*="border-color:#ff00ff"],
.pages h5[style*="border-color: #ff00ff"],
.pages h5[style*="border-color:#FF00FF"],
.pages h5[style*="border-color: #FF00FF"],
.pages h5[style*="border: 2px solid #e91e8c"],
.pages h5[style*="border:2px solid #e91e8c"],
.pages h5[style*="border: 2px solid #E91E8C"],
.pages h5[style*="border:2px solid #E91E8C"],
.pages h5[style*="border: 2px solid #ff00ff"],
.pages h5[style*="border:2px solid #ff00ff"],
.pages h5[style*="border: 2px solid #FF00FF"],
.pages h5[style*="border:2px solid #FF00FF"],
.pages h6[style*="background-color:#e91e8c"],
.pages h6[style*="background-color: #e91e8c"],
.pages h6[style*="background-color:#E91E8C"],
.pages h6[style*="background-color: #E91E8C"],
.pages h6[style*="background:#e91e8c"],
.pages h6[style*="background: #e91e8c"],
.pages h6[style*="background:#E91E8C"],
.pages h6[style*="background: #E91E8C"],
.pages h6[style*="background-color:#ff00ff"],
.pages h6[style*="background-color: #ff00ff"],
.pages h6[style*="background-color:#FF00FF"],
.pages h6[style*="background-color: #FF00FF"],
.pages h6[style*="background-color:#ff0090"],
.pages h6[style*="background-color: #ff0090"],
.pages h6[style*="background-color:#e91e63"],
.pages h6[style*="background-color: #e91e63"],
.pages h6[style*="background-color:#f50057"],
.pages h6[style*="background-color: #f50057"],
.pages h6[style*="background:#ff00ff"],
.pages h6[style*="background: #ff00ff"],
.pages h6[style*="background:#FF00FF"],
.pages h6[style*="background: #FF00FF"],
.pages h6[style*="border-color:#e91e8c"],
.pages h6[style*="border-color: #e91e8c"],
.pages h6[style*="border-color:#E91E8C"],
.pages h6[style*="border-color: #E91E8C"],
.pages h6[style*="border-color:#ff00ff"],
.pages h6[style*="border-color: #ff00ff"],
.pages h6[style*="border-color:#FF00FF"],
.pages h6[style*="border-color: #FF00FF"],
.pages h6[style*="border: 2px solid #e91e8c"],
.pages h6[style*="border:2px solid #e91e8c"],
.pages h6[style*="border: 2px solid #E91E8C"],
.pages h6[style*="border:2px solid #E91E8C"],
.pages h6[style*="border: 2px solid #ff00ff"],
.pages h6[style*="border:2px solid #ff00ff"],
.pages h6[style*="border: 2px solid #FF00FF"],
.pages h6[style*="border:2px solid #FF00FF"],
.pages li[style*="background-color:#e91e8c"],
.pages li[style*="background-color: #e91e8c"],
.pages li[style*="background-color:#E91E8C"],
.pages li[style*="background-color: #E91E8C"],
.pages li[style*="background:#e91e8c"],
.pages li[style*="background: #e91e8c"],
.pages li[style*="background:#E91E8C"],
.pages li[style*="background: #E91E8C"],
.pages li[style*="background-color:#ff00ff"],
.pages li[style*="background-color: #ff00ff"],
.pages li[style*="background-color:#FF00FF"],
.pages li[style*="background-color: #FF00FF"],
.pages li[style*="background-color:#ff0090"],
.pages li[style*="background-color: #ff0090"],
.pages li[style*="background-color:#e91e63"],
.pages li[style*="background-color: #e91e63"],
.pages li[style*="background-color:#f50057"],
.pages li[style*="background-color: #f50057"],
.pages li[style*="background:#ff00ff"],
.pages li[style*="background: #ff00ff"],
.pages li[style*="background:#FF00FF"],
.pages li[style*="background: #FF00FF"],
.pages li[style*="border-color:#e91e8c"],
.pages li[style*="border-color: #e91e8c"],
.pages li[style*="border-color:#E91E8C"],
.pages li[style*="border-color: #E91E8C"],
.pages li[style*="border-color:#ff00ff"],
.pages li[style*="border-color: #ff00ff"],
.pages li[style*="border-color:#FF00FF"],
.pages li[style*="border-color: #FF00FF"],
.pages li[style*="border: 2px solid #e91e8c"],
.pages li[style*="border:2px solid #e91e8c"],
.pages li[style*="border: 2px solid #E91E8C"],
.pages li[style*="border:2px solid #E91E8C"],
.pages li[style*="border: 2px solid #ff00ff"],
.pages li[style*="border:2px solid #ff00ff"],
.pages li[style*="border: 2px solid #FF00FF"],
.pages li[style*="border:2px solid #FF00FF"],
.pages div[style*="background-color:#e91e8c"],
.pages div[style*="background-color: #e91e8c"],
.pages div[style*="background-color:#E91E8C"],
.pages div[style*="background-color: #E91E8C"],
.pages div[style*="background:#e91e8c"],
.pages div[style*="background: #e91e8c"],
.pages div[style*="background:#E91E8C"],
.pages div[style*="background: #E91E8C"],
.pages div[style*="background-color:#ff00ff"],
.pages div[style*="background-color: #ff00ff"],
.pages div[style*="background-color:#FF00FF"],
.pages div[style*="background-color: #FF00FF"],
.pages div[style*="background-color:#ff0090"],
.pages div[style*="background-color: #ff0090"],
.pages div[style*="background-color:#e91e63"],
.pages div[style*="background-color: #e91e63"],
.pages div[style*="background-color:#f50057"],
.pages div[style*="background-color: #f50057"],
.pages div[style*="background:#ff00ff"],
.pages div[style*="background: #ff00ff"],
.pages div[style*="background:#FF00FF"],
.pages div[style*="background: #FF00FF"],
.pages div[style*="border-color:#e91e8c"],
.pages div[style*="border-color: #e91e8c"],
.pages div[style*="border-color:#E91E8C"],
.pages div[style*="border-color: #E91E8C"],
.pages div[style*="border-color:#ff00ff"],
.pages div[style*="border-color: #ff00ff"],
.pages div[style*="border-color:#FF00FF"],
.pages div[style*="border-color: #FF00FF"],
.pages div[style*="border: 2px solid #e91e8c"],
.pages div[style*="border:2px solid #e91e8c"],
.pages div[style*="border: 2px solid #E91E8C"],
.pages div[style*="border:2px solid #E91E8C"],
.pages div[style*="border: 2px solid #ff00ff"],
.pages div[style*="border:2px solid #ff00ff"],
.pages div[style*="border: 2px solid #FF00FF"],
.pages div[style*="border:2px solid #FF00FF"],
.pages td[style*="background-color:#e91e8c"],
.pages td[style*="background-color: #e91e8c"],
.pages td[style*="background-color:#E91E8C"],
.pages td[style*="background-color: #E91E8C"],
.pages td[style*="background:#e91e8c"],
.pages td[style*="background: #e91e8c"],
.pages td[style*="background:#E91E8C"],
.pages td[style*="background: #E91E8C"],
.pages td[style*="background-color:#ff00ff"],
.pages td[style*="background-color: #ff00ff"],
.pages td[style*="background-color:#FF00FF"],
.pages td[style*="background-color: #FF00FF"],
.pages td[style*="background-color:#ff0090"],
.pages td[style*="background-color: #ff0090"],
.pages td[style*="background-color:#e91e63"],
.pages td[style*="background-color: #e91e63"],
.pages td[style*="background-color:#f50057"],
.pages td[style*="background-color: #f50057"],
.pages td[style*="background:#ff00ff"],
.pages td[style*="background: #ff00ff"],
.pages td[style*="background:#FF00FF"],
.pages td[style*="background: #FF00FF"],
.pages td[style*="border-color:#e91e8c"],
.pages td[style*="border-color: #e91e8c"],
.pages td[style*="border-color:#E91E8C"],
.pages td[style*="border-color: #E91E8C"],
.pages td[style*="border-color:#ff00ff"],
.pages td[style*="border-color: #ff00ff"],
.pages td[style*="border-color:#FF00FF"],
.pages td[style*="border-color: #FF00FF"],
.pages td[style*="border: 2px solid #e91e8c"],
.pages td[style*="border:2px solid #e91e8c"],
.pages td[style*="border: 2px solid #E91E8C"],
.pages td[style*="border:2px solid #E91E8C"],
.pages td[style*="border: 2px solid #ff00ff"],
.pages td[style*="border:2px solid #ff00ff"],
.pages td[style*="border: 2px solid #FF00FF"],
.pages td[style*="border:2px solid #FF00FF"],
.pages th[style*="background-color:#e91e8c"],
.pages th[style*="background-color: #e91e8c"],
.pages th[style*="background-color:#E91E8C"],
.pages th[style*="background-color: #E91E8C"],
.pages th[style*="background:#e91e8c"],
.pages th[style*="background: #e91e8c"],
.pages th[style*="background:#E91E8C"],
.pages th[style*="background: #E91E8C"],
.pages th[style*="background-color:#ff00ff"],
.pages th[style*="background-color: #ff00ff"],
.pages th[style*="background-color:#FF00FF"],
.pages th[style*="background-color: #FF00FF"],
.pages th[style*="background-color:#ff0090"],
.pages th[style*="background-color: #ff0090"],
.pages th[style*="background-color:#e91e63"],
.pages th[style*="background-color: #e91e63"],
.pages th[style*="background-color:#f50057"],
.pages th[style*="background-color: #f50057"],
.pages th[style*="background:#ff00ff"],
.pages th[style*="background: #ff00ff"],
.pages th[style*="background:#FF00FF"],
.pages th[style*="background: #FF00FF"],
.pages th[style*="border-color:#e91e8c"],
.pages th[style*="border-color: #e91e8c"],
.pages th[style*="border-color:#E91E8C"],
.pages th[style*="border-color: #E91E8C"],
.pages th[style*="border-color:#ff00ff"],
.pages th[style*="border-color: #ff00ff"],
.pages th[style*="border-color:#FF00FF"],
.pages th[style*="border-color: #FF00FF"],
.pages th[style*="border: 2px solid #e91e8c"],
.pages th[style*="border:2px solid #e91e8c"],
.pages th[style*="border: 2px solid #E91E8C"],
.pages th[style*="border:2px solid #E91E8C"],
.pages th[style*="border: 2px solid #ff00ff"],
.pages th[style*="border:2px solid #ff00ff"],
.pages th[style*="border: 2px solid #FF00FF"],
.pages th[style*="border:2px solid #FF00FF"],
.pages summary[style*="background-color:#e91e8c"],
.pages summary[style*="background-color: #e91e8c"],
.pages summary[style*="background-color:#E91E8C"],
.pages summary[style*="background-color: #E91E8C"],
.pages summary[style*="background:#e91e8c"],
.pages summary[style*="background: #e91e8c"],
.pages summary[style*="background:#E91E8C"],
.pages summary[style*="background: #E91E8C"],
.pages summary[style*="background-color:#ff00ff"],
.pages summary[style*="background-color: #ff00ff"],
.pages summary[style*="background-color:#FF00FF"],
.pages summary[style*="background-color: #FF00FF"],
.pages summary[style*="background-color:#ff0090"],
.pages summary[style*="background-color: #ff0090"],
.pages summary[style*="background-color:#e91e63"],
.pages summary[style*="background-color: #e91e63"],
.pages summary[style*="background-color:#f50057"],
.pages summary[style*="background-color: #f50057"],
.pages summary[style*="background:#ff00ff"],
.pages summary[style*="background: #ff00ff"],
.pages summary[style*="background:#FF00FF"],
.pages summary[style*="background: #FF00FF"],
.pages summary[style*="border-color:#e91e8c"],
.pages summary[style*="border-color: #e91e8c"],
.pages summary[style*="border-color:#E91E8C"],
.pages summary[style*="border-color: #E91E8C"],
.pages summary[style*="border-color:#ff00ff"],
.pages summary[style*="border-color: #ff00ff"],
.pages summary[style*="border-color:#FF00FF"],
.pages summary[style*="border-color: #FF00FF"],
.pages summary[style*="border: 2px solid #e91e8c"],
.pages summary[style*="border:2px solid #e91e8c"],
.pages summary[style*="border: 2px solid #E91E8C"],
.pages summary[style*="border:2px solid #E91E8C"],
.pages summary[style*="border: 2px solid #ff00ff"],
.pages summary[style*="border:2px solid #ff00ff"],
.pages summary[style*="border: 2px solid #FF00FF"],
.pages summary[style*="border:2px solid #FF00FF"],
.pages .wp-block-button__link[style*="background-color:#e91e8c"],
.pages .wp-block-button__link[style*="background-color: #e91e8c"],
.pages .wp-block-button__link[style*="background-color:#E91E8C"],
.pages .wp-block-button__link[style*="background-color: #E91E8C"],
.pages .wp-block-button__link[style*="background:#e91e8c"],
.pages .wp-block-button__link[style*="background: #e91e8c"],
.pages .wp-block-button__link[style*="background:#E91E8C"],
.pages .wp-block-button__link[style*="background: #E91E8C"],
.pages .wp-block-button__link[style*="background-color:#ff00ff"],
.pages .wp-block-button__link[style*="background-color: #ff00ff"],
.pages .wp-block-button__link[style*="background-color:#FF00FF"],
.pages .wp-block-button__link[style*="background-color: #FF00FF"],
.pages .wp-block-button__link[style*="background-color:#ff0090"],
.pages .wp-block-button__link[style*="background-color: #ff0090"],
.pages .wp-block-button__link[style*="background-color:#e91e63"],
.pages .wp-block-button__link[style*="background-color: #e91e63"],
.pages .wp-block-button__link[style*="background-color:#f50057"],
.pages .wp-block-button__link[style*="background-color: #f50057"],
.pages .wp-block-button__link[style*="background:#ff00ff"],
.pages .wp-block-button__link[style*="background: #ff00ff"],
.pages .wp-block-button__link[style*="background:#FF00FF"],
.pages .wp-block-button__link[style*="background: #FF00FF"],
.pages .wp-block-button__link[style*="border-color:#e91e8c"],
.pages .wp-block-button__link[style*="border-color: #e91e8c"],
.pages .wp-block-button__link[style*="border-color:#E91E8C"],
.pages .wp-block-button__link[style*="border-color: #E91E8C"],
.pages .wp-block-button__link[style*="border-color:#ff00ff"],
.pages .wp-block-button__link[style*="border-color: #ff00ff"],
.pages .wp-block-button__link[style*="border-color:#FF00FF"],
.pages .wp-block-button__link[style*="border-color: #FF00FF"],
.pages .wp-block-button__link[style*="border: 2px solid #e91e8c"],
.pages .wp-block-button__link[style*="border:2px solid #e91e8c"],
.pages .wp-block-button__link[style*="border: 2px solid #E91E8C"],
.pages .wp-block-button__link[style*="border:2px solid #E91E8C"],
.pages .wp-block-button__link[style*="border: 2px solid #ff00ff"],
.pages .wp-block-button__link[style*="border:2px solid #ff00ff"],
.pages .wp-block-button__link[style*="border: 2px solid #FF00FF"],
.pages .wp-block-button__link[style*="border:2px solid #FF00FF"],
.page .site-main a[style*="background-color:#e91e8c"],
.page .site-main a[style*="background-color: #e91e8c"],
.page .site-main a[style*="background-color:#E91E8C"],
.page .site-main a[style*="background-color: #E91E8C"],
.page .site-main a[style*="background:#e91e8c"],
.page .site-main a[style*="background: #e91e8c"],
.page .site-main a[style*="background:#E91E8C"],
.page .site-main a[style*="background: #E91E8C"],
.page .site-main a[style*="background-color:#ff00ff"],
.page .site-main a[style*="background-color: #ff00ff"],
.page .site-main a[style*="background-color:#FF00FF"],
.page .site-main a[style*="background-color: #FF00FF"],
.page .site-main a[style*="background-color:#ff0090"],
.page .site-main a[style*="background-color: #ff0090"],
.page .site-main a[style*="background-color:#e91e63"],
.page .site-main a[style*="background-color: #e91e63"],
.page .site-main a[style*="background-color:#f50057"],
.page .site-main a[style*="background-color: #f50057"],
.page .site-main a[style*="background:#ff00ff"],
.page .site-main a[style*="background: #ff00ff"],
.page .site-main a[style*="background:#FF00FF"],
.page .site-main a[style*="background: #FF00FF"],
.page .site-main a[style*="border-color:#e91e8c"],
.page .site-main a[style*="border-color: #e91e8c"],
.page .site-main a[style*="border-color:#E91E8C"],
.page .site-main a[style*="border-color: #E91E8C"],
.page .site-main a[style*="border-color:#ff00ff"],
.page .site-main a[style*="border-color: #ff00ff"],
.page .site-main a[style*="border-color:#FF00FF"],
.page .site-main a[style*="border-color: #FF00FF"],
.page .site-main a[style*="border: 2px solid #e91e8c"],
.page .site-main a[style*="border:2px solid #e91e8c"],
.page .site-main a[style*="border: 2px solid #E91E8C"],
.page .site-main a[style*="border:2px solid #E91E8C"],
.page .site-main a[style*="border: 2px solid #ff00ff"],
.page .site-main a[style*="border:2px solid #ff00ff"],
.page .site-main a[style*="border: 2px solid #FF00FF"],
.page .site-main a[style*="border:2px solid #FF00FF"],
.page .site-main span[style*="background-color:#e91e8c"],
.page .site-main span[style*="background-color: #e91e8c"],
.page .site-main span[style*="background-color:#E91E8C"],
.page .site-main span[style*="background-color: #E91E8C"],
.page .site-main span[style*="background:#e91e8c"],
.page .site-main span[style*="background: #e91e8c"],
.page .site-main span[style*="background:#E91E8C"],
.page .site-main span[style*="background: #E91E8C"],
.page .site-main span[style*="background-color:#ff00ff"],
.page .site-main span[style*="background-color: #ff00ff"],
.page .site-main span[style*="background-color:#FF00FF"],
.page .site-main span[style*="background-color: #FF00FF"],
.page .site-main span[style*="background-color:#ff0090"],
.page .site-main span[style*="background-color: #ff0090"],
.page .site-main span[style*="background-color:#e91e63"],
.page .site-main span[style*="background-color: #e91e63"],
.page .site-main span[style*="background-color:#f50057"],
.page .site-main span[style*="background-color: #f50057"],
.page .site-main span[style*="background:#ff00ff"],
.page .site-main span[style*="background: #ff00ff"],
.page .site-main span[style*="background:#FF00FF"],
.page .site-main span[style*="background: #FF00FF"],
.page .site-main span[style*="border-color:#e91e8c"],
.page .site-main span[style*="border-color: #e91e8c"],
.page .site-main span[style*="border-color:#E91E8C"],
.page .site-main span[style*="border-color: #E91E8C"],
.page .site-main span[style*="border-color:#ff00ff"],
.page .site-main span[style*="border-color: #ff00ff"],
.page .site-main span[style*="border-color:#FF00FF"],
.page .site-main span[style*="border-color: #FF00FF"],
.page .site-main span[style*="border: 2px solid #e91e8c"],
.page .site-main span[style*="border:2px solid #e91e8c"],
.page .site-main span[style*="border: 2px solid #E91E8C"],
.page .site-main span[style*="border:2px solid #E91E8C"],
.page .site-main span[style*="border: 2px solid #ff00ff"],
.page .site-main span[style*="border:2px solid #ff00ff"],
.page .site-main span[style*="border: 2px solid #FF00FF"],
.page .site-main span[style*="border:2px solid #FF00FF"],
.page .site-main strong[style*="background-color:#e91e8c"],
.page .site-main strong[style*="background-color: #e91e8c"],
.page .site-main strong[style*="background-color:#E91E8C"],
.page .site-main strong[style*="background-color: #E91E8C"],
.page .site-main strong[style*="background:#e91e8c"],
.page .site-main strong[style*="background: #e91e8c"],
.page .site-main strong[style*="background:#E91E8C"],
.page .site-main strong[style*="background: #E91E8C"],
.page .site-main strong[style*="background-color:#ff00ff"],
.page .site-main strong[style*="background-color: #ff00ff"],
.page .site-main strong[style*="background-color:#FF00FF"],
.page .site-main strong[style*="background-color: #FF00FF"],
.page .site-main strong[style*="background-color:#ff0090"],
.page .site-main strong[style*="background-color: #ff0090"],
.page .site-main strong[style*="background-color:#e91e63"],
.page .site-main strong[style*="background-color: #e91e63"],
.page .site-main strong[style*="background-color:#f50057"],
.page .site-main strong[style*="background-color: #f50057"],
.page .site-main strong[style*="background:#ff00ff"],
.page .site-main strong[style*="background: #ff00ff"],
.page .site-main strong[style*="background:#FF00FF"],
.page .site-main strong[style*="background: #FF00FF"],
.page .site-main strong[style*="border-color:#e91e8c"],
.page .site-main strong[style*="border-color: #e91e8c"],
.page .site-main strong[style*="border-color:#E91E8C"],
.page .site-main strong[style*="border-color: #E91E8C"],
.page .site-main strong[style*="border-color:#ff00ff"],
.page .site-main strong[style*="border-color: #ff00ff"],
.page .site-main strong[style*="border-color:#FF00FF"],
.page .site-main strong[style*="border-color: #FF00FF"],
.page .site-main strong[style*="border: 2px solid #e91e8c"],
.page .site-main strong[style*="border:2px solid #e91e8c"],
.page .site-main strong[style*="border: 2px solid #E91E8C"],
.page .site-main strong[style*="border:2px solid #E91E8C"],
.page .site-main strong[style*="border: 2px solid #ff00ff"],
.page .site-main strong[style*="border:2px solid #ff00ff"],
.page .site-main strong[style*="border: 2px solid #FF00FF"],
.page .site-main strong[style*="border:2px solid #FF00FF"],
.page .site-main em[style*="background-color:#e91e8c"],
.page .site-main em[style*="background-color: #e91e8c"],
.page .site-main em[style*="background-color:#E91E8C"],
.page .site-main em[style*="background-color: #E91E8C"],
.page .site-main em[style*="background:#e91e8c"],
.page .site-main em[style*="background: #e91e8c"],
.page .site-main em[style*="background:#E91E8C"],
.page .site-main em[style*="background: #E91E8C"],
.page .site-main em[style*="background-color:#ff00ff"],
.page .site-main em[style*="background-color: #ff00ff"],
.page .site-main em[style*="background-color:#FF00FF"],
.page .site-main em[style*="background-color: #FF00FF"],
.page .site-main em[style*="background-color:#ff0090"],
.page .site-main em[style*="background-color: #ff0090"],
.page .site-main em[style*="background-color:#e91e63"],
.page .site-main em[style*="background-color: #e91e63"],
.page .site-main em[style*="background-color:#f50057"],
.page .site-main em[style*="background-color: #f50057"],
.page .site-main em[style*="background:#ff00ff"],
.page .site-main em[style*="background: #ff00ff"],
.page .site-main em[style*="background:#FF00FF"],
.page .site-main em[style*="background: #FF00FF"],
.page .site-main em[style*="border-color:#e91e8c"],
.page .site-main em[style*="border-color: #e91e8c"],
.page .site-main em[style*="border-color:#E91E8C"],
.page .site-main em[style*="border-color: #E91E8C"],
.page .site-main em[style*="border-color:#ff00ff"],
.page .site-main em[style*="border-color: #ff00ff"],
.page .site-main em[style*="border-color:#FF00FF"],
.page .site-main em[style*="border-color: #FF00FF"],
.page .site-main em[style*="border: 2px solid #e91e8c"],
.page .site-main em[style*="border:2px solid #e91e8c"],
.page .site-main em[style*="border: 2px solid #E91E8C"],
.page .site-main em[style*="border:2px solid #E91E8C"],
.page .site-main em[style*="border: 2px solid #ff00ff"],
.page .site-main em[style*="border:2px solid #ff00ff"],
.page .site-main em[style*="border: 2px solid #FF00FF"],
.page .site-main em[style*="border:2px solid #FF00FF"],
.page .site-main p[style*="background-color:#e91e8c"],
.page .site-main p[style*="background-color: #e91e8c"],
.page .site-main p[style*="background-color:#E91E8C"],
.page .site-main p[style*="background-color: #E91E8C"],
.page .site-main p[style*="background:#e91e8c"],
.page .site-main p[style*="background: #e91e8c"],
.page .site-main p[style*="background:#E91E8C"],
.page .site-main p[style*="background: #E91E8C"],
.page .site-main p[style*="background-color:#ff00ff"],
.page .site-main p[style*="background-color: #ff00ff"],
.page .site-main p[style*="background-color:#FF00FF"],
.page .site-main p[style*="background-color: #FF00FF"],
.page .site-main p[style*="background-color:#ff0090"],
.page .site-main p[style*="background-color: #ff0090"],
.page .site-main p[style*="background-color:#e91e63"],
.page .site-main p[style*="background-color: #e91e63"],
.page .site-main p[style*="background-color:#f50057"],
.page .site-main p[style*="background-color: #f50057"],
.page .site-main p[style*="background:#ff00ff"],
.page .site-main p[style*="background: #ff00ff"],
.page .site-main p[style*="background:#FF00FF"],
.page .site-main p[style*="background: #FF00FF"],
.page .site-main p[style*="border-color:#e91e8c"],
.page .site-main p[style*="border-color: #e91e8c"],
.page .site-main p[style*="border-color:#E91E8C"],
.page .site-main p[style*="border-color: #E91E8C"],
.page .site-main p[style*="border-color:#ff00ff"],
.page .site-main p[style*="border-color: #ff00ff"],
.page .site-main p[style*="border-color:#FF00FF"],
.page .site-main p[style*="border-color: #FF00FF"],
.page .site-main p[style*="border: 2px solid #e91e8c"],
.page .site-main p[style*="border:2px solid #e91e8c"],
.page .site-main p[style*="border: 2px solid #E91E8C"],
.page .site-main p[style*="border:2px solid #E91E8C"],
.page .site-main p[style*="border: 2px solid #ff00ff"],
.page .site-main p[style*="border:2px solid #ff00ff"],
.page .site-main p[style*="border: 2px solid #FF00FF"],
.page .site-main p[style*="border:2px solid #FF00FF"],
.page .site-main h1[style*="background-color:#e91e8c"],
.page .site-main h1[style*="background-color: #e91e8c"],
.page .site-main h1[style*="background-color:#E91E8C"],
.page .site-main h1[style*="background-color: #E91E8C"],
.page .site-main h1[style*="background:#e91e8c"],
.page .site-main h1[style*="background: #e91e8c"],
.page .site-main h1[style*="background:#E91E8C"],
.page .site-main h1[style*="background: #E91E8C"],
.page .site-main h1[style*="background-color:#ff00ff"],
.page .site-main h1[style*="background-color: #ff00ff"],
.page .site-main h1[style*="background-color:#FF00FF"],
.page .site-main h1[style*="background-color: #FF00FF"],
.page .site-main h1[style*="background-color:#ff0090"],
.page .site-main h1[style*="background-color: #ff0090"],
.page .site-main h1[style*="background-color:#e91e63"],
.page .site-main h1[style*="background-color: #e91e63"],
.page .site-main h1[style*="background-color:#f50057"],
.page .site-main h1[style*="background-color: #f50057"],
.page .site-main h1[style*="background:#ff00ff"],
.page .site-main h1[style*="background: #ff00ff"],
.page .site-main h1[style*="background:#FF00FF"],
.page .site-main h1[style*="background: #FF00FF"],
.page .site-main h1[style*="border-color:#e91e8c"],
.page .site-main h1[style*="border-color: #e91e8c"],
.page .site-main h1[style*="border-color:#E91E8C"],
.page .site-main h1[style*="border-color: #E91E8C"],
.page .site-main h1[style*="border-color:#ff00ff"],
.page .site-main h1[style*="border-color: #ff00ff"],
.page .site-main h1[style*="border-color:#FF00FF"],
.page .site-main h1[style*="border-color: #FF00FF"],
.page .site-main h1[style*="border: 2px solid #e91e8c"],
.page .site-main h1[style*="border:2px solid #e91e8c"],
.page .site-main h1[style*="border: 2px solid #E91E8C"],
.page .site-main h1[style*="border:2px solid #E91E8C"],
.page .site-main h1[style*="border: 2px solid #ff00ff"],
.page .site-main h1[style*="border:2px solid #ff00ff"],
.page .site-main h1[style*="border: 2px solid #FF00FF"],
.page .site-main h1[style*="border:2px solid #FF00FF"],
.page .site-main h2[style*="background-color:#e91e8c"],
.page .site-main h2[style*="background-color: #e91e8c"],
.page .site-main h2[style*="background-color:#E91E8C"],
.page .site-main h2[style*="background-color: #E91E8C"],
.page .site-main h2[style*="background:#e91e8c"],
.page .site-main h2[style*="background: #e91e8c"],
.page .site-main h2[style*="background:#E91E8C"],
.page .site-main h2[style*="background: #E91E8C"],
.page .site-main h2[style*="background-color:#ff00ff"],
.page .site-main h2[style*="background-color: #ff00ff"],
.page .site-main h2[style*="background-color:#FF00FF"],
.page .site-main h2[style*="background-color: #FF00FF"],
.page .site-main h2[style*="background-color:#ff0090"],
.page .site-main h2[style*="background-color: #ff0090"],
.page .site-main h2[style*="background-color:#e91e63"],
.page .site-main h2[style*="background-color: #e91e63"],
.page .site-main h2[style*="background-color:#f50057"],
.page .site-main h2[style*="background-color: #f50057"],
.page .site-main h2[style*="background:#ff00ff"],
.page .site-main h2[style*="background: #ff00ff"],
.page .site-main h2[style*="background:#FF00FF"],
.page .site-main h2[style*="background: #FF00FF"],
.page .site-main h2[style*="border-color:#e91e8c"],
.page .site-main h2[style*="border-color: #e91e8c"],
.page .site-main h2[style*="border-color:#E91E8C"],
.page .site-main h2[style*="border-color: #E91E8C"],
.page .site-main h2[style*="border-color:#ff00ff"],
.page .site-main h2[style*="border-color: #ff00ff"],
.page .site-main h2[style*="border-color:#FF00FF"],
.page .site-main h2[style*="border-color: #FF00FF"],
.page .site-main h2[style*="border: 2px solid #e91e8c"],
.page .site-main h2[style*="border:2px solid #e91e8c"],
.page .site-main h2[style*="border: 2px solid #E91E8C"],
.page .site-main h2[style*="border:2px solid #E91E8C"],
.page .site-main h2[style*="border: 2px solid #ff00ff"],
.page .site-main h2[style*="border:2px solid #ff00ff"],
.page .site-main h2[style*="border: 2px solid #FF00FF"],
.page .site-main h2[style*="border:2px solid #FF00FF"],
.page .site-main h3[style*="background-color:#e91e8c"],
.page .site-main h3[style*="background-color: #e91e8c"],
.page .site-main h3[style*="background-color:#E91E8C"],
.page .site-main h3[style*="background-color: #E91E8C"],
.page .site-main h3[style*="background:#e91e8c"],
.page .site-main h3[style*="background: #e91e8c"],
.page .site-main h3[style*="background:#E91E8C"],
.page .site-main h3[style*="background: #E91E8C"],
.page .site-main h3[style*="background-color:#ff00ff"],
.page .site-main h3[style*="background-color: #ff00ff"],
.page .site-main h3[style*="background-color:#FF00FF"],
.page .site-main h3[style*="background-color: #FF00FF"],
.page .site-main h3[style*="background-color:#ff0090"],
.page .site-main h3[style*="background-color: #ff0090"],
.page .site-main h3[style*="background-color:#e91e63"],
.page .site-main h3[style*="background-color: #e91e63"],
.page .site-main h3[style*="background-color:#f50057"],
.page .site-main h3[style*="background-color: #f50057"],
.page .site-main h3[style*="background:#ff00ff"],
.page .site-main h3[style*="background: #ff00ff"],
.page .site-main h3[style*="background:#FF00FF"],
.page .site-main h3[style*="background: #FF00FF"],
.page .site-main h3[style*="border-color:#e91e8c"],
.page .site-main h3[style*="border-color: #e91e8c"],
.page .site-main h3[style*="border-color:#E91E8C"],
.page .site-main h3[style*="border-color: #E91E8C"],
.page .site-main h3[style*="border-color:#ff00ff"],
.page .site-main h3[style*="border-color: #ff00ff"],
.page .site-main h3[style*="border-color:#FF00FF"],
.page .site-main h3[style*="border-color: #FF00FF"],
.page .site-main h3[style*="border: 2px solid #e91e8c"],
.page .site-main h3[style*="border:2px solid #e91e8c"],
.page .site-main h3[style*="border: 2px solid #E91E8C"],
.page .site-main h3[style*="border:2px solid #E91E8C"],
.page .site-main h3[style*="border: 2px solid #ff00ff"],
.page .site-main h3[style*="border:2px solid #ff00ff"],
.page .site-main h3[style*="border: 2px solid #FF00FF"],
.page .site-main h3[style*="border:2px solid #FF00FF"],
.page .site-main h4[style*="background-color:#e91e8c"],
.page .site-main h4[style*="background-color: #e91e8c"],
.page .site-main h4[style*="background-color:#E91E8C"],
.page .site-main h4[style*="background-color: #E91E8C"],
.page .site-main h4[style*="background:#e91e8c"],
.page .site-main h4[style*="background: #e91e8c"],
.page .site-main h4[style*="background:#E91E8C"],
.page .site-main h4[style*="background: #E91E8C"],
.page .site-main h4[style*="background-color:#ff00ff"],
.page .site-main h4[style*="background-color: #ff00ff"],
.page .site-main h4[style*="background-color:#FF00FF"],
.page .site-main h4[style*="background-color: #FF00FF"],
.page .site-main h4[style*="background-color:#ff0090"],
.page .site-main h4[style*="background-color: #ff0090"],
.page .site-main h4[style*="background-color:#e91e63"],
.page .site-main h4[style*="background-color: #e91e63"],
.page .site-main h4[style*="background-color:#f50057"],
.page .site-main h4[style*="background-color: #f50057"],
.page .site-main h4[style*="background:#ff00ff"],
.page .site-main h4[style*="background: #ff00ff"],
.page .site-main h4[style*="background:#FF00FF"],
.page .site-main h4[style*="background: #FF00FF"],
.page .site-main h4[style*="border-color:#e91e8c"],
.page .site-main h4[style*="border-color: #e91e8c"],
.page .site-main h4[style*="border-color:#E91E8C"],
.page .site-main h4[style*="border-color: #E91E8C"],
.page .site-main h4[style*="border-color:#ff00ff"],
.page .site-main h4[style*="border-color: #ff00ff"],
.page .site-main h4[style*="border-color:#FF00FF"],
.page .site-main h4[style*="border-color: #FF00FF"],
.page .site-main h4[style*="border: 2px solid #e91e8c"],
.page .site-main h4[style*="border:2px solid #e91e8c"],
.page .site-main h4[style*="border: 2px solid #E91E8C"],
.page .site-main h4[style*="border:2px solid #E91E8C"],
.page .site-main h4[style*="border: 2px solid #ff00ff"],
.page .site-main h4[style*="border:2px solid #ff00ff"],
.page .site-main h4[style*="border: 2px solid #FF00FF"],
.page .site-main h4[style*="border:2px solid #FF00FF"],
.page .site-main h5[style*="background-color:#e91e8c"],
.page .site-main h5[style*="background-color: #e91e8c"],
.page .site-main h5[style*="background-color:#E91E8C"],
.page .site-main h5[style*="background-color: #E91E8C"],
.page .site-main h5[style*="background:#e91e8c"],
.page .site-main h5[style*="background: #e91e8c"],
.page .site-main h5[style*="background:#E91E8C"],
.page .site-main h5[style*="background: #E91E8C"],
.page .site-main h5[style*="background-color:#ff00ff"],
.page .site-main h5[style*="background-color: #ff00ff"],
.page .site-main h5[style*="background-color:#FF00FF"],
.page .site-main h5[style*="background-color: #FF00FF"],
.page .site-main h5[style*="background-color:#ff0090"],
.page .site-main h5[style*="background-color: #ff0090"],
.page .site-main h5[style*="background-color:#e91e63"],
.page .site-main h5[style*="background-color: #e91e63"],
.page .site-main h5[style*="background-color:#f50057"],
.page .site-main h5[style*="background-color: #f50057"],
.page .site-main h5[style*="background:#ff00ff"],
.page .site-main h5[style*="background: #ff00ff"],
.page .site-main h5[style*="background:#FF00FF"],
.page .site-main h5[style*="background: #FF00FF"],
.page .site-main h5[style*="border-color:#e91e8c"],
.page .site-main h5[style*="border-color: #e91e8c"],
.page .site-main h5[style*="border-color:#E91E8C"],
.page .site-main h5[style*="border-color: #E91E8C"],
.page .site-main h5[style*="border-color:#ff00ff"],
.page .site-main h5[style*="border-color: #ff00ff"],
.page .site-main h5[style*="border-color:#FF00FF"],
.page .site-main h5[style*="border-color: #FF00FF"],
.page .site-main h5[style*="border: 2px solid #e91e8c"],
.page .site-main h5[style*="border:2px solid #e91e8c"],
.page .site-main h5[style*="border: 2px solid #E91E8C"],
.page .site-main h5[style*="border:2px solid #E91E8C"],
.page .site-main h5[style*="border: 2px solid #ff00ff"],
.page .site-main h5[style*="border:2px solid #ff00ff"],
.page .site-main h5[style*="border: 2px solid #FF00FF"],
.page .site-main h5[style*="border:2px solid #FF00FF"],
.page .site-main h6[style*="background-color:#e91e8c"],
.page .site-main h6[style*="background-color: #e91e8c"],
.page .site-main h6[style*="background-color:#E91E8C"],
.page .site-main h6[style*="background-color: #E91E8C"],
.page .site-main h6[style*="background:#e91e8c"],
.page .site-main h6[style*="background: #e91e8c"],
.page .site-main h6[style*="background:#E91E8C"],
.page .site-main h6[style*="background: #E91E8C"],
.page .site-main h6[style*="background-color:#ff00ff"],
.page .site-main h6[style*="background-color: #ff00ff"],
.page .site-main h6[style*="background-color:#FF00FF"],
.page .site-main h6[style*="background-color: #FF00FF"],
.page .site-main h6[style*="background-color:#ff0090"],
.page .site-main h6[style*="background-color: #ff0090"],
.page .site-main h6[style*="background-color:#e91e63"],
.page .site-main h6[style*="background-color: #e91e63"],
.page .site-main h6[style*="background-color:#f50057"],
.page .site-main h6[style*="background-color: #f50057"],
.page .site-main h6[style*="background:#ff00ff"],
.page .site-main h6[style*="background: #ff00ff"],
.page .site-main h6[style*="background:#FF00FF"],
.page .site-main h6[style*="background: #FF00FF"],
.page .site-main h6[style*="border-color:#e91e8c"],
.page .site-main h6[style*="border-color: #e91e8c"],
.page .site-main h6[style*="border-color:#E91E8C"],
.page .site-main h6[style*="border-color: #E91E8C"],
.page .site-main h6[style*="border-color:#ff00ff"],
.page .site-main h6[style*="border-color: #ff00ff"],
.page .site-main h6[style*="border-color:#FF00FF"],
.page .site-main h6[style*="border-color: #FF00FF"],
.page .site-main h6[style*="border: 2px solid #e91e8c"],
.page .site-main h6[style*="border:2px solid #e91e8c"],
.page .site-main h6[style*="border: 2px solid #E91E8C"],
.page .site-main h6[style*="border:2px solid #E91E8C"],
.page .site-main h6[style*="border: 2px solid #ff00ff"],
.page .site-main h6[style*="border:2px solid #ff00ff"],
.page .site-main h6[style*="border: 2px solid #FF00FF"],
.page .site-main h6[style*="border:2px solid #FF00FF"],
.page .site-main li[style*="background-color:#e91e8c"],
.page .site-main li[style*="background-color: #e91e8c"],
.page .site-main li[style*="background-color:#E91E8C"],
.page .site-main li[style*="background-color: #E91E8C"],
.page .site-main li[style*="background:#e91e8c"],
.page .site-main li[style*="background: #e91e8c"],
.page .site-main li[style*="background:#E91E8C"],
.page .site-main li[style*="background: #E91E8C"],
.page .site-main li[style*="background-color:#ff00ff"],
.page .site-main li[style*="background-color: #ff00ff"],
.page .site-main li[style*="background-color:#FF00FF"],
.page .site-main li[style*="background-color: #FF00FF"],
.page .site-main li[style*="background-color:#ff0090"],
.page .site-main li[style*="background-color: #ff0090"],
.page .site-main li[style*="background-color:#e91e63"],
.page .site-main li[style*="background-color: #e91e63"],
.page .site-main li[style*="background-color:#f50057"],
.page .site-main li[style*="background-color: #f50057"],
.page .site-main li[style*="background:#ff00ff"],
.page .site-main li[style*="background: #ff00ff"],
.page .site-main li[style*="background:#FF00FF"],
.page .site-main li[style*="background: #FF00FF"],
.page .site-main li[style*="border-color:#e91e8c"],
.page .site-main li[style*="border-color: #e91e8c"],
.page .site-main li[style*="border-color:#E91E8C"],
.page .site-main li[style*="border-color: #E91E8C"],
.page .site-main li[style*="border-color:#ff00ff"],
.page .site-main li[style*="border-color: #ff00ff"],
.page .site-main li[style*="border-color:#FF00FF"],
.page .site-main li[style*="border-color: #FF00FF"],
.page .site-main li[style*="border: 2px solid #e91e8c"],
.page .site-main li[style*="border:2px solid #e91e8c"],
.page .site-main li[style*="border: 2px solid #E91E8C"],
.page .site-main li[style*="border:2px solid #E91E8C"],
.page .site-main li[style*="border: 2px solid #ff00ff"],
.page .site-main li[style*="border:2px solid #ff00ff"],
.page .site-main li[style*="border: 2px solid #FF00FF"],
.page .site-main li[style*="border:2px solid #FF00FF"],
.page .site-main div[style*="background-color:#e91e8c"],
.page .site-main div[style*="background-color: #e91e8c"],
.page .site-main div[style*="background-color:#E91E8C"],
.page .site-main div[style*="background-color: #E91E8C"],
.page .site-main div[style*="background:#e91e8c"],
.page .site-main div[style*="background: #e91e8c"],
.page .site-main div[style*="background:#E91E8C"],
.page .site-main div[style*="background: #E91E8C"],
.page .site-main div[style*="background-color:#ff00ff"],
.page .site-main div[style*="background-color: #ff00ff"],
.page .site-main div[style*="background-color:#FF00FF"],
.page .site-main div[style*="background-color: #FF00FF"],
.page .site-main div[style*="background-color:#ff0090"],
.page .site-main div[style*="background-color: #ff0090"],
.page .site-main div[style*="background-color:#e91e63"],
.page .site-main div[style*="background-color: #e91e63"],
.page .site-main div[style*="background-color:#f50057"],
.page .site-main div[style*="background-color: #f50057"],
.page .site-main div[style*="background:#ff00ff"],
.page .site-main div[style*="background: #ff00ff"],
.page .site-main div[style*="background:#FF00FF"],
.page .site-main div[style*="background: #FF00FF"],
.page .site-main div[style*="border-color:#e91e8c"],
.page .site-main div[style*="border-color: #e91e8c"],
.page .site-main div[style*="border-color:#E91E8C"],
.page .site-main div[style*="border-color: #E91E8C"],
.page .site-main div[style*="border-color:#ff00ff"],
.page .site-main div[style*="border-color: #ff00ff"],
.page .site-main div[style*="border-color:#FF00FF"],
.page .site-main div[style*="border-color: #FF00FF"],
.page .site-main div[style*="border: 2px solid #e91e8c"],
.page .site-main div[style*="border:2px solid #e91e8c"],
.page .site-main div[style*="border: 2px solid #E91E8C"],
.page .site-main div[style*="border:2px solid #E91E8C"],
.page .site-main div[style*="border: 2px solid #ff00ff"],
.page .site-main div[style*="border:2px solid #ff00ff"],
.page .site-main div[style*="border: 2px solid #FF00FF"],
.page .site-main div[style*="border:2px solid #FF00FF"],
.page .site-main td[style*="background-color:#e91e8c"],
.page .site-main td[style*="background-color: #e91e8c"],
.page .site-main td[style*="background-color:#E91E8C"],
.page .site-main td[style*="background-color: #E91E8C"],
.page .site-main td[style*="background:#e91e8c"],
.page .site-main td[style*="background: #e91e8c"],
.page .site-main td[style*="background:#E91E8C"],
.page .site-main td[style*="background: #E91E8C"],
.page .site-main td[style*="background-color:#ff00ff"],
.page .site-main td[style*="background-color: #ff00ff"],
.page .site-main td[style*="background-color:#FF00FF"],
.page .site-main td[style*="background-color: #FF00FF"],
.page .site-main td[style*="background-color:#ff0090"],
.page .site-main td[style*="background-color: #ff0090"],
.page .site-main td[style*="background-color:#e91e63"],
.page .site-main td[style*="background-color: #e91e63"],
.page .site-main td[style*="background-color:#f50057"],
.page .site-main td[style*="background-color: #f50057"],
.page .site-main td[style*="background:#ff00ff"],
.page .site-main td[style*="background: #ff00ff"],
.page .site-main td[style*="background:#FF00FF"],
.page .site-main td[style*="background: #FF00FF"],
.page .site-main td[style*="border-color:#e91e8c"],
.page .site-main td[style*="border-color: #e91e8c"],
.page .site-main td[style*="border-color:#E91E8C"],
.page .site-main td[style*="border-color: #E91E8C"],
.page .site-main td[style*="border-color:#ff00ff"],
.page .site-main td[style*="border-color: #ff00ff"],
.page .site-main td[style*="border-color:#FF00FF"],
.page .site-main td[style*="border-color: #FF00FF"],
.page .site-main td[style*="border: 2px solid #e91e8c"],
.page .site-main td[style*="border:2px solid #e91e8c"],
.page .site-main td[style*="border: 2px solid #E91E8C"],
.page .site-main td[style*="border:2px solid #E91E8C"],
.page .site-main td[style*="border: 2px solid #ff00ff"],
.page .site-main td[style*="border:2px solid #ff00ff"],
.page .site-main td[style*="border: 2px solid #FF00FF"],
.page .site-main td[style*="border:2px solid #FF00FF"],
.page .site-main th[style*="background-color:#e91e8c"],
.page .site-main th[style*="background-color: #e91e8c"],
.page .site-main th[style*="background-color:#E91E8C"],
.page .site-main th[style*="background-color: #E91E8C"],
.page .site-main th[style*="background:#e91e8c"],
.page .site-main th[style*="background: #e91e8c"],
.page .site-main th[style*="background:#E91E8C"],
.page .site-main th[style*="background: #E91E8C"],
.page .site-main th[style*="background-color:#ff00ff"],
.page .site-main th[style*="background-color: #ff00ff"],
.page .site-main th[style*="background-color:#FF00FF"],
.page .site-main th[style*="background-color: #FF00FF"],
.page .site-main th[style*="background-color:#ff0090"],
.page .site-main th[style*="background-color: #ff0090"],
.page .site-main th[style*="background-color:#e91e63"],
.page .site-main th[style*="background-color: #e91e63"],
.page .site-main th[style*="background-color:#f50057"],
.page .site-main th[style*="background-color: #f50057"],
.page .site-main th[style*="background:#ff00ff"],
.page .site-main th[style*="background: #ff00ff"],
.page .site-main th[style*="background:#FF00FF"],
.page .site-main th[style*="background: #FF00FF"],
.page .site-main th[style*="border-color:#e91e8c"],
.page .site-main th[style*="border-color: #e91e8c"],
.page .site-main th[style*="border-color:#E91E8C"],
.page .site-main th[style*="border-color: #E91E8C"],
.page .site-main th[style*="border-color:#ff00ff"],
.page .site-main th[style*="border-color: #ff00ff"],
.page .site-main th[style*="border-color:#FF00FF"],
.page .site-main th[style*="border-color: #FF00FF"],
.page .site-main th[style*="border: 2px solid #e91e8c"],
.page .site-main th[style*="border:2px solid #e91e8c"],
.page .site-main th[style*="border: 2px solid #E91E8C"],
.page .site-main th[style*="border:2px solid #E91E8C"],
.page .site-main th[style*="border: 2px solid #ff00ff"],
.page .site-main th[style*="border:2px solid #ff00ff"],
.page .site-main th[style*="border: 2px solid #FF00FF"],
.page .site-main th[style*="border:2px solid #FF00FF"],
.page .site-main summary[style*="background-color:#e91e8c"],
.page .site-main summary[style*="background-color: #e91e8c"],
.page .site-main summary[style*="background-color:#E91E8C"],
.page .site-main summary[style*="background-color: #E91E8C"],
.page .site-main summary[style*="background:#e91e8c"],
.page .site-main summary[style*="background: #e91e8c"],
.page .site-main summary[style*="background:#E91E8C"],
.page .site-main summary[style*="background: #E91E8C"],
.page .site-main summary[style*="background-color:#ff00ff"],
.page .site-main summary[style*="background-color: #ff00ff"],
.page .site-main summary[style*="background-color:#FF00FF"],
.page .site-main summary[style*="background-color: #FF00FF"],
.page .site-main summary[style*="background-color:#ff0090"],
.page .site-main summary[style*="background-color: #ff0090"],
.page .site-main summary[style*="background-color:#e91e63"],
.page .site-main summary[style*="background-color: #e91e63"],
.page .site-main summary[style*="background-color:#f50057"],
.page .site-main summary[style*="background-color: #f50057"],
.page .site-main summary[style*="background:#ff00ff"],
.page .site-main summary[style*="background: #ff00ff"],
.page .site-main summary[style*="background:#FF00FF"],
.page .site-main summary[style*="background: #FF00FF"],
.page .site-main summary[style*="border-color:#e91e8c"],
.page .site-main summary[style*="border-color: #e91e8c"],
.page .site-main summary[style*="border-color:#E91E8C"],
.page .site-main summary[style*="border-color: #E91E8C"],
.page .site-main summary[style*="border-color:#ff00ff"],
.page .site-main summary[style*="border-color: #ff00ff"],
.page .site-main summary[style*="border-color:#FF00FF"],
.page .site-main summary[style*="border-color: #FF00FF"],
.page .site-main summary[style*="border: 2px solid #e91e8c"],
.page .site-main summary[style*="border:2px solid #e91e8c"],
.page .site-main summary[style*="border: 2px solid #E91E8C"],
.page .site-main summary[style*="border:2px solid #E91E8C"],
.page .site-main summary[style*="border: 2px solid #ff00ff"],
.page .site-main summary[style*="border:2px solid #ff00ff"],
.page .site-main summary[style*="border: 2px solid #FF00FF"],
.page .site-main summary[style*="border:2px solid #FF00FF"],
.page .site-main .wp-block-button__link[style*="background-color:#e91e8c"],
.page .site-main .wp-block-button__link[style*="background-color: #e91e8c"],
.page .site-main .wp-block-button__link[style*="background-color:#E91E8C"],
.page .site-main .wp-block-button__link[style*="background-color: #E91E8C"],
.page .site-main .wp-block-button__link[style*="background:#e91e8c"],
.page .site-main .wp-block-button__link[style*="background: #e91e8c"],
.page .site-main .wp-block-button__link[style*="background:#E91E8C"],
.page .site-main .wp-block-button__link[style*="background: #E91E8C"],
.page .site-main .wp-block-button__link[style*="background-color:#ff00ff"],
.page .site-main .wp-block-button__link[style*="background-color: #ff00ff"],
.page .site-main .wp-block-button__link[style*="background-color:#FF00FF"],
.page .site-main .wp-block-button__link[style*="background-color: #FF00FF"],
.page .site-main .wp-block-button__link[style*="background-color:#ff0090"],
.page .site-main .wp-block-button__link[style*="background-color: #ff0090"],
.page .site-main .wp-block-button__link[style*="background-color:#e91e63"],
.page .site-main .wp-block-button__link[style*="background-color: #e91e63"],
.page .site-main .wp-block-button__link[style*="background-color:#f50057"],
.page .site-main .wp-block-button__link[style*="background-color: #f50057"],
.page .site-main .wp-block-button__link[style*="background:#ff00ff"],
.page .site-main .wp-block-button__link[style*="background: #ff00ff"],
.page .site-main .wp-block-button__link[style*="background:#FF00FF"],
.page .site-main .wp-block-button__link[style*="background: #FF00FF"],
.page .site-main .wp-block-button__link[style*="border-color:#e91e8c"],
.page .site-main .wp-block-button__link[style*="border-color: #e91e8c"],
.page .site-main .wp-block-button__link[style*="border-color:#E91E8C"],
.page .site-main .wp-block-button__link[style*="border-color: #E91E8C"],
.page .site-main .wp-block-button__link[style*="border-color:#ff00ff"],
.page .site-main .wp-block-button__link[style*="border-color: #ff00ff"],
.page .site-main .wp-block-button__link[style*="border-color:#FF00FF"],
.page .site-main .wp-block-button__link[style*="border-color: #FF00FF"],
.page .site-main .wp-block-button__link[style*="border: 2px solid #e91e8c"],
.page .site-main .wp-block-button__link[style*="border:2px solid #e91e8c"],
.page .site-main .wp-block-button__link[style*="border: 2px solid #E91E8C"],
.page .site-main .wp-block-button__link[style*="border:2px solid #E91E8C"],
.page .site-main .wp-block-button__link[style*="border: 2px solid #ff00ff"],
.page .site-main .wp-block-button__link[style*="border:2px solid #ff00ff"],
.page .site-main .wp-block-button__link[style*="border: 2px solid #FF00FF"],
.page .site-main .wp-block-button__link[style*="border:2px solid #FF00FF"],
.nationwide-2-block a[style*="background-color:#e91e8c"],
.nationwide-2-block a[style*="background-color: #e91e8c"],
.nationwide-2-block a[style*="background-color:#E91E8C"],
.nationwide-2-block a[style*="background-color: #E91E8C"],
.nationwide-2-block a[style*="background:#e91e8c"],
.nationwide-2-block a[style*="background: #e91e8c"],
.nationwide-2-block a[style*="background:#E91E8C"],
.nationwide-2-block a[style*="background: #E91E8C"],
.nationwide-2-block a[style*="background-color:#ff00ff"],
.nationwide-2-block a[style*="background-color: #ff00ff"],
.nationwide-2-block a[style*="background-color:#FF00FF"],
.nationwide-2-block a[style*="background-color: #FF00FF"],
.nationwide-2-block a[style*="background-color:#ff0090"],
.nationwide-2-block a[style*="background-color: #ff0090"],
.nationwide-2-block a[style*="background-color:#e91e63"],
.nationwide-2-block a[style*="background-color: #e91e63"],
.nationwide-2-block a[style*="background-color:#f50057"],
.nationwide-2-block a[style*="background-color: #f50057"],
.nationwide-2-block a[style*="background:#ff00ff"],
.nationwide-2-block a[style*="background: #ff00ff"],
.nationwide-2-block a[style*="background:#FF00FF"],
.nationwide-2-block a[style*="background: #FF00FF"],
.nationwide-2-block a[style*="border-color:#e91e8c"],
.nationwide-2-block a[style*="border-color: #e91e8c"],
.nationwide-2-block a[style*="border-color:#E91E8C"],
.nationwide-2-block a[style*="border-color: #E91E8C"],
.nationwide-2-block a[style*="border-color:#ff00ff"],
.nationwide-2-block a[style*="border-color: #ff00ff"],
.nationwide-2-block a[style*="border-color:#FF00FF"],
.nationwide-2-block a[style*="border-color: #FF00FF"],
.nationwide-2-block a[style*="border: 2px solid #e91e8c"],
.nationwide-2-block a[style*="border:2px solid #e91e8c"],
.nationwide-2-block a[style*="border: 2px solid #E91E8C"],
.nationwide-2-block a[style*="border:2px solid #E91E8C"],
.nationwide-2-block a[style*="border: 2px solid #ff00ff"],
.nationwide-2-block a[style*="border:2px solid #ff00ff"],
.nationwide-2-block a[style*="border: 2px solid #FF00FF"],
.nationwide-2-block a[style*="border:2px solid #FF00FF"],
.nationwide-2-block span[style*="background-color:#e91e8c"],
.nationwide-2-block span[style*="background-color: #e91e8c"],
.nationwide-2-block span[style*="background-color:#E91E8C"],
.nationwide-2-block span[style*="background-color: #E91E8C"],
.nationwide-2-block span[style*="background:#e91e8c"],
.nationwide-2-block span[style*="background: #e91e8c"],
.nationwide-2-block span[style*="background:#E91E8C"],
.nationwide-2-block span[style*="background: #E91E8C"],
.nationwide-2-block span[style*="background-color:#ff00ff"],
.nationwide-2-block span[style*="background-color: #ff00ff"],
.nationwide-2-block span[style*="background-color:#FF00FF"],
.nationwide-2-block span[style*="background-color: #FF00FF"],
.nationwide-2-block span[style*="background-color:#ff0090"],
.nationwide-2-block span[style*="background-color: #ff0090"],
.nationwide-2-block span[style*="background-color:#e91e63"],
.nationwide-2-block span[style*="background-color: #e91e63"],
.nationwide-2-block span[style*="background-color:#f50057"],
.nationwide-2-block span[style*="background-color: #f50057"],
.nationwide-2-block span[style*="background:#ff00ff"],
.nationwide-2-block span[style*="background: #ff00ff"],
.nationwide-2-block span[style*="background:#FF00FF"],
.nationwide-2-block span[style*="background: #FF00FF"],
.nationwide-2-block span[style*="border-color:#e91e8c"],
.nationwide-2-block span[style*="border-color: #e91e8c"],
.nationwide-2-block span[style*="border-color:#E91E8C"],
.nationwide-2-block span[style*="border-color: #E91E8C"],
.nationwide-2-block span[style*="border-color:#ff00ff"],
.nationwide-2-block span[style*="border-color: #ff00ff"],
.nationwide-2-block span[style*="border-color:#FF00FF"],
.nationwide-2-block span[style*="border-color: #FF00FF"],
.nationwide-2-block span[style*="border: 2px solid #e91e8c"],
.nationwide-2-block span[style*="border:2px solid #e91e8c"],
.nationwide-2-block span[style*="border: 2px solid #E91E8C"],
.nationwide-2-block span[style*="border:2px solid #E91E8C"],
.nationwide-2-block span[style*="border: 2px solid #ff00ff"],
.nationwide-2-block span[style*="border:2px solid #ff00ff"],
.nationwide-2-block span[style*="border: 2px solid #FF00FF"],
.nationwide-2-block span[style*="border:2px solid #FF00FF"],
.nationwide-2-block strong[style*="background-color:#e91e8c"],
.nationwide-2-block strong[style*="background-color: #e91e8c"],
.nationwide-2-block strong[style*="background-color:#E91E8C"],
.nationwide-2-block strong[style*="background-color: #E91E8C"],
.nationwide-2-block strong[style*="background:#e91e8c"],
.nationwide-2-block strong[style*="background: #e91e8c"],
.nationwide-2-block strong[style*="background:#E91E8C"],
.nationwide-2-block strong[style*="background: #E91E8C"],
.nationwide-2-block strong[style*="background-color:#ff00ff"],
.nationwide-2-block strong[style*="background-color: #ff00ff"],
.nationwide-2-block strong[style*="background-color:#FF00FF"],
.nationwide-2-block strong[style*="background-color: #FF00FF"],
.nationwide-2-block strong[style*="background-color:#ff0090"],
.nationwide-2-block strong[style*="background-color: #ff0090"],
.nationwide-2-block strong[style*="background-color:#e91e63"],
.nationwide-2-block strong[style*="background-color: #e91e63"],
.nationwide-2-block strong[style*="background-color:#f50057"],
.nationwide-2-block strong[style*="background-color: #f50057"],
.nationwide-2-block strong[style*="background:#ff00ff"],
.nationwide-2-block strong[style*="background: #ff00ff"],
.nationwide-2-block strong[style*="background:#FF00FF"],
.nationwide-2-block strong[style*="background: #FF00FF"],
.nationwide-2-block strong[style*="border-color:#e91e8c"],
.nationwide-2-block strong[style*="border-color: #e91e8c"],
.nationwide-2-block strong[style*="border-color:#E91E8C"],
.nationwide-2-block strong[style*="border-color: #E91E8C"],
.nationwide-2-block strong[style*="border-color:#ff00ff"],
.nationwide-2-block strong[style*="border-color: #ff00ff"],
.nationwide-2-block strong[style*="border-color:#FF00FF"],
.nationwide-2-block strong[style*="border-color: #FF00FF"],
.nationwide-2-block strong[style*="border: 2px solid #e91e8c"],
.nationwide-2-block strong[style*="border:2px solid #e91e8c"],
.nationwide-2-block strong[style*="border: 2px solid #E91E8C"],
.nationwide-2-block strong[style*="border:2px solid #E91E8C"],
.nationwide-2-block strong[style*="border: 2px solid #ff00ff"],
.nationwide-2-block strong[style*="border:2px solid #ff00ff"],
.nationwide-2-block strong[style*="border: 2px solid #FF00FF"],
.nationwide-2-block strong[style*="border:2px solid #FF00FF"],
.nationwide-2-block em[style*="background-color:#e91e8c"],
.nationwide-2-block em[style*="background-color: #e91e8c"],
.nationwide-2-block em[style*="background-color:#E91E8C"],
.nationwide-2-block em[style*="background-color: #E91E8C"],
.nationwide-2-block em[style*="background:#e91e8c"],
.nationwide-2-block em[style*="background: #e91e8c"],
.nationwide-2-block em[style*="background:#E91E8C"],
.nationwide-2-block em[style*="background: #E91E8C"],
.nationwide-2-block em[style*="background-color:#ff00ff"],
.nationwide-2-block em[style*="background-color: #ff00ff"],
.nationwide-2-block em[style*="background-color:#FF00FF"],
.nationwide-2-block em[style*="background-color: #FF00FF"],
.nationwide-2-block em[style*="background-color:#ff0090"],
.nationwide-2-block em[style*="background-color: #ff0090"],
.nationwide-2-block em[style*="background-color:#e91e63"],
.nationwide-2-block em[style*="background-color: #e91e63"],
.nationwide-2-block em[style*="background-color:#f50057"],
.nationwide-2-block em[style*="background-color: #f50057"],
.nationwide-2-block em[style*="background:#ff00ff"],
.nationwide-2-block em[style*="background: #ff00ff"],
.nationwide-2-block em[style*="background:#FF00FF"],
.nationwide-2-block em[style*="background: #FF00FF"],
.nationwide-2-block em[style*="border-color:#e91e8c"],
.nationwide-2-block em[style*="border-color: #e91e8c"],
.nationwide-2-block em[style*="border-color:#E91E8C"],
.nationwide-2-block em[style*="border-color: #E91E8C"],
.nationwide-2-block em[style*="border-color:#ff00ff"],
.nationwide-2-block em[style*="border-color: #ff00ff"],
.nationwide-2-block em[style*="border-color:#FF00FF"],
.nationwide-2-block em[style*="border-color: #FF00FF"],
.nationwide-2-block em[style*="border: 2px solid #e91e8c"],
.nationwide-2-block em[style*="border:2px solid #e91e8c"],
.nationwide-2-block em[style*="border: 2px solid #E91E8C"],
.nationwide-2-block em[style*="border:2px solid #E91E8C"],
.nationwide-2-block em[style*="border: 2px solid #ff00ff"],
.nationwide-2-block em[style*="border:2px solid #ff00ff"],
.nationwide-2-block em[style*="border: 2px solid #FF00FF"],
.nationwide-2-block em[style*="border:2px solid #FF00FF"],
.nationwide-2-block p[style*="background-color:#e91e8c"],
.nationwide-2-block p[style*="background-color: #e91e8c"],
.nationwide-2-block p[style*="background-color:#E91E8C"],
.nationwide-2-block p[style*="background-color: #E91E8C"],
.nationwide-2-block p[style*="background:#e91e8c"],
.nationwide-2-block p[style*="background: #e91e8c"],
.nationwide-2-block p[style*="background:#E91E8C"],
.nationwide-2-block p[style*="background: #E91E8C"],
.nationwide-2-block p[style*="background-color:#ff00ff"],
.nationwide-2-block p[style*="background-color: #ff00ff"],
.nationwide-2-block p[style*="background-color:#FF00FF"],
.nationwide-2-block p[style*="background-color: #FF00FF"],
.nationwide-2-block p[style*="background-color:#ff0090"],
.nationwide-2-block p[style*="background-color: #ff0090"],
.nationwide-2-block p[style*="background-color:#e91e63"],
.nationwide-2-block p[style*="background-color: #e91e63"],
.nationwide-2-block p[style*="background-color:#f50057"],
.nationwide-2-block p[style*="background-color: #f50057"],
.nationwide-2-block p[style*="background:#ff00ff"],
.nationwide-2-block p[style*="background: #ff00ff"],
.nationwide-2-block p[style*="background:#FF00FF"],
.nationwide-2-block p[style*="background: #FF00FF"],
.nationwide-2-block p[style*="border-color:#e91e8c"],
.nationwide-2-block p[style*="border-color: #e91e8c"],
.nationwide-2-block p[style*="border-color:#E91E8C"],
.nationwide-2-block p[style*="border-color: #E91E8C"],
.nationwide-2-block p[style*="border-color:#ff00ff"],
.nationwide-2-block p[style*="border-color: #ff00ff"],
.nationwide-2-block p[style*="border-color:#FF00FF"],
.nationwide-2-block p[style*="border-color: #FF00FF"],
.nationwide-2-block p[style*="border: 2px solid #e91e8c"],
.nationwide-2-block p[style*="border:2px solid #e91e8c"],
.nationwide-2-block p[style*="border: 2px solid #E91E8C"],
.nationwide-2-block p[style*="border:2px solid #E91E8C"],
.nationwide-2-block p[style*="border: 2px solid #ff00ff"],
.nationwide-2-block p[style*="border:2px solid #ff00ff"],
.nationwide-2-block p[style*="border: 2px solid #FF00FF"],
.nationwide-2-block p[style*="border:2px solid #FF00FF"],
.nationwide-2-block h1[style*="background-color:#e91e8c"],
.nationwide-2-block h1[style*="background-color: #e91e8c"],
.nationwide-2-block h1[style*="background-color:#E91E8C"],
.nationwide-2-block h1[style*="background-color: #E91E8C"],
.nationwide-2-block h1[style*="background:#e91e8c"],
.nationwide-2-block h1[style*="background: #e91e8c"],
.nationwide-2-block h1[style*="background:#E91E8C"],
.nationwide-2-block h1[style*="background: #E91E8C"],
.nationwide-2-block h1[style*="background-color:#ff00ff"],
.nationwide-2-block h1[style*="background-color: #ff00ff"],
.nationwide-2-block h1[style*="background-color:#FF00FF"],
.nationwide-2-block h1[style*="background-color: #FF00FF"],
.nationwide-2-block h1[style*="background-color:#ff0090"],
.nationwide-2-block h1[style*="background-color: #ff0090"],
.nationwide-2-block h1[style*="background-color:#e91e63"],
.nationwide-2-block h1[style*="background-color: #e91e63"],
.nationwide-2-block h1[style*="background-color:#f50057"],
.nationwide-2-block h1[style*="background-color: #f50057"],
.nationwide-2-block h1[style*="background:#ff00ff"],
.nationwide-2-block h1[style*="background: #ff00ff"],
.nationwide-2-block h1[style*="background:#FF00FF"],
.nationwide-2-block h1[style*="background: #FF00FF"],
.nationwide-2-block h1[style*="border-color:#e91e8c"],
.nationwide-2-block h1[style*="border-color: #e91e8c"],
.nationwide-2-block h1[style*="border-color:#E91E8C"],
.nationwide-2-block h1[style*="border-color: #E91E8C"],
.nationwide-2-block h1[style*="border-color:#ff00ff"],
.nationwide-2-block h1[style*="border-color: #ff00ff"],
.nationwide-2-block h1[style*="border-color:#FF00FF"],
.nationwide-2-block h1[style*="border-color: #FF00FF"],
.nationwide-2-block h1[style*="border: 2px solid #e91e8c"],
.nationwide-2-block h1[style*="border:2px solid #e91e8c"],
.nationwide-2-block h1[style*="border: 2px solid #E91E8C"],
.nationwide-2-block h1[style*="border:2px solid #E91E8C"],
.nationwide-2-block h1[style*="border: 2px solid #ff00ff"],
.nationwide-2-block h1[style*="border:2px solid #ff00ff"],
.nationwide-2-block h1[style*="border: 2px solid #FF00FF"],
.nationwide-2-block h1[style*="border:2px solid #FF00FF"],
.nationwide-2-block h2[style*="background-color:#e91e8c"],
.nationwide-2-block h2[style*="background-color: #e91e8c"],
.nationwide-2-block h2[style*="background-color:#E91E8C"],
.nationwide-2-block h2[style*="background-color: #E91E8C"],
.nationwide-2-block h2[style*="background:#e91e8c"],
.nationwide-2-block h2[style*="background: #e91e8c"],
.nationwide-2-block h2[style*="background:#E91E8C"],
.nationwide-2-block h2[style*="background: #E91E8C"],
.nationwide-2-block h2[style*="background-color:#ff00ff"],
.nationwide-2-block h2[style*="background-color: #ff00ff"],
.nationwide-2-block h2[style*="background-color:#FF00FF"],
.nationwide-2-block h2[style*="background-color: #FF00FF"],
.nationwide-2-block h2[style*="background-color:#ff0090"],
.nationwide-2-block h2[style*="background-color: #ff0090"],
.nationwide-2-block h2[style*="background-color:#e91e63"],
.nationwide-2-block h2[style*="background-color: #e91e63"],
.nationwide-2-block h2[style*="background-color:#f50057"],
.nationwide-2-block h2[style*="background-color: #f50057"],
.nationwide-2-block h2[style*="background:#ff00ff"],
.nationwide-2-block h2[style*="background: #ff00ff"],
.nationwide-2-block h2[style*="background:#FF00FF"],
.nationwide-2-block h2[style*="background: #FF00FF"],
.nationwide-2-block h2[style*="border-color:#e91e8c"],
.nationwide-2-block h2[style*="border-color: #e91e8c"],
.nationwide-2-block h2[style*="border-color:#E91E8C"],
.nationwide-2-block h2[style*="border-color: #E91E8C"],
.nationwide-2-block h2[style*="border-color:#ff00ff"],
.nationwide-2-block h2[style*="border-color: #ff00ff"],
.nationwide-2-block h2[style*="border-color:#FF00FF"],
.nationwide-2-block h2[style*="border-color: #FF00FF"],
.nationwide-2-block h2[style*="border: 2px solid #e91e8c"],
.nationwide-2-block h2[style*="border:2px solid #e91e8c"],
.nationwide-2-block h2[style*="border: 2px solid #E91E8C"],
.nationwide-2-block h2[style*="border:2px solid #E91E8C"],
.nationwide-2-block h2[style*="border: 2px solid #ff00ff"],
.nationwide-2-block h2[style*="border:2px solid #ff00ff"],
.nationwide-2-block h2[style*="border: 2px solid #FF00FF"],
.nationwide-2-block h2[style*="border:2px solid #FF00FF"],
.nationwide-2-block h3[style*="background-color:#e91e8c"],
.nationwide-2-block h3[style*="background-color: #e91e8c"],
.nationwide-2-block h3[style*="background-color:#E91E8C"],
.nationwide-2-block h3[style*="background-color: #E91E8C"],
.nationwide-2-block h3[style*="background:#e91e8c"],
.nationwide-2-block h3[style*="background: #e91e8c"],
.nationwide-2-block h3[style*="background:#E91E8C"],
.nationwide-2-block h3[style*="background: #E91E8C"],
.nationwide-2-block h3[style*="background-color:#ff00ff"],
.nationwide-2-block h3[style*="background-color: #ff00ff"],
.nationwide-2-block h3[style*="background-color:#FF00FF"],
.nationwide-2-block h3[style*="background-color: #FF00FF"],
.nationwide-2-block h3[style*="background-color:#ff0090"],
.nationwide-2-block h3[style*="background-color: #ff0090"],
.nationwide-2-block h3[style*="background-color:#e91e63"],
.nationwide-2-block h3[style*="background-color: #e91e63"],
.nationwide-2-block h3[style*="background-color:#f50057"],
.nationwide-2-block h3[style*="background-color: #f50057"],
.nationwide-2-block h3[style*="background:#ff00ff"],
.nationwide-2-block h3[style*="background: #ff00ff"],
.nationwide-2-block h3[style*="background:#FF00FF"],
.nationwide-2-block h3[style*="background: #FF00FF"],
.nationwide-2-block h3[style*="border-color:#e91e8c"],
.nationwide-2-block h3[style*="border-color: #e91e8c"],
.nationwide-2-block h3[style*="border-color:#E91E8C"],
.nationwide-2-block h3[style*="border-color: #E91E8C"],
.nationwide-2-block h3[style*="border-color:#ff00ff"],
.nationwide-2-block h3[style*="border-color: #ff00ff"],
.nationwide-2-block h3[style*="border-color:#FF00FF"],
.nationwide-2-block h3[style*="border-color: #FF00FF"],
.nationwide-2-block h3[style*="border: 2px solid #e91e8c"],
.nationwide-2-block h3[style*="border:2px solid #e91e8c"],
.nationwide-2-block h3[style*="border: 2px solid #E91E8C"],
.nationwide-2-block h3[style*="border:2px solid #E91E8C"],
.nationwide-2-block h3[style*="border: 2px solid #ff00ff"],
.nationwide-2-block h3[style*="border:2px solid #ff00ff"],
.nationwide-2-block h3[style*="border: 2px solid #FF00FF"],
.nationwide-2-block h3[style*="border:2px solid #FF00FF"],
.nationwide-2-block h4[style*="background-color:#e91e8c"],
.nationwide-2-block h4[style*="background-color: #e91e8c"],
.nationwide-2-block h4[style*="background-color:#E91E8C"],
.nationwide-2-block h4[style*="background-color: #E91E8C"],
.nationwide-2-block h4[style*="background:#e91e8c"],
.nationwide-2-block h4[style*="background: #e91e8c"],
.nationwide-2-block h4[style*="background:#E91E8C"],
.nationwide-2-block h4[style*="background: #E91E8C"],
.nationwide-2-block h4[style*="background-color:#ff00ff"],
.nationwide-2-block h4[style*="background-color: #ff00ff"],
.nationwide-2-block h4[style*="background-color:#FF00FF"],
.nationwide-2-block h4[style*="background-color: #FF00FF"],
.nationwide-2-block h4[style*="background-color:#ff0090"],
.nationwide-2-block h4[style*="background-color: #ff0090"],
.nationwide-2-block h4[style*="background-color:#e91e63"],
.nationwide-2-block h4[style*="background-color: #e91e63"],
.nationwide-2-block h4[style*="background-color:#f50057"],
.nationwide-2-block h4[style*="background-color: #f50057"],
.nationwide-2-block h4[style*="background:#ff00ff"],
.nationwide-2-block h4[style*="background: #ff00ff"],
.nationwide-2-block h4[style*="background:#FF00FF"],
.nationwide-2-block h4[style*="background: #FF00FF"],
.nationwide-2-block h4[style*="border-color:#e91e8c"],
.nationwide-2-block h4[style*="border-color: #e91e8c"],
.nationwide-2-block h4[style*="border-color:#E91E8C"],
.nationwide-2-block h4[style*="border-color: #E91E8C"],
.nationwide-2-block h4[style*="border-color:#ff00ff"],
.nationwide-2-block h4[style*="border-color: #ff00ff"],
.nationwide-2-block h4[style*="border-color:#FF00FF"],
.nationwide-2-block h4[style*="border-color: #FF00FF"],
.nationwide-2-block h4[style*="border: 2px solid #e91e8c"],
.nationwide-2-block h4[style*="border:2px solid #e91e8c"],
.nationwide-2-block h4[style*="border: 2px solid #E91E8C"],
.nationwide-2-block h4[style*="border:2px solid #E91E8C"],
.nationwide-2-block h4[style*="border: 2px solid #ff00ff"],
.nationwide-2-block h4[style*="border:2px solid #ff00ff"],
.nationwide-2-block h4[style*="border: 2px solid #FF00FF"],
.nationwide-2-block h4[style*="border:2px solid #FF00FF"],
.nationwide-2-block h5[style*="background-color:#e91e8c"],
.nationwide-2-block h5[style*="background-color: #e91e8c"],
.nationwide-2-block h5[style*="background-color:#E91E8C"],
.nationwide-2-block h5[style*="background-color: #E91E8C"],
.nationwide-2-block h5[style*="background:#e91e8c"],
.nationwide-2-block h5[style*="background: #e91e8c"],
.nationwide-2-block h5[style*="background:#E91E8C"],
.nationwide-2-block h5[style*="background: #E91E8C"],
.nationwide-2-block h5[style*="background-color:#ff00ff"],
.nationwide-2-block h5[style*="background-color: #ff00ff"],
.nationwide-2-block h5[style*="background-color:#FF00FF"],
.nationwide-2-block h5[style*="background-color: #FF00FF"],
.nationwide-2-block h5[style*="background-color:#ff0090"],
.nationwide-2-block h5[style*="background-color: #ff0090"],
.nationwide-2-block h5[style*="background-color:#e91e63"],
.nationwide-2-block h5[style*="background-color: #e91e63"],
.nationwide-2-block h5[style*="background-color:#f50057"],
.nationwide-2-block h5[style*="background-color: #f50057"],
.nationwide-2-block h5[style*="background:#ff00ff"],
.nationwide-2-block h5[style*="background: #ff00ff"],
.nationwide-2-block h5[style*="background:#FF00FF"],
.nationwide-2-block h5[style*="background: #FF00FF"],
.nationwide-2-block h5[style*="border-color:#e91e8c"],
.nationwide-2-block h5[style*="border-color: #e91e8c"],
.nationwide-2-block h5[style*="border-color:#E91E8C"],
.nationwide-2-block h5[style*="border-color: #E91E8C"],
.nationwide-2-block h5[style*="border-color:#ff00ff"],
.nationwide-2-block h5[style*="border-color: #ff00ff"],
.nationwide-2-block h5[style*="border-color:#FF00FF"],
.nationwide-2-block h5[style*="border-color: #FF00FF"],
.nationwide-2-block h5[style*="border: 2px solid #e91e8c"],
.nationwide-2-block h5[style*="border:2px solid #e91e8c"],
.nationwide-2-block h5[style*="border: 2px solid #E91E8C"],
.nationwide-2-block h5[style*="border:2px solid #E91E8C"],
.nationwide-2-block h5[style*="border: 2px solid #ff00ff"],
.nationwide-2-block h5[style*="border:2px solid #ff00ff"],
.nationwide-2-block h5[style*="border: 2px solid #FF00FF"],
.nationwide-2-block h5[style*="border:2px solid #FF00FF"],
.nationwide-2-block h6[style*="background-color:#e91e8c"],
.nationwide-2-block h6[style*="background-color: #e91e8c"],
.nationwide-2-block h6[style*="background-color:#E91E8C"],
.nationwide-2-block h6[style*="background-color: #E91E8C"],
.nationwide-2-block h6[style*="background:#e91e8c"],
.nationwide-2-block h6[style*="background: #e91e8c"],
.nationwide-2-block h6[style*="background:#E91E8C"],
.nationwide-2-block h6[style*="background: #E91E8C"],
.nationwide-2-block h6[style*="background-color:#ff00ff"],
.nationwide-2-block h6[style*="background-color: #ff00ff"],
.nationwide-2-block h6[style*="background-color:#FF00FF"],
.nationwide-2-block h6[style*="background-color: #FF00FF"],
.nationwide-2-block h6[style*="background-color:#ff0090"],
.nationwide-2-block h6[style*="background-color: #ff0090"],
.nationwide-2-block h6[style*="background-color:#e91e63"],
.nationwide-2-block h6[style*="background-color: #e91e63"],
.nationwide-2-block h6[style*="background-color:#f50057"],
.nationwide-2-block h6[style*="background-color: #f50057"],
.nationwide-2-block h6[style*="background:#ff00ff"],
.nationwide-2-block h6[style*="background: #ff00ff"],
.nationwide-2-block h6[style*="background:#FF00FF"],
.nationwide-2-block h6[style*="background: #FF00FF"],
.nationwide-2-block h6[style*="border-color:#e91e8c"],
.nationwide-2-block h6[style*="border-color: #e91e8c"],
.nationwide-2-block h6[style*="border-color:#E91E8C"],
.nationwide-2-block h6[style*="border-color: #E91E8C"],
.nationwide-2-block h6[style*="border-color:#ff00ff"],
.nationwide-2-block h6[style*="border-color: #ff00ff"],
.nationwide-2-block h6[style*="border-color:#FF00FF"],
.nationwide-2-block h6[style*="border-color: #FF00FF"],
.nationwide-2-block h6[style*="border: 2px solid #e91e8c"],
.nationwide-2-block h6[style*="border:2px solid #e91e8c"],
.nationwide-2-block h6[style*="border: 2px solid #E91E8C"],
.nationwide-2-block h6[style*="border:2px solid #E91E8C"],
.nationwide-2-block h6[style*="border: 2px solid #ff00ff"],
.nationwide-2-block h6[style*="border:2px solid #ff00ff"],
.nationwide-2-block h6[style*="border: 2px solid #FF00FF"],
.nationwide-2-block h6[style*="border:2px solid #FF00FF"],
.nationwide-2-block li[style*="background-color:#e91e8c"],
.nationwide-2-block li[style*="background-color: #e91e8c"],
.nationwide-2-block li[style*="background-color:#E91E8C"],
.nationwide-2-block li[style*="background-color: #E91E8C"],
.nationwide-2-block li[style*="background:#e91e8c"],
.nationwide-2-block li[style*="background: #e91e8c"],
.nationwide-2-block li[style*="background:#E91E8C"],
.nationwide-2-block li[style*="background: #E91E8C"],
.nationwide-2-block li[style*="background-color:#ff00ff"],
.nationwide-2-block li[style*="background-color: #ff00ff"],
.nationwide-2-block li[style*="background-color:#FF00FF"],
.nationwide-2-block li[style*="background-color: #FF00FF"],
.nationwide-2-block li[style*="background-color:#ff0090"],
.nationwide-2-block li[style*="background-color: #ff0090"],
.nationwide-2-block li[style*="background-color:#e91e63"],
.nationwide-2-block li[style*="background-color: #e91e63"],
.nationwide-2-block li[style*="background-color:#f50057"],
.nationwide-2-block li[style*="background-color: #f50057"],
.nationwide-2-block li[style*="background:#ff00ff"],
.nationwide-2-block li[style*="background: #ff00ff"],
.nationwide-2-block li[style*="background:#FF00FF"],
.nationwide-2-block li[style*="background: #FF00FF"],
.nationwide-2-block li[style*="border-color:#e91e8c"],
.nationwide-2-block li[style*="border-color: #e91e8c"],
.nationwide-2-block li[style*="border-color:#E91E8C"],
.nationwide-2-block li[style*="border-color: #E91E8C"],
.nationwide-2-block li[style*="border-color:#ff00ff"],
.nationwide-2-block li[style*="border-color: #ff00ff"],
.nationwide-2-block li[style*="border-color:#FF00FF"],
.nationwide-2-block li[style*="border-color: #FF00FF"],
.nationwide-2-block li[style*="border: 2px solid #e91e8c"],
.nationwide-2-block li[style*="border:2px solid #e91e8c"],
.nationwide-2-block li[style*="border: 2px solid #E91E8C"],
.nationwide-2-block li[style*="border:2px solid #E91E8C"],
.nationwide-2-block li[style*="border: 2px solid #ff00ff"],
.nationwide-2-block li[style*="border:2px solid #ff00ff"],
.nationwide-2-block li[style*="border: 2px solid #FF00FF"],
.nationwide-2-block li[style*="border:2px solid #FF00FF"],
.nationwide-2-block div[style*="background-color:#e91e8c"],
.nationwide-2-block div[style*="background-color: #e91e8c"],
.nationwide-2-block div[style*="background-color:#E91E8C"],
.nationwide-2-block div[style*="background-color: #E91E8C"],
.nationwide-2-block div[style*="background:#e91e8c"],
.nationwide-2-block div[style*="background: #e91e8c"],
.nationwide-2-block div[style*="background:#E91E8C"],
.nationwide-2-block div[style*="background: #E91E8C"],
.nationwide-2-block div[style*="background-color:#ff00ff"],
.nationwide-2-block div[style*="background-color: #ff00ff"],
.nationwide-2-block div[style*="background-color:#FF00FF"],
.nationwide-2-block div[style*="background-color: #FF00FF"],
.nationwide-2-block div[style*="background-color:#ff0090"],
.nationwide-2-block div[style*="background-color: #ff0090"],
.nationwide-2-block div[style*="background-color:#e91e63"],
.nationwide-2-block div[style*="background-color: #e91e63"],
.nationwide-2-block div[style*="background-color:#f50057"],
.nationwide-2-block div[style*="background-color: #f50057"],
.nationwide-2-block div[style*="background:#ff00ff"],
.nationwide-2-block div[style*="background: #ff00ff"],
.nationwide-2-block div[style*="background:#FF00FF"],
.nationwide-2-block div[style*="background: #FF00FF"],
.nationwide-2-block div[style*="border-color:#e91e8c"],
.nationwide-2-block div[style*="border-color: #e91e8c"],
.nationwide-2-block div[style*="border-color:#E91E8C"],
.nationwide-2-block div[style*="border-color: #E91E8C"],
.nationwide-2-block div[style*="border-color:#ff00ff"],
.nationwide-2-block div[style*="border-color: #ff00ff"],
.nationwide-2-block div[style*="border-color:#FF00FF"],
.nationwide-2-block div[style*="border-color: #FF00FF"],
.nationwide-2-block div[style*="border: 2px solid #e91e8c"],
.nationwide-2-block div[style*="border:2px solid #e91e8c"],
.nationwide-2-block div[style*="border: 2px solid #E91E8C"],
.nationwide-2-block div[style*="border:2px solid #E91E8C"],
.nationwide-2-block div[style*="border: 2px solid #ff00ff"],
.nationwide-2-block div[style*="border:2px solid #ff00ff"],
.nationwide-2-block div[style*="border: 2px solid #FF00FF"],
.nationwide-2-block div[style*="border:2px solid #FF00FF"],
.nationwide-2-block td[style*="background-color:#e91e8c"],
.nationwide-2-block td[style*="background-color: #e91e8c"],
.nationwide-2-block td[style*="background-color:#E91E8C"],
.nationwide-2-block td[style*="background-color: #E91E8C"],
.nationwide-2-block td[style*="background:#e91e8c"],
.nationwide-2-block td[style*="background: #e91e8c"],
.nationwide-2-block td[style*="background:#E91E8C"],
.nationwide-2-block td[style*="background: #E91E8C"],
.nationwide-2-block td[style*="background-color:#ff00ff"],
.nationwide-2-block td[style*="background-color: #ff00ff"],
.nationwide-2-block td[style*="background-color:#FF00FF"],
.nationwide-2-block td[style*="background-color: #FF00FF"],
.nationwide-2-block td[style*="background-color:#ff0090"],
.nationwide-2-block td[style*="background-color: #ff0090"],
.nationwide-2-block td[style*="background-color:#e91e63"],
.nationwide-2-block td[style*="background-color: #e91e63"],
.nationwide-2-block td[style*="background-color:#f50057"],
.nationwide-2-block td[style*="background-color: #f50057"],
.nationwide-2-block td[style*="background:#ff00ff"],
.nationwide-2-block td[style*="background: #ff00ff"],
.nationwide-2-block td[style*="background:#FF00FF"],
.nationwide-2-block td[style*="background: #FF00FF"],
.nationwide-2-block td[style*="border-color:#e91e8c"],
.nationwide-2-block td[style*="border-color: #e91e8c"],
.nationwide-2-block td[style*="border-color:#E91E8C"],
.nationwide-2-block td[style*="border-color: #E91E8C"],
.nationwide-2-block td[style*="border-color:#ff00ff"],
.nationwide-2-block td[style*="border-color: #ff00ff"],
.nationwide-2-block td[style*="border-color:#FF00FF"],
.nationwide-2-block td[style*="border-color: #FF00FF"],
.nationwide-2-block td[style*="border: 2px solid #e91e8c"],
.nationwide-2-block td[style*="border:2px solid #e91e8c"],
.nationwide-2-block td[style*="border: 2px solid #E91E8C"],
.nationwide-2-block td[style*="border:2px solid #E91E8C"],
.nationwide-2-block td[style*="border: 2px solid #ff00ff"],
.nationwide-2-block td[style*="border:2px solid #ff00ff"],
.nationwide-2-block td[style*="border: 2px solid #FF00FF"],
.nationwide-2-block td[style*="border:2px solid #FF00FF"],
.nationwide-2-block th[style*="background-color:#e91e8c"],
.nationwide-2-block th[style*="background-color: #e91e8c"],
.nationwide-2-block th[style*="background-color:#E91E8C"],
.nationwide-2-block th[style*="background-color: #E91E8C"],
.nationwide-2-block th[style*="background:#e91e8c"],
.nationwide-2-block th[style*="background: #e91e8c"],
.nationwide-2-block th[style*="background:#E91E8C"],
.nationwide-2-block th[style*="background: #E91E8C"],
.nationwide-2-block th[style*="background-color:#ff00ff"],
.nationwide-2-block th[style*="background-color: #ff00ff"],
.nationwide-2-block th[style*="background-color:#FF00FF"],
.nationwide-2-block th[style*="background-color: #FF00FF"],
.nationwide-2-block th[style*="background-color:#ff0090"],
.nationwide-2-block th[style*="background-color: #ff0090"],
.nationwide-2-block th[style*="background-color:#e91e63"],
.nationwide-2-block th[style*="background-color: #e91e63"],
.nationwide-2-block th[style*="background-color:#f50057"],
.nationwide-2-block th[style*="background-color: #f50057"],
.nationwide-2-block th[style*="background:#ff00ff"],
.nationwide-2-block th[style*="background: #ff00ff"],
.nationwide-2-block th[style*="background:#FF00FF"],
.nationwide-2-block th[style*="background: #FF00FF"],
.nationwide-2-block th[style*="border-color:#e91e8c"],
.nationwide-2-block th[style*="border-color: #e91e8c"],
.nationwide-2-block th[style*="border-color:#E91E8C"],
.nationwide-2-block th[style*="border-color: #E91E8C"],
.nationwide-2-block th[style*="border-color:#ff00ff"],
.nationwide-2-block th[style*="border-color: #ff00ff"],
.nationwide-2-block th[style*="border-color:#FF00FF"],
.nationwide-2-block th[style*="border-color: #FF00FF"],
.nationwide-2-block th[style*="border: 2px solid #e91e8c"],
.nationwide-2-block th[style*="border:2px solid #e91e8c"],
.nationwide-2-block th[style*="border: 2px solid #E91E8C"],
.nationwide-2-block th[style*="border:2px solid #E91E8C"],
.nationwide-2-block th[style*="border: 2px solid #ff00ff"],
.nationwide-2-block th[style*="border:2px solid #ff00ff"],
.nationwide-2-block th[style*="border: 2px solid #FF00FF"],
.nationwide-2-block th[style*="border:2px solid #FF00FF"],
.nationwide-2-block summary[style*="background-color:#e91e8c"],
.nationwide-2-block summary[style*="background-color: #e91e8c"],
.nationwide-2-block summary[style*="background-color:#E91E8C"],
.nationwide-2-block summary[style*="background-color: #E91E8C"],
.nationwide-2-block summary[style*="background:#e91e8c"],
.nationwide-2-block summary[style*="background: #e91e8c"],
.nationwide-2-block summary[style*="background:#E91E8C"],
.nationwide-2-block summary[style*="background: #E91E8C"],
.nationwide-2-block summary[style*="background-color:#ff00ff"],
.nationwide-2-block summary[style*="background-color: #ff00ff"],
.nationwide-2-block summary[style*="background-color:#FF00FF"],
.nationwide-2-block summary[style*="background-color: #FF00FF"],
.nationwide-2-block summary[style*="background-color:#ff0090"],
.nationwide-2-block summary[style*="background-color: #ff0090"],
.nationwide-2-block summary[style*="background-color:#e91e63"],
.nationwide-2-block summary[style*="background-color: #e91e63"],
.nationwide-2-block summary[style*="background-color:#f50057"],
.nationwide-2-block summary[style*="background-color: #f50057"],
.nationwide-2-block summary[style*="background:#ff00ff"],
.nationwide-2-block summary[style*="background: #ff00ff"],
.nationwide-2-block summary[style*="background:#FF00FF"],
.nationwide-2-block summary[style*="background: #FF00FF"],
.nationwide-2-block summary[style*="border-color:#e91e8c"],
.nationwide-2-block summary[style*="border-color: #e91e8c"],
.nationwide-2-block summary[style*="border-color:#E91E8C"],
.nationwide-2-block summary[style*="border-color: #E91E8C"],
.nationwide-2-block summary[style*="border-color:#ff00ff"],
.nationwide-2-block summary[style*="border-color: #ff00ff"],
.nationwide-2-block summary[style*="border-color:#FF00FF"],
.nationwide-2-block summary[style*="border-color: #FF00FF"],
.nationwide-2-block summary[style*="border: 2px solid #e91e8c"],
.nationwide-2-block summary[style*="border:2px solid #e91e8c"],
.nationwide-2-block summary[style*="border: 2px solid #E91E8C"],
.nationwide-2-block summary[style*="border:2px solid #E91E8C"],
.nationwide-2-block summary[style*="border: 2px solid #ff00ff"],
.nationwide-2-block summary[style*="border:2px solid #ff00ff"],
.nationwide-2-block summary[style*="border: 2px solid #FF00FF"],
.nationwide-2-block summary[style*="border:2px solid #FF00FF"],
.nationwide-2-block .wp-block-button__link[style*="background-color:#e91e8c"],
.nationwide-2-block .wp-block-button__link[style*="background-color: #e91e8c"],
.nationwide-2-block .wp-block-button__link[style*="background-color:#E91E8C"],
.nationwide-2-block .wp-block-button__link[style*="background-color: #E91E8C"],
.nationwide-2-block .wp-block-button__link[style*="background:#e91e8c"],
.nationwide-2-block .wp-block-button__link[style*="background: #e91e8c"],
.nationwide-2-block .wp-block-button__link[style*="background:#E91E8C"],
.nationwide-2-block .wp-block-button__link[style*="background: #E91E8C"],
.nationwide-2-block .wp-block-button__link[style*="background-color:#ff00ff"],
.nationwide-2-block .wp-block-button__link[style*="background-color: #ff00ff"],
.nationwide-2-block .wp-block-button__link[style*="background-color:#FF00FF"],
.nationwide-2-block .wp-block-button__link[style*="background-color: #FF00FF"],
.nationwide-2-block .wp-block-button__link[style*="background-color:#ff0090"],
.nationwide-2-block .wp-block-button__link[style*="background-color: #ff0090"],
.nationwide-2-block .wp-block-button__link[style*="background-color:#e91e63"],
.nationwide-2-block .wp-block-button__link[style*="background-color: #e91e63"],
.nationwide-2-block .wp-block-button__link[style*="background-color:#f50057"],
.nationwide-2-block .wp-block-button__link[style*="background-color: #f50057"],
.nationwide-2-block .wp-block-button__link[style*="background:#ff00ff"],
.nationwide-2-block .wp-block-button__link[style*="background: #ff00ff"],
.nationwide-2-block .wp-block-button__link[style*="background:#FF00FF"],
.nationwide-2-block .wp-block-button__link[style*="background: #FF00FF"],
.nationwide-2-block .wp-block-button__link[style*="border-color:#e91e8c"],
.nationwide-2-block .wp-block-button__link[style*="border-color: #e91e8c"],
.nationwide-2-block .wp-block-button__link[style*="border-color:#E91E8C"],
.nationwide-2-block .wp-block-button__link[style*="border-color: #E91E8C"],
.nationwide-2-block .wp-block-button__link[style*="border-color:#ff00ff"],
.nationwide-2-block .wp-block-button__link[style*="border-color: #ff00ff"],
.nationwide-2-block .wp-block-button__link[style*="border-color:#FF00FF"],
.nationwide-2-block .wp-block-button__link[style*="border-color: #FF00FF"],
.nationwide-2-block .wp-block-button__link[style*="border: 2px solid #e91e8c"],
.nationwide-2-block .wp-block-button__link[style*="border:2px solid #e91e8c"],
.nationwide-2-block .wp-block-button__link[style*="border: 2px solid #E91E8C"],
.nationwide-2-block .wp-block-button__link[style*="border:2px solid #E91E8C"],
.nationwide-2-block .wp-block-button__link[style*="border: 2px solid #ff00ff"],
.nationwide-2-block .wp-block-button__link[style*="border:2px solid #ff00ff"],
.nationwide-2-block .wp-block-button__link[style*="border: 2px solid #FF00FF"],
.nationwide-2-block .wp-block-button__link[style*="border:2px solid #FF00FF"] {
  background-color: #F5B700 !important;
  border-color: #F5B700 !important;
  color: #001336 !important;
}
.entry-content .wp-block-button.is-style-outline .wp-block-button__link[style*="#e91e8c"],
.entry-content .wp-block-button.is-style-outline .wp-block-button__link[style*="#E91E8C"],
.entry-content .wp-block-button.is-style-outline .wp-block-button__link[style*="#ff00ff"],
.entry-content .wp-block-button.is-style-outline .wp-block-button__link[style*="#FF00FF"],
.site-inner-content .wp-block-button.is-style-outline .wp-block-button__link[style*="#e91e8c"],
.site-inner-content .wp-block-button.is-style-outline .wp-block-button__link[style*="#E91E8C"],
.site-inner-content .wp-block-button.is-style-outline .wp-block-button__link[style*="#ff00ff"],
.site-inner-content .wp-block-button.is-style-outline .wp-block-button__link[style*="#FF00FF"],
.misc-page .wp-block-button.is-style-outline .wp-block-button__link[style*="#e91e8c"],
.misc-page .wp-block-button.is-style-outline .wp-block-button__link[style*="#E91E8C"],
.misc-page .wp-block-button.is-style-outline .wp-block-button__link[style*="#ff00ff"],
.misc-page .wp-block-button.is-style-outline .wp-block-button__link[style*="#FF00FF"],
.pages .wp-block-button.is-style-outline .wp-block-button__link[style*="#e91e8c"],
.pages .wp-block-button.is-style-outline .wp-block-button__link[style*="#E91E8C"],
.pages .wp-block-button.is-style-outline .wp-block-button__link[style*="#ff00ff"],
.pages .wp-block-button.is-style-outline .wp-block-button__link[style*="#FF00FF"],
.page .site-main .wp-block-button.is-style-outline .wp-block-button__link[style*="#e91e8c"],
.page .site-main .wp-block-button.is-style-outline .wp-block-button__link[style*="#E91E8C"],
.page .site-main .wp-block-button.is-style-outline .wp-block-button__link[style*="#ff00ff"],
.page .site-main .wp-block-button.is-style-outline .wp-block-button__link[style*="#FF00FF"],
.nationwide-2-block .wp-block-button.is-style-outline .wp-block-button__link[style*="#e91e8c"],
.nationwide-2-block .wp-block-button.is-style-outline .wp-block-button__link[style*="#E91E8C"],
.nationwide-2-block .wp-block-button.is-style-outline .wp-block-button__link[style*="#ff00ff"],
.nationwide-2-block .wp-block-button.is-style-outline .wp-block-button__link[style*="#FF00FF"] {
  background-color: transparent !important;
  border-color: #F5B700 !important;
  color: #F5B700 !important;
}

.woocommerce-notices-wrapper .wc-forward,
.checkout_coupon button,
#wpcf7-f482-o1 input.btn-yellow {
  background-color: #F5B700 !important;
  border-color: #F5B700 !important;
  color: #001336 !important;
}

p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}

h4 {
  font-size: 1.3rem !important;
}

h1 {
  font-size: 2.2rem !important;
}
