  /*
  * Prefixed by https://autoprefixer.github.io
  * PostCSS: v8.4.14,
  * Autoprefixer: v10.4.7
  * Browsers: last 4 version
  */

/* html,
body {
  overscroll-behavior-y: none; /* Stops the bounce effect */
} */
  * {
    -webkit-tap-highlight-color: transparent;
  }
  .video-popup video {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .fancybox-can-swipe .fancybox-content {
    overflow: hidden;
    padding: 0;
  }
  .fancybox-slide.fancybox-slide--current,
  .mfp-container{
    background-color: #fff !important;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  @media(min-width:768px){
    .qe__reviews-card .swiper-wrapper {
      -webkit-transform: none !important;
      -ms-transform: none !important;
      transform: none !important;
    }
  }
  .fancybox-content {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  button.mfp-close{
    font-size:24px;
    border:none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  button.fancybox-button,
  button.mfp-close{
    position:fixed;
    background-color: rgba(0,72,198,.95);
    border-radius: 100%;
    height: 48px;
    width: 48px;
    top: 6.4vh !important;
    right: 14.2vh !important;
    color: #fff;
  }
  button.fancybox-button svg path{
    fill: #fff;
  }

  @media(max-width:767px){
    .fancybox-slide.fancybox-slide--current, .mfp-container{
      padding-top:100px;
    }
    button.fancybox-button,
    button.mfp-close{
      top: 20px !important;
      right: 20px !important;
    }
  }

  #loading-bar-spinner.spinner {
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    position: absolute;
    z-index: 19 !important;
    -webkit-animation: loading-bar-spinner 400ms linear infinite;
    animation: loading-bar-spinner 400ms linear infinite;
    visibility:hidden;
  }

  body.loading #loading-bar-spinner.spinner{visibility:visible;}

  #loading-bar-spinner.spinner .spinner-icon {
    width: 40px;
    height: 40px;
    border:  solid 4px transparent;
    border-top-color:  #0048C6 !important;
    border-left-color: #0048C6 !important;
    border-radius: 50%;

  }

  @-webkit-keyframes loading-bar-spinner {
    0%   { -webkit-transform: rotate(0deg); transform: rotate(0deg);   transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); transform: rotate(360deg); }
  }

  @keyframes loading-bar-spinner {
    0%   { -webkit-transform: rotate(0deg); transform: rotate(0deg);   transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); transform: rotate(360deg); }
  }

  body.overflow_hide {
    overflow: hidden;
  }


  .test-swiper {
    width: 100%;
    height: 100%;
  }

  .test-swiper .swiper {
    height: 100%;
  }

  .test-swiper .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 20px;
  }

  .test-swiper .swipper-boxs {
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    height: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .swipper-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
    gap: 18px;
  }

  .swipper-arrow .swiper-button-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .swipper-arrow>div {
    position: relative;
    z-index: 4;
    border-radius: 8px;
    border: 1px solid var(--Basic-Colours-Border, #CBD4E1);
    background: #FFF;
    padding: 6px 18px;
    width: 48px;
    height: 48px;
    top: 0 !important;
    margin-top: 0 !important;
  }

  .test-swiper .test-wraps,
  .test-swiper .test-wraps .test-videos,
  .test-swiper .test-wraps .test-videos * {
    height: 100% !important;
  }

  .test-swiper .goggle-reviews .gg-details {
    color: #000;
    font-size: 14px;
    font-style: normal;
  }

  .gg-details .gg-name {
    font-weight: 600;
    line-height: 160%;
    text-transform: capitalize;
  }

  .gg-details .gg-position {
    font-weight: 400;
    line-height: 177%;
  }


  .pop-thumbnail img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    /*max-height:373px;*/
  }

  body .test-swiper .test-wraps .pop-video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 64px !important;
  }

  .goggle-reviews {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.75);
    width: 100%;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  @media(max-width:767px) {
    .test-swiper .swiper-wrapper {
      gap: 0;
    }

    .test-swiper .swipper-boxs {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
    }

    /*   .ql{
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
  } */
  }

  *,
  *::before,
  *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  html{
    -webkit-font-smoothing: antialiased;
    height: -webkit-fill-available;
  }
  body {
    font-family: 'Poppins', sans-serif;
    background: #FFFFFF;
    color: #333;
    min-height: 100dvh;
    -webkit-font-smoothing: antialiased;
    height: 100vh; /* Fallback for older browsers */
  height: 100dvh; /* Adapts to the keyboard */
  min-height: -webkit-fill-available;
}
html, body {
  position: static; /* or relative, but NOT fixed */
  overflow-x: hidden; 
  overflow-y: auto; /* Let iOS handle the vertical flow natively */
}
  /* ══ MODULE CSS (from module.css) ══ */
  .ql {
    position: relative;
    font-family: 'Poppins', sans-serif;
    background-color: #ffffff;
  }

  .ql *,
  .ql *::before,
  .ql *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .ql__container {
    width: 100%;
    margin: 0 auto;
  }

  /* Announcement */
  .ql__announcement {
    padding: 12px 16px;
    text-align: center;
  }

  .ql__announcement-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
  }

  .ql__announcement-icon {
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .ql__announcement-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #F2F7FF;
  }

  /* Header */
  .ql__header {
    background-color: #ffffff;
  }

  .ql__header img.ql__header-logo {
    max-width: 277px;
  }

  .ql__header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px 40px;
    max-width: 1440px;
    margin: 0 auto;
    min-height: 80px;
  }

  .ql__logo-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
  }

  .ql__logo {
    height: 40px;
    width: auto;
  }

  /* Call Us */
  .ql__call-us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    padding: 7.5px 13px 7.5px 8px;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    border: 1px solid #cbd4e1;
    border-radius: 41px;
  }

  .ql__call-us:hover {
    opacity: 0.8;
  }

  .ql__call-us-icon {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .ql__call-us-text {
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    white-space: nowrap;
    padding-left: 4px;
  }

  .ql__call-us-number {
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    white-space: nowrap;
  }

  .quote-calculator-main {
    padding-top: 55px;
    /*   max-width:776px;
    margin:0 auto; */
    padding-bottom: 250px;
  }

  .quote-calculator-main.bg_change {
    background-color: #F2F7FF;
  }

  .quote-steps-jny .quote-item-jny,
  .quote-steps .quote-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
    margin-bottom: 24px;
  }

  .quote-item-jny .steps-img-jny,
  .quote-item .steps-img {
    -ms-flex-preferred-size: 42px;
    flex-basis: 42px;
    line-height: normal;
    max-height:42px;
  }

  .quote-item-jny .steps-img-jny img,
  .quote-item .steps-img img {
    width: 100%;
    border-radius: 50%;
    border: 2px solid #0A3E72;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .steps-text-jny,
  .steps-text {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.37;
    margin: 0;
    color: #0A3E72;
  }

  .quote-progress-jny,
  .quote-progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 11px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.57;
    color: #0A3E72;
  }

  #qe-modal-preview .hs_error_rollup {
    display: none;
  }

  .hsfc-ProgressBar {
    display: none;
  }

  .hsfc-EmailField label:has(span:empty) {
    display: none !important;
  }

  .hsfc-Row:has(.hsfc-ProgressBar) {
    display: none !important;
  }

  [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content {
    padding: 32px 32px 48px !important;
  }

  [data-hsfc-id=Renderer] .hsfc-Step {
    max-width: 528px;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #F2F7FF;
  }

  .progress-step-jny,
  .progress-step {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 15px;
    position: relative;
    color: #A8B8CF;
  }

  .progress-step-jny .pg-bar-jny,
  .progress-step .pg-bar {
    background-color: #CBD4E1;
    border-radius: 18px;
    height: 3px;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
  }

  .progress-step.comp,
  .progress-step.acive {
    color: #0A3E72;
  }

  .progress-step-jny.acive .pg-bar-jny,
  .progress-step.acive .pg-bar {
    background-color: #0048C6;
  }

  .progress-step-jny.completed .pg-bar-jny,
  .progress-step.comp .pg-bar {
    background-color: #13BD03;
  }

  .quote-steps-jny .quote-item-jny,
  .quote-steps .quote-item {
    display: none;
  }

  .quote-steps-jny .quote-item-jny.active,
  .quote-steps .quote-item.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .quote-steps-jny,
  .quote-steps {
    margin-bottom: 64px;
    max-width: 776px;
    margin-left: auto;
    margin-right: auto;
  }

  .quote-steps-jny.inc,
  .quote-steps.inc {
    max-width: 1077px;
  }

  .quote-builder .poolstep {
    max-width: 776px;
    margin: 0 auto;
  }

  .quote-builder .poolstep.pool-model-section {
    max-width: 1077px;
  }

  .location-state .ls_description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding: 0 0 48px;
    color: #0A3E72;
  }

  .ql__fieldset {
    border: none;
    margin: 0 0 52px;
    padding: 0;
  }

  .ql__label {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 24px;
    color: #0A3E72;
  }

  .ql__state-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
  }

  .ql__state-btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    min-width: 80px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: #CBD4E1;
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 15px 20px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #F2F7FF;
    color: #0A3E72;
  }

  .ql__state-btn.selected::after {
    content: '';
    position: absolute;
    top: -1px;
    right: 0px;
    width: 24px;
    height: 24px;
    background-color: #0048C6;
    border-radius: 0 7px 0 4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' fill='none'%3E%3Cpath d='M1 5.5L4 8.5L11 1.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 10px;
  }

  .ql__state-btn.selected {
    border-color: #0048C6 !important;
  }

  .ql__note {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin: 20px 0 0;
    color: #0A3E72;
  }

  .ql__region-grid-fix {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ql__region-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    min-height: 54px;
    border: 1px solid transparent;
    background-color: #F2F7FF;
    gap:12px;
  }

  .ql__region-card:has(.ql__region-input:checked) {
    border-color: #0048C6;
    background-color: #E8F0FE !important;
  }

  .ql__region-name {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #0A3E72;
  }

  .ql__region-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
  }

  .ql__region-checkbox {
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #CBD4E1;
    border-radius: 4px;
    background-color: #ffffff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
  }

  .ql__region-input:checked~.ql__region-checkbox {
    background-color: #0048C6;
    border-color: #0048C6;
  }

  .ql__region-input:checked~.ql__region-checkbox::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 8px;
    width: 7px;
    height: 12px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .location-region,
  .ql__region-grid {
    display: none;
  }

  .hsfc-NavigationRow {
    margin-top: 0;
  }

  .hsfc-NavigationRow,
  .qph__cta-bar {
    background-color: #fff;
    -webkit-box-shadow: 0 -3px 10px rgba(26, 50, 94, .15);
    box-shadow: 0 -3px 10px rgba(26, 50, 94, .15);
    left: 0;
    right: 0;
    z-index: 100;
    position: fixed;
    padding: 30px 20px 100px;
    bottom:-70px;
  }



  .qph__cta-inner {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*   gap: 12px; */
    max-width: 778px;
    background-color:#FFFFFF;
  }
  a.qph__cta-btn.qph__cta-btn--secondary {
    margin-right:12px;
    position:relative;
  }
  .qph__cta-btn:active span {

    -webkit-tap-highlight-color: #0048C6 !important;
  }
  a.qph__cta-btn.qph__cta-btn--secondary:after {
    content: '';
    position: absolute;
    left: calc(100% + 1px);
    height: 100%;
    width: 11px;
    background-color: #FFF;
    z-index: 999999;
  }
  .qph__cta-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    height: 50px;
    padding: 14px 24px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

  .qph__cta-btn--secondary {
    background-color: #ffffff;
    border: 1px solid;
    width: 50px;
    height: 50px;
    padding: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-color: #0048C6;
    color: #0048C6;
    -webkit-tap-highlight-color: transparent;
    outline:none;
  }

  .qph__cta-btn--primary {
    color: #ffffff;
    border: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    max-width: 350px;
    background-color: #0048C6;
    -webkit-tap-highlight-color: transparent;
    outline:none;
  }

  .qph__cta-inner a.qph__cta-btn[data-qph-cta-back=''] {
    display: none;
  }

  .qpm__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    margin: 0px 0 45px;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .qpm__tab {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 10px 20px;
    background-color: #ffffff;
    color: #0A3E72;
    border-color: #CBD4E1;
  }

  .qpm__tab.qpm__tab--active {
    background-color: #0048C6;
    color: #ffffff;
    border-color: #0048C6;
  }

  .qpm__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .qpm__card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
    transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
    -o-transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
    background-color: #F2F7FF;
    border-color: #CBD4E1;
  }

  .qpm__card-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
  }

  .qpm__card-checkbox {
    position: absolute;
    top: 11px;
    right: 11px;
    width: 24px;
    height: 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #CBD4E1;
    border-radius: 4px;
    background-color: #ffffff;
    z-index: 2;
    pointer-events: none;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .qpm__card-image-wrap {
    position: relative;
    height: 135px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
  }

  .qpm__card-image {
    max-width: 68%;
    max-height: 85%;
    width: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
  }

  .qpm__card-body {
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .qpm__card-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #CBD4E1;
  }

  .qpm__card-price {
    padding-top: 14px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    color: #0A3E72;
    text-align: left;
  }

  .qpm__price-prefix--desktop {
    display: none;
  }

  .qpm__price-prefix--mobile {
    display: inline;
  }

  .qpm__card-input:checked~.qpm__card-checkbox::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 8px;
    width: 7px;
    height: 12px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .qpm__card-input:checked~.qpm__card-checkbox {
    background-color: #0048C6;
    border-color: #0048C6;
  }

  .poolstep:not(.location-section) {
    display: none;
  }

  .poolstep.opcity-low {
    opacity: 0.5;
    pointer-events: none;

  }

  .qpm__card-name {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    text-transform: capitalize;
    color: #0A3E72;
  }

  .qpm__card-size {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 25px;
    padding: 5px 6px;
    background-color: #ffffff;
    border: 1px solid;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    text-transform: capitalize;
    white-space: nowrap;
    color: #0A3E72;
    border-color: #CBD4E1;
  }

  .qpm__grid .qpm__card[data-qpm-pool-category] {
    display: none;
  }

  .qps__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .qps__card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
    transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
    -o-transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
    background-color: rgb(242, 247, 255);
    border-color: transparent;
  }

  .qps__card-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
  }

  .qps__card-label {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #0A3E72;
  }

  .qps__card-checkbox {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    border: 1px solid;
    border-radius: 4px;
    -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
    -o-transition: background-color 0.2s ease, border-color 0.2s ease;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    border-color: #CBD4E1;
  }

  .qps__card-check {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
  }

  .qps__card:has(.qps__card-input:checked) .qps__card-check {
    opacity: 1;
  }

  .qps__card:has(.qps__card-input:checked) .qps__card-checkbox {
    background-color: #0048c6;
  }

  label.nocard {
    text-align: center;
    grid-column: 1 / -1;
    font-size: 16px;
    font-weight: 500;
    padding: 40px 20px;
    margin: 0;
    color: #0A3E72;
  }

  .qpl__intro {
    margin: 24px 0 24px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #0A3E72;
  }

  .qpl__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .qpl__card {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 144px 1fr;
    grid-template-columns: 144px 1fr;
    height: 205px;
    padding: 4px;
    background-color: #F2F7FF;
    border: 1px solid #CBD4E1;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
    transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
    -o-transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
    background-color: #F2F7FF;
  }

  .qpl__card-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
  }

  .qpl__card-image-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 5px;
    border-radius: 5px;
    overflow: hidden;
  }

  .qpl__card-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }

  .qpl__card-body {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    min-width: 0;
  }

  .qpl__card-title {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #0A3E72;
  }

  .qpl__card-desc {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    color: #0A3E72;
  }

  .qpl__card-price {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    color: #0A3E72;
    border-top: 1px solid #CBD4E1;
  }

  .qpl__card-check {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
  }

  .qpl__card-checkbox {
    position: absolute;
    top: 12px;
    right: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    z-index: 2;
    -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
    -o-transition: background-color 0.2s ease, border-color 0.2s ease;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    border-color: #CBD4E1;
  }

  .qpl__card--selected .qpl__card-check,
  .qpl__card:has(.qpl__card-input:checked) .qpl__card-check {
    opacity: 1;
  }

  .qpl__card--selected .qpl__card-checkbox,
  .qpl__card:has(.qpl__card-input:checked) .qpl__card-checkbox {
    background-color: #0048C6;
    border-color: #0048C6;
  }

  .qpl__skip {
    display: inline-block;
    margin-top: 32px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
    color: #0048C6;
  }

  .qps__card:has(.qps__card-input:checked),
  .qpm__card:has(.qpm__card-input:checked),
  .qph__card:has(.qph__card-input:checked),
  .qpl__card:has(.qpl__card-input:checked) {
    border-color: #0048c6;
  }

  .qwc__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .qwc__card {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 144px 1fr;
    grid-template-columns: 144px 1fr;
    min-height: 221px;
    padding: 4px;
    background-color: #F2F7FF;
    border: 1px solid #CBD4E1;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
    transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
    -o-transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
    background-color: rgb(242, 247, 255);
    border-color: rgb(203, 212, 225);
  }

  .qwc__card--selected,
  .qwc__card:has(.qwc__card-input:checked) {
    border-color: #0048C6 !important;
  }

  .qwc__card-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
  }

  .qwc__card-image-wrap {
    position: relative;
    /*max-width: 70%;*/
    margin: 0 auto;

    border-radius: 5px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .qwc__card-image {
    width: 100%;
    display: block;
    height:auto;
    max-width:156px !important;
  }

  .qwc__card-body {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    min-width: 0;
  }

  .qwc__card-price {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    border-top: 1px solid #CBD4E1;
    padding-top: 24px;
    color: #0A3E72;
  }

  .qwc__card-info {
    padding-bottom: 10px;

  }

  .qwc__card-title {
    margin: 10px 0 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #0A3E72;
  }

  .qwc__card-features {
    margin: 0;
    padding-left: 21px;
    list-style: disc;
    color: #0A3E72;
  }

  .qwc__card-features ul li {
    font-size: 14px;
    line-height: 1.6;
  }

  .qwc__card-checkbox {
    position: absolute;
    top: 12px;
    right: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    border: 1px solid;
    border-radius: 4px;
    z-index: 2;
    -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
    -o-transition: background-color 0.2s ease, border-color 0.2s ease;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    border-color: #CBD4E1;
  }

  .qwc__card--selected .qwc__card-checkbox,
  .qwc__card:has(.qwc__card-input:checked) .qwc__card-checkbox {
    background-color: #0048C6;
    border-color: #0048C6;
  }

  .qwc__card-check {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
  }

  .qwc__card--selected .qwc__card-check,
  .qwc__card:has(.qwc__card-input:checked) .qwc__card-check {
    opacity: 1;
  }

  .qph__intro {
    margin: 24px 0 24px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #0A3E72;
  }

  .qph__intro p {
    margin: 0;
  }

  .qph__card {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 144px 1fr;
    grid-template-columns: 144px 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 181px;
    padding: 0;
    background-color: #F2F7FF;
    border: 1px solid #CBD4E1;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
    transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
    -o-transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
    background-color: #F2F7FF;
    border-color: #CBD4E1;
  }

  .qph__card-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
  }

  .qph__card-icon-wrap {
    position: relative;
    width: 144px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 32px;
  }

  .qph__card-halo {
    position: absolute;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: rgba(200, 220, 255, 0.5);
    z-index: 0;
  }

  .qph__sun {
    position: relative;
    width: 40px;
    height: 40px;
    z-index: 1;
  }

  .qph__card-body {
    padding: 24px 24px 24px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
    min-width: 0;
  }

  .qph__card-title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #0A3E72;
  }

  .qph__card-pill {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 25px;
    padding: 5px 6px;
    background-color: #ffffff;
    border: 1px solid;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    text-transform: capitalize;
    white-space: nowrap;
    color: #0A3E72;
    border-color: #CBD4E1;
  }

  .qph__card-checkbox {
    position: absolute;
    top: 12px;
    right: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    border: 1px solid;
    border-radius: 4px;
    z-index: 2;
    -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
    -o-transition: background-color 0.2s ease, border-color 0.2s ease;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    border-color: #CBD4E1;
  }

  .qph__card--selected .qph__card-checkbox,
  .qph__card:has(.qph__card-input:checked) .qph__card-checkbox {
    background-color: #0048C6;
    border-color: #0048C6;
  }

  .qph__card-check {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
  }

  .qph__card--selected .qph__card-check,
  .qph__card:has(.qph__card-input:checked) .qph__card-check {
    opacity: 1;
  }

  .qph__skip {
    display: inline-block;
    margin-top: 32px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
    color: #0048C6;
  }

  .qph__notice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 19px;
    margin-top: 32px;
    padding: 20px;
    border: 1px solid;
    border-radius: 10px;
    background-color: #FFF3EA;
    border-color: #F9550F;
  }

  .qph__notice-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 23px;
    height: 23px;
    margin-top: 2px;
  }

  .qph__notice-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    color: #0A3E72;
  }

  .qph__notice-text p {
    margin: 0;
  }

  .qph__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* =========================================================
  Quote Builder — Estimate (module.css inline)
  ========================================================= */
  .poolstep.price-section {
    max-width: 100%;
  }

  .qe {
    position: relative;
    font-family: 'Poppins', sans-serif;
    background-color: #F2F7FF;
    padding-bottom: 95px;
  }

  .qe *,
  .qe *::before,
  .qe *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .qe__container {
    width: 100%;
    margin: 0 auto;
  }

  .qe__body {
    background-color: inherit;
  }

  .qe__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .qe__panel {
    background-color: #ffffff;
    border: 1px solid #CBD4E1;
    border-radius: 10px;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .qe__panel-image-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 16px;
  }

  .qe__panel-image {
    max-width: 200px;
    max-height: 130px;
    width: auto;
    height: auto;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .qe__panel-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 36px;
  }

  .qe__panel-heading {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.65;
  }

  .qe__panel-subtitle {
    margin: 0 0 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }

  .qe__panel-price {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }

  .qe__notice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    border: 1px solid;
    border-radius: 10px;
    margin-bottom: 32px;
  }

  .qe__notice-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 23px;
    height: 23px;
    margin-top: 2px;
  }

  .qe__notice-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
  }

  .qe__notice-text p {
    margin: 0;
  }

  .qe__panel-divider {
    border: 0;
    border-top: 1px solid;
    margin: 0 0 33px;
  }

  .qe__selection {
    margin-bottom: 24px;
  }

  .qe__selection-heading {
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
  }

  .qe__selection-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }

  .qe__selection-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
  }

  .qe__selection-number {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    border-radius: 5px;
    background-color: #0048C6;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
  }

  .qe__email-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 50px;
    padding: 14px 24px;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    background-color: #ffffff;
    border: 1px solid;
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: auto;
  }

  .qe__email-btn:hover {
    background-color: rgba(0, 72, 198, 0.05);
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
  }

  .qe__email-btn:focus-visible {
    outline: none;
    -webkit-box-shadow: 0 0 0 3px rgba(0, 72, 198, 0.3);
    box-shadow: 0 0 0 3px rgba(0, 72, 198, 0.3);
  }

  .qe__email-icon {
    width: 20px;
    height: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .qe__sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }

  .qe__videos-card {
    position: relative;
    display: block;
    background-color: #0048C6;
    color: #ffffff;
    border-radius: 12px;
    padding: 24px;
    overflow: hidden;
    min-height: 200px;
    -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
    -o-transition: transform 0.2s ease, box-shadow 0.2s ease;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  }



  .qe__videos-link {
    position: absolute;
    inset: 0;
    z-index: 1;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    /*cursor: pointer;*/
    border-radius: 10px;
  }

  .qe__videos-link:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: -4px;
  }

  .qe__videos-content {
    position: relative;
    z-index: 2;
    max-width: 64%;
    pointer-events: none;
  }

  .qe__videos-track {
    position: relative;
    max-height: 160px;
    margin-bottom: 16px;
    overflow:hidden;
  }

  .qe__videos-slide {
    position: absolute;
    inset: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    -webkit-transition: opacity 0.45s ease;
    transition: opacity 0.45s ease;
    -o-transition: opacity 0.45s ease;
    transition: opacity 0.45s ease;
    transition: opacity 0.45s ease;
    pointer-events: none;
  }

  .qe__videos-slide--active {
    position: relative;
    opacity: 1;
    pointer-events: none;
  }

  .qe__videos-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;

    margin-bottom: 24px;
  }

  .qe__videos-title {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
  }

  .qe__videos-desc {
    margin: 0 0 33px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
  }

  /* Video popup modal */
  .qe__video-modal {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    font-family: 'Poppins', sans-serif;
  }

  .qe__video-modal[hidden] {
    display: none;
  }

  .qe__video-modal-backdrop {
    position: absolute;
    inset: 0;
    background-color: rgb(0 0 0 / 75%);
  }

  .qe__video-modal-card {
    position: relative;
    width: 100%;
    max-width: 1000px;
    -webkit-animation: qe-modal-in 0.22s ease;
    animation: qe-modal-in 0.22s ease;
  }

  .qe__video-modal-card.vertical {
    max-width: 450px;
  }

  /* .qe__video-modal-close {
  position: absolute; top: 14px; right: 14px;
  width: 36px; height: 36px;
  display: inline-flex; align-items: center; justify-content: center;
  background-color: #ffffff; color: #0A3155;
  border: none; border-radius: 8px; cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
  }
  .qe__video-modal-close:hover { background-color: #F2F7FF; transform: scale(1.05); } */
  .qe__video-modal-close {
    color: rgb(255 255 255 / 34%);
    cursor: pointer;
    font-size: 34px;
    position: absolute;
    right: -20px;
    top: -40px;
    z-index: 9;
    background: transparent;
    border: none;
    font-weight: 400;
  }

  .qe__video-modal-title {
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
    text-align: left;
  }

  .qe__video-modal-player {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #000000;
    border-radius: 0px;
    overflow: hidden;
  }

  .qe__video-modal-card.vertical .qe__video-modal-player {
    aspect-ratio: inherit;
    min-height: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
  }

  .qe__video-modal-player video {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    background-color: #000;
  }

  .qe__videos-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: auto;
    position: relative;
    z-index: 3;
  }

  .qe__videos-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    -webkit-transition: background-color 0.25s ease, width 0.25s ease, -webkit-transform 0.2s ease;
    transition: background-color 0.25s ease, width 0.25s ease, -webkit-transform 0.2s ease;
    -o-transition: background-color 0.25s ease, width 0.25s ease, transform 0.2s ease;
    transition: background-color 0.25s ease, width 0.25s ease, transform 0.2s ease;
    transition: background-color 0.25s ease, width 0.25s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  }

  .qe__videos-dot:hover {
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }

  .qe__videos-dot:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 3px;
  }

  .qe__videos-dot--active {
    background-color: #ffffff;
    width: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .qe__videos-illustrations {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 45%;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
  }

  .qe__videos-illustration {
    position: absolute;
    right: -10px;
    bottom: 0;
    width: auto;
    height: 100%;
    max-height: 260px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right bottom;
    object-position: right bottom;
    opacity: 0;
    -webkit-transition: opacity 0.45s ease, -webkit-transform 0.45s ease;
    transition: opacity 0.45s ease, -webkit-transform 0.45s ease;
    -o-transition: opacity 0.45s ease, transform 0.45s ease;
    transition: opacity 0.45s ease, transform 0.45s ease;
    transition: opacity 0.45s ease, transform 0.45s ease, -webkit-transform 0.45s ease;
  }

  .qe__videos-illustration--active {
    opacity: 1;
  }

  .qe__reviews-card {
    background-color: #0A3155;
    color: #ffffff;
    border-radius: 10px;
    padding: 24px;
    Position: relative;
  }

  .qe__reviews-card .dot-filler {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 374px;
  }

  .qe__reviews-card .dot-filler img {
    width: 100%;
    display: block;

  }

  .qe__reviews-heading {
    margin: 0 0 24px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
  }

  .qe__reviews-heading--desktop {
    display: none;
  }

  .qe__reviews-heading--mobile {
    display: inline;
  }

  .qe__reviews-track {
    display: block;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
    position: relative;
    height:373px;
  }


  .qe__review {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 5px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }

  .qe__review[data-qe-hidden-mobile] {
    display: none;
  }

  .qe__review:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  .qe__review-thumb-wrap {
    position: relative;
    overflow: hidden;
  }

  .qe__review-thumb,
  .qe__review-thumb-placeholder {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }

  .qe__review-thumb-placeholder {
    background: -o-linear-gradient(315deg, #0A3155 0%, #1A4A7A 100%);
    background: linear-gradient(135deg, #0A3155 0%, #1A4A7A 100%);
  }

  .qe__review-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
  }

  .qe__review-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.75);
    padding: 20px;
  }

  .qe__review-google {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .qe__review-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
  }

  .qe__review-name {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    color: #000000;
    text-transform: none;
    letter-spacing: 0.5px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  .qe__review-source {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.77;
    color: #000000;
  }

  .qe__reviews-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    margin-top: 16px;
  }

  .qe__reviews-arrow {
    width: 40px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ffffff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
    -o-transition: transform 0.2s ease, box-shadow 0.2s ease;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  }

  .qe__reviews-arrow:hover {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  }

  .qe__cta-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 -3px 10px rgba(26, 50, 94, 0.15);
    box-shadow: 0 -3px 10px rgba(26, 50, 94, 0.15);
    bottom: -70px;
   padding: 30px 20px 100px;
    z-index: 100;
  }

  .qe__cta-inner {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .qe__cta-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 480px;
    height: 50px;
    padding: 14px 24px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    border-radius: 8px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .qe__cta-btn:hover {
    background-color: #D9460C !important;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 4px 12px rgba(249, 85, 15, 0.35);
    box-shadow: 0 4px 12px rgba(249, 85, 15, 0.35);
  }

  .qe__modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    font-family: 'Poppins', sans-serif;
  }

  .qe__modal[hidden] {
    display: none;
  }

  .qe__modal-backdrop {
    position: absolute;
    inset: 0;
    background-color: rgba(10, 49, 85, 0.55);
  }

  .qe__modal-card {
    position: relative;
    width: 100%;
    max-width: 563px;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 103px 32px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    -webkit-animation: qe-modal-in 0.2s ease;
    animation: qe-modal-in 0.2s ease;
  }

  @-webkit-keyframes qe-modal-in {
    from {
      opacity: 0;
      -webkit-transform: translateY(20px) scale(0.96);
      transform: translateY(20px) scale(0.96);
    }

    to {
      opacity: 1;
      -webkit-transform: translateY(0) scale(1);
      transform: translateY(0) scale(1);
    }
  }

  @keyframes qe-modal-in {
    from {
      opacity: 0;
      -webkit-transform: translateY(20px) scale(0.96);
      transform: translateY(20px) scale(0.96);
    }

    to {
      opacity: 1;
      -webkit-transform: translateY(0) scale(1);
      transform: translateY(0) scale(1);
    }
  }

  .qe__modal-close {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 40px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #F2F7FF;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
  }

  .qe__modal-close:hover {
    background-color: #E2EAFB;
  }

  .qe__modal-avatar-wrap {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #0048C6;
    overflow: hidden;
    margin-bottom: 31px;
  }

  .qe__modal-avatar {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }

  .qe__modal-title {
    margin: 0 0 31px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
  }

  form.hs-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }

  .qe__modal-field {
    display: block;
  }

  .qe__modal-field-sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  input.hs-input[type='email'] {
    width: 100%;
    height: 50px;
    padding: 12px 16px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    background-color: #ffffff;
    border: 1px solid #CBD4E1;
    border-radius: 8px;
    -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
    -o-transition: border-color 0.2s ease, box-shadow 0.2s ease;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
  }

  input.hs-input[type='email']:focus {
    outline: none;
    border-color: #0048C6;
    -webkit-box-shadow: 0 0 0 3px rgba(0, 72, 198, 0.15);
    box-shadow: 0 0 0 3px rgba(0, 72, 198, 0.15);
  }

  input.hs-input[type='email']::-webkit-input-placeholder {
    color: #5A6A82;
    opacity: 1;
  }

  input.hs-input[type='email']::-moz-placeholder {
    color: #5A6A82;
    opacity: 1;
  }

  input.hs-input[type='email']:-ms-input-placeholder {
    color: #5A6A82;
    opacity: 1;
  }

  input.hs-input[type='email']::-ms-input-placeholder {
    color: #5A6A82;
    opacity: 1;
  }

  input.hs-input[type='email']::placeholder {
    color: #5A6A82;
    opacity: 1;
  }

  input.hs-input.invalid.error {
    border-color: #00ffff !important;
  }

  form.hs-form ul.no-list.hs-error-msgs {
    list-style: none;
  }

  form.hs-form ul.no-list.hs-error-msgs li {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
  }

  .simple_quote_journey [data-hsfc-id=Renderer] .hsfc-PhoneInput:not(.hsfc-PhoneInput--rtl) .hsfc-PhoneInput__FlagAndCaret {
    padding: 13px 15px;
    display:none;
  }
  [data-hsfc-id=Renderer] .hsfc-PhoneInput:not(.hsfc-PhoneInput--rtl)>.hsfc-TextInput {
    border-left: 1px solid var(--hsf-default-field-input__border-color) !important;
    border-radius: 8px !important;
  }
  .qe__modal-error {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
  }

  input.hs-button.primary.large {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 56px;
    padding: 16px 24px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #ffffff;
    background-color: #F9550F;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
  }

  input.hs-button.primary.large:hover {
    background-color: #D9460C;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
  }

  input.hs-button.primary.large:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .qe__modal-success {
    margin-top: 24px;
    padding: 16px;
    background-color: #F2F7FF;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
  }

  .qe__modal-success p {
    margin: 0;
  }

  :where(html.qe-modal-open) {
    overflow: hidden;
  }


  @media (min-width: 768px) {
    .qe {
      padding-bottom: 110px;
    }

    .qe__panel {
      padding: 32px 40px 40px;
    }

    .qe__panel-heading {
      font-size: 20px;
    }

    .qe__panel-subtitle {
      font-size: 15px;
    }

    .qe__panel-price {
      font-size: 32px;
    }

    .qe__videos-card {
      min-height: 244px;
      padding: 28px;
    }

    .qe__videos-title {
      font-size: 20px;
    }

    .qe__videos-illustration {
      max-height: 178px;
      max-width: 137px;
    }

    .qe__reviews-card {
      padding: 43px 32px 32px;
    }

    .qe__reviews-heading {
      font-size: 20px;
      margin-bottom: 32px;
    }

    .qe__reviews-track {
      -ms-grid-columns: 1fr 20px 1fr;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .qe__review[data-qe-hidden-mobile] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

    .qe__reviews-controls {
      display: none;
    }

    .qe__cta-btn {
      max-width: 540px;
      height: 55px;
      font-size: 17px;
    }
  }

  @media (min-width: 1024px) {
    .qe__grid {
      -ms-grid-columns: 1fr 24px 1fr;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
    }

    .qe__panel {
      padding: 40px 32px 32px;
      width: 49%;
    }

    .qe__panel-image-wrap {
      margin-bottom: 24px;
    }

    .qe__panel-heading {
      font-size: 20px;
    }

    .qe__panel-price {
      font-size: 32px;
    }

    .qe__email-btn {
      max-width: 100%;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      margin-top: 23px;
    }

    .qe__sidebar {
      /*     height: 100%; */
      width: 51%;
    }

    .qe__videos-card {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
    }

    .qe__reviews-card {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }

    .qe__reviews-track {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
    }

    .qe__review {
      height: 100%;
    }

    .qe__reviews-heading--desktop {
      display: inline;
    }

    .qe__reviews-heading--mobile {
      display: none;
    }
  }

  @media(max-width:767px) {
  .qe__cta-bar,
    .hsfc-NavigationRow,
    .qph__cta-bar {
      padding: 20px 14px 54px;
      bottom:-34px;
    }
    .safari .hsfc-NavigationRow,
    .iphone .hsfc-NavigationRow {
      padding: 20px 14px 54px;
      bottom:-34px;
      bottom:env(safe-area-inset-bottom, -34px);
      padding-bottom: calc(54px + env(safe-area-inset-bottom, 54px));
    
    }
    .qe__panel-price {
      font-size: 24px;
    }

    /*   .qe__cta-bar{bottom: env(safe-area-inset-bottom, 0);} */

    .qe__panel-header,
    .qe__notice {
      margin-bottom: 27px;
    }

    .qe__selection,
    .qe__panel-divider {
      margin-bottom: 40px;
    }

    .qe__videos-illustrations {
      display: none;
    }

    .qe__videos-content {
      max-width: 100%;
    }

    .qe__videos-card,
    .qe__reviews-card {
      border-radius: 5px;
    }

    .qe__reviews-card,
    .qe__videos-card {
      padding: 32px 24px;
    }

    .qe__videos-desc {
      margin-bottom: 67px;
    }

    .qe__reviews-heading {
      text-align: center;
    }

    .cfpk-em__trigger-btn {
      max-width: 100%;
    }
  }

  /* =========================================================
  Module CSS (inlined from modules/estimate-sent-confirmation.module/module.css)
  ========================================================= */
  .esc {
    width: 100%;
    display: none;
    background-color: #F2F7FF; padding: 80px 24px 80px 24px;
  }

  .esc__container {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border-radius: 16px;
  }

  .esc__container[style*="text-align: left"] {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .esc__container[style*="text-align: right"] {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .esc__avatar-wrap {
    position: relative;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    border: 2px solid #0048C6;
    overflow: visible;
    margin: 0 0 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .esc__avatar {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
  }

  .esc__badge {
    position: absolute;
    right: -2px;
    bottom: -2px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

  }

  .esc__sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .esc__heading {
    margin: 0 0 14px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.3px;
  }

  .esc__description {
    margin: 0 0 32px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    max-width: 540px;
  }

  .esc__description p {
    margin: 0;
  }

  .esc__description p+p {
    margin-top: 8px;
  }

  .esc__ctas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 320px;
  }

  .esc__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 48px;
    padding: 12px 28px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
    -o-transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .esc__btn-icon {
    width: 18px;
    height: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .esc__btn--primary {
    color: #ffffff;
    background-color: #F9550F;
    border: 1px solid transparent;
  }

  .esc__btn--primary:hover {
    background-color: #D9460C;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 4px 12px rgba(249, 85, 15, 0.35);
    box-shadow: 0 4px 12px rgba(249, 85, 15, 0.35);
  }

  .esc__btn--primary:focus-visible {
    outline: none;
    -webkit-box-shadow: 0 0 0 3px rgba(249, 85, 15, 0.4);
    box-shadow: 0 0 0 3px rgba(249, 85, 15, 0.4);
  }

  .esc__btn--secondary {
    color: #0048C6;
    background-color: transparent;
    border: 1px solid #0048C6;
  }

  .esc__btn--secondary:hover {
    background-color: rgba(0, 72, 198, 0.06);
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
  }

  .esc__btn--secondary:focus-visible {
    outline: none;
    -webkit-box-shadow: 0 0 0 3px rgba(0, 72, 198, 0.3);
    box-shadow: 0 0 0 3px rgba(0, 72, 198, 0.3);
  }

  form[data-form-id="7a3e1214-7e07-4a01-b936-cca5b9a07d13"] .hsfc-RichText p:first-child {
    margin-bottom: 21px;
  }

  [data-hsfc-id=Renderer] .hsfc-FieldLabel:has(span:empty) {
    display: none !important;
  }

  .simple_quote_journey {
    display: none;
  }

  .jny-step-form {
    padding-top: 32px;
  }

  @media (min-width: 768px) {
    .esc__avatar-wrap {
      width: 110px;
      height: 110px;
      margin-bottom: 32px;
    }

    .esc__badge {
      width: 30px;
      height: 30px;
    }

    .esc__heading {
      font-size: 30px;
      letter-spacing: -0.5px;
    }

    .esc__description {
      font-size: 16px;
      margin-bottom: 36px;
      color: #0a3e72;
    }
  }

  @media (min-width: 1024px) {
    .esc__avatar-wrap {
      width: 120px;
      height: 120px;
    }

    .esc__badge {
      width: 32px;
      height: 32px;
    }

    .esc__heading {
      font-size: 32px;
      margin-bottom: 16px;
    }

    .esc__description {
      font-size: 16px;
      margin-bottom: 36px;
    }

    .esc__btn {
      font-size: 16px;
      min-height: 48px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .esc__btn {
      -webkit-transition: none !important;
      -o-transition: none !important;
      transition: none !important;
    }

    .esc__btn:hover {
      -webkit-transform: none !important;
      -ms-transform: none !important;
      transform: none !important;
    }
  }

  @media (min-width: 1024px) {
    .qpm__grid {
      -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .qps__grid {
      gap: 8px 24px;
    }

    .qpl__grid {
      gap: 24px;
    }

    .qwc__grid {
      gap: 24px;
    }

    .qph__card-halo {
      width: 50px;
      height: 50px;
    }

    .qph__grid {
      gap: 24px;
    }
  }

  @media (min-width: 768px) {
    .qph__card {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      padding-top: 32px;

      padding: 0;
      border-radius: 10px;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
    }

    .qph__grid {
      -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .qph__notice {
      margin-top: 57px;
      padding: 20px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }

    .qph__skip {
      margin-top: 32px;
      text-align: left;
      width: 100%;
    }

    .qph__card-checkbox {
      top: 13px;
      right: 13px;
    }

    .qph__card-title {
      font-size: 20px;
      line-height: 25px;
      text-align: center;
    }

    .qph__card-body {
      padding: 30px 24px 32px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      gap: 24px;
    }

    .qph__sun {
      width: 32px;
      height: 32px;
    }

    .qph__card-icon-wrap {
      width: 100%;
    }

    .qph__card-icon-wrap img{max-width:50px;}

    .qph__intro {
      margin: 32px 0 48px;
    }

    .qwc__card-checkbox {
      top: 13px;
      right: 13px;
    }

    .qwc__card-title {
      font-size: 20px;
      line-height: 25px;
      margin-bottom: 12px;
      min-height: 50px;
    }

    .qwc__card-info {
      padding-bottom: 24px;
    }

    .qwc__card-body {
      padding: 0 24px 24px;
      gap: 0;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
    }


    .qwc__card-image-wrap {
      border-radius: 0;
      background-color: #F2F7FF;
      padding:24px 0px 10px;
    }

    .qwc__card {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      -ms-grid-rows: 165px 1fr;
      grid-template-rows: 165px 1fr;
      min-height: 380px;
      padding: 0;
      border-radius: 10px;
    }

    .qwc__card > *:nth-child(1) {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    .qwc__card > *:nth-child(2) {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }

    .qwc__grid {
      -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .ql__region-grid-fix {
      -ms-grid-columns: 1fr 24px 1fr;
      grid-template-columns: 1fr 1fr;
      gap: 8px 24px;
    }



    /*   .qph__cta-inner {
    gap: 40px;
  } */
    a.qph__cta-btn.qph__cta-btn--secondary {
      margin-right: 40px;
    }

    a.qph__cta-btn.qph__cta-btn--secondary:after{
      width:39px;
    }
    .qph__cta-btn {
      height: 55px;
      font-size: 17px;
    }

    .qph__cta-btn--primary {
      width: 345px;
      max-width: none;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
    }

    .qph__cta-btn--secondary {
      width: 127px;
      height: 55px;
      padding: 14px 24px;
    }

    .qpm__tabs {
      overflow-x: visible;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }

    .qpm__tab {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
      flex: 1 0 0;
    }

    .qpm__card {
      border-radius: 10px;
    }

    .qpm__card-checkbox {
      top: 13px;
      right: 13px;
    }

    .qpm__card-image-wrap {
      height: 226px;
    }

    .qpm__card-body {
      padding: 10px 24px 24px;
    }

    .qpm__card-price {
      padding-top: 24px;
    }

    .qpm__price-prefix--desktop {
      display: inline;
    }

    .qpm__price-prefix--mobile {
      display: none;
    }

    .qpm__card-size {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
    }

    .qps__grid {
      -ms-grid-columns: 1fr 24px 1fr;
      grid-template-columns: repeat(2, 1fr);
      gap: 8px 24px;
    }

    .qps__card {
      padding: 15px;
      border-radius: 10px;
    }

    .qpl__intro {
      margin: 32px 0 48px;
    }

    .qpl__grid {
      -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .qpl__card {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      -ms-grid-rows: 151px 1fr;
      grid-template-rows: 151px 1fr;
      height: auto;
      min-height: 360px;
      padding: 0;
      border-radius: 10px;
    }

    .qpl__card > *:nth-child(1) {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    .qpl__card > *:nth-child(2) {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }

    .qpl__card-image-wrap {
      border-radius: 0;
    }

    .qpl__card-info {
      padding-bottom: 24px;
    }

    .qpl__card-title {
      font-size: 20px;
      line-height: 25px;
      margin-bottom: 12px;
    }

    .qpl__card-desc {
      font-size: 14px;
    }

    .qpl__card-price {
      padding-top: 24px;
    }

    .qpl__card-checkbox {
      top: 13px;
      right: 13px;
    }

    .qpl__skip {
      margin-top: 32px;
    }
  }

  /* Mobile */
  @media (max-width: 767px) {
    .ql__header-inner {
      padding: 12px 20px;
      min-height: 70px;
    }

    .ql__header img.ql__header-logo {
      max-width: 191px;
    }

    .ql__call-us {
      padding: 7.5px 15px 7.5px 8px;
      gap: 8px;
    }

    .ql__call-us-text {
      padding-left: 0px;
    }

    .ql__call-us-number {
      display: none;
    }

    .qe__reviews-track{height:auto!important;}
    .test-swiper .test-wraps .test-videos .pop-thumbnail{height:636px!important;}
    .goggle-reviews {
      border-radius: 0 0 5px 5px;
      bottom: 6px;
    }
    .pop-thumbnail img{
      border-radius: 0 0 5px 5px;
    }
  }

  /*=========================================================Splash Thank You Module=========================================================*/
  .sty {
    font-family: 'Poppins', sans-serif;
    width: 100%;
  }

  .sty *,
  .sty *::before,
  .sty *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .sty__container {
    margin: 0 auto;
    width: 100%;
  }

  .sty__sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .sty__hero {
    background-color: #ffffff;
    border-radius: var(--sty-radius-lg);
    padding: 24px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
    -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
  }

  .sty__thanks {
    padding: 4px 4px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .sty__avatar-wrap {
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid #0048C6;
    overflow: visible;
    margin: 0 0 34px;

    -ms-flex-negative: 0;

    flex-shrink: 0;
  }

  .sty__avatar {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
  }

  .sty__avatar-badge {
    position: absolute;
    right: -2px;
    bottom: -2px;
    width: 20px;
    height: 20px;
    background-color: #1FB45F;
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sty__thanks-heading {
    margin: 0 0 14px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.4px;
    color: #0A3E72;
  }

  .sty__thanks-body {
    margin: 0 0 43px;
    font-size: 16px;
    line-height: 1.6;
    color: #0A3E72;
  }

  .sty__thanks-body p {
    margin: 0;
  }

  .sty__thanks-body p+p {
    margin-top: 8px;
  }

  .sty__thanks-emphasis {
    margin: 0 0 43px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    color: #0A3E72;
  }

  .sty__thanks-signature {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #0A3E72;
  }

  .sty__thanks-signature p {
    margin: 0;
  }

  .sty__hub {
    position: relative;
    background-color: #003BA3;
    /* corrected — deeper brand blue */
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    border-radius: var(--sty-radius);
    overflow: hidden;
    border-radius: 5px;
  }

  .sty__hub-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0px;
    padding: 52px 20px 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sty__hub-inner .sty_txt {
    text-align: center;

  }

  .sty__hub-heading {
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
  }

  .sty__hub-description {
    margin: 0 0 26px;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.92);
  }

  .sty__hub-figure {
    position: relative;
    width: 100%;
    margin: 4px 0 0;
    min-height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sty__hub-illustration {
    position: relative;
    z-index: 2;
    display: block;
    max-height: 180px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .sty__hub-pattern {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    z-index: 1;
    pointer-events: none;
  }
  .sty__hub-pattern.mobile{
    display:none;
  }
  .hub-cta-outer {
    background-color: #003289;
    padding: 20px;
  }

  .sty__hub-cta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    padding: 14px 28px;
    background-color: #ffffff;
    color: #0048C6;
    font-family: inherit;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: background-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
    -o-transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  }

  .sty__hub-cta:hover {
    background-color: #F2F7FF;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
  }

  .sty__eguides {
    margin-top: 40px;
  }

  .sty__eguides-heading {
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
  }

  .sty__eguides-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 8px;
  }

  .sty__eguides-track::-webkit-scrollbar {
    display: none;
  }

  .sty__guide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 78%;
    flex: 0 0 78%;
    scroll-snap-align: start;
    background-color: #ffffff;
    border-radius: var(--sty-radius);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
  }

  .sty__guide-cover {
    aspect-ratio: 4 / 3;
    background: -o-linear-gradient(315deg, #B4DDFF 0%, #6DBFFF 60%, #2186E6 100%);
    background: linear-gradient(135deg, #B4DDFF 0%, #6DBFFF 60%, #2186E6 100%);
    overflow: hidden;
    min-height: 178px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sty__guide-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }

  .sty__guide-cover-placeholder {
    width: 120px;
    height: 140px;
    margin: 0 auto;
  }

  .sty__guide-body {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .sty__guide-title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: #0A3E72;
    min-height: 42px;
  }

  .sty__guide-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 44px;
    padding: 10px 20px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    color: #ffffff;
    background-color: #0048C6;
    border-radius: 8px;
    text-decoration: none;
    margin-top: auto;
    -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
    transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
    -o-transition: background-color 0.2s ease, transform 0.2s ease;
    transition: background-color 0.2s ease, transform 0.2s ease;
    transition: background-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  }

  .sty__guide-btn:hover {
    background-color: #003BA3;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
  }

  .sty__guide-btn-icon {
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .sty__eguides-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin-top: 16px;
  }

  .sty__eguides-arrow {
    width: 40px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ffffff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
    -o-transition: transform 0.2s ease, box-shadow 0.2s ease;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }

  .sty__eguides-arrow:hover {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
  }

  .sty__eguides-arrow:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  /* Google Rating footer — WHITE background strip below blue section */
  .sty__footer {
    background-color: #FFFFFF;
    width: 100%;
    padding: 24px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sty__footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .sty__rating {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    background-color: transparent;
    padding: 8px 14px;
    text-decoration: none;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }

  .sty__rating:hover {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
  }

  .sty__rating-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2px;
  }

  .sty__rating-label {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.2px;
  }

  .sty__rating-row {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
  }

  .sty__rating-score {
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
  }

  .sty__rating-stars {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
  }

  .sty__rating-g svg {
    display: block;
  }

  /* Tablet+ */
  @media (min-width: 768px) {
    .sty__hero {
      -ms-grid-columns: 1fr 20px 1.173fr;
      grid-template-columns: 1fr 1.173fr;
      padding: 20px;
      gap: 20px;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
    }

    .sty__thanks {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      text-align: left;
      padding: 20px;
    }

    .sty__thanks-body {
      max-width: none;
    }

    .sty__hub-heading {
      font-size: 24px;
    }

    .sty__eguides {
      margin-top: 56px;
    }

    .sty__eguides-heading {
      font-size: 24px;
      margin-bottom: 24px;
    }

    .sty__eguides-track {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 20px 1fr;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      overflow: visible;
      padding-bottom: 0;
    }

    .sty__guide {
      -webkit-box-flex: initial;
      -ms-flex: initial;
      flex: initial;
    }

    .sty__eguides-controls {
      display: none;
    }
  }

  /* Desktop */
  @media (min-width: 1024px) {
    .sty__hero {
      padding: 20px;
      gap: 20px;
    }

    .sty__thanks {
      padding: 20px;
    }

    .sty__hub-cta {
      font-size: 16px;
      min-height: 54px;
    }

    .sty__eguides-track {
      -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
    }

    .sty__guide-title {
      font-size: 16px;
      min-height: 48px;
      line-height: 1.5;
    }

    .sty__footer {
      padding: 32px 24px;
    }
  }

  @media(max-width:767px) {
    .sty__hero {
      border-radius: 5px;
      padding: 44px 10px 10px;
      gap: 0px;
    }

    .sty__thanks {
      padding: 0 14px 48px;
    }

    .sty__thanks-heading {
      font-size: 24px;
    }

    .sty__hub-heading {
      font-size: 20px;
    }

  }

  .end_thankyou {
    display: none;
  }

  /*==================Top Progress Bar==================*/
  .progress-step-jny.completed,
  .progress-step-jny.acive {
    color: #0A3E72;
  }


  /*=================Journey Step Form===============*/


  [data-hsfc-id=Renderer] .hsfc-Button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    height: 50px;
    padding: 14px 24px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

  [data-hsfc-id=Renderer] .hsfc-Step .hsfc-NavigationRow__Buttons .hsfc-Button {
    border-radius: 8px;
    text-align: center;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6;
    text-transform: capitalize;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
  }

  [data-hsfc-id=Renderer] .hsfc-Step .hsfc-NavigationRow__Buttons .hsfc-Button:first-child {
    border: 1px solid #0048C6;
    background: #FFF;
    color: #0048C6;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  [data-hsfc-id=Renderer] .hsfc-Step .hsfc-NavigationRow__Buttons .hsfc-Button:last-child,
  [data-hsfc-id=Renderer] .hsfc-Step:nth-of-type(1) .hsfc-NavigationRow__Buttons .hsfc-Button {
    background: #0048C6;
    max-width: 345px;
    width: 100%;
    color: #FFF;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  [data-hsfc-id=Renderer] .hsfc-Step .hsfc-NavigationRow__Buttons .hsfc-Button:last-child svg,
  [data-hsfc-id=Renderer] .hsfc-Step:nth-of-type(1) .hsfc-NavigationRow__Buttons .hsfc-Button svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);

  }

  [data-hsfc-id=Renderer] .hsfc-ErrorAlert {
    font-size: 11px !important;
    line-height: 1;
    margin-top: 0;
    position: relative;
    color: #ff0000 !important;

  }

  [data-hsfc-id=Renderer] .hsfc-Row>div:has(.hsfc-ErrorAlert)>input {
    border-color: #ff0000;
  }

  [data-hsfc-id=Renderer] .hsfc-TextInput {
    height: 45px;
    padding: 10px 15px;
  }

  [data-hsfc-id=Renderer] .hsfc-RichText p {
    line-height: 1.6 !important;
  }


  [data-hsfc-id=Renderer] .hsfc-Heading {
    font-size: 32px;
  }

  [data-hsfc-id=Renderer] .hsfc-DropdownField>*:not(:last-child) {
    font-size: 16px;
    font-weight: 600;
  }

  [data-hsfc-id=Renderer] .hsfc-CheckboxInput {
    border-radius: 4px !important;
    padding: 12px !important;
  }

  [data-hsfc-id=Renderer] .hsfc-CheckboxInput:checked {
    border-radius: 5px !important;
    border: 1px solid #D0D5DD;
    background: #0048C6;
  }

  [data-hsfc-id=Renderer] .hsfc-CheckboxInput:checked:after {
    background-color: #ffffff !important;
  }

  [data-hsfc-id=Renderer] .hsfc-CheckboxFieldGroup__Options>*:not(:last-child) {
    margin-bottom: 25px;
  }

  [data-hsfc-id=Renderer] .hsfc-CheckboxFieldGroup__Options label {
    gap: 12px;
  }

  [data-hsfc-id=Renderer] .hsfc-CheckboxFieldGroup>*:not(:last-child) {
    margin-bottom: 13px !important;
  }

  [data-hsfc-id=Renderer] .hsfc-NavigationRow__Alerts {
    display: none;
  }

  .hsfc-CheckboxFieldGroup {
    margin-bottom: 6px;
  }

  .qe__modal-card label.hs-error-msg.hs-main-font-element {
    font-size: 11px;
    color: #FF0000;
  }

  .qe__modal-card form.hs-form ul.no-list.hs-error-msgs li {
    list-style: none;
    position: unset;
    padding: 0;
    margin: 0 0 12px;
    font-size: 16px;
    line-height: normal;
  }

  @media(max-width:767px) {
    .quote-calculator-main {
      padding-top: 38px;
      padding-left: 20px;
      padding-right: 20px;
    }

    [data-hsfc-id=Renderer] .hsfc-Heading {
      font-size: 24px;
      line-height: 28px;
    }

    .quote-steps-jny,
    .quote-steps {
      margin-bottom: 54px;
    }

    .steps-text-jny,
    .steps-text {
      font-size: 18px;
    }

    .quote-steps-jny .quote-item-jny,
    .quote-steps .quote-item {
      margin-bottom: 7px;
    }

    .progress-step-jny,
    .progress-step {
      font-size: 0px;
    }

    .location-state .ls_description {
      padding-bottom: 32px;
    }

    .qpm__card-image-wrap {
      padding-top: 48px;
      padding-bottom: 12px;
      height: auto;
    }

    .qpm__card-meta {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }

    .qpm__card-price {
      text-align: center;
    }

    .qpm__tabs {
      margin-bottom: 28px;
    }

    .qps__card {
      /* Legacy: IE 10 */
      display: -ms-flexbox;
      -ms-flex-direction: row-reverse;

      /* Legacy: Older Safari, Chrome, iOS */

      /* Modern: Chrome, Firefox, Edge, Safari, Opera */
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      flex-direction: row-reverse;
    }

    .qpl__intro {
      margin: 0px 0 53px;
    }

    .qpl__card-image-wrap {
      padding: 0px;
    }

    .qpl__card-body {
      padding: 20px 26px 20px;
    }

    .qwc__card-info .qwc__card-title{
      padding-right: 15px;
    }

    .qwc__card-price,
    .qpl__card-price {
      padding-top: 10px;
    }

    .qwc__card-title,
    .qpl__card-title {
      font-size: 20px;
    }

    .qpl__card-desc {
      font-size: 14px;
    }

    .qwc__card-image-wrap {
      max-width: 100%;
    }

    .qph__intro {
      margin: 0px 0px 48px;
    }

    .qph__notice {
      margin-top: 48px;
    }

    .qe__body {
      padding: 0px !important;
    }

    .qe__panel {
      padding: 48px 24px 24px;
      border-radius: 5px;
    }

    .qe__panel-heading {
      font-size: 20px;
    }

    .qe__selection-item {
      font-size: 16px;
    }

    .qe__videos-icon {
      margin-bottom: 34px;
    }

    .pop-thumbnail img {
      max-height: none;
    }

    .esc__avatar-wrap {
      width: 64px;
      height: 64px;
    }

    .esc__badge {
      width: 20px;
      height: 20px;
    }

    .esc__avatar-wrap {
      margin-bottom: 32px;
    }

    .esc__description {
      margin-bottom: 57px;
    }

    .esc {
      padding-left: 0px;
      padding-right: 0px;
    }

    .jny-step-form {
      padding-top: 0px;
    }

    .sty__hub-cta {
      min-height: 55px;
    }

    .sty__eguides {
      margin-top: 64px;
    }

    .sty__guide {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 62%;
      flex: 0 0 62%;
    }

    .sty__eguides-arrow {
      width: 48px;
      height: 48px;
    }

    .ql__state-btn {
      min-width: 101px;
    }

    .qph__card-icon-wrap {
      padding-top: 0px;
    }

    .qph__card-icon-wrap img{max-width:64px;}

    .quote-progress-jny, .quote-progress{
      gap:3px;
    }

    .qwc__card{padding:0px;-ms-grid-columns:180px 1fr;grid-template-columns:180px 1fr;}
    .qwc__card-body{padding-left:10px;}
    .sty__hub-inner{padding-top:35px;}
    .sty__hub-illustration{margin-bottom:-20px;}
    .hub-cta-outer{position:relative;z-index:2;}
    .sty__hub-description{margin-bottom:0px;}
    .sty__hub-figure{margin-top:18px;}

  }

  @media(max-width:767px) {

    [data-hsfc-id="Renderer"] .hsfc-Step:not(:nth-of-type(1)) .hsfc-NavigationRow__Buttons .hsfc-Button:first-child span,
    a.qph__cta-btn[data-qph-cta-back] span {
      display: none;
    }

    [data-hsfc-id=Renderer] .hsfc-Step:not(:nth-of-type(1)) .hsfc-NavigationRow__Buttons .hsfc-Button:first-child {
      padding: 12px 12.5px;
      width: auto !important;
    }

    [data-hsfc-id=Renderer] .hsfc-NavigationRow__Buttons {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 12px;
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important;
    }

    *:not(.qph__cta-btn) {
      -webkit-tap-highlight-color: transparent;
    }

    /*   .qph__cta-btn span {
    pointer-events: none;
  } */
    .qph__cta-btn--primary {
      max-width: 100%;
    }

    .qe__reviews-card .dot-filler {
      display: none;
    }

    .sty__eguides-trk-main {
      margin: 0 -24px;
    }

    .sty__eguides-track {
      margin: 0 0 0 24px;
      padding-right: 24px;
    }
    .qpl__card{
      height:auto;
    }
    .sty__hub-pattern.desktop{
      display:none;
    }
    .sty__hub-pattern.mobile{
      display:block;
      height:auto;
    }
    .qe__videos-track{
      max-height:250px;
    }
  }
  .qph__cta-btn.disable{
    pointer-events: none;
    background-color: #80A3E3;
  }
  [data-hsfc-id=Renderer] .hsfc-DropdownInput__Caret>span {
    width: 11px !important;
    height: 7px !important;
    border: none !important;
    background-image: url(https://www.completefibreglasspoolkits.com.au/hubfs/Quote_Builder_Images/Drop_down_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }

  [data-hsfc-id=Renderer] .hsfc-CheckboxInput:checked:after {
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTIgOSIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTEwLjQxMDQgMEw0LjI5NjIgNS42NzIxNUwxLjcxMDQ4IDIuOTEyNzVMMCA0LjUxNTU2TDQuMTc3MzcgOC45NzM1NEwxMiAxLjcyMzExTDEwLjQxMDQgMFoiIGZpbGw9IndoaXRlIi8+PC9zdmc+)  !important;
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTIgOSIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTEwLjQxMDQgMEw0LjI5NjIgNS42NzIxNUwxLjcxMDQ4IDIuOTEyNzVMMCA0LjUxNTU2TDQuMTc3MzcgOC45NzM1NEwxMiAxLjcyMzExTDEwLjQxMDQgMFoiIGZpbGw9IndoaXRlIi8+PC9zdmc+) !important;
    -webkit-mask-size: 60%  !important;;
    mask-size: 60%  !important;;
  }
  [data-hsfc-id=Renderer] .hsfc-DropdownOptions__Search {
    display: none;
  }
  .as-h .video-popup__video-frame {
    max-width: 900px;
  }
  .vidoe-popup-testi {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color:  rgba(0, 0, 0, 0.85);
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index:999;
    -webkit-transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    -o-transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    padding:30px 20px;
  }
  .vidoe-popup-testi::-webkit-scrollbar-track {
    border-radius:0;
  }
  /* Handle */
  .vidoe-popup-testi::-webkit-scrollbar-thumb {
    background:transparent; 
    border-radius:0px;
  }
  .vidoe-popup-testi.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
    -o-transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
    transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
  }
  .video-popup__modal{
    display:none;
  }
  .vidoe-popup-testi.is-visible .video-popup__modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height:100%;
  }

  button.video-popup__trigger {
    border: none;
    border-radius: 0;
    cursor: pointer;
    background: transparent;
    width:100%;
  }

  .video-popup__video-frame video {
    width: 100%;
    height: calc(100vh - 110px);
  }
  .as-h .video-popup__video-frame video{
    max-height:506.5px;
  }
  .as-v .video-popup__video-frame video{
    max-height: 700px;
  }
  button.video-popup__close {
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    -webkit-transition: background 0.18s ease, -webkit-transform 0.18s ease;
    transition: background 0.18s ease, -webkit-transform 0.18s ease;
    -o-transition: background 0.18s ease, transform 0.18s ease;
    transition: background 0.18s ease, transform 0.18s ease;
    transition: background 0.18s ease, transform 0.18s ease, -webkit-transform 0.18s ease;
    width: 40px;
    height: 40px;
    max-width: 40px;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 10px;
  }
  .video-popup__close:hover {
    background: rgba(255, 255, 255, 0.22);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  button.video-popup__close svg{
    width:20px;
    height:20px;
  }
  [data-hsfc-id=Renderer] .hsfc-Button[disabled]{
    cursor: not-allowed;
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
  }
  @media(max-width:767px){
    button.video-popup__close {
      width: 30px;
      height: 30px;
    }
    button.video-popup__close svg{
      width:15px;
      height:15px;

    }
    .as-h .video-popup__video-frame video{
      height:auto !important;
    }
  }
  @media(min-height:767px){
    .as-v .video-popup__video-frame video{
      height:auto !important;
    }
  }
  .loading a.qph__cta-btn {
    cursor: not-allowed;
    opacity:0.5;
    pointer-events:none;
  }

  body.loading {
    pointer-events:none;
    opacity:0.5;
  }
  .qph__cta-bar{
    will-change: opacity;
    transition: all 0.2s ease;
  }
  body.loading .qph__cta-bar{
    opacity:0;
    visibility:hidden;
  }



/*================Light and Transformer Mobile Image================*/


.qpl__card-image.desktop,
.qpl__card-image.mobile{ display:none;}

@media(min-width:768px){
  .qpl__card-image.desktop{display:block;}
}

@media(max-width:767px){
  .qpl__card-image.mobile{display:block;}
}


