/* latin-ext */
@font-face {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/librebaskerville/v9/kmKnZrc3Hgbbcjq75U4uslyuy4kn0qNXaxMICA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/librebaskerville/v9/kmKnZrc3Hgbbcjq75U4uslyuy4kn0qNZaxM.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: basic-sans, sans-serif;
  color: #2b0c0c;
  overflow-x: hidden !important;
}
.infinite-loader {
  text-align: center;
  margin: 0 auto;
}
a:hover {
  text-decoration: none;
}
a {
  color: #AE1D2F;
}
a:hover {
  color: #AE1D2F;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-color: rgba(43, 12, 12, 0.2);
}
h1, h2, h3, h4, h5, h6 {
  font-family: the-seasons, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
i {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
}
.alignright {
  float: right;
  margin: 15px;
  margin-right: 0;
}
.alignleft {
  float: left;
  margin: 15px;
  margin-left: 0;
}
.featured_image {
  min-height: 490px;
  width: 100%;
  background-size: cover;
}
.block-wrapper {
  display: block;
  width: 100%;
}
.error-404 {
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error-404 > .row {
  flex-grow: 1;
  position: relative;
  z-index: 1;
}
.error-404 > .row .block-wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
}
.error-404 > .row .block-wrapper .pre {
  font-weight: 700;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(12rem, 100vw, 20rem);
  color: rgba(174, 29, 47, 0.2);
}
.error-404 > .row .block-wrapper h1 {
  font-size: clamp(2.5rem, 5vw, 5rem);
}
.container-fluid:not(.carousel-item) > .row > .col-1 {
  display: none;
}
.container-fluid:not(.carousel-item) > .row > .col-10 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .container-fluid:not(.carousel-item) > .row > .col-1 {
    display: initial;
  }
  .container-fluid:not(.carousel-item) > .row > .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}
@-webkit-keyframes wobble-hor-bottom {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}
@keyframes wobble-hor-bottom {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}
@-webkit-keyframes scale-down-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes scale-down-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
header {
  box-shadow: 0px 5px 10px 0px rgba(43, 12, 12, 0.2);
  position: relative;
  z-index: 2;
}
header .header-content {
  background: #FFFFFF;
  padding: 15px;
}
header .header-content .col-12 {
  order: unset;
}
header .header-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .header-logo img {
  max-height: 100px;
}
header .contour-logo:hover {
  background: #FFFFFF;
  padding: 0 5px;
  transition: 0.15s;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
}
header .contact-details a:hover {
  color: #2b0c0c;
  text-decoration: none;
}
header .header-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .header-links .wrapper {
  display: block;
  flex-grow: 1;
}
header .header-links .header-link {
  display: flex;
  justify-content: flex-end;
}
header .header-links .header-link a {
  padding: 8px 30px;
  background: #2b0c0c;
  color: #FFFFFF;
  transition: 0.15s;
  width: 100%;
  text-align: center;
  border-radius: 30px;
  border: 1px solid transparent;
}
header .header-links .header-link a:hover {
  background: #FFFFFF;
  border-color: #2b0c0c;
  color: #2b0c0c;
  text-decoration: none;
}
header .header-links .header-link.shop-now {
  margin-bottom: 5px;
}
header .header-links .header-link.shop-now a {
  background: #AE1D2F;
}
header .header-links .header-link.shop-now a:hover {
  background: #FFFFFF;
  border-color: #AE1D2F;
  color: #AE1D2F;
}
header .header-contact-search {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header-contact-search .wrapper {
  display: block;
  flex-grow: 1;
}
header .header-contact-search .wrapper .contact-details {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .header-contact-search .wrapper .contact-details p {
  margin-bottom: 0;
  color: #AE1D2F;
}
header .header-contact-search .wrapper .contact-details p span {
  color: #2b0c0c;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
header .header-contact-search .wrapper .contact-details p span:before {
  content: ":";
  position: absolute;
  left: 0;
  top: 48%;
  transform: translateY(-50%);
  color: #AE1D2F;
}
header .header-contact-search .wrapper .contact-details sub {
  line-height: 1;
  bottom: unset;
  display: block;
  color: #2b0c0c;
}
header .header-contact-search .wrapper .contact-details .orders-enquiries {
  margin-right: 15px;
}
header .header-contact-search .wrapper .contact-details .orders-enquiries p span:after {
  content: "|";
  position: absolute;
  right: -5px;
  top: 48%;
  transform: translateY(-50%);
}
header .header-contact-search .wrapper .contact-details .tech-support p span {
  padding-right: 0;
}
header .header-contact-search .search-box {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(43, 12, 12, 0.3);
  position: relative;
  border-radius: 30px;
}
header .header-contact-search .search-box input {
  font-family: basic-sans, sans-serif !important;
  padding: 5px 15px;
}
header .esg-button {
  background: #FFFFFF;
  color: #2b0c0c;
  padding: 5px 15px;
  transition: 0.15s;
  border-radius: 30px;
}
header .esg-button:hover {
  background: #AE1D2F;
  color: #FFFFFF;
  text-decoration: none;
}
header .main-navigation {
  padding: 15px;
  background: #F0E1D2;
}
header .main-navigation .block-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .akw-one-logo {
  max-height: 26px;
}
@media (max-width: 991px) {
  header .header-content {
    padding: 0 15px 15px 15px;
  }
  header .header-content .container .col-12.order-1 {
    order: 1;
  }
  header .header-content .container .col-12.order-2 {
    order: 2;
  }
  header .header-content .container .col-12.order-3 {
    order: 3;
  }
  header .header-logo {
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  header .header-contact-search {
    background: #F0E1D2;
    padding: 15px;
    margin-bottom: 0;
  }
  header .header-contact-search .search-box {
    top: 0 !important;
    background: #FFFFFF;
  }
  header .header-contact-search .contact-details {
    display: block;
    text-align: center;
  }
  header .header-contact-search .contact-details p span {
    padding: 0;
  }
  header .header-contact-search .contact-details p span:before, header .header-contact-search .contact-details p span:after {
    content: none !important;
  }
  header .header-contact-search .contact-details .orders-enquiries {
    margin-right: 0;
  }
  header .header-contact-search .contact-details sub {
    margin-bottom: 0;
  }
}
footer {
  background: #FFFFFF;
  padding-top: 30px;
  color: #FFFFFF;
}
footer .partners .slick-list .slick-track {
  display: flex;
  align-items: center;
}
footer .partners .slick-list .slick-slide > div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
footer .partners .slick-list .slick-slide img {
  border: 0;
  width: 100%;
  height: auto;
}
footer .partners .slick-list .slick-arrow {
  width: 10px;
  height: 10px;
}
footer .partners .slick-list .slick-arrow:before {
  border-color: #222;
  height: 10px;
  width: 10px;
  opacity: 0.2;
  transition: 0.15s;
}
footer .partners .slick-list .slick-arrow:hover:before {
  opacity: 1;
}
footer .footer-menus {
  background: #AE1D2F;
  padding: 50px 15px 30px 15px;
}
footer .footer-menus .logos a {
  display: inline-block;
}
footer .footer-menus .logos .footer-logo img {
  max-width: 200px;
}
footer .footer-menus .logos .contour-logo {
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer .footer-menus .logos .contour-logo img {
  filter: contrast(10) grayscale(1) brightness(10);
  max-width: 200px;
  transition: 0.15s;
}
footer .footer-menus .menu-title {
  color: #FFFFFF;
  font-size: clamp(1.2rem, 1.4vw, 1.6rem);
}
footer .footer-menus ul {
  padding-inline-start: 0;
  margin-bottom: 0;
  list-style: none;
}
footer .footer-menus ul li {
  padding: 3px 0;
}
footer .footer-menus ul li a {
  color: #FFFFFF;
}
footer .footer-menus ul li a:hover {
  text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: rgba(255, 255, 255, 0.2);
}
footer .footer-more {
  background: #AE1D2F;
}
footer .footer-more p {
  margin-bottom: 0;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 1.3;
}
footer .footer-more .legal-socials .wrapper {
  padding: 25px 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 0;
  border-right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-more .legal-socials .wrapper .legal-nav {
  flex-grow: 1;
}
footer .footer-more .legal-socials .wrapper .social-links a:last-of-type {
  margin-right: 0;
}
footer .footer-more .copyright-logos {
  padding: 30px 0px 50px 0px;
}
footer .footer-more .copyright-logos .footer-logos {
  text-align: right;
}
footer .footer-more .copyright-logos .footer-logos .sage {
  max-width: 94px;
}
footer .footer-more .copyright-logos .footer-copyright p a {
  color: #FFFFFF !important;
}
footer .footer-more .copyright-logos .footer-copyright p a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: rgba(255, 255, 255, 0.2);
}
footer .footer-more .col-6:first-of-type .wrapper {
  display: block;
}
footer .footer-more .col-6:first-of-type img {
  margin-top: 10px;
  height: 22px;
}
footer .footer-more .col-6:last-of-type img {
  height: 60px;
  margin-left: 10px;
}
footer .footer-more .col-6:last-of-type img:not(.sage) {
  height: 56px;
  padding-top: 2px;
}
footer .footer-more .col-6:last-of-type img.sage {
  margin-left: 15px;
}
@media (max-width: 991px) {
  footer .footer-menus .logos {
    margin-bottom: 30px;
  }
  footer .footer-menus .logos a {
    display: block;
    text-align: center;
  }
  footer .footer-menus .logos a.contour-logo {
    margin-top: 0;
    border-top: 0;
  }
  footer .footer-menus .logos a.contour-logo img {
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  footer .footer-menus .menu-title {
    text-align: center;
  }
  footer .footer-menus ul {
    text-align: center;
    margin-bottom: 30px;
  }
  footer .footer-more p {
    margin-bottom: 5px;
  }
  footer .footer-more p:last-child {
    margin-bottom: 0;
  }
  footer .footer-more .legal-socials .wrapper {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    border: 0;
    padding-top: 0;
  }
  footer .footer-more .legal-socials .wrapper > div {
    flex: 0 0 100%;
    width: 100%;
  }
  footer .footer-more .legal-socials .wrapper > div ul {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  footer .footer-more .copyright-logos .footer-copyright {
    text-align: center;
    margin-bottom: 20px;
  }
  footer .footer-more .copyright-logos .footer-copyright img {
    margin-top: 15px;
  }
  footer .footer-more .copyright-logos .footer-logos {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .footer-more .copyright-logos .footer-logos img {
    flex: 0 0 33%;
    max-width: 33%;
    padding: 0 15px;
  }
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}
@media (max-width: 600px) {
  iframe {
    width: 100% !important;
  }
}
.page-template-default iframe {
  width: 100%;
  min-height: 420px;
}
.account a {
  width: 100%;
  text-align: center;
}
.is-title a {
  color: #000;
  font-weight: 800;
  font-size: 19px !important;
}
.is-show-more-results-text {
  background: #354C44;
  padding: 9px 40px;
  color: #FFFFFF;
  font-weight: 600;
}
input#is-search-input-436 {
  border: none !important;
  background: 0 0;
}
button.is-search-submit {
  display: none;
}
.page-id-22424 .category-banner {
  display: none;
}
label.wrap {
  display: none;
}
sub {
  display: block;
  position: relative;
  margin-top: 0;
  padding: 0;
  top: 0;
  padding: 0;
  bottom: 0 !important;
  height: 25px;
}
@media (max-width: 767px) {
  .text h3 {
    padding-top: 20px;
  }
  .addthis_inline_share_toolbox_5in3 {
    display: none;
  }
  #breadcrumbs {
    display: none;
  }
}
.featured-image img {
  width: 100%;
}
.at-label {
  display: none;
}
a.at-icon-wrapper.at-share-btn {
  display: block;
  max-width: 41px;
  border-radius: 100% !important;
}
.at-share-btn-elements {
  text-align: right;
  margin-top: 10px;
  position: relative;
  display: block;
}
.addthis-animated {
  display: none;
}
.i-c-box {
  height: 100%;
  width: 100%;
  background: #f6f6f6;
}
ul li::marker {
  background: #f6f6f6;
}
.nav-link.active {
  background: #f6f6f6 !important;
  border-radius: 0 !important;
  border: 0 !important;
  border-top: 5px solid #d33 !important;
  font-weight: 700;
}
div#myTabContent {
  background: #f6f6f6;
  padding: 30px;
}
div#myTabContent .row {
  background: #FFFFFF;
  padding: 15px;
  margin-bottom: 30px;
}
input.filter-list {
  width: 100%;
  border: 1px solid #F0E1D2;
  background: #F0E1D2;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.sub-details, .sub-details li {
  list-style: none;
  padding: 0;
}
.content_area {
  background: #FFFFFF;
  padding: 15px;
}
.content_area h2 {
  color: #AE1D2F;
  font-weight: 700;
}
.tabbed-content {
  margin-bottom: 30px;
}
.types-container {
  padding: 30px 15px;
}
.overlay {
  display: flex;
  align-items: center;
  position: relative;
  height: 300px;
  top: -50%;
  transform: translateY(50%);
  background: rgba(0, 0, 0, 0.7);
  width: 600px;
  padding: 0 30px;
  color: #FFFFFF;
}
.featured_types {
  padding: 0 15px;
}
.types-grid {
  margin: 30px 0 0;
}
.page-id-24 .side_by_side .col-md-6 + .col-md-6 .wrapper.has-bg {
  background: #FFFFFF !important;
}
.btn-primary a.col-12.permalink {
  color: #FFFFFF !important;
}
.btn-primary a.col-12.permalink:hover a.col-12.permalink {
  color: #58A517 !important;
}
a.col-12.permalink {
  padding: 0 !important;
}
.-bg-white {
  background-color: #FFFFFF;
}
.-bg-black {
  background-color: #2b0c0c;
}
.-bg-primary {
  background-color: #AE1D2F;
}
.-bg-light-grey {
  background-color: rgba(240, 225, 210, 0.33);
}
.-bg-dark-grey {
  background-color: #2b0c0c;
}
.theme-btn {
  padding: 7px 25px;
  display: inline-block;
  transition: 0.15s ease-in-out;
  border: 0;
  border-radius: 30px;
}
.theme-btn:hover {
  text-decoration: none;
}
.theme-btn.theme-btn-primary {
  background: #AE1D2F;
  color: #FFFFFF;
  border: 1px solid #AE1D2F;
}
.theme-btn.theme-btn-primary:hover {
  background: transparent;
  color: #AE1D2F;
}
.theme-btn.theme-btn-black {
  background: #2b0c0c;
  color: #FFFFFF;
  border: 1px solid #2b0c0c;
}
.theme-btn.theme-btn-black:hover {
  background: transparent;
  color: #2b0c0c;
}
.theme-btn.theme-btn-white {
  background: #FFFFFF;
  color: #2b0c0c;
  border: 1px solid #FFFFFF;
}
.theme-btn.theme-btn-white:hover {
  background: transparent;
  color: #FFFFFF;
}
.accessibility-modal .modal-content .modal-body {
  background: #FFFFFF;
  color: #2b0c0c;
  text-align: center;
}
.accessibility-modal .modal-content .modal-body .brand img {
  width: 140px;
  margin: 0 auto;
  text-align: center;
  display: block;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}
.accessibility-modal .modal-content .modal-body .accessibility-controls .inputs {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.accessibility-modal .modal-content .modal-body .accessibility-controls .inputs div {
  background: #2b0c0c;
  border: 0;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  cursor: pointer;
}
.accessibility-modal .modal-content .modal-body .accessibility-controls .inputs div i {
  color: #FFFFFF;
  font-size: clamp(0.9rem, 1vw, 1.1rem);
}
.accessibility-modal .modal-content .modal-body .accessibility-controls .inputs div:hover {
  background: #AE1D2F;
}
button.accessibility-menu-btn {
  background: #AE1D2F;
  font-size: clamp(1.2rem, 1.4vw, 1.6rem);
  position: fixed;
  right: 0;
  top: 33%;
  transform: translateY(-50%);
  padding: 15px;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 15px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  z-index: 999;
  transition: 0.15s;
  box-shadow: 0px 2px 10px 0px rgba(43, 12, 12, 0.1);
}
button.accessibility-menu-btn i {
  color: #FFFFFF;
  line-height: 1;
  transition: 0.25s;
}
button.accessibility-menu-btn:hover {
  box-shadow: 2px 2px 10px 0px rgba(43, 12, 12, 0.2);
}
button.accessibility-menu-btn:hover i {
  transform: rotate(180deg);
}
.bidet_configurator {
  padding: 0px 15px 45px 15px;
  background: #FFFFFF;
}
.bidet_configurator .questions .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  background: #f6f6f6;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
.bidet_configurator .questions .question.hide {
  display: none !important;
}
.bidet_configurator .questions .question#q6 {
  display: block;
  justify-content: unset;
  align-items: unset;
  background: #AE1D2F;
  color: #FFFFFF;
  padding: 30px;
  text-align: center;
}
.bidet_configurator .questions .question#q6 a {
  color: #FFFFFF;
}
.bidet_configurator .questions .question#q6 a:hover {
  color: #000;
}
.bidet_configurator .questions .question#q6 > a {
  color: #000;
  background: #FFFFFF;
  font-weight: 600;
  padding: 8px 15px;
  font-size: 1.2rem;
  display: inline-block;
  margin-bottom: 15px;
}
.bidet_configurator .questions .question#q6 > a:hover {
  background: #000;
  color: #FFFFFF;
}
.bidet_configurator .questions .question#q6 p:last-of-type {
  margin-bottom: 0;
}
.bidet_configurator .questions .question label {
  margin-bottom: 0;
}
.bidet_configurator .questions .question select {
  padding: 5px 10px;
}
.bidet_configurator .recommendations {
  margin-bottom: 15px;
}
.bidet_configurator .recommendations .recommendation {
  background: #AE1D2F;
  color: #FFFFFF;
  font-size: 0.9rem;
  padding: 30px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
}
.bidet_configurator .recommendations .recommendation.hide {
  display: none;
}
.bidet_configurator .recommendations .recommendation h2 {
  line-height: 1;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.bidet_configurator .recommendations .recommendation p {
  line-height: 1.4;
}
.bidet_configurator .recommendations .recommendation ul {
  padding-inline-start: 20px;
}
.bidet_configurator .recommendations .recommendation ul + p {
  margin-top: -0.5rem;
}
.bidet_configurator .recommendations .recommendation .recommendation-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}
.bidet_configurator .recommendations .recommendation .recommendation-content .col {
  display: flex;
  align-items: center;
}
.bidet_configurator .recommendations .recommendation .recommendation-content .image {
  height: 100%;
  width: 100%;
  background-color: #DEDEDE;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.bidet_configurator .recommendations .recommendation .recommendation-content .text p.product-code {
  font-weight: 700;
}
.bidet_configurator .recommendations .recommendation .recommendation-content .text a, .bidet_configurator .recommendations .recommendation .recommendation-content .text .coming-soon {
  display: inline-block;
  padding: 10px 25px;
  background: #FFFFFF;
  color: #000;
  font-weight: 600;
}
.bidet_configurator .recommendations .recommendation .recommendation-content .text a:hover, .bidet_configurator .recommendations .recommendation .recommendation-content .text .coming-soon:hover {
  background: #000;
  color: #FFFFFF;
}
.single-products .bidet_configurator .container {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.single-products .bidet_configurator_title h2 {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .bidet_configurator .recommendations .recommendation h2 {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .bidet_configurator .recommendations .recommendation .recommendation-content .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bidet_configurator .recommendations .recommendation .recommendation-content .image {
    height: 280px;
    margin-bottom: 20px;
  }
  .bidet_configurator .recommendations .recommendation .recommendation-content .image#r2 {
    height: 400px;
  }
  footer .akw-one-logo {
    margin-top: 0px;
  }
}
.carousel-item {
  min-height: 600px;
  background-size: cover;
  background-position: center;
}
.carousel-indicators li {
  text-indent: initial;
  width: 12px;
  height: 12px;
  border: 0;
  background: #FFFFFF;
  transition: 0.6s all ease;
  padding-bottom: 0 !important;
  margin-right: 12px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
}
.carousel-indicators li:last-of-type {
  margin-right: 0;
}
.carousel {
  overflow: hidden !important;
}
.page-id-20 .carousel-item {
  height: 300px;
  min-height: unset;
}
@media (max-width: 991px) {
  .carousel .overlay {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: calc(100% - 30px);
    padding: 45px;
    height: unset;
  }
  .carousel-item {
    min-height: 350px;
    background-size: cover;
    background-position: center;
  }
}
.forminator-custom-form {
  display: block !important;
}
.forminator-custom-form iframe {
  min-height: unset !important;
}
h2.forminator-title {
  font-weight: 800 !important;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 24px !important;
}
hr.forminator-border {
  display: none !important;
}
.forminator-label {
  font-size: 1.1rem !important;
  color: #2b0c0c !important;
}
.forminator-custom-form-25388 {
  margin-top: 30px !important;
}
.forminator-custom-form-25388 .forminator-label {
  color: #000 !important;
}
.forminator-custom-form-25388 > .forminator-row:nth-of-type(2), .forminator-custom-form-25388 > .forminator-row:nth-of-type(3) {
  display: none !important;
}
.forminator-custom-form .forminator-input-with-icon label {
  position: absolute;
  top: 50%;
}
form.forminator-custom-form-26653 {
  padding: 60px !important;
  border: 1px solid #F0E1D2 !important;
}
form.forminator-custom-form-26653 .dropdown-wrapper {
  display: none !important;
}
form.forminator-custom-form-26653 .forminator-pagination[data-step="0"] .forminator-row:nth-last-of-type(2) {
  display: none !important;
}
@media (max-width: 991px) {
  form.forminator-custom-form-26653 {
    padding: 0 !important;
    border: 0 !important;
  }
}
.loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFFFFF;
  z-index: 9999;
}
.loader img {
  margin: 0 auto;
  display: block;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  width: 100px;
  -webkit-animation: scale-down-center 2s infinite both;
  animation: scale-down-center 2s infinite both;
}
.remove {
  top: -1000px;
  bottom: 200vh;
  transition: 2s all ease;
}
.marketing-form {
  display: block;
  text-align: center;
}
.mailing-signup {
  background: #2b0c0c;
  padding: 60px 15px;
}
.mailing-signup h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #FFFFFF;
}
.mailing-signup form#signup .marketing-form .email-submit {
  display: flex;
  justify-content: space-between;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 25px;
}
.mailing-signup form#signup .marketing-form .email-submit input {
  padding: 10px 15px;
  border: 0 !important;
  outline: 0 !important;
}
.mailing-signup form#signup .marketing-form .email-submit input[type="text"] {
  flex-grow: 1;
}
.mailing-signup form#signup .marketing-form .email-submit input[type="submit"] {
  background: #AE1D2F;
  color: #FFFFFF;
}
.mailing-signup form#signup .marketing-form .permission {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.mailing-signup form#signup .marketing-form .permission input {
  width: 20px;
  height: 20px;
}
.mailing-signup form#signup .marketing-form .permission label {
  color: #FFFFFF;
  margin-bottom: 0;
  line-height: 1;
}
.search-results .testimonial-post h3 {
  color: #000 !important;
}
.search-results .testimonial-post p {
  color: #000 !important;
}
.search-results .testimonial-post {
  margin-top: 20px;
}
.is-ajax-search-details a, .is-ajax-search-result a {
  color: #000;
}
.slick-slide img {
  width: 100%;
}
.social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.social-links a {
  height: 44px;
  width: 44px;
  background: #AE1D2F;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-links a:before {
  content: "";
  height: 24px;
  width: 24px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.social-links a.facebook {
  background: #3b5999;
}
.social-links a.facebook:before {
  background-image: url(../img/social-icons/facebook.svg);
}
.social-links a.facebook:hover {
  background: #344e87;
}
.social-links a.instagram {
  background: #325a77;
}
.social-links a.instagram:before {
  background-image: url(../img/social-icons/instagram.svg);
}
.social-links a.instagram:hover {
  background: #2a4c65;
}
.social-links a.twitter {
  background: #2b0c0c;
}
.social-links a.twitter:before {
  background-image: url(../img/social-icons/twitter-x.svg);
}
.social-links a.twitter:hover {
  background: #030101;
}
.social-links a.youtube {
  background: #ff0000;
}
.social-links a.youtube:before {
  background-image: url(../img/social-icons/youtube.svg);
}
.social-links a.youtube:hover {
  background: #e60000;
}
.social-links a.linkedin {
  background: #005983;
}
.social-links a.linkedin:before {
  background-image: url(../img/social-icons/linkedin.svg);
  height: 18px;
  width: 18px;
}
.social-links a.linkedin:hover {
  background: #00486a;
}
.term_block {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1.5;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05);
  background-color: #AE1D2F;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-left-radius: 30px;
  overflow: hidden;
}
.term_block .term_title {
  position: relative;
  width: 100%;
  padding: 15px;
  color: #FFFFFF;
  vertical-align: bottom;
  text-align: center;
  font-size: clamp(1.2rem, 1.4vw, 1.6rem);
  font-family: the-seasons, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.term_block:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(43, 12, 12, 0.3);
  transition: 0.3s all ease;
}
.term_block:hover {
  background-color: #981929;
  text-decoration: none;
}
.term_block:hover:before {
  background: rgba(174, 29, 47, 0.8);
}
.video-wrapper .block-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1.7777777778;
}
.video-wrapper .block-wrapper .vimeo-player {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #F0E1D2;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.video-wrapper .block-wrapper .vimeo-player iframe {
  height: 120%;
  width: auto;
  aspect-ratio: 1.6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .video-wrapper .block-wrapper .vimeo-player iframe {
    height: auto;
    width: 120%;
  }
}
@media (min-width: 1200px) {
  .video-wrapper .block-wrapper .vimeo-player iframe {
    height: auto;
    width: 100%;
  }
}
.video-wrapper .block-wrapper .vimeo-controls {
  display: flex;
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-wrapper .block-wrapper .vimeo-controls div {
  background: rgba(240, 225, 210, 0.4);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.video-wrapper .block-wrapper .vimeo-controls div svg {
  height: 25px;
  width: 25px;
}
.video-wrapper .block-wrapper .vimeo-controls div svg path, .video-wrapper .block-wrapper .vimeo-controls div svg rect {
  fill: rgba(240, 225, 210, 0.8);
}
.video-wrapper .block-wrapper .vimeo-controls div.hide {
  display: none;
}
.video-wrapper .block-wrapper .vimeo-controls div:hover svg path, .video-wrapper .block-wrapper .vimeo-controls div:hover svg rect {
  fill: #FFFFFF;
}
.video-wrapper .block-wrapper .vimeo-controls.autoplay-false {
  top: 50%;
}
.video-wrapper .block-wrapper .vimeo-controls.autoplay-false .play {
  height: 100px;
  width: 100px;
}
.video-wrapper .block-wrapper .vimeo-controls.autoplay-false .play svg {
  height: 45px;
  width: 45px;
}
.video-wrapper .block-wrapper .vimeo-controls.autoplay-false .mute, .video-wrapper .block-wrapper .vimeo-controls.autoplay-false .unmute {
  display: none;
}
.video-wrapper .block-wrapper .vimeo-controls.engaged {
  top: 90%;
}
.video-wrapper .block-wrapper .vimeo-controls.engaged div {
  margin: 0 150px 0 0;
}
.video-wrapper .block-wrapper .vimeo-controls.engaged div.play {
  height: 60px;
  width: 60px;
}
.video-wrapper .block-wrapper .vimeo-controls.engaged div.play svg {
  height: 25px;
  width: 25px;
}
.video-wrapper .block-wrapper .vimeo-controls.engaged div.mute:not(.hide), .video-wrapper .block-wrapper .vimeo-controls.engaged div.unmute:not(.hide) {
  display: flex;
  transition: 0s 0.3s;
}
a.wpsl-directions {
  background: #AE1D2F;
  color: #FFFFFF;
  padding: 5px 15px;
  margin-top: 10px;
  border: 1px solid transparent !important;
  transition: all ease-in-out 0.15s;
  display: block;
  border-radius: 30px;
}
a.wpsl-directions:hover {
  background: #FFFFFF;
  color: #AE1D2F;
  border: 1px solid #AE1D2F !important;
  transition: all ease-in-out 0.15s;
  text-decoration: none;
}
#wpsl-search-wrap label {
  font-size: 14px;
}
input#wpsl-search-btn {
  border: 0;
  background: #AE1D2F;
  color: #FFFFFF;
  border-radius: 30px;
  padding: 7px 30px;
}
input#wpsl-search-btn:hover {
  background: transparent;
  color: #AE1D2F;
  border: 1px solid #AE1D2F !important;
  transition: all ease-in-out 0.15s;
  text-decoration: none;
  box-shadow: none !important;
}
input#wpsl-search-input {
  width: 300px;
}
div#wpsl-wrap {
  margin-top: 30px;
}
#wpsl-wrap.wpsl-store-below #wpsl-result-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wpsl-wrap.wpsl-store-below #wpsl-result-list li .wpsl-direction-wrap {
  text-align: right;
}
.filtering a, .documentation-filtering a, .video-filtering a {
  background: transparent;
  padding: 5px 15px;
  color: #2b0c0c;
  display: block;
  transition: all ease-in-out 0.15s;
  border-radius: 30px;
  border: 1px solid #2b0c0c;
}
.filtering a:hover, .filtering a:focus, .documentation-filtering a:hover, .documentation-filtering a:focus, .video-filtering a:hover, .video-filtering a:focus {
  color: #AE1D2F;
  border-color: #AE1D2F;
  text-decoration: none;
}
.filtering a.active, .documentation-filtering a.active, .video-filtering a.active {
  background: #AE1D2F;
  color: #FFFFFF;
  border-color: transparent;
}
.filtering.child, .documentation-filtering.child, .video-filtering.child {
  position: relative;
  padding: 0 15px;
}
.filtering.child .block-wrapper, .documentation-filtering.child .block-wrapper, .video-filtering.child .block-wrapper {
  padding-top: 15px;
  border-top: 1px solid #F0E1D2;
}
.filtering.child .block-wrapper a, .documentation-filtering.child .block-wrapper a, .video-filtering.child .block-wrapper a {
  font-size: clamp(0.8rem, 0.9vw, 1rem);
}
.filtering + .product-listing, .documentation-filtering + .product-listing, .video-filtering + .product-listing {
  margin-top: 0;
}
.filtering {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
}
.documentation-filtering, .video-filtering {
  padding: 15px;
}
.documentation-filtering .block-content .block-wrapper, .video-filtering .block-content .block-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
}
.menu-primary-navigation-container ul {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding-inline-start: 0;
}
.menu-primary-navigation-container ul li a {
  padding: 5px 0;
  margin: 0 20px;
  color: #2b0c0c;
  font-weight: 600;
  transition: 0.2s;
}
.menu-primary-navigation-container ul li a:hover {
  text-decoration: none;
  color: #AE1D2F;
  transition: 0.2s;
}
.menu-primary-navigation-container ul li:first-of-type a {
  margin-left: 0;
}
.menu-primary-navigation-container ul li ul.sub-menu {
  background: #FFFFFF;
  display: block;
  padding: 20px;
  position: absolute;
  z-index: 100;
  display: none;
  width: 268px;
}
.menu-primary-navigation-container ul li ul.sub-menu li {
  width: 100%;
  position: relative;
  display: block;
}
.menu-primary-navigation-container ul li ul.sub-menu li a {
  padding-left: 0;
  margin-left: 0;
}
.menu-primary-navigation-container ul li:hover ul.sub-menu {
  display: block;
}
span.mega-menu-description {
  display: none !important;
}
div#mega-menu-wrap-primary {
  background: transparent;
}
div#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item a.mega-menu-link {
  background: transparent !important;
}
div#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  color: #2b0c0c;
  font-size: clamp(0.9rem, 1vw, 1.1rem);
  padding: 0 20px;
}
div#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link > span.mega-indicator {
  margin: 0;
}
div#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, div#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
  color: #2b0c0c;
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: rgba(43, 12, 12, 0.1);
}
div#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:first-of-type {
  padding-left: 0;
}
div#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item ul.mega-sub-menu {
  background: #F0E1D2;
  padding: 10px;
}
div#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  color: #2b0c0c;
}
div#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
  color: #2b0c0c;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: rgba(43, 12, 12, 0.1);
}
div#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  background: transparent;
  color: #2b0c0c;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: rgba(43, 12, 12, 0.1);
}
div#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, div#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
  color: #2b0c0c;
}
ul.footer-legal {
  padding-inline-start: 0;
  margin-bottom: 0;
  list-style: none;
  text-align: center;
}
@media (min-width: 992px) {
  ul.footer-legal {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    text-align: left;
  }
}
ul.footer-legal li a {
  color: #FFFFFF;
  font-size: 0.9rem;
}
@media (min-width: 992px) {
  ul.footer-legal li a {
    padding-right: 7px;
    margin-right: 7px;
    border-right: 1px solid #FFFFFF;
  }
}
ul.footer-legal li a:hover {
  color: #FFFFFF;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: rgba(255, 255, 255, 0.2);
}
ul.footer-legal li:last-child a {
  padding-right: 0;
  border-right: 0;
  margin-right: 0;
}
.breadcrumbs-wrapper {
  padding: 25px 15px;
  background: rgba(240, 225, 210, 0.33);
}
.breadcrumbs {
  color: rgba(43, 12, 12, 0.5);
}
.breadcrumbs span a {
  color: rgba(43, 12, 12, 0.5);
}
.breadcrumbs span a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-color: rgba(43, 12, 12, 0.2);
}
.breadcrumbs span.breadcrumb_last {
  color: #2b0c0c;
}
.breadcrumbs span.breadcrumb_last strong {
  font-weight: 400;
}
.product-listing {
  padding: 45px 15px;
}
.listing-row {
  padding: 15px 0;
  border-bottom: 1px solid rgba(240, 225, 210, 0.5);
  display: flex;
  justify-content: center;
}
.listing-row .buttons {
  display: flex;
  align-items: center;
}
.listing-row .buttons .wrapper {
  display: block;
  width: 100%;
}
.listing-row .buttons .wrapper .theme-btn {
  display: block;
  text-align: center;
}
.listing-row .buttons .wrapper .theme-btn + .theme-btn {
  margin-top: 9px;
}
.listing-row .product-details {
  display: flex;
  align-items: center;
}
.listing-row .product-details .wrapper {
  display: block;
}
.listing-row .product-details .wrapper > a h5 {
  color: #2b0c0c;
  font-size: clamp(1.3rem, 1.5vw, 1.8rem);
}
.listing-row .product-details .wrapper > a .product-description {
  color: #2b0c0c;
}
.listing-row .product-details .wrapper > a:hover {
  text-decoration: none;
}
.listing-row .product-details .wrapper > a:hover h5 {
  color: #AE1D2F;
}
.listing-row .product-details .wrapper > a:hover .product-description {
  color: #2b0c0c;
}
.listing-row .product-details ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.listing-row .image {
  display: flex;
  align-items: center;
}
.listing-row .image > a .i-c-box {
  max-width: 150px;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 15px;
  box-shadow: 0px 0px 10px 0px rgba(43, 12, 12, 0.1);
}
.listing-row:first-child {
  border-top: 1px solid rgba(240, 225, 210, 0.5);
}
.tax-types .listing-row {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .listing-row .buttons .wrapper {
    display: block;
    width: 100%;
  }
  .listing-row .image .i-c-box {
    max-height: 700px;
    margin-bottom: 30px;
  }
  .col-md-5.product-details {
    margin-bottom: 30px;
  }
}
.tax-types .video-block .video-wrapper .vimeo-controls {
  inset: 0;
  transform: none;
  background: rgba(0, 0, 0, 0.3);
}
.tax-types .video-block .video-wrapper .vimeo-controls .mute, .tax-types .video-block .video-wrapper .vimeo-controls .unmute {
  display: none !important;
}
.tax-types .video-block .video-wrapper .vimeo-controls .play, .tax-types .video-block .video-wrapper .vimeo-controls .pause {
  background: transparent;
  position: absolute;
}
.tax-types .video-block .video-wrapper .vimeo-controls .play {
  border: 3px solid #FFFFFF;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tax-types .video-block .video-wrapper .vimeo-controls .play svg path {
  fill: #FFFFFF;
}
.tax-types .video-block .video-wrapper .vimeo-controls .pause {
  bottom: 0;
  left: 0;
}
.tax-types .video-block .video-wrapper .vimeo-controls.engaged {
  background: transparent;
}
.single-products .product-information .gallery .slick-slide .item {
  border: 1px solid rgba(53, 76, 68, 0.1);
}
.single-products .product-information .gallery .slider-nav {
  margin-left: -4px;
  margin-right: -4px;
}
.single-products .product-information .gallery .slider-nav .slick-slide > div {
  margin: 0 4px;
}
.single-products .product-information .meta .block-wrapper h1 {
  color: #2b0c0c;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(240, 225, 210, 0.5);
  margin-bottom: 15px;
}
.single-products .product-information .meta .block-wrapper .details-title {
  font-size: clamp(1rem, 1.1vw, 1.2rem);
  color: #2b0c0c;
  font-family: the-seasons, sans-serif;
}
.single-products .product-information .meta .block-wrapper .warranty-approval-images {
  margin: 0.5rem 0 2rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.single-products .product-information .meta .block-wrapper .warranty-approval-images img {
  max-height: 60px;
  width: auto;
  margin-right: 15px;
}
.single-products .product-information .meta .block-wrapper .warranty-approval-images img:last-child {
  margin-right: 0;
}
.single-products .product-tabs {
  background: rgba(240, 225, 210, 0.33);
}
.single-products .product-tabs nav.tabs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.single-products .product-tabs nav.tabs .tab {
  font-size: 1.1rem;
  margin: 0 20px 20px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid rgba(53, 76, 68, 0.66);
  cursor: pointer;
}
.single-products .product-tabs nav.tabs .tab.active {
  border-color: #AE1D2F;
}
.single-products .product-tabs .tab-content {
  display: none;
}
.single-products .product-tabs .tab-content .variations .variation {
  align-items: center;
  font-weight: 400;
  padding: 15px 0;
  border-bottom: 1px solid rgba(240, 225, 210, 0.5);
}
.single-products .product-tabs .tab-content .variations .variation .product-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.single-products .product-tabs .tab-content .variations .variation-group {
  background: #FFFFFF;
  padding: 30px 30px 15px 30px;
  margin-left: -15px;
  margin-right: -15px;
}
.single-products .product-tabs .tab-content .variations .variation-group:not(:first-child) {
  margin-top: 20px;
}
.single-products .product-tabs .tab-content .variations .variation-group .variation:last-child {
  border-bottom: 0;
}
.single-products .product-tabs .tab-content.active {
  display: block;
}
.single-products .product-tabs .tab-content.spec-sheets, .single-products .product-tabs .tab-content.resources {
  background: #FFFFFF;
}
.single-products .product-tabs .tab-content.spec-sheets a.row, .single-products .product-tabs .tab-content.resources a.row {
  padding: 15px 0;
  border: 1px solid transparent;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid rgba(240, 225, 210, 0.5);
}
.single-products .product-tabs .tab-content.spec-sheets a.row .content, .single-products .product-tabs .tab-content.resources a.row .content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.single-products .product-tabs .tab-content.spec-sheets a.row .content i, .single-products .product-tabs .tab-content.resources a.row .content i {
  font-size: 1.6rem;
  margin: 0;
  margin-right: 7px;
  color: #AE1D2F;
}
.single-products .product-tabs .tab-content.spec-sheets a.row .content .name, .single-products .product-tabs .tab-content.resources a.row .content .name {
  color: #2b0c0c;
  font-weight: 400;
}
.single-products .product-tabs .tab-content.spec-sheets a.row .button, .single-products .product-tabs .tab-content.resources a.row .button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.single-products .product-tabs .tab-content.spec-sheets a.row:last-child, .single-products .product-tabs .tab-content.resources a.row:last-child {
  border-bottom: 1px solid transparent;
}
.single-products .product-tabs .tab-content.spec-sheets a.row:hover, .single-products .product-tabs .tab-content.resources a.row:hover {
  border: 1px solid rgba(43, 12, 12, 0.1);
  border-left: 0;
  border-right: 0;
  text-decoration: none;
}
.single-products .product-tabs .tab-content.videos {
  margin-bottom: -30px;
}
.single-products .product-tabs .tab-content.videos .video-col {
  margin-bottom: 30px;
}
.single-products .product-tabs .tab-content.videos .video-col .video p {
  margin-bottom: 0;
}
.single-products .product-tabs .tab-content.videos .video-col .video p iframe {
  height: auto;
  aspect-ratio: 1.7777777778;
}
.related-products .product a {
  display: block;
  transition: 0.25s;
}
.related-products .product a .img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(43, 12, 12, 0.1);
  aspect-ratio: 1.2;
  overflow: hidden;
  width: 100%;
}
.related-products .product a .img-wrapper img {
  height: 100%;
}
.related-products .product a .product-name {
  color: #2b0c0c;
  margin: 10px 0;
  font-weight: 500;
  font-size: 1.2rem;
}
.related-products .product a:hover {
  text-decoration: none;
  margin-top: -3px;
  margin-bottom: 3px;
}
.blog .hero_block {
  padding-top: 30px;
}
.blog .hero_block h1 {
  text-align: center;
}
.blog-posts, .latest_post_picker {
  padding: 45px 15px;
}
.blog-posts > .row, .latest_post_picker > .row {
  justify-content: center;
}
.blog-posts > .row .block-content > .row, .latest_post_picker > .row .block-content > .row {
  gap: 30px 0;
}
.blog-posts > .row .block-content > .row .blog-post-wrapper, .latest_post_picker > .row .block-content > .row .blog-post-wrapper {
  display: flex;
}
.blog-posts > .row .block-content > .row .blog-post-wrapper a, .latest_post_picker > .row .block-content > .row .blog-post-wrapper a {
  display: flex;
  color: #2b0c0c;
  text-decoration: none;
}
.blog-posts > .row .block-content > .row .blog-post-wrapper a .blog-post, .latest_post_picker > .row .block-content > .row .blog-post-wrapper a .blog-post {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-posts > .row .block-content > .row .blog-post-wrapper a .blog-post .img-wrapper, .latest_post_picker > .row .block-content > .row .blog-post-wrapper a .blog-post .img-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1.5;
  overflow: hidden;
  border-top-left-radius: 30px;
  background: #F0E1D2;
}
.blog-posts > .row .block-content > .row .blog-post-wrapper a .blog-post .img-wrapper img, .latest_post_picker > .row .block-content > .row .blog-post-wrapper a .blog-post .img-wrapper img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 1.5;
}
.blog-posts > .row .block-content > .row .blog-post-wrapper a .blog-post .content, .latest_post_picker > .row .block-content > .row .blog-post-wrapper a .blog-post .content {
  flex-grow: 1;
  padding: 15px;
  border: 1px solid rgba(43, 12, 12, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-posts > .row .block-content > .row .blog-post-wrapper a .blog-post .content h3, .latest_post_picker > .row .block-content > .row .blog-post-wrapper a .blog-post .content h3 {
  font-family: basic-sans, sans-serif;
  text-transform: none;
  font-size: clamp(1.2rem, 1.4vw, 1.6rem);
  letter-spacing: unset;
}
.blog-posts > .row .block-content > .row .blog-post-wrapper a .blog-post .content .btn-wrapper, .latest_post_picker > .row .block-content > .row .blog-post-wrapper a .blog-post .content .btn-wrapper {
  display: flex;
  justify-content: flex-start;
}
.blog-posts > .row .block-content > .row .blog-post-wrapper a:hover .blog-post .img-wrapper .img, .latest_post_picker > .row .block-content > .row .blog-post-wrapper a:hover .blog-post .img-wrapper .img {
  inset: -10px;
}
.blog-categories {
  padding-inline-start: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  gap: 15px 5px;
}
.no-files-found {
  display: flex;
  justify-content: center;
  padding: 60px 15px;
}
.category-banner {
  padding-top: 45px;
}
.category-banner .block-wrapper h1 {
  font-size: clamp(2rem, 3vw, 4rem);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.category-banner .block-wrapper h1:last-child {
  margin-bottom: 0;
}
.category-banner .block-wrapper h2, .category-banner .block-wrapper h3, .category-banner .block-wrapper h4, .category-banner .block-wrapper h5, .category-banner .block-wrapper h6 {
  font-family: basic-sans, sans-serif;
  font-size: 1rem;
  margin-bottom: 0;
}
.category-banner .block-wrapper h4 {
  font-size: 1.2rem;
}
.category-banner .block-wrapper h3 {
  font-size: 1.4rem;
}
.category-banner .block-wrapper h2 {
  font-size: 1.6rem;
}
.category-banner .block-wrapper a {
  color: #2b0c0c;
}
.category-banner .block-wrapper a:hover {
  color: #AE1D2F;
  cursor: pointer;
  text-decoration: none;
}
.category-banner .block-wrapper span.delimiter {
  margin: 0 15px;
}
.case-studies {
  padding: 45px 15px;
}
.case-studies .block-content > .row {
  gap: 45px 0;
}
.case-studies .block-content > .row .case-study-post {
  display: flex;
  align-items: center;
}
.case-studies .block-content > .row .case-study-post .block-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.case-studies .block-content > .row .case-study-post .block-wrapper .image {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 30px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(43, 12, 12, 0.1);
}
.case-studies .block-content > .row .case-study-post .block-wrapper .image > img {
  aspect-ratio: 0.66;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.case-studies .block-content > .row .case-study-post .block-wrapper .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-grow: 1;
  padding-top: 15px;
}
.case-studies .block-content > .row .case-study-post .block-wrapper .text .btn {
  margin-top: 10px;
}
.case-studies .block-content > .row .pagination {
  margin-top: 0;
}
.case-studies.videos .block-content > .row .case-study-post .block-wrapper .image > img {
  aspect-ratio: 1.5;
}
.post-type-archive-files .list .buttons {
  display: flex;
  align-items: center;
}
.post-type-archive-files .list .buttons .wrapper {
  display: block;
}
.document-file {
  padding-top: 30px;
  padding-bottom: 30px;
}
.document-file a.btn.btn-primary {
  margin-bottom: 30px;
}
.single-documentation .featured_image {
  aspect-ratio: 0.66;
  width: 100%;
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #F0E1D2;
}
.job-listing p + p {
  display: inline-block;
  padding-right: 15px;
}
.job-listing label {
  font-weight: 800;
  margin-bottom: 0;
}
.job-listing h2 {
  font-weight: 800;
  color: #AE1D2F;
  padding-top: 45px;
}
.job-listing a {
  display: inline-block;
  width: 150px;
  float: right;
}
.job-listing .job-details-and-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.job-listing .job-details-and-buttons .details {
  flex-grow: 1;
}
.job-listing .job-details-and-buttons .details p {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 15px;
}
.job-listing .job-details-and-buttons .details p:last-of-type {
  margin-right: 0;
}
.job-listing .job-details-and-buttons .buttons {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.job-listing .btn {
  border: 1px solid transparent;
}
.job-listing .btn-primary {
  background: #AE1D2F;
  margin-right: 2px;
}
.job-listing .btn-primary:hover {
  border: 1px solid #AE1D2F;
  color: #AE1D2F;
  background: #FFFFFF;
}
.job-listing .btn-secondary {
  background: #354C44;
  display: inline-block;
  position: relative;
}
.job-listing .btn-secondary:hover {
  border: 1px solid #354C44;
  color: #354C44;
  background: #FFFFFF;
}
.post-type-archive-jobs .nav-tabs li a {
  font-size: 12px;
  padding: 9px;
  border-top: 3px solid transparent;
  border-radius: 0;
  transition: all ease-in-out 0.15s;
}
.post-type-archive-jobs .nav-tabs li a:hover {
  border-width: 3px 1px 0 1px;
  color: #AE1D2F;
  border-color: #eee transparent transparent;
  transition: all ease-in-out 0.15s;
}
.post-type-archive-jobs .nav-tabs li a.active {
  pointer-events: none;
  border-width: 3px 0 0 0 !important;
}
.row.introduction-box .col-12 .wrapper {
  border-bottom: 1px solid #ccc;
  margin-top: 30px;
}
.row.jobs-list .job-listing:last-of-type .wrapper {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.row.career-tabs {
  margin-bottom: 30px;
}
.col-12.job-listing.job-desc {
  padding-top: 30px;
  padding-bottom: 30px;
}
.testimonials {
  padding-top: 60px;
  padding-bottom: 60px;
}
.testimonials h1 {
  margin-bottom: 30px;
}
.testimonial-wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #f0f0f0;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.testimonial-wrapper p {
  margin-bottom: 0;
}
.search .testimonial-post {
  border-bottom: 1px solid #ccc !important;
  padding-bottom: 40px !important;
  width: 100% !important;
}
.testimonial-post + a {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.single-post .hero_block {
  background: rgba(240, 225, 210, 0.33);
  padding: 60px 15px;
}
.single-post .hero_block .col {
  display: flex;
}
.single-post .hero_block .col .block-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-post .hero_block .col .block-wrapper h1 {
  margin: 1rem 0;
}
.single-post .hero_block .col .featured-image .featured-image-inner {
  border-top-left-radius: 30px;
  overflow: hidden;
  box-shadow: 0px 0px 15px 0px rgba(43, 12, 12, 0.2);
}
.single-post .the-content {
  padding: 60px 15px;
}
.single-post .the-content .col-content {
  padding-right: 60px;
}
.single-post .the-content .col-content * {
  line-height: 2;
}
.single-post .the-content .col-latest-posts > .block-wrapper {
  padding: 20px;
  background: rgba(240, 225, 210, 0.33);
  border-top-left-radius: 30px;
}
.single-post .the-content .col-latest-posts > .block-wrapper .latest-posts-title {
  font-family: the-seasons, sans-serif;
  font-size: clamp(1.2rem, 1.4vw, 1.6rem);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-align: center;
}
.single-post .the-content .col-latest-posts > .block-wrapper .latest-post {
  display: block;
  position: relative;
}
.single-post .the-content .col-latest-posts > .block-wrapper .latest-post .latest-post-single {
  position: relative;
  margin-bottom: 15px;
  display: block;
  overflow: hidden;
}
.single-post .the-content .col-latest-posts > .block-wrapper .latest-post .latest-post-single img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
  object-position: center;
}
.single-post .the-content .col-latest-posts > .block-wrapper .latest-post .latest-post-single span {
  position: relative;
  background: rgba(43, 12, 12, 0.4);
  width: 100%;
  padding: 10px;
  color: #FFFFFF;
  transition: 0.3s;
  position: absolute;
  inset: 0;
  top: unset;
  font-size: clamp(0.8rem, 0.9vw, 1rem);
  display: flex;
  align-items: flex-end;
}
.single-post .the-content .col-latest-posts > .block-wrapper .latest-post .latest-post-single:hover span {
  background: rgba(43, 12, 12, 0.66);
}
.single-post .the-content .col-latest-posts > .block-wrapper .latest-post:last-child .latest-post-single {
  margin-bottom: 0;
}
.single.single-video .hero_block {
  padding-top: 60px;
}
.single.single-video .hero_block h1:last-child {
  margin-bottom: 0;
}
.single.single-video .hero_block p, .single.single-video .hero_block span {
  color: #2b0c0c !important;
  opacity: 0.8;
}
.single.single-video .the-content {
  padding-top: 60px;
  padding-bottom: 60px;
}
.single.single-video .the-content .wysiwyg {
  margin: 0 0 2rem 0;
}
.single.single-video .the-content .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.single.single-video .the-content .embed-container iframe, .single.single-video .the-content .embed-container object, .single.single-video .the-content .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single.single-video .the-content .related-videos > .block-wrapper {
  padding: 20px;
  background: rgba(240, 225, 210, 0.33);
  border-top-left-radius: 30px;
}
.single.single-video .the-content .related-videos > .block-wrapper h4 {
  font-family: the-seasons, sans-serif;
  font-size: clamp(1.2rem, 1.4vw, 1.6rem);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-align: center;
}
.single.single-video .the-content .related-videos > .block-wrapper .related-video {
  display: block;
  position: relative;
}
.single.single-video .the-content .related-videos > .block-wrapper .related-video a {
  position: relative;
  margin-bottom: 15px;
  display: block;
  overflow: hidden;
}
.single.single-video .the-content .related-videos > .block-wrapper .related-video a img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
  object-position: center;
}
.single.single-video .the-content .related-videos > .block-wrapper .related-video a span {
  position: relative;
  background: rgba(43, 12, 12, 0.4);
  width: 100%;
  padding: 10px;
  color: #FFFFFF;
  transition: 0.3s;
  position: absolute;
  inset: 0;
  top: unset;
  font-size: clamp(0.8rem, 0.9vw, 1rem);
  display: flex;
  align-items: flex-end;
}
.single.single-video .the-content .related-videos > .block-wrapper .related-video a:hover span {
  background: rgba(43, 12, 12, 0.66);
}
.single.single-video .the-content .related-videos > .block-wrapper .related-video:last-child a {
  margin-bottom: 0;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
}
.pagination .page-numbers {
  height: 40px;
  width: 40px;
  margin: 0 5px;
  background: #FFFFFF;
  border: 1px solid #2b0c0c;
  color: #2b0c0c;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 0.15s;
  border-radius: 50%;
}
.pagination .page-numbers:hover {
  box-shadow: 0px 3px 5px 0px rgba(43, 12, 12, 0.2);
  transition: all ease-in-out 0.15s;
  text-decoration: none;
}
.pagination .page-numbers.current {
  background: #FFFFFF;
  border: 1px solid #AE1D2F;
  color: #AE1D2F;
  margin-top: 0;
}
.pagination .page-numbers.current:hover {
  box-shadow: none;
}
.pagination .page-numbers.dots {
  pointer-events: none;
}
.carousel .carousel-inner .carousel-item {
  min-height: unset;
  position: relative;
  z-index: 1;
}
.carousel .carousel-inner .carousel-item .block-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 600px;
}
@media (min-width: 992px) {
  .carousel .carousel-inner .carousel-item .block-content .block-wrapper {
    max-width: 50%;
  }
}
.carousel .carousel-inner .carousel-item .block-content .block-wrapper h1, .carousel .carousel-inner .carousel-item .block-content .block-wrapper h2, .carousel .carousel-inner .carousel-item .block-content .block-wrapper p {
  color: #FFFFFF;
}
.carousel .carousel-inner .carousel-item .block-content .block-wrapper h1, .carousel .carousel-inner .carousel-item .block-content .block-wrapper h2 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  text-transform: uppercase;
}
.carousel .carousel-inner .carousel-item .block-content .block-wrapper p {
  font-size: clamp(0.9rem, 5vw, 1.2rem);
}
.carousel .carousel-inner .carousel-item .block-content .block-wrapper a:not(.theme-btn) {
  color: #FFFFFF;
}
.carousel .carousel-inner .carousel-item .block-content .block-wrapper a:not(.theme-btn):hover {
  color: #FFFFFF;
}
.carousel .carousel-inner .carousel-item.image-overlay:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(43, 12, 12, 0.5);
}
.carousel .carousel-control-prev, .carousel .carousel-control-next {
  width: 8%;
}
.carousel .carousel-control-prev {
  justify-content: flex-end;
}
.carousel .carousel-control-next {
  justify-content: flex-start;
}
.category_slider {
  padding: 15px 45px;
}
.slick-category-slider {
  height: 720px;
}
.category_slider .category-slide {
  padding: 30px 15px;
}
.category_slider .content {
  height: 660px;
  position: relative;
}
.category_slider .slide-text {
  position: absolute;
  top: 66%;
  width: 75%;
  background: #AE1D2F;
  left: -15px;
  padding: 20px;
  color: #FFFFFF;
}
.category_slider .slide-text:before {
  content: "";
  position: absolute;
  left: 6px;
  bottom: -15px;
  height: 30px;
  width: 30px;
  background: #AE1D2F;
  transform: rotate(45deg);
  z-index: -2;
}
.category_slider .slide-text:after {
  content: "";
  position: absolute;
  left: 6px;
  bottom: -15px;
  height: 30px;
  width: 30px;
  background: rgba(0, 0, 0, 0.5);
  transform: rotate(45deg);
  z-index: -1;
}
.category_slider .slide-text h2, .category_slider .slide-text p {
  margin-bottom: 0;
}
.category_slider .slide-text p {
  font-size: 14px;
  color: #dedede;
}
.category_slider .slide-text h2 {
  font-size: 42px;
}
.column_content {
  padding-top: 60px;
  padding-bottom: 60px;
}
.column_content .wrapper .text h3 {
  margin-top: 30px;
  font-size: clamp(1.2rem, 1.4vw, 1.6rem);
}
.column_content .wrapper .text h6 {
  font-family: basic-sans, sans-serif;
  text-transform: unset;
}
.column_content img {
  max-width: 100%;
}
.column_content.basic .col {
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.column_content.basic .col .wrapper {
  display: block;
  width: 100%;
}
.column_content.basic .col .wrapper .text {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .column_content.basic {
    text-align: center;
    display: block;
  }
  .column_content.basic img {
    margin-bottom: 15px;
  }
}
.home-block {
  aspect-ratio: 1.7777777778;
  margin-bottom: 15px;
  background-size: cover;
  background-position: center;
  margin-top: 15px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-top-left-radius: 30px;
}
.home-block h3 {
  position: relative;
  background: rgba(43, 12, 12, 0.5);
  width: 100%;
  padding: 0 0;
  color: #FFFFFF;
  transition: 0.3s all ease;
  vertical-align: bottom;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 31%;
  margin-bottom: 0 !important;
  font-size: clamp(1rem, 1.1vw, 1.2rem);
  font-family: basic-sans, sans-serif;
  text-transform: none;
}
.home-block:hover h3 {
  height: 102%;
  background: rgba(43, 12, 12, 0.66);
  transition: 0.3s all ease;
}
a:has(.home-block):hover {
  text-decoration: none;
}
.new_hero_block {
  padding: 60px 15px;
  min-height: 33dvh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.new_hero_block > .row {
  flex-grow: 1;
}
.new_hero_block h1, .new_hero_block h2, .new_hero_block h3, .new_hero_block h4 {
  color: #FFFFFF;
}
.image-map-container {
  padding: 60px 15px;
}
@media (max-width: 992px) {
  .image-map-container > .row > .col-md-6:first-of-type {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .image-map-container > .row > .col-md-6:first-of-type h2 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 0;
    margin-bottom: -10px;
  }
  .image-map-container .col-md-6 img {
    transform: scale(0.8);
  }
}
.latest_post_picker h2 {
  margin-bottom: 1rem;
  text-align: left;
  display: inline-block;
  text-transform: uppercase;
}
.featured-sliders .carousel-item {
  background-size: cover;
  padding: 30px;
}
#blogSlider .carousel-item-inner, #case_studiesSlider .carousel-item-inner {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 120px;
  color: #FFFFFF;
}
#case_StudiesSlider .carousel-item-inner {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 120px;
  color: #FFFFFF;
}
.featured-sliders ol.carousel-indicators {
  display: block;
  position: relative;
  margin-top: 15px;
  text-align: left;
  left: auto;
  margin-left: 0;
  margin-top: 50px;
}
.featured-sliders ol.carousel-indicators li {
  display: inline-block;
  background: #FFFFFF;
  width: 20px;
  height: 20px;
  margin-right: 0;
  border-radius: 100%;
}
#case_studiesSlider h2, #case_studiesSlider h3 {
  color: #FFFFFF;
}
.featured-sliders #case_studiesSlider ol.carousel-indicators li {
  background: #FFFFFF !important;
  border: 0;
}
.featured-sliders .container-fluid {
  padding: 0;
}
.featured-sliders .offset-md-4 {
  padding-left: 40px;
}
.featured-sliders .btn-secondary {
  background: #FFFFFF;
  color: #000;
  font-weight: 800;
  font-size: 19px;
  margin-top: 30px;
}
.featured-sliders h2, .featured-sliders h3 {
  font-weight: 800;
}
@media (max-width: 767px) {
  #case_StudiesSlider .carousel-item-inner {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 7px;
    color: #FFFFFF;
  }
  .h3, h3 {
    font-size: 19px;
  }
  #blogSlider .carousel-item-inner {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 7px;
    color: #FFFFFF;
  }
}
.link_grid {
  padding: 60px 15px;
}
.link_grid .block-content > .row {
  gap: 30px 0;
}
.link_grid .block-content > .row .fancy-col > a, .link_grid .block-content > .row .fancy-col > .wrapper {
  border-top-left-radius: 30px;
  overflow: hidden;
}
.link_grid .block-content > .row .fancy-col > a {
  box-shadow: 0px 0px 10px 0px rgba(43, 12, 12, 0.1);
  display: block;
  transition: 0.25s;
}
.link_grid .block-content > .row .fancy-col > a:hover {
  box-shadow: 0px 5px 15px 0px rgba(43, 12, 12, 0.2);
  margin-top: -3px;
  margin-bottom: 3px;
  text-decoration: none;
}
.link_grid .block-content > .row .fancy-col .wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  background: #FFFFFF;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.link_grid .block-content > .row .fancy-col .wrapper:has(+ .bottom-bar) {
  margin-bottom: 0;
}
.link_grid .block-content > .row .fancy-col .wrapper:has(+ .bottom-bar)::before, .link_grid .block-content > .row .fancy-col .wrapper:has(+ .bottom-bar)::after {
  content: none;
}
.link_grid .block-content > .row .fancy-col .wrapper::before {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: unset;
  height: unset;
  padding: 0;
  overflow: hidden;
  content: "";
  background: #000;
  opacity: 0.4;
  transform: none;
  transition: all ease-in-out 0.15s;
}
.link_grid .block-content > .row .fancy-col .wrapper:hover::before {
  bottom: 100%;
}
.link_grid .block-content > .row .fancy-col .wrapper::after {
  position: absolute;
  z-index: -1;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  width: unset;
  height: unset;
  padding: 0;
  overflow: hidden;
  content: "";
  background: #AE1D2F;
  opacity: 0.8;
  transform: none;
  transition: all ease-in-out 0.15s;
}
.link_grid .block-content > .row .fancy-col .wrapper:hover::after {
  top: 0;
}
.link_grid .block-content > .row .fancy-col .wrapper p {
  margin-bottom: 0;
  color: #FFFFFF;
  font-size: clamp(1.2rem, 1.4vw, 1.6rem);
  font-family: the-seasons, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all ease-in-out 0.15s;
}
.link_grid .block-content > .row .fancy-col .wrapper .theme-btn {
  margin-top: 15px;
}
.link_grid .block-content > .row .fancy-col .bottom-bar {
  padding: 15px;
  background-color: #AE1D2F;
  text-align: center;
}
.link_grid .block-content > .row .fancy-col .bottom-bar p {
  margin-bottom: 0;
  color: #FFFFFF;
}
.link_grid .block-content > .row .fancy-col.col-md-6 .wrapper {
  aspect-ratio: 1.5;
}
.link_grid.style_icon {
  padding: 90px 15px;
  background: #FFFFFF;
}
.link_grid.style_icon .block-content > .row .fancy-col .wrapper {
  min-height: 240px;
  height: unset;
  padding: 30px;
  background: #AE1D2F;
  color: #FFFFFF !important;
}
.link_grid.style_icon .block-content > .row .fancy-col .wrapper::before, .link_grid.style_icon .block-content > .row .fancy-col .wrapper::after {
  content: none;
}
.link_grid.style_icon .block-content > .row .fancy-col .wrapper .block-wrapper {
  display: block;
  width: 100%;
  text-align: center;
}
.link_grid.style_icon .block-content > .row .fancy-col .wrapper p {
  font-size: 1rem;
  font-weight: 400;
}
.link_grid.style_icon .block-content > .row .fancy-col .wrapper img {
  width: auto;
  height: 120px;
  margin: 0 auto 25px;
  aspect-ratio: unset;
}
.link_grid.style_icon .block-content > .row .fancy-col .wrapper a.btn {
  margin-top: 15px;
}
@media screen and (min-width: 786px) {
  .link_grid.style_icon .block-content > .row .fancy-col.col-md-6 .wrapper {
    aspect-ratio: unset;
  }
}
.google-map {
  padding: 40px 0 60px 0;
  background: #F0E1D2;
}
.google-map h2 {
  padding-bottom: 10px;
}
.google-map .acf-map, .side_by_side .acf-map {
  height: 500px;
  border: 12px solid #FFFFFF;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
.resource-links {
  padding: 60px 15px 30px 15px;
}
.resource-links .resource-links-grid-container .resource-container {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.resource-links .resource-links-grid-container .resource-container .resource-title {
  color: #2b0c0c;
  word-break: break-all;
}
.resource-links .resource-links-grid-container .resource-container .resource-image {
  width: 100%;
  height: auto;
  aspect-ratio: 0.7;
  object-fit: cover;
}
.resource-links .resource-links-grid-container .resource-container:hover .resource-title {
  text-decoration: none;
  color: #2b0c0c;
}
.resource-links .resource-links-grid-container .resource-container:hover button {
  background-color: #FFFFFF;
  color: #354C44;
  border: 1px solid #354C44;
}
@media screen and (min-width: 576px) {
  .resource-links .resource-links-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .resource-links .resource-links-grid-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.side_by_side > .container > .row {
  align-items: center;
}
.side_by_side .wrapper {
  padding: 0;
  height: 100%;
}
.side_by_side .wrapper h2 {
  margin-bottom: 15px;
  display: inline-block;
  text-transform: uppercase;
}
.side_by_side .wrapper p:last-of-type {
  margin-bottom: 0;
}
.side_by_side .wrapper.has-bg {
  padding: 30px;
}
.side_by_side div.forminator-custom-form {
  display: none !important;
}
.side_by_side form {
  margin-top: 0 !important;
}
.side_by_side form .forminator-row {
  margin-bottom: 15px !important;
}
.side_by_side form .forminator-row:nth-last-of-type(2) {
  display: none !important;
}
.side_by_side form label {
  font-weight: 400 !important;
  color: #2b0c0c !important;
  font-size: 0.9rem !important;
  padding-bottom: 5px !important;
}
.side_by_side form input, .side_by_side form textarea {
  background: #FFFFFF !important;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
}
.side_by_side form .forminator-description {
  display: none !important;
}
.side_by_side form .forminator-row-last {
  margin-bottom: 0 !important;
}
.side_by_side form .forminator-row-last button {
  background: #354C44 !important;
  padding: 12px 25px !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
  border: 1px solid transparent !important;
  transition: 0.15s all ease;
}
.side_by_side form .forminator-row-last button:hover {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  background: #FFFFFF !important;
  border: 1px solid #354C44 !important;
  color: #354C44 !important;
  transition: 0.15s all ease;
}
.side_by_side form .forminator-error {
  background: #AE1D2F !important;
  margin-bottom: 20px !important;
  text-align: center !important;
}
.side_by_side form .forminator-error label {
  color: #FFFFFF !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.side_by_side.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.side_by_side.top-padding {
  padding-top: 60px;
  padding-bottom: 0;
}
.side_by_side.bottom-padding {
  padding-top: 0;
  padding-bottom: 60px;
}
.side_by_side.top-bottom-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
.page-id-22982 .side_by_side .col-md-6:last-of-type .wrapper, .page-id-22987 .side_by_side .col-md-6:last-of-type .wrapper, .page-id-22991 .side_by_side .col-md-6:last-of-type .wrapper {
  padding: 0;
  display: flex;
  align-items: center;
}
.page-id-22982 .side_by_side .col-md-6:last-of-type .wrapper p, .page-id-22987 .side_by_side .col-md-6:last-of-type .wrapper p, .page-id-22991 .side_by_side .col-md-6:last-of-type .wrapper p {
  flex-grow: 1;
}
.fc-split-content {
  padding: 60px 15px;
}
.fc-split-content .block-content > .row {
  row-gap: 30px;
}
.fc-split-content .split {
  display: flex;
  align-items: center;
}
.fc-split-content .split .image {
  border-top-left-radius: 30px;
  overflow: hidden;
}
.fc-split-content .split .image img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
  object-position: center;
}
.fc-split-content .split .text iframe {
  width: 100%;
  height: auto;
  min-height: unset;
  aspect-ratio: 1.6;
  box-shadow: 0px 0px 10px rgba(43, 12, 12, 0.1);
  border-top-left-radius: 30px;
  overflow: hidden;
}
.fc-split-content .split .text *:last-child {
  margin-bottom: 0;
}
.fc-split-content.-bg-dark-grey * {
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .fc-split-content .split {
    order: 0;
  }
}
.no-pt {
  padding-top: 0 !important;
}
.no-pb {
  padding-bottom: 0 !important;
}
.video-gallery .video-gallery-title {
  border-bottom: 2px solid #cccc;
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
}
.video iframe {
  width: 100%;
}
.video-gallery {
  padding: 60px 15px;
}
.video-gallery .col-md-6 {
  margin-bottom: 30px;
}
.video-gallery h2 {
  font-size: 1.6rem;
  margin-top: 15px;
}
.video-gallery .odd {
  padding-right: 30px;
}
.video-gallery .even {
  padding-left: 30px;
}
.video-grid iframe {
  min-height: 200px;
  height: auto;
}
@media (max-width: 991px) {
  .video-grid iframe {
    height: 250px;
  }
}
.wysiwyg_block {
  padding-top: 60px;
  padding-bottom: 60px;
}
.wysiwyg_block h1, .wysiwyg_block h2, .wysiwyg_block h3, .wysiwyg_block h4, .wysiwyg_block h5, .wysiwyg_block h6 {
  margin-bottom: 15px;
}
.wysiwyg_block h2 {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  text-transform: uppercase;
}
.wysiwyg_block p {
  font-weight: 400;
}
.wysiwyg_block img {
  max-width: 100%;
  height: auto;
}
.wysiwyg_block *:last-child {
  margin-bottom: 0;
}
.wysiwyg_block.-bg-dark-grey * {
  color: #FFFFFF;
}
.page-id-18224 .wysiwyg_block ul {
  padding-inline-start: 20px;
}
.page-id-18224 .wysiwyg_block li {
  padding: 10px 0;
}
.page-id-18206 .wysiwyg_block h2, .page-id-18206 .wysiwyg_block h5 {
  margin-top: 30px;
  margin-bottom: 15px;
}
.page-id-18206 .wysiwyg_block h2 + h5 {
  margin-top: 10px;
}
.page-id-18250 .wysiwyg_block img {
  width: 100%;
}
.page-id-18208 .wysiwyg_block ol {
  padding: 10px 40px;
  background: #F0E1D2;
}
.page-id-18208 .wysiwyg_block ol li::marker {
  font-weight: 700;
}
.page-id-18202 .wysiwyg_block h2 {
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 700;
  background: #F0E1D2;
  list-style: none;
  display: block;
  border-bottom: 0;
  margin-bottom: 10px;
}
.page-id-18202 .wysiwyg_block p, .page-id-18208 .wysiwyg_block p {
  padding: 0 20px;
}
.page-id-18202 .wysiwyg_block p strong, .page-id-22982 .wysiwyg_block p strong, .page-id-22987 .wysiwyg_block p strong, .page-id-22991 .wysiwyg_block p strong {
  display: block;
  padding-top: 15px;
}
.page-id-22982 .wysiwyg_block h3, .page-id-22987 .wysiwyg_block h3, .page-id-22991 .wysiwyg_block h3 {
  margin-top: 45px;
}
.page-id-19142 .flexible-content-blocks > .wysiwyg_block:first-of-type {
  padding-bottom: 0;
}
