html, body {
    max-width: 100%;
    overflow-x: hidden;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}
h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}
h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}
h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 18px;
}

.tooltip-arrow,
.tooltip-inner {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
.hero,
.hero-article {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
    url(../../assets/img/hero-1.jpg);
  background-size: cover;
  background-position: center center;
}
.about-chris,
.hero,
.hero-article {
  background-position: center center;
}
.hero-header,
.hero-subtext {
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
}
body {
  /*font-family: proxima-nova;*/
   margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body.node-type--product-detail {
  background-image: url(../../assets/img/bg_product-detail.png); 
  background-size: auto;
  background-position: top right;
  background-repeat: no-repeat;
}
.tab-content {
  background-color: #fff;
  padding: 5rem;
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.tooltip-inner {
  background-color: #fff;
  color: #1e5895;
  font-size: 1rem;
  padding: 1rem;
  opacity: 1 !important;
  border-radius: 8px;
  max-width: 400px !important;
}
.tooltip-arrow {
  border-bottom-color: #fff !important;
}
.nav-tabs {
  display: none;
}
@media (min-width: 768px) {
  .nav-tabs {
    display: flex;
  }
  .card {
    border: none;
  }
  .card .card-header {
    display: none;
  }
  .card .collapse {
    display: block;
  }
}
@media (max-width: 767px) {
  .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
    padding-bottom: 2rem;
  }
  .tab-content > .tab-pane:last-child {
    padding-bottom: 0;
  }
  .tab-content {
    padding: 1rem;
    border-radius: 8px;
  }
}
.block-container {
  background-color: #fff;
  padding: 4rem 2rem;
  border-radius: 8px;
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition-timing-function: linear;
  top: 0;
  height: 400px;
}
.faq-card:hover > .block-container {
  box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.25) !important;
  border-bottom: 0.7rem solid #1e5895;
  position: relative;
  top: -20px;
  background-color: rgba(30, 88, 149, 0.05);
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
  transition-timing-function: linear;
  height: 100%;
}
.faq-card > .block-container,
.faq-subtext {
  -webkit-transition: ease all 0.5s;
  -moz-transition: ease all 0.5s;
  -o-transition: ease all 0.5s;
}
@media (max-width: 768px) {
  .block-container {
    padding: 2rem 1rem;
    height: 100%;
  }
}
.faq-card > .block-container {
  border-bottom: 0 solid #1e5895;
  transition: ease all 0.5s;
  transition-timing-function: linear;
  top: 0;
}
.faq-card > .block-container > h1 {
  font-size: 2rem;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
  transition-timing-function: linear;
}
.step-1-btn {
  border-radius: 8px 0 0 !important;
}
.step-8-btn {
  border-radius: 0 8px 0 0 !important;
}
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #fff !important;
}
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #fff !important;
}
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #fff !important;
}
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #fff !important;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}
.faq-content {
  line-height: 2rem;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 00.02rem;
}
.chris-content,
.loan-steps-content {
  line-height: 2rem;
  font-size: 1.3rem;
  letter-spacing: 00.02rem;
  font-weight: 300;
}
.loan-steps-content {
  margin-bottom: 1rem;
}
.loan-steps-content:last-child {
  margin-bottom: 0;
}
.faq-subtext {
  opacity: 0;
  line-height: 31px;
  font-size: 21px;
  font-weight: 300;
  transition: ease all 0.5s;
}
.faq-card:hover > .block-container:hover > .faq-subtext {
  opacity: 1;
  -webkit-transition: ease all 0.5s;
  -moz-transition: ease all 0.5s;
  -o-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
.loan-process {
  border-radius: 8px;
}
.loan-btn {
  background-color: #cad6df;
  color: #1e5895;
  font-weight: 600;
  font-size: 1.6rem;
  padding: 1rem;
  transition: ease all 0.5s;
}
.nav-logo {
  height: 75px;
}
.footer-basic ul {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
}
.footer-basic li {
  padding: 0 10px;
}
.footer-basic ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}
.footer-basic ul a:hover {
  opacity: 1;
}
.footer-basic .social {
  text-align: center;
  padding-bottom: 25px;
}
.footer-basic .social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: 0 8px;
  color: inherit;
  opacity: 0.75;
}
.footer-basic .social > a:hover {
  opacity: 0.9;
}
.footer-basic {
  padding: 40px 0;
  background-color: #ececec;
}
.footer-basic .copyright {
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #aaa;
  margin-bottom: 0;
}
.hero-article {
  height: 100%;
}
.hero {
  height: 90%;
  height: calc(100vh - 87px);
}
@media (max-width: 576px) {
  .hero {
    height: 100% !important;
  }
  .faq-subtext {
    display: none;
  }
}
#chris-b,
.about-chris {
  background-size: cover;
  height: 100%;
}
.about-chris {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
    url(../../assets/img/hero-2.jpg);
}
#chris-b {
  background-image: url(../../assets/img/chris-butts.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 100%;
}
.hero-header {
  font-weight: 800;
}
.hero-subtext {
  font-weight: 300;
  font-size: 21px;
  line-height: 31px;
}
.navbar.navbar-light.navbar-expand-md.sticky-top.bg-white.border-bottom.rounded-0.shadow-md {
  z-index: 100000;
}
.footer-logo {
  height: 35px;
}

.insurance-quote .hero-section .hero-section-inner-container {
    width: 100%;
    background-color: #9f2d20;
    position: relative;
}

.hero-section .field--name-field-hero-title {
  padding: 0 25px;
  z-index: 1;
  width: 100%;
  max-width: 817px;
}

.node-type--account-product-page .hero-section .field--name-field-hero-title .hero-title {
  font-size: 3.75em;
  max-width: 77%;
}

.paragraph--type--icon-and-info-blocks .field--name-field-info-block .field__item {
  background-color: #ececec;
  padding: 36px 10px 12px 21px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
}

.paragraph--type--icon-and-info-blocks .field--name-field-info-block {
  display: flex;
  align-items: stretch;
  justify-content: start;
  gap: 20px;
}

.paragraph--type--icon-and-info-blocks {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
 
    font-family: proxima-nova;
}
.paragraph--type--icon-and-info-blocks p{
font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
}

.paragraph--type--icon-and-info-blocks .field--name-field-info-block .field__item:before {
  content: "";
  display: block;
  width: 60px;
  height: 6px;
  background-color: #9f2d20;
  margin-bottom: 22px;
}


.paragraph--type--general-content .field--name-field-content, .paragraph--type--general-content .field--name-field-body, .paragraph--type--general-content-narrow .field--name-field-content, .paragraph--type--general-content-narrow .field--name-field-body, .paragraph--type--image-with-text .field--name-field-content, .paragraph--type--image-with-text .field--name-field-body, .paragraph--type--webform .field--name-field-content, .paragraph--type--webform .field--name-field-body {
  font-family: "Libre Franklin Normal", sans-serif;
  color: #000;
  overflow-x: auto;
}

.wrko-header {
  font-family: "Libre Franklin Extra Light", sans-serif;
  margin-bottom: 50px;
  font-weight: 500;
}


/*body {
    background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto;
}*/

.hero-section .field--name-field-hero-image {
  position: absolute;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
  z-index: 2;
}

.product-hero .hero-cta .right-container {
  padding-left: 20px;
  padding-top: 36px;
  padding-bottom: 20px;
  /*border-left: 5px solid #9f2d20;*/
}

.node.product-detail--full .product-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-hero .hero-cta .left-container {
  display: flex;
  align-items: center;
}

.product-hero .hero-cta .left-container img {
  max-height: 325px;
  width: 100%;
  object-fit: contain;
  min-width: 250px;
}

.hero-section .field--name-field-hero-title .hero-title {
  color: #fff;
  font-family: "Libre Franklin Normal", sans-serif;
}

.hero-section .hero-section-inner-container {
  margin: 60px auto;
}

.hero-section .field--name-field-hero-image img {
  max-height: 275px;
  width: auto;
}

.hero-section .field--name-field-hero-title .hero-title {
  font-size: 3.75em;
  max-width: 77%;
}

.product-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-hero .hero-cta {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex: 1;
  margin-right: 40px;
}

.product-hero .hero-benefits {
  width: 41%;
  min-width: 300px;
}

.paragraph--type--product-benefits {
  padding: 42px 60px 46px 60px;
  border-radius: 18px;
  border: 2px solid #9f2d20;
  position: relative;
}

.paragraph--type--product-benefits .field--name-field-title .section-header-secondary {
  color: #333333;
  font-family: "Raleway Bold", sans-serif;
  font-size: 32px;
  margin-bottom: 0;
}

.paragraph--type--product-benefits .field--name-field-benefit {
  margin-top: 39px;
}

.paragraph--type--product-benefits .field--name-field-benefit .field__item {
  color: #000;
  font-family: "Libre Franklin Bold", sans-serif;
  font-size: 22px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.paragraph--type--product-benefits .field--name-field-benefit .field__item:before {
  content: "";
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-image: url(../img/icon-thumbsup.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 3px;
  transform: translateX(-50%);
}

.cta-button{
  background-color: transparent;
  border: 2px solid #9f2d20;
  border-radius: 18px;
  font-family: "Libre Franklin Medium", sans-serif;
  font-size: 1.25em;
  color: #9f2d20;
  display: inline-block;
  padding: 15px 25px;
  text-decoration: none;
  text-align: center;
  transition: 0.3s ease;
}
.paragraph--type--product-cta .field--name-field-cta {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -38px);
}
/* Anan */


h2.section-header {
  font-size: 3em;
  color: #333333;
  margin-bottom: 50px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
}

div.product-cta-box {
  padding: 35px 18px 26px;
  flex: 1;
  background-color: #fff;
  border: 1px solid #9f2d20;
  border-radius: 20px;
  padding: 24px;
  position: relative;
  margin-bottom: 80px;
}

.paragraph--type--product-cta {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.paragraph--type--product-cta .product-cta-box .field--name-field-title h3, .paragraph--type--product-cta .product-cta-box .field--name-field-title .h3 {
  font-family: "Libre Franklin Bold", sans-serif;
  font-size: 26px;
  line-height: 35px;
}

div.btn-secondary {
  background-color: #333333;
  border: 1px solid #333333;
  padding: 20px 40px;
  font-size: 1.375em;
  width: initial;
  border-radius: 20px;
  display: inline-block;
  transition: background-color 0.3s ease;
}

div.btn-secondary:hover {
  background-color: #fff; /* Change to whatever color you want on hover */
  color: #333333; /* Change to whatever color you want the text to be on hover */
}

.paragraph--type--general-content .field--name-field-content, .paragraph--type--general-content .field--name-field-body, .paragraph--type--general-content-narrow .field--name-field-content, .paragraph--type--general-content-narrow .field--name-field-body, .paragraph--type--image-with-text .field--name-field-content, .paragraph--type--image-with-text .field--name-field-body, .paragraph--type--webform .field--name-field-content, .paragraph--type--webform .field--name-field-body {
  font-family: "Libre Franklin Normal", sans-serif;
  color: #000;
  overflow-x: auto;
}

h2 {
  font-weight: 500;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.section-header {
    color: #333333;
    font-family: "Libre Franklin Extra Light", sans-serif;
    font-size: 48px;
    margin-bottom: 50px;
}

.paragraph--type--product-cta .field--name-field-body {
  padding-bottom: 15px;
}

 
.paragraph--type--cta-products {
  margin: 90px 0 120px;
}

.section-header-secondary {
  color: #333333;
  font-family: "Libre Franklin Extra Light", sans-serif;
  font-size: 48px;
  margin-bottom: 50px;
}

.node.product-detail--full .product-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .node.product-detail--full .product-hero {
    flex-direction: column;
  }
}
.node.product-detail--full .product-hero .hero-cta {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex: 1;
  margin-right: 40px;
}
@media (min-width: 1600px) {
  .node.product-detail--full .product-hero .hero-cta {
    margin-left: -120px;
  }
}
@media (max-width: 1024px) {
  .node.product-detail--full .product-hero .hero-cta {
    margin-bottom: 0px;
  }
}
.node.product-detail--full .product-hero .hero-cta .left-container {
  display: flex;
  align-items: center;
}
.node.product-detail--full .product-hero .hero-cta .left-container img {
  max-height: 325px;
  width: 100%;
  object-fit: contain;
  min-width: 250px;
}
@media (max-width: 768px) {
  .node.product-detail--full .product-hero .hero-cta .left-container img {
    max-height: 225px;
  }
}
@media (max-width: 575px) {
  .node.product-detail--full .product-hero .hero-cta .left-container img {
    max-height: 100%;
  }
}
@media (max-width: 575px) {
  .product-hero .hero-cta {
    display: block;
}
}
.node.product-detail--full .product-hero .hero-cta .right-container {
  padding-left: 20px;
  padding-top: 36px;
  padding-bottom: 20px;
  border-left: 5px solid #9f2d20;
}
@media (max-width: 575px) {
  .node.product-detail--full .product-hero .hero-cta .right-container {
    padding-left: 14px;
    padding-top: 20px;
  }
}
.node.product-detail--full .product-hero .hero-cta .right-container h1, .node.product-detail--full .product-hero .hero-cta .right-container .h1, .node.product-detail--full .product-hero .hero-cta .right-container h2, .node.product-detail--full .product-hero .hero-cta .right-container .h2, .node.product-detail--full .product-hero .hero-cta .right-container h3, .node.product-detail--full .product-hero .hero-cta .right-container .h3, .node.product-detail--full .product-hero .hero-cta .right-container h4, .node.product-detail--full .product-hero .hero-cta .right-container .h4, .node.product-detail--full .product-hero .hero-cta .right-container h5, .node.product-detail--full .product-hero .hero-cta .right-container .h5, .node.product-detail--full .product-hero .hero-cta .right-container h6, .node.product-detail--full .product-hero .hero-cta .right-container .h6 {
  color: #333333;
  font-family: "Libre Franklin Medium", sans-serif;
}
.node.product-detail--full .product-hero .hero-cta .right-container h1, .node.product-detail--full .product-hero .hero-cta .right-container .h1 {
  font-size: 60px;
  line-height: 96px;
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .node.product-detail--full .product-hero .hero-cta .right-container h1, .node.product-detail--full .product-hero .hero-cta .right-container .h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 768px) {
  .node.product-detail--full .product-hero .hero-cta .right-container h1, .node.product-detail--full .product-hero .hero-cta .right-container .h1 {
    font-size: 36px;
    line-height: 48px;
  }
}
.node.product-detail--full .product-hero .hero-cta .right-container .field--name-field-description {
  margin-top: 17px;
}
.node.product-detail--full .product-hero .hero-cta .right-container p {
  color: #333333;
  font-family: "Libre Franklin Normal", sans-serif;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .node.product-detail--full .product-hero .hero-cta .right-container p {
    font-size: 16px;
    line-height: 28px;
  }
}
.node.product-detail--full .product-hero .hero-cta .right-container .btn--primary, .node.product-detail--full .product-hero .hero-cta .right-container .paragraph--type--intro-chat .field--name-field-cta a, .paragraph--type--intro-chat .field--name-field-cta .node.product-detail--full .product-hero .hero-cta .right-container a {
  padding: 26px 38px 18px;
  margin-top: 30px;
}
.node.product-detail--full .product-hero .hero-benefits {
  width: 41%;
}
@media (max-width: 1520px) {
  .node.product-detail--full .product-hero .hero-benefits {
    width: 32%;
    min-width: 300px;
  }
}
@media (max-width: 1024px) {
  .node.product-detail--full .product-hero .hero-benefits {
    min-width: auto;
    max-width: 560px;
    width: auto;
  }
}
@media (max-width: 575px) {
  .node.product-detail--full .product-hero .hero-benefits {
    padding-left: 25px;
    width: auto;
  }
}

@media (max-width: 575px) {
.paragraph--type--icon-and-info-blocks .field--name-field-info-block {
    flex-direction: column;
}
}

footer.page__footer {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #ececec;
}

footer.page__footer > .container > div {
  flex-wrap: wrap;
}

@media (min-width: 768px){
  .align-items-md-center {
    align-items: center !important;
}
}

@media (min-width: 768px){
  .justify-content-md-between {
    justify-content: space-between !important;
}
}

footer.page__footer .block--sitebranding-2 {
  width: 50%;
  align-self: flex-start;
}

footer.page__footer .block--sitebranding-2 .navbar-brand img {
  width: 270px;
}

footer.page__footer .block--footermenu .nav .nav-item .nav-link {
  color: #333333;
  font-family: "Libre Franklin Medium", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 50px;
  padding: 0;
  transition: 0.3s ease;
}

footer.page__footer .block--footermenu .nav {
  justify-content: space-between;
}

.hero-title{
  font-family: "Libre Franklin Medium", sans-serif;
  font-size: 3rem;
    line-height: 96px;
    margin-bottom: 0;
    font-weight: 500;
    
}

.hero-one {
  margin-bottom: 60px;
}

.hero-one .field--name-field-hero-pre-title {
  font-family: "Libre Franklin Medium", sans-serif;
  background-color: #caecfc;
  font-size: 32px;
  line-height: 30px;
  color: #333333;
  width: fit-content;
  margin-left: 1.525em;
  padding: 0.35em 0.675em;
}

.hero-one .hero-one__principal {
  position: relative;
  background-color: #333333;
  padding: 0 1.625em;
}

.hero-one .hero-one__principal .hero-title {
  font-family: "Libre Franklin Medium", sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  max-width: 70%;
}

.hero-one .field--name-field-hero-image {
  position: absolute;
  right: 0;
  top: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32%;
}


.container {
  max-width: 1360px;
  margin: 0 auto;
}
.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-sm,.container {
        max-width:540px;
    }
}

@media (min-width: 768px) {
    .container-md,.container-sm,.container {
        max-width:720px;
    }
}



.sr-only {
  position: absolute;
  display: block;
  cursor: text;
  margin: -1px 0 0 -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  font-weight: normal;
  font-size: 15px;
  line-height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  outline: 0;
}

@font-face {
  font-family: "Libre Franklin Extra Light";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librefranklin/v13/jizDREVItHgc8qDIbSTKq4XkRiUQ2zcZiVbJsNo.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Libre Franklin Extra Light";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librefranklin/v13/jizDREVItHgc8qDIbSTKq4XkRiUR2zcZiVbJsNo.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;
}
@font-face {
  font-family: "Libre Franklin Extra Light";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librefranklin/v13/jizDREVItHgc8qDIbSTKq4XkRiUf2zcZiVbJ.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;
}
@font-face {
  font-family: "Libre Franklin Light";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librefranklin/v13/jizDREVItHgc8qDIbSTKq4XkRiUQ2zcZiVbJsNo.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Libre Franklin Light";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librefranklin/v13/jizDREVItHgc8qDIbSTKq4XkRiUR2zcZiVbJsNo.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;
}
@font-face {
  font-family: "Libre Franklin Light";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librefranklin/v13/jizDREVItHgc8qDIbSTKq4XkRiUf2zcZiVbJ.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;
}
@font-face {
  font-family: "Libre Franklin Normal";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librefranklin/v13/jizDREVItHgc8qDIbSTKq4XkRiUQ2zcZiVbJsNo.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Libre Franklin Normal";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librefranklin/v13/jizDREVItHgc8qDIbSTKq4XkRiUR2zcZiVbJsNo.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;
}
@font-face {
  font-family: "Libre Franklin Normal";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librefranklin/v13/jizDREVItHgc8qDIbSTKq4XkRiUf2zcZiVbJ.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;
}
@font-face {
  font-family: "Libre Franklin Medium";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librefranklin/v13/jizDREVItHgc8qDIbSTKq4XkRiUQ2zcZiVbJsNo.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Libre Franklin Medium";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librefranklin/v13/jizDREVItHgc8qDIbSTKq4XkRiUR2zcZiVbJsNo.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;
}
@font-face {
  font-family: "Libre Franklin Medium";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librefranklin/v13/jizDREVItHgc8qDIbSTKq4XkRiUf2zcZiVbJ.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;
}
@font-face {
  font-family: "Libre Franklin Bold";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librefranklin/v13/jizDREVItHgc8qDIbSTKq4XkRiUQ2zcZiVbJsNo.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Libre Franklin Bold";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librefranklin/v13/jizDREVItHgc8qDIbSTKq4XkRiUR2zcZiVbJsNo.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;
}
@font-face {
  font-family: "Libre Franklin Bold";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librefranklin/v13/jizDREVItHgc8qDIbSTKq4XkRiUf2zcZiVbJ.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;
}
@font-face {
  font-family: "Raleway ExtraLight";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCIIT4ttDfCmxA.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Raleway ExtraLight";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCMIT4ttDfCmxA.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;
}
@font-face {
  font-family: "Raleway ExtraLight";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyC0IT4ttDfA.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;
}
@font-face {
  font-family: "Raleway Light Italic";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4TbMDrwfIB1Zyc61YBlG.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Raleway Light Italic";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4TbMDr0fIB1Zyc61YBlG.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;
}
@font-face {
  font-family: "Raleway Light Italic";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4TbMDrMfIB1Zyc61YA.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;
}
@font-face {
  font-family: "Raleway Regular";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCIIT4ttDfCmxA.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Raleway Regular";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCMIT4ttDfCmxA.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;
}
@font-face {
  font-family: "Raleway Regular";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyC0IT4ttDfA.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;
}
@font-face {
  font-family: "Raleway Semibold";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCIIT4ttDfCmxA.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Raleway Semibold";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCMIT4ttDfCmxA.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;
}
@font-face {
  font-family: "Raleway Semibold";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyC0IT4ttDfA.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;
}
@font-face {
  font-family: "Raleway Bold";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCIIT4ttDfCmxA.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Raleway Bold";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCMIT4ttDfCmxA.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;
}
@font-face {
  font-family: "Raleway Bold";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyC0IT4ttDfA.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;
}
@font-face {
  font-family: "Raleway Bold Italic";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4QoFqL_KWxWMT.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Raleway Bold Italic";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4Q4FqL_KWxWMT.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;
}
@font-face {
  font-family: "Raleway Bold Italic";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4TYFqL_KWxQ.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;
}


/*@font-face {
  font-family: "Libre Franklin Medium";
  src: url(../fonts/LibreFranklin-Medium.ttf);
}

@font-face {
  font-family: "Libre Franklin Extra Light";
  src: url(../fonts/LibreFranklin-ExtraLight.ttf);
}

@font-face {
  font-family: "Libre Franklin Normal";
  src: url(../fonts/LibreFranklin-Regular.ttf);
}

@font-face {
  font-family: "Libre Franklin Bold";
  src: url(../fonts/LibreFranklin-Bold.ttf);
}

@font-face {
  font-family: "Raleway Bold";
  src: url(../fonts/Raleway-Bold.ttf);
}*/

@media (max-width: 575px) {
  .product-hero .hero-cta {
    display: block;
}
}


a.btn-text {
  color: #fff;
  text-decoration: none;
}

a.btn-text:hover {
  color: #333333;
}

/* FAQs Accordion CSS */
.panel-heading .accordion-toggle {
  position: relative;
}

.panel-heading .accordion-toggle:after {
  content: "\002B";
  color: #9f2d20;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 60px;
  float: right;
}

div.panel {
  border-top: 1px solid #9f2d20;
  padding: 34px 0 26px 0;
}

div.panel-body {
  font-size: 18px;
  line-height: 32px;
}

a.accordion-panel-title {
  text-decoration: none;
  color: #000;
  line-height: 1.2;
  margin: 0;
}

/* Quotes Carousel CSS */

.carousel-item div{
  display: grid;
  grid-template-columns: auto auto;
  font-size: 24px;
  line-height: 38px;
  height: 300px;
 }
 
 .carousel-indicators {
  margin-block-end:  -40px !important;
 }
 
.carousel-indicators li {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  min-width: 5px;
  min-height: 5px;
  background-color: #000;
  margin: 0 20px;
  cursor: pointer;
  border: 10px solid transparent;
  padding: 1px;
}

.carousel-indicators .active {
  background-color: #ccc; /* Change to match non-active color */
}

.carousel-indicators .active {
  background-color: #9f2d20; /* Change to match non-active color */
  border-color: #ccc; /* Color of border for active indicator */
}

.carousel-p {
  font-size: 24px;
}

.paragraph--type--image-with-text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.paragraph--type--image-with-text .image-container {
  text-align: center;
  padding: 50px;
  width: 40.7%;
}

.paragraph--type--image-with-text .text-container {
  flex: 1;
}
/* Buttons */

.primary-button {
  border: 1px solid transparent;
  border-radius: 20px;
  cursor: pointer;
  padding: 20px 30px;
  transition: 0.3s ease;
  font-size: 22px;
  width: 200px;
  background-color: #fff;
  border: 1px solid #9f2d20;
  color: #9f2d20;

  &:hover {
      background-color: #9f2d20;
      color: #fff;
  }
}

button.secondary-button {
  border: 1px solid transparent;
  border-radius: 20px;
  cursor: pointer;
  padding: 20px 40px;
  transition: 0.3s ease;
  font-size: 22px;
  width: initial;
  max-width: 200px;
  background-color: #333333;
  border: 1px solid #333333;
  color: #fff;

  &:hover {
      background-color: #fff;
      color: #333333;
  } 
}

/* CSS for desktop */
.field.field--name-field-hero-image {
  display: block;
}

/* CSS for mobile */
@media only screen and (max-width: 768px) {
  .field.field--name-field-hero-image {
      display: none;
  }
}

@media (min-width: 992px) {
  .chris-headshot {
    max-height: 500px;
    height: 100%;
    z-index: -1;
  }
}
@media (min-width: 1500px) {
  .chris-headshot {
    max-height: 620px;
    height: 100%;
    z-index: -1;
  }
}
@media (min-width: 1800px) {
  .chris-headshot {
    max-height: 800px;
    height: 100%;
    z-index: -1;
  }
}

@media only screen and (max-width: 768px) {
  .carousel-item div{
    height: 600px;
   }

  .carousel-indicators li {
    border-radius: 50%;
    width: auto;
    height: auto;
  }

  .carousel-p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .paragraph--type--image-with-text .image-container{
    padding: 0;
    width: 100%;
  }
}

.general-content-hero .text-container {
  padding-left: 20px;
  border-left: 5px solid #9f2d20;
  min-height: 364px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-top: 84px;
  padding-bottom: 46px;
}

thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

table tbody tr td {
  padding-top: 33px;
}

table thead tr {
  vertical-align: top;
}
table thead tr th {
  text-transform: uppercase;
  border-bottom: 2px solid #9f2d20;
  padding-bottom: 33px;
}

.paragraph--type--general-content .field--name-field-content h2, .paragraph--type--general-content .field--name-field-content .h2, .paragraph--type--general-content .field--name-field-body h2, .paragraph--type--general-content .field--name-field-body .h2, .paragraph--type--general-content-narrow .field--name-field-content h2, .paragraph--type--general-content-narrow .field--name-field-content .h2, .paragraph--type--general-content-narrow .field--name-field-body h2, .paragraph--type--general-content-narrow .field--name-field-body .h2, .paragraph--type--image-with-text .field--name-field-content h2, .paragraph--type--image-with-text .field--name-field-content .h2, .paragraph--type--image-with-text .field--name-field-body h2, .paragraph--type--image-with-text .field--name-field-body .h2, .paragraph--type--webform .field--name-field-content h2, .paragraph--type--webform .field--name-field-content .h2, .paragraph--type--webform .field--name-field-body h2, .paragraph--type--webform .field--name-field-body .h2 {
  font-family: "Libre Franklin Extra Light", sans-serif;
  font-size: 48px;
  margin-bottom: 50px;
}

 
.paragraph--type--general-content .field--name-field-content ul li:before, .paragraph--type--general-content .field--name-field-body ul li:before, .paragraph--type--general-content-narrow .field--name-field-content ul li:before, .paragraph--type--general-content-narrow .field--name-field-body ul li:before, .paragraph--type--image-with-text .field--name-field-content ul li:before, .paragraph--type--image-with-text .field--name-field-body ul li:before, .paragraph--type--webform .field--name-field-content ul li:before, .paragraph--type--webform .field--name-field-body ul li:before{
  content: "";
  min-width: 16px;
  width: 16px;
  height: 25px;
  background-image: url(../../assets/img/bullet-red.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 0; 
}

.paragraph--type--general-content .field--name-field-content, .paragraph--type--general-content .field--name-field-body, .paragraph--type--general-content-narrow .field--name-field-content, .paragraph--type--general-content-narrow .field--name-field-body, .paragraph--type--image-with-text .field--name-field-content, .paragraph--type--image-with-text .field--name-field-body, .paragraph--type--webform .field--name-field-content, .paragraph--type--webform .field--name-field-body {
  font-family: "Libre Franklin Normal", sans-serif;
  color: #000;
  overflow-x: auto;
}

.paragraph--type--general-content .field--name-field-content h3, .paragraph--type--general-content .field--name-field-content .h3, .paragraph--type--general-content .field--name-field-body h3, .paragraph--type--general-content .field--name-field-body .h3, .paragraph--type--general-content-narrow .field--name-field-content h3, .paragraph--type--general-content-narrow .field--name-field-content .h3, .paragraph--type--general-content-narrow .field--name-field-body h3, .paragraph--type--general-content-narrow .field--name-field-body .h3, .paragraph--type--image-with-text .field--name-field-content h3, .paragraph--type--image-with-text .field--name-field-content .h3, .paragraph--type--image-with-text .field--name-field-body h3, .paragraph--type--image-with-text .field--name-field-body .h3, .paragraph--type--webform .field--name-field-content h3, .paragraph--type--webform .field--name-field-content .h3, .paragraph--type--webform .field--name-field-body h3, .paragraph--type--webform .field--name-field-body .h3 {
  font-size: 2em;
}
.general-content-hero {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}

.general-content-hero .text-container .hero-title {
  color: #333333;
  font-family: "Libre Franklin Medium", sans-serif;
  font-size: 80px;
  text-indent: -4px;
}

.hero-title-privacy{
  color: #333333;
  font-family: "Libre Franklin Medium", sans-serif;
  font-size: 80px;
  text-indent: -4px;
}

.paragraph--type--general-content .field--name-field-content ul li, .paragraph--type--general-content .field--name-field-body ul li, .paragraph--type--general-content-narrow .field--name-field-content ul li, .paragraph--type--general-content-narrow .field--name-field-body ul li, .paragraph--type--image-with-text .field--name-field-content ul li, .paragraph--type--image-with-text .field--name-field-body ul li, .paragraph--type--webform .field--name-field-content ul li, .paragraph--type--webform .field--name-field-body ul li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 10px;
  list-style-type: none;
}


/* -----New CSS ----*/
.paragraph--type--product-hero .product-hero-component {
  font-family: "Libre Franklin Normal";
}
.paragraph--type--product-hero .product-hero-component h1,
.paragraph--type--product-hero .product-hero-component .h1 {
  font-size: 4.5rem;
  font-weight: 600;
}
@media (max-width: 600px) {
  .paragraph--type--product-hero .product-hero-component h1,
  .paragraph--type--product-hero .product-hero-component .h1 {
    font-size: 3.5rem;
  }
}
.paragraph--type--product-hero .product-hero-component .btn {
  width: 100%;
  height: 58px;
  justify-content: center;
  border-radius: 50px;
  align-items: center;
  display: flex;
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.paragraph--type--product-hero .product-hero-component i {
  padding-top: 2px;
  padding-left: 0.5rem;
}
.paragraph--type--product-hero .product-hero-component a {
  text-decoration: none;
  width: 100%;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #9f2d20;
  --bs-btn-border-color: #9f2d20;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #87261b;
  --bs-btn-hover-border-color: #7f241a;
  --bs-btn-focus-shadow-rgb: 173, 77, 65;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #7f241a;
  --bs-btn-active-border-color: #772218;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #9f2d20;
  --bs-btn-disabled-border-color: #9f2d20;
}
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-outline-primary {
  --bs-btn-color: #9f2d20;
  --bs-btn-border-color: #9f2d20;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #9f2d20;
  --bs-btn-hover-border-color: #9f2d20;
  --bs-btn-focus-shadow-rgb: 159, 45, 32;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #9f2d20;
  --bs-btn-active-border-color: #9f2d20;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #9f2d20;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #9f2d20;
  --bs-gradient: none;
}
.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}
.left-container{

    padding-left: 20px;
    padding-top: 36px;
    padding-bottom: 20px;
}

.paragraph--type--contact-us-block .contact-us-block {
  background: linear-gradient(
      233.97deg,
      rgba(209, 232, 243, 0.4) 40.77%,
      rgba(26, 74, 97, 0.2) 98.4%
    ),
    url(../../assets/img/graphy.png);
  padding: 40px 32px 40px 32px;
  border: 1px solid #e5e5e5;
  background-blend-mode: color-dodge;
  width: 98.5vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.paragraph--type--contact-us-block
  .contact-us-block
  .field--name-field-contact-us-card.field__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.paragraph--type--contact-us-block
  .contact-us-block
  .field--name-field-contact-us-card.field__items
  .field__item {
  width: 33%;
}
@media (max-width: 991px) {
  .paragraph--type--contact-us-block
    .contact-us-block
    .field--name-field-contact-us-card.field__items
    .field__item {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .paragraph--type--contact-us-block
    .contact-us-block
    .highlighted-intro-component
    h3,
  .paragraph--type--contact-us-block
    .contact-us-block
    .highlighted-intro-component
    .h3 {
    line-height: 55px;
  }
}
.paragraph--type--highlighted-intro .highlighted-intro-component {
  font-family: "Libre Franklin Normal";
}
.paragraph--type--highlighted-intro
  .highlighted-intro-component
  h2
  .highlighted-text,
.paragraph--type--highlighted-intro
  .highlighted-intro-component
  .h2
  .highlighted-text {
  background-color: #9f2d20;
  color: white;
  padding: 4px;
  border-radius: 2px;
}
.paragraph--type--highlighted-intro .highlighted-intro-component p {
  color: #4b4b4b;
}
.paragraph--type--alternative-highlighted-intro .highlighted-intro-component {
  font-family: "Libre Franklin Normal";
}
.paragraph--type--alternative-highlighted-intro
  .highlighted-intro-component
  .highlighted-text {
  background-color: #9f2d20;
  color: white;
  padding: 4px;
  border-radius: 2px;
}
.paragraph--type--alternative-highlighted-intro .highlighted-intro-component p {
  color: #4b4b4b;
}
.paragraph--type--accordion-faq {
  font-family: "Libre Franklin Normal";
}
.contact-us-card p{
  font-weight: 400;
    line-height: 1.5;
    font-size: 17px;
}

.paragraph--type--contact-us-card .contact-us-card {
  border: 1px solid #9f2d20;
  background-color: white;
  text-align: center;
  max-width: 420px;
}
.paragraph--type--contact-us-card .contact-us-card .contact-us-icon {
  display: flex;
  justify-content: center;
}
.paragraph--type--contact-us-card .contact-us-card .contact-us-icon img {
  height: 72px;
  width: auto;
}
.paragraph--type--contact-us-card .contact-us-card .contact-us-description {
  color: #757575;
}
.paragraph--type--contact-us-card .contact-us-card .contact-us-link a {
  display: block;
  width: 160px;
  border-radius: 40px;
  text-decoration: none;
  padding: 10px;
  background: white;
  border: solid #9f2d20 1px;
  color: #9f2d20;
}
.paragraph--type--contact-us-card .contact-us-card .contact-us-link a:hover {
  transition: 0.3s;
  background: #9f2d20;
  color: white;
}
@media (min-width: 991px) {
  .paragraph--type--contact-us-card .contact-us-card {
    min-height: 430px;
  }
  .paragraph--type--contact-us-card .contact-us-card .contact-us-link {
    display: flex;
    justify-content: center;
  }
  .paragraph--type--contact-us-card .contact-us-card .contact-us-link a {
    position: relative;
    right: 25px;
    top: 25px;
  }
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
 .fw-bold {
    font-weight: 700 !important;
}
.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}
.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-sm,.container {
        max-width:540px;
    }
}

@media (min-width: 768px) {
    .container-md,.container-sm,.container {
        max-width:720px;
    }
}

@media (min-width: 992px) {
    .container-lg,.container-md,.container-sm,.container {
        max-width:960px;
    }
}

@media (min-width: 1200px) {
    .container-xl,.container-lg,.container-md,.container-sm,.container {
        max-width:1140px;
    }
}

@media (min-width: 1400px) {
    .container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container {
        max-width:1320px;
    }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.paragraph--type--general-content,
.paragraph--type--general-content-narrow,
.paragraph--type--image-with-text,
.paragraph--type--webform {
  margin: 30px auto;
}
@media (max-width: 575px) {
  .paragraph--type--general-content,
  .paragraph--type--general-content-narrow,
  .paragraph--type--image-with-text,
  .paragraph--type--webform {
    margin: 40px auto;
  }
}
.paragraph--type--general-content .field--name-field-content,
.paragraph--type--general-content .field--name-field-body,
.paragraph--type--general-content-narrow .field--name-field-content,
.paragraph--type--general-content-narrow .field--name-field-body,
.paragraph--type--image-with-text .field--name-field-content,
.paragraph--type--image-with-text .field--name-field-body,
.paragraph--type--webform .field--name-field-content,
.paragraph--type--webform .field--name-field-body {
  font-family: "Libre Franklin Normal", sans-serif;
  color: #000;
  overflow-x: auto;
}
.paragraph--type--general-content-narrow
  .field--name-field-content
  a:not(.btn--secondary),
.paragraph--type--general-content-narrow
  .field--name-field-content
  a:not(.btn--secondary):visited,
.paragraph--type--general-content-narrow
  .field--name-field-content
  a:not(.btn--secondary):active,
.paragraph--type--general-content-narrow
  .field--name-field-body
  a:not(.btn--secondary),
.paragraph--type--general-content-narrow
  .field--name-field-body
  a:not(.btn--secondary):visited,
.paragraph--type--general-content-narrow
  .field--name-field-body
  a:not(.btn--secondary):active,
.paragraph--type--image-with-text
  .field--name-field-content
  a:not(.btn--secondary),
.paragraph--type--image-with-text
  .field--name-field-content
  a:not(.btn--secondary):visited,
.paragraph--type--image-with-text
  .field--name-field-content
  a:not(.btn--secondary):active,
.paragraph--type--image-with-text
  .field--name-field-body
  a:not(.btn--secondary),
.paragraph--type--image-with-text
  .field--name-field-body
  a:not(.btn--secondary):visited,
.paragraph--type--image-with-text
  .field--name-field-body
  a:not(.btn--secondary):active,
.paragraph--type--webform .field--name-field-content a:not(.btn--secondary),
.paragraph--type--webform
  .field--name-field-content
  a:not(.btn--secondary):visited,
.paragraph--type--webform
  .field--name-field-content
  a:not(.btn--secondary):active,
.paragraph--type--webform .field--name-field-body a:not(.btn--secondary),
.paragraph--type--webform
  .field--name-field-body
  a:not(.btn--secondary):visited,
.paragraph--type--webform
  .field--name-field-body
  a:not(.btn--secondary):active {
  color: #000;
  transition: 0.3s ease;
  -webkit-text-decoration-color: #9f2d20;
  text-decoration-color: #9f2d20;
}
.paragraph--type--general-content .field--name-field-content p,
.paragraph--type--general-content .field--name-field-content li,
.paragraph--type--general-content .field--name-field-body p,
.paragraph--type--general-content .field--name-field-body li,
.paragraph--type--general-content-narrow .field--name-field-content p,
.paragraph--type--general-content-narrow .field--name-field-content li,
.paragraph--type--general-content-narrow .field--name-field-body p,
.paragraph--type--general-content-narrow .field--name-field-body li,
.paragraph--type--image-with-text .field--name-field-content p,
.paragraph--type--image-with-text .field--name-field-content li,
.paragraph--type--image-with-text .field--name-field-body p,
.paragraph--type--image-with-text .field--name-field-body li,
.paragraph--type--webform .field--name-field-content p,
.paragraph--type--webform .field--name-field-content li,
.paragraph--type--webform .field--name-field-body p,
.paragraph--type--webform .field--name-field-body li {
  font-size: 16px;
  line-height: 32px;
}
@media (min-width: 576px) {
  .paragraph--type--general-content .field--name-field-content p,
  .paragraph--type--general-content .field--name-field-content li,
  .paragraph--type--general-content .field--name-field-body p,
  .paragraph--type--general-content .field--name-field-body li,
  .paragraph--type--general-content-narrow .field--name-field-content p,
  .paragraph--type--general-content-narrow .field--name-field-content li,
  .paragraph--type--general-content-narrow .field--name-field-body p,
  .paragraph--type--general-content-narrow .field--name-field-body li,
  .paragraph--type--image-with-text .field--name-field-content p,
  .paragraph--type--image-with-text .field--name-field-content li,
  .paragraph--type--image-with-text .field--name-field-body p,
  .paragraph--type--image-with-text .field--name-field-body li,
  .paragraph--type--webform .field--name-field-content p,
  .paragraph--type--webform .field--name-field-content li,
  .paragraph--type--webform .field--name-field-body p,
  .paragraph--type--webform .field--name-field-body li {
    font-size: 18px;
  }
}
.paragraph--type--general-content .field--name-field-content li,
.paragraph--type--general-content .field--name-field-body li,
.paragraph--type--general-content-narrow .field--name-field-content li,
.paragraph--type--general-content-narrow .field--name-field-body li,
.paragraph--type--image-with-text .field--name-field-content li,
.paragraph--type--image-with-text .field--name-field-body li,
.paragraph--type--webform .field--name-field-content li,
.paragraph--type--webform .field--name-field-body li {
  margin-bottom: 10px;
}
.paragraph--type--general-content .field--name-field-content ul,
.paragraph--type--general-content .field--name-field-body ul,
.paragraph--type--general-content-narrow .field--name-field-content ul,
.paragraph--type--general-content-narrow .field--name-field-body ul,
.paragraph--type--image-with-text .field--name-field-content ul,
.paragraph--type--image-with-text .field--name-field-body ul,
.paragraph--type--webform .field--name-field-content ul,
.paragraph--type--webform .field--name-field-body ul {
  list-style: none;
  margin-left: 0;
  padding-left: 20px;
}
.paragraph--type--general-content .field--name-field-content ul li,
.paragraph--type--general-content .field--name-field-body ul li,
.paragraph--type--general-content-narrow .field--name-field-content ul li,
.paragraph--type--general-content-narrow .field--name-field-body ul li,
.paragraph--type--image-with-text .field--name-field-content ul li,
.paragraph--type--image-with-text .field--name-field-body ul li,
.paragraph--type--webform .field--name-field-content ul li,
.paragraph--type--webform .field--name-field-body ul li {
  position: relative;
  padding-left: 36px;
}
.paragraph--type--general-content .field--name-field-content ul li:before,
.paragraph--type--general-content .field--name-field-body ul li:before,
.paragraph--type--general-content-narrow
  .field--name-field-content
  ul
  li:before,
.paragraph--type--general-content-narrow .field--name-field-body ul li:before,
.paragraph--type--image-with-text .field--name-field-content ul li:before,
.paragraph--type--image-with-text .field--name-field-body ul li:before,
.paragraph--type--webform .field--name-field-content ul li:before,
.paragraph--type--webform .field--name-field-body ul li:before {
  content: "";
  min-width: 16px;
  width: 16px;
  height: 32px;
  background-image: url(../../assets/img/bullet-red.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 1440px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.container--small,
.paragraph--type--general-content,
.paragraph--type--general-content-narrow,
.paragraph--type--image-with-text,
.paragraph--type--webform,
.paragraph--type--account-options .field--name-field-account-option,
.node.locations-landings--full .locations-hero,
body.node-type--faqs-page .paragraph--type--faqs .field--name-field-questions,
.node.bio--full .bio-hero,
.node-type--account-product-page .hero-section {
  max-width: 1130px;
  margin: 0 auto;
}
@media (min-width: 1440px) {
  .container--small,
  .paragraph--type--general-content,
  .paragraph--type--general-content-narrow,
  .paragraph--type--image-with-text,
  .paragraph--type--webform,
  .paragraph--type--account-options .field--name-field-account-option,
  .node.locations-landings--full .locations-hero,
  body.node-type--faqs-page .paragraph--type--faqs .field--name-field-questions,
  .node.bio--full .bio-hero,
  .node-type--account-product-page .hero-section {
    padding-left: 0;
    padding-right: 0;
  }
}

.paragraph--type--product-feature-right {
  font-family: "Libre Franklin Normal";
}
.paragraph--type--product-feature-right .product-feature-right-component {
  align-items: center;
}
.paragraph--type--product-feature-right
  .product-feature-right-component
  .feature-icon
  img {
  width: 48px;
  /*height: 48px;*/
  margin-top: 20px;
  margin-bottom: 20px;
}
.paragraph--type--product-feature-right
  .product-feature-right-component
  h2.feature-header,
.paragraph--type--product-feature-right
  .product-feature-right-component
  .feature-header.h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.paragraph--type--product-feature-right
  .product-feature-right-component
  p.feature-description {
  color: #757575;
  margin-bottom: 20px;
}
.paragraph--type--product-feature-right
  .product-feature-right-component
  .field--name-field-feature-image {
  max-width: 700px;
  height: auto;
}
.paragraph--type--cta-bar {
  font-family: "Libre Franklin Normal";
}
.paragraph--type--cta-bar .cta-bar-component {
  background: linear-gradient(
      233.97deg,
      rgba(209, 232, 243, 0.4) 40.77%,
      rgba(26, 74, 97, 0.2) 98.4%
    ),
    url(../../assets/img/graphy.png);
  padding: 40px 32px 40px 32px;
  border: 1px solid #e5e5e5;
  background-blend-mode: color-dodge;
  width: 98.5vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.paragraph--type--cta-bar .cta-bar-component .cta-button {
  width: 163px;
  height: 66px;
  gap: 8px;
  border-radius: 40px;
  text-decoration: none;
  padding: 20px;
}
.paragraph--type--cta-bar .cta-bar-component .cta-button.btn-1 {
  background: #9f2d20;
  border: solid #9f2d20 1px;
  color: white;
}
.paragraph--type--cta-bar .cta-bar-component .cta-button.btn-1:hover {
  transition: 0.3s;
  background: #7f241a;
  border: solid #7f241a 1px;
}
.paragraph--type--cta-bar .cta-bar-component .cta-button.btn-2 {
  background: white;
  border: solid #6c757d 1px;
  color: #6c757d;
}
.paragraph--type--cta-bar .cta-bar-component .cta-button.btn-2:hover {
  transition: 0.3s;
  background: #6c757d;
  color: white;
}
.paragraph--type--cta-bar .bold {
  font-weight: bold;
}
.paragraph--type--faq-block {
  font-family: "Libre Franklin Normal";
}
.paragraph--type--faq-block .field__items {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  justify-content: center;
}
.paragraph--type--faq-block .field__item {
  flex: 0 0 auto;
  width: 50%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 576px) {
  .paragraph--type--faq-block .field__item {
    flex: 0 0 auto;
    width: 100%;
  }
}
.paragraph--type--accordion-faq {
  font-family: "Libre Franklin Normal";
}
.paragraph--type--accordion-faq .accordion {
  margin: 16px;
  border: 1.22px solid rgba(0, 0, 0, 0.1019607843);
}
.paragraph--type--accordion-faq .accordion-button {
  padding: 2rem 1.25rem;
}
.paragraph--type--accordion-faq .accordion-body {
  padding: 1rem 1.25rem;
  padding-bottom: 2rem;
}
.paragraph--type--accordion-faq .accordion-button:not(.collapsed) {
  color: unset !important;
  background-color: unset !important;
  box-shadow: none !important;
}
.paragraph--type--accordion-faq .accordion-button::after {
  background: url(../../assets/img/red-square-plus.svg);
  background-repeat: no-repeat;
}
.paragraph--type--accordion-faq .accordion-button:not(.collapsed)::after {
  background-image: url(../../assets/img/red-square-minus.svg);
  background-repeat: no-repeat;
  -webkit-transform: none;
  transform: none;
}
.accordion {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #212529;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238f291d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #cf9690;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(159, 45, 32, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #8f291d;
  --bs-accordion-active-bg: #f5eae9;
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  -webkit-transform: var(--bs-accordion-btn-icon-transform);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid
    var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}