@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/montserrat/Montserrat-VariableFont_wght.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Italic";
  src: url("/fonts/montserrat/Montserrat-Italic-VariableFont_wght.woff2") format("woff2");
  font-style: italic;
  font-display: swap;
}
/**
 * Bootstrap Reboot
 * we need this stuff so web and print match
 */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
}

table {
  border-collapse: collapse;
}

/* Bootstrap Reboot */
* {
  box-sizing: border-box;
}

html {
  width: 100%;
}

@media (max-width: 1140px) {
  .hide-on-tablet {
    visibility: hidden;
    pointer-events: none;
    display: none;
  }
}
iconify-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
}

.icon-inline {
  display: inline-flex;
  background: transparent;
  vertical-align: -0.16rem;
}
.icon-inline:not(.icon--no-size) {
  width: auto;
  height: auto;
}
.icon-inline:not([data-element-loaded="1"]) {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0.125em;
}

.icon-inline[width="16"] {
  width: 1rem;
  height: 1rem;
}

.icon-star {
  font-size: 1em;
}

.yellow-stars .icon-star {
  color: #fbbc05;
}

.large-stars .icon-star {
  font-size: 1.25rem;
  margin-right: 0.125rem;
}
.large-stars .icon-star:last-child {
  margin-right: 0;
}

/* ------------------------------------------------------------
    Base Styles 
---------------------------------------------------------- */
:root {
  --swiper-navigation-color: #54b4b0 !important;
  --swiper-theme-color: #54b4b0 !important;
}

body {
  background: #fff;
  color: var(--body-font-color);
  font-family: var(--ff-body);
  font-display: swap;
  height: 100%;
  position: relative;
}

html,
body {
  height: 100%;
  overflow-x: hidden;
}

#smooth-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

#smooth-content {
  min-height: 100vh; /* Make sure it at least takes up the full viewport height */
  position: relative; /* Ensure it is within the normal document flow */
}

.bottom-smooth-scroll-spacer {
  display: block;
  width: 100%;
  height: 40px;
}

.main-content {
  z-index: 0;
  padding-top: var(--main-content-padding-top);
}

.videoTitle {
  font-weight: 500;
  text-align: center;
}

a {
  color: var(--clr-primary);
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}

a:hover,
a:active,
a:focus,
a.link:hover,
a.link:active,
a.link:focus {
  color: #499d98;
  outline: none;
  text-decoration: none !important;
}

a.link {
  cursor: pointer;
}

.arrow-link {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.arrow-link .arrow-icon {
  width: 1em;
  height: 1em;
  transform: translateX(-100%);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

p {
  padding: 0;
  margin: auto;
}

.EditText p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ff-heading);
  font-weight: 600;
  margin: 0 0 10px 0;
  padding: 0;
  color: var(--clr-secondary) !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

strong {
  font-weight: 700;
}

.hr {
  border-bottom: 3px solid var(--clr-primary);
  width: 100%;
  margin-top: -5px;
  margin-bottom: 10px;
}
.hr.hr--short {
  max-width: 110px;
}

.fa {
  font-display: swap;
}

.bg-light {
  background-color: var(--clr-light) !important;
}

.btn,
.btn *,
.btn-sm,
.btn-sm *,
.btn-lg,
.btn-lg * {
  border-radius: 0 !important;
}

.btn-gray {
  background-color: #6c757d;
  color: #fff;
  border-color: #6c757d;
}
.btn-gray:hover, .btn-gray:active, .btn-gray:focus {
  background-color: var(--clr-secondary-gray);
  color: var(--clr-white);
}

.fw-bold {
  font-weight: 600 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.form-label {
  font-weight: 600;
}

.text-cta {
  color: var(--clr-cta);
}

.text--uppercase {
  text-transform: uppercase !important;
}

.text-wrap--balance {
  text-wrap: balance;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.w-80 {
  width: 80% !important;
  margin-inline: auto !important;
}

.text-sm {
  font-size: 0.875rem;
}

.text-xs {
  font-size: 0.75rem;
}

.text-primary-gray {
  color: var(--clr-primary-gray);
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-capitalize {
  text-transform: capitalize !important;
}

.text-primary {
  color: var(--clr-primary) !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: var(--clr-primary-hover) !important;
}

.text-secondary {
  color: var(--clr-secondary) !important;
}

.text-warning {
  color: var(--bs-warning) !important;
}

.text-danger {
  color: var(--bs-danger) !important;
}

.text-primary-gray {
  color: var(--clr-primary-gray) !important;
}

section#holidaySelectContainer {
  padding-top: 20px;
  height: max-content !important;
}

.large-flex-reverse {
  position: absolute;
  right: 0px;
  top: 10px;
}

li#AllProductsElement {
  position: relative;
  top: -5px;
}

.modal-body iframe {
  max-height: calc(100vh - 209px);
}

.opt-out-email {
  color: var(--clr-primary);
  padding: 1em 0 1em 0;
}

::-webkit-scrollbar {
  width: 21px;
}

::-webkit-scrollbar-track {
  background-color: #f9f9f9;
}

::-webkit-scrollbar-thumb {
  background-color: #bbbdbf;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
  min-height: 50px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--clr-primary-gray);
}

.custom-control-input:checked ~ .custom-control-label::after {
  cursor: pointer;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: var(--clr-primary);
  background-color: var(--clr-primary);
  cursor: pointer;
}

.custom-switch .custom-control-label::before,
.custom-switch .custom-control-label::after {
  cursor: pointer;
}

span.bullet {
  display: inline;
  font-size: 1.5rem;
}

[contenteditable][placeholder]:empty:before {
  content: attr(placeholder);
  position: absolute;
  background-color: transparent;
}

.error {
  color: red;
  font-size: 11px;
  margin: 0;
}

.back-to-top {
  position: fixed;
  display: none;
  background: var(--clr-primary);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 30;
}

.back-to-top:focus {
  background: var(--clr-primary);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #4fa5a1;
  color: #fff;
}

.label {
  text-transform: uppercase;
  color: var(--clr-primary-gray);
  font-size: 0.7em;
  margin-bottom: 0;
  font-weight: 600;
}

[contenteditable] {
  outline: 0px solid transparent;
}

.sticky-top {
  background-color: #ffffff;
}

.flush-top {
  margin-top: 0 !important;
}

.pad-top {
  margin-top: 1em;
}

.element--preload:not(.icon.element--preload) {
  position: relative;
  overflow: hidden;
}
.element--preload:not(.icon.element--preload)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--clr-light);
  opacity: 0;
  z-index: 1;
}

.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  transition: all 0.3s ease-in-out;
}

.container-xl-fw {
  max-width: 1750px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.container-xl-tf {
  max-width: 1400px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.double-chevron {
  font-weight: bold;
  font-size: 18px;
}

.social-links {
  display: flex;
  align-items: center;
  font-size: 1rem;
  justify-content: center;
  flex-flow: row nowrap;
}
.social-links a {
  color: var(--clr-primary-gray);
}
.social-links a:hover {
  color: var(--clr-primary);
}
.social-links a:first-child {
  border-left: 0;
}
.social-links .divider {
  padding-inline: 0.75rem;
}
.social-links.social-links--footer {
  gap: 1rem;
  font-size: 2.5rem;
  justify-content: flex-start;
}
.social-links.social-links--footer a {
  color: var(--clr-primary) !important;
  transition: all 200ms ease-in-out;
}
.social-links.social-links--footer a:hover {
  color: var(--clr-primary-light) !important;
}

.product-link-btn {
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.55);
  margin: 0 5px 0 5px;
  cursor: pointer;
  background: none;
  border: 0;
  transition: ease 0.6s;
}

.product-link-btn:hover {
  color: var(--primary-color);
}

.spinner {
  width: 5rem;
  height: 5rem;
  margin: 5rem auto;
  z-index: 3;
  transform-origin: unset;
  -webkit-transform-origin: unset;
}

#findings_container {
  height: 350px;
  z-index: 1;
}

#findings_container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/img/BackgroundHomes_blank.png);
  background-repeat: no-repeat;
  filter: invert(6%) brightness(1);
  z-index: -1; /* push it behind the content */
  pointer-events: none; /* allow clicks through */
  background-position: bottom;
}

.check-list {
  list-style-type: none;
  margin-block: 0.5rem;
}
.check-list a {
  color: inherit;
}
.check-list.check-list--columns-2, .check-list.check-list--columns-3 {
  width: max-content;
}
@media screen and (min-width: 64em) {
  .check-list.check-list--columns-2, .check-list.check-list--columns-3 {
    column-gap: 1.5rem;
  }
}
.check-list.check-list--columns-2 {
  columns: 2;
}
.check-list.check-list--columns-3 {
  columns: 3;
}

.check-list li.list-item {
  display: flex;
  align-items: start;
  margin-bottom: 0.25rem;
}
.check-list li.list-item:last-child {
  margin-bottom: 0;
}
.check-list li.list-item--check::before {
  content: "\f14a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  color: var(--bs-primary);
  margin-top: 0.1875rem;
}

.check-list-no-margin-left {
  margin-left: 0;
  padding-left: 0;
}

.check-box {
  display: inline-block;
  --_size: 1.5rem;
  width: var(--_size);
  height: var(--_size);
  position: relative;
  top: -2px;
}

.check-box path {
  fill: var(--success);
}

.list-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  --_size: 1.5rem;
  width: var(--_size);
  height: var(--_size);
  background-color: var(--secondary-color);
  color: #fff;
  border-radius: 50%;
  font-weight: 600;
  font-size: 0.875rem;
  margin-top: 0.125rem;
}

#scheduleCallModal {
  max-width: 900px;
  margin: 0 auto;
}

.box-shadow--sm {
  box-shadow: 0.5px 1px 1px hsla(0, 0%, 0%, 0.25);
}

.box-shadow--md {
  box-shadow: 1px 2px 2px hsla(0, 0%, 0%, 0.1), 2px 4px 4px hsla(0, 0%, 0%, 0.1), 3px 6px 6px hsla(0, 0%, 0%, 0.1);
}

.box-shadow--lg {
  box-shadow: 1px 2px 2px hsla(0, 0%, 0%, 0.1), 2px 4px 4px hsla(0, 0%, 0%, 0.1), 4px 8px 8px hsla(0, 0%, 0%, 0.1), 8px 16px 16px hsla(0, 0%, 0%, 0.1), 16px 32px 32px hsla(0, 0%, 0%, 0.1);
}

.text-required {
  color: var(--bs-danger);
}

.rockies-container {
  display: flex;
  justify-content: flex-end;
}

.rockies-container .box {
  background: var(--clr-primary);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 0 0 8px 8px;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.1em;
  cursor: pointer;
  transition: 0.2s all ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 64em) {
  .rockies-container .box {
    margin-right: 1rem;
  }
}

.rockies-container .box p {
  margin: 0;
  margin-right: 1.5em;
}

.rockies-container .box:hover {
  background: #4fa5a1;
}

.rockies-container2 {
  position: static;
  margin: auto;
  z-index: 20;
  display: flex;
  justify-content: center;
  background: #f0f6f6;
  padding-top: 2em;
  margin-bottom: -4em;
}

.rockies-container2 .box {
  background: var(--primary-color);
  color: white;
  padding: 0.6rem 2rem;
  border-radius: 8px;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.2em;
  cursor: pointer;
  transition: 0.2s all ease;
  display: flex;
  align-items: center;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.rockies-container2 .box p {
  margin: 0;
  margin-left: 1em;
}

.rockies-container2 .box:hover {
  background: #4fa5a1;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.rockies-text {
  color: #f15a29;
  cursor: pointer;
  transition: all 0.1s ease;
}

.rockies-text strong {
  font-size: 1.1em;
}

.rockies-text:hover {
  color: #c74a22;
}

.icon-bullets img {
  width: 80px;
  padding: 0.3em 0.5em;
  margin-right: 10px;
}

.branding-options-table {
  display: flex;
  width: 100%;
  margin-inline: auto;
  padding: 0;
  justify-content: center;
}
.branding-options-table table {
  width: 100%;
  max-width: 700px;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
.branding-options-table table th,
.branding-options-table table td {
  vertical-align: middle;
  padding: 0.5rem;
}
.branding-options-table table th {
  line-height: 1.25;
  font-weight: 400;
}
.branding-options-table table th h5 {
  margin: 0;
  padding: 0;
}
.branding-options-table table td .icon {
  font-size: 2rem;
  color: var(--clr-black);
}
.branding-options-table table td .icon--check {
  color: var(--clr-primary);
}
.branding-options-table table td {
  border-bottom: 0.0625rem solid #ced0d1;
}
.branding-options-table table td:nth-child(1), .branding-options-table table td:nth-child(2) {
  border-right: 0.0625rem solid #ced0d1;
}

#pricing-page {
  padding: 80px 0;
  background-color: #f0f6f6;
}

#pricing-page .pricing-top-pad {
  padding-top: 30px;
}

#pricing-page table {
  background-color: #ffffff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

#pricing-page .page-title p {
  font-size: 14px;
  color: var(--primary-color);
}

#pricing-page .pricing-main .price-row {
  padding: 1px;
  margin: 5px 0;
  text-align: center;
  background-color: #dee2e6;
}

.card.product-box {
  transition: border-color 0.2ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.card.product-box:hover {
  border-color: var(--bs-primary);
}

#pricing-page .pricing-main .product-box-title h3 {
  font-size: 27px;
  font-weight: 700;
  color: #000000;
  margin-top: 20px;
}

#pricing-page .pricing-main .product-box-title h3 span {
  font-size: 18px;
  font-weight: 500;
}

#pricing-page .pricing-main h4.size {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin-top: 20px;
}

#pricing-page .pricing-main .product-box-title .h-seperator {
  border-bottom: 3px solid var(--primary-color);
  width: 100%;
  max-width: 110px;
  margin-bottom: 10px;
}

#pricing-page .pricing-main .price-row .col-lg-3,
#pricing-page .pricing-main .price-row .col-lg-4,
#pricing-page .pricing-main .price-row .col-md-6,
#pricing-page .pricing-main .price-row .col-md-12 {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

#pricing-page .pricing-main .price-row .price-box h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

#pricing-page .pricing-main .price-row .price-box h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}

#pricing-page .pricing-main .price-row .price-box .col-12,
#pricing-page .pricing-main .price-row .price-box .col-6 {
  padding: 10px;
  background-color: #ffffff;
  border: solid 1px #dee2e6;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#pricing-page .pricing-main .price-row .price-box .header-box {
  background-color: var(--secondary-color);
  border: none;
  color: #ffffff;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 80px;
}

#pricing-page .pricing-main .price-row .price-box .header-box h3 span {
  font-size: 12px;
}

#pricing-page .pricing-main .price-row .price-box .size-box {
  background-color: #f0f6f6;
  color: #444444;
}

#pricing-page .pricing-main .price-row .price-box .split-box {
  background-color: #efecec;
  color: #444444;
}

#pricing-page .pricing-main .product-box-title {
  padding: 5px 20px;
}

#pricing-page #scroller-main {
  position: relative;
  z-index: 4;
  padding-top: 10px;
}

#pricing-page #scroller-main p {
  margin-bottom: 0;
}

#pricing-page #scroller-main .left-fade {
  position: absolute;
  height: 100%;
  top: 0;
  left: 20px;
  width: 100px;
  z-index: 6;
  background: linear-gradient(to right, var(--secondary-color) 35%, rgba(4, 33, 62, 0) 50%, rgba(4, 33, 62, 0) 100%);
}

#pricing-page #scroller-main .right-fade {
  position: absolute;
  height: 100%;
  top: 0;
  right: 20px;
  width: 120px;
  z-index: 6;
  background: linear-gradient(to left, #ffffff 30%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.3) 70%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

#pricing-page .category-scroller {
  background-color: #fff;
  display: flex;
  width: 100%;
  padding: 20px 40px;
  position: initial;
}

#pricing-page .category-scroller .scroll-item {
  color: #444444;
  margin-right: 10px;
  padding: 5px 15px;
  border-radius: 10000px;
  border: solid 1px #e4e4e4;
  background-color: #f4f4f4;
  width: auto;
  transition: ease 0.3s;
}

#pricing-page .category-scroller .scroll-item:hover {
  background-color: #6d6e71;
  border: solid 1px #444444;
  color: #ffffff;
}

#pricing-page .current {
  background-color: #6d6e71 !important;
  border: solid 1px #444444 !important;
  color: #ffffff !important;
}

#pricing-page .category-scroller .scroll-item p {
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#pricing-page .owl-nav .owl-next {
  position: absolute;
  right: 25px;
  top: 55%;
  transform: translate(0, -50%);
  z-index: 6;
}

#pricing-page .owl-nav .owl-prev {
  position: absolute;
  left: 25px;
  top: 55%;
  transform: translate(0, -50%);
  z-index: 6;
}

#pricing-page .owl-nav .owl-next img {
  width: 100%;
  max-width: 8px;
  opacity: 1;
  transition: ease 0.3s;
  height: 100%;
  filter: invert(50%);
}

#pricing-page .owl-nav .owl-prev img {
  width: 100%;
  max-width: 8px;
  opacity: 1;
  transition: ease 0.3s;
  height: 100%;
  filter: invert(50%);
}

#pricing-page .owl-nav .owl-next img:hover,
#pricing-page .owl-nav .owl-prev img:hover {
  opacity: 0.7;
}

#pricing-page #TFR::before {
  display: block;
  content: " ";
  margin-top: -80px;
  height: 80px;
  visibility: hidden;
  pointer-events: none;
}

#pricing-page #JLJS-price::before {
  display: block;
  content: " ";
  margin-top: -80px;
  height: 80px;
  visibility: hidden;
  pointer-events: none;
}

#pricing-page #MPP::before {
  display: block;
  content: " ";
  margin-top: -80px;
  height: 80px;
  visibility: hidden;
  pointer-events: none;
}

#pricing-page #HVE::before {
  display: block;
  content: " ";
  margin-top: -80px;
  height: 80px;
  visibility: hidden;
  pointer-events: none;
}

#pricing-page #SPC::before {
  display: block;
  content: " ";
  margin-top: -80px;
  height: 80px;
  visibility: hidden;
  pointer-events: none;
}

#pricing-page #BPC::before {
  display: block;
  content: " ";
  margin-top: -80px;
  height: 80px;
  visibility: hidden;
  pointer-events: none;
}

#pricing-page #LEA::before {
  display: block;
  content: " ";
  margin-top: -80px;
  height: 80px;
  visibility: hidden;
  pointer-events: none;
}

#pricing-page #LB::before {
  display: block;
  content: " ";
  margin-top: -80px;
  height: 80px;
  visibility: hidden;
  pointer-events: none;
}

#pricing-page #FB::before {
  display: block;
  content: " ";
  margin-top: -80px;
  height: 80px;
  visibility: hidden;
  pointer-events: none;
}

#pricing-page {
  padding: 60px 20px;
  background-color: #f0f6f6;
}

#deals-page {
  padding: 80px 0;
  background-color: #f0f6f6;
}

#pricing-page table {
  background-color: #ffffff;
}

#pricing-page h1 {
  color: #000000;
  font-size: 2.7em;
  font-weight: 700;
  margin-bottom: 20px;
}

#pricing-page p {
  margin-bottom: 10px;
}

#pricing-page .full-pricing-card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

#pricing-page .h-seperator {
  border-bottom: 3px solid var(--primary-color);
  width: 100%;
  max-width: 110px;
  margin-top: -5px;
  margin-bottom: 20px;
}

#faqAccordion .accordion-button {
  font-weight: 600;
}

.main-logo-box {
  display: flex;
  align-items: end;
}

.nomls {
  background: url("/img/ActTodaySidebar.png");
  background-repeat: no-repeat;
  width: 200px;
  height: 400px;
  background-size: 90%;
  float: right;
  margin-top: 180px;
}

.main-logo-inner {
  display: flex;
  align-items: center;
  order: 1;
  margin: 4px;
}
@media screen and (max-width: 768px) {
  .main-logo-inner {
    align-items: center;
  }
}

.reviews-small-mobile {
  display: none;
}

.global-header {
  display: block;
  width: 100%;
  padding-block: 0.5rem;
  background-color: var(--clr-white);
  z-index: 1024;
  height: 110px;
}
@media screen and (max-width: 768px) {
  .global-header {
    height: auto;
    max-height: 94px;
    padding-inline: 0;
  }
}
.global-header.global-header--fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1024;
  padding-block: 0.125rem;
}
.global-header .global-header__container {
  width: 100%;
  height: 100%;
}
.global-header #logo img {
  transition: opacity 0.6s;
  -ms-transition: opacity 0.6s;
  padding: 5px 0;
}
.global-header #logo img.transparent {
  opacity: 0;
  width: 0;
  padding: 0;
  margin: 0;
}
.global-header #logo1 {
  width: 100%;
  max-width: 100px;
}
@media screen and (max-width: 768px) {
  .global-header #logo1 {
    max-width: 80px;
  }
}
.global-header #logo2 {
  width: 55px;
  max-width: 100%;
}
.global-header #logo3 {
  width: 100%;
  max-width: 145px;
  padding-right: 10px;
}
.global-header .rspusa-logo-color-svg {
  width: clamp(70px, 15vw, 90px);
  transition: all 0.3s ease-in-out;
}
.global-header #logo__tagline {
  display: grid;
  border-left: 3px solid var(--clr-primary);
  margin-left: 0.5rem;
  width: 236px;
  height: 100%;
  position: relative;
  overflow: hidden;
  font-family: var(--ff-logo);
}
@media screen and (max-width: 768px) {
  .global-header #logo__tagline {
    margin-bottom: 0;
    justify-content: start;
  }
}
.global-header #logo__tagline p {
  color: var(--clr-secondary);
  margin-bottom: 0;
  line-height: 17px;
  padding: 0 6px;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
}
.global-header #logo__tagline .reviews {
  display: flex;
  align-items: center;
  padding: 2px 6px;
  margin-top: 2px;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  background-color: var(--clr-primary);
  vertical-align: middle;
  transform-origin: bottom center;
  opacity: 0;
  height: 0;
  transform: translateX(-100%);
}
.global-header #logo__tagline .reviews span:first-child {
  margin-right: 0.25rem;
}
.global-header #logo__tagline .star-icon {
  font-size: 0.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--clr-white);
}
.global-header #logo__tagline .star-icon:first-of-type {
  margin-left: 6px;
}

:root {
  --z-index-base: 1;
  --z-index-header: 100;
  --z-index-swiper: 50;
  --z-index-offcanvas: 10000;
  --z-index-offcanvas-backdrop: 9999;
}

body.offcanvas-open {
  overflow: clip;
  padding-inline: 0 !important;
}

.btn-close {
  position: absolute !important;
  right: 1rem !important;
  top: 1rem;
}

/* Offcanvas positioning */
.offcanvas {
  z-index: var(--z-index-offcanvas) !important;
}

/* Offcanvas backdrop */
.offcanvas-backdrop {
  z-index: var(--z-index-offcanvas-backdrop) !important;
}

/* Full height offcanvas */
.offcanvas.offcanvas-end.h-100 {
  z-index: 1041;
}

/* Remove internal scrolling */
.offcanvas-body {
  overflow-y: visible;
  padding-bottom: 1rem;
  background: var(--clr-white);
}

.navbar-nav--desktop {
  width: 100%;
  justify-content: flex-end;
  display: none;
  /* Enable hover effect for dropdown */
  /* Ensure submenu is positioned correctly */
  /* Show the submenu when hovering */
  /* Fix for offcanvas menus */
}
@media screen and (min-width: 1160px) {
  .navbar-nav--desktop {
    display: flex;
  }
}
.navbar-nav--desktop .dropdown-toggle::after {
  display: none;
}
.navbar-nav--desktop .nav-item {
  transition: all 200ms ease-in-out;
}
.navbar-nav--desktop .nav-item.is-overflown {
  display: none;
}
.navbar-nav--desktop .nav-item .fa-chevron-right {
  transition: transform 200ms ease-in-out;
}
.navbar-nav--desktop .nav-item:has(.fa-chevron-right):hover .fa-chevron-right {
  transform: translateX(0.25rem);
}
.navbar-nav--desktop .nav-link {
  font-size: 1rem;
  transition: color 200ms ease-in-out;
  font-weight: 500;
}
.navbar-nav--desktop .nav-link .icon-inline {
  font-size: 0.75rem;
  margin-left: 0.125rem;
  vertical-align: -0.07em;
}
.navbar-nav--desktop .navbar-nav .dropdown-menu {
  background: var(--clr-white);
}
.navbar-nav--desktop .navbar-nav .dropdown:hover > .dropdown-menu {
  display: block;
  position: absolute;
  margin-top: -2px;
}
.navbar-nav--desktop .dropdown-submenu {
  position: relative;
}
.navbar-nav--desktop .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -2px;
  display: none;
  position: absolute;
}
.navbar-nav--desktop .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.navbar-nav--desktop .offcanvas-body .dropdown-menu {
  position: static !important;
}
.navbar-nav--desktop .dropdown-menu {
  background-color: var(--clr-white);
  border-left: 1px solid var(--clr-light-gray);
  border-right: 1px solid var(--clr-light-gray);
  border-bottom: 1px solid var(--clr-light-gray);
  box-shadow: 1px 2px 2px hsla(0, 0%, 0%, 0.1), 2px 4px 4px hsla(0, 0%, 0%, 0.1), 3px 6px 6px hsla(0, 0%, 0%, 0.1);
}
.navbar-nav--desktop .dropdown-menu::before {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background-color: var(--clr-primary);
  position: absolute;
  top: 0;
  left: 0;
}
.navbar-nav--desktop .dropdown-menu.non-nav {
  border: 1px solid var(--clr-light-gray);
}
.navbar-nav--desktop .dropdown-menu.non-nav::before {
  display: none;
}
.navbar-nav--desktop .dropdown-menu .account-menu-nav ul {
  list-style: none;
  padding-left: 0;
}
.navbar-nav--desktop .dropdown-menu .account-menu-nav ul li.nav-item .nav-link {
  color: var(--bs-dark);
}
.navbar-nav--desktop .dropdown-menu .account-menu-nav ul li.nav-item .nav-link:hover, .navbar-nav--desktop .dropdown-menu .account-menu-nav ul li.nav-item .nav-link:active {
  color: var(--bs-primary);
}
.navbar-nav--desktop .dropdown-item {
  font-weight: 700;
}
.navbar-nav--desktop .dropdown-item:active {
  color: var(--clr-white);
}
.navbar-nav--desktop .dropdown-item:hover {
  color: var(--clr-white);
}
.navbar-nav--desktop .dropdown-item.dropdown-item--indent {
  font-weight: 400;
}
.navbar-nav--desktop .my-account-btn {
  margin-left: 0;
}
@media screen and (min-width: 1280px) {
  .navbar-nav--desktop .my-account-btn {
    margin-left: 2rem;
  }
}

.navbar-nav--mobile li:has(ul) > a {
  font-weight: 600 !important;
}
.navbar-nav--mobile ul > li:has(.dropdown-item--indent) {
  padding-left: 2.125em;
  font-weight: 400;
}

.global-header [class*=col-]:has(.navbar-toggler) {
  padding-right: 0 !important;
}

.navbar-toggler {
  display: none;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateX(2rem);
  border: none;
  outline: none;
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  right: 0;
}
.navbar-toggler:focus {
  outline: none;
}
@media screen and (min-width: 1100px) {
  .navbar-toggler {
    display: block;
  }
}

button.navbar-toggler:focus,
button.navbar-toggler:focus-visible {
  outline: none;
  box-shadow: none;
}

/* Swiper adjustments */
.homepage-slideshow.swiper {
  z-index: var(--z-index-swiper) !important;
}

/* Header adjustments */
.global-header {
  z-index: var(--z-index-header) !important;
  position: fixed;
}

/* Body handling when offcanvas is open */
body.offcanvas-open {
  overflow: hidden;
}

body.offcanvas-open .homepage-slideshow.swiper {
  z-index: var(--z-index-base) !important;
}

.offcanvas-title svg {
  max-width: 60px;
}

@media (max-width: 1160px) {
  .offcanvas .dropdown-menu {
    position: static !important;
    transform: none !important;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .offcanvas .dropdown-menu.show {
    display: block;
  }
}
#company-rating {
  padding: 30px 0;
  margin: 0 auto;
}

#company-rating p {
  padding: 0;
  margin: 0;
}

#company-rating img {
  width: 100%;
  max-width: 190px;
  margin-bottom: 10px;
}

#company-rating .company-rating-display {
  display: block;
  color: #333;
}

#company-rating .company-rating-average {
  color: #fbbc05;
  font-weight: 700;
  font-size: 40px;
  display: inline-block;
  margin-right: -10px;
}

#company-rating .company-rating-average-alt {
  color: #fbbc05;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: -20px;
}

#company-rating .sub-rating {
  color: var(--clr-black);
  font-size: 18px;
  display: inline-block;
  font-weight: 700;
}

#company-rating .company-rating-stars {
  display: inline-block;
  line-height: 20px;
}

#company-rating .company-rating-stars .icon {
  font-size: 20px;
  color: #fbbc05;
  margin-bottom: 0.25rem;
}

#company-rating .company-rating-stars p {
  font-size: 22px;
  color: var(--clr-black);
}

#company-rating .company-rating-stars-alt {
  line-height: 20px;
  margin-top: 20px;
}

#company-rating .company-rating-stars-alt .icon {
  font-size: 20px;
  color: #fbbc05;
}

#company-rating .company-rating-display .fa {
  transition: 0.2s ease-in;
}

#company-rating .company-rating-count {
  color: var(--clr-black);
  font-size: 14px;
  transition: 0.2s ease-in;
}

#company-rating .company-rating-count:hover {
  color: var(--clr-primary);
}

#company-rating .company-rating-count-alt {
  color: var(--clr-black);
  font-size: 14px;
  transition: 0.2s ease-in;
  margin-top: 10px;
}

#company-rating .company-rating-count-alt:hover {
  color: var(--clr-primary);
}

#company-rating .company-FB-average {
  background-color: #4267b2;
  border-radius: 1000px;
  width: 100%;
  max-width: 50px;
  height: 50px;
  margin: 10px auto;
  text-align: center;
  display: flex;
  align-items: center;
}

#company-rating .company-FB-average h4 {
  color: #ffffff;
  font-size: 20px;
  margin: 0 auto;
}

.add-borders {
  border-right: solid 2px var(--bs-gray-300);
  border-left: solid 2px var(--bs-gray-300);
}

.add-borders-alt {
  border-right: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
}

#appstore-logo {
  width: 100%;
  max-width: 145px;
  padding: 3px;
  transition: ease 0.6s;
}

#appstore-logo:hover {
  filter: brightness(75%);
  -webkit-filter: brightness(75%);
}

#googleplay-logo {
  width: 100%;
  max-width: 145px;
  padding: 3px;
  transition: ease 0.6s;
}

#googleplay-logo:hover {
  filter: brightness(75%);
  -webkit-filter: brightness(75%);
}

.mobile-app-box {
  display: inline-flex;
  align-items: center;
  text-align: center;
}

.mobileCompanyLogo {
  padding: 0 5px 0 5px;
}

.mobileAppLogos {
  padding: 0 5px 0 5px;
}

#footer-main {
  position: relative;
}
#footer-main .container-xl-fw {
  max-width: 1440px;
}
#footer-main h4 {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--clr-black);
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 64em) {
  #footer-main h4 {
    text-align: center;
  }
}
#footer-main a {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  transition: all 200ms ease-in-out;
  color: var(--clr-black);
  line-height: 1.2;
}
#footer-main a:hover {
  color: var(--clr-primary);
}
@media screen and (min-width: 48.75rem) {
  #footer-main .footer-menus .row,
  #footer-main .footer-logo .row {
    height: 100%;
  }
}
#footer-main .footer-logo-container {
  display: grid;
  gap: 0.75rem;
  place-items: center;
  text-align: center;
}
#footer-main .footer-logo-container .rspusa-logo-color-svg {
  width: clamp(120px, 15vw, 160px);
  translate: 5px 0;
}
#footer-main .footer-logo-container .footer-logo-divider {
  width: 25%;
  height: 3px;
  content: "";
  background-color: var(--clr-secondary-gray);
  display: inline-block;
  margin: 0 auto;
  background: var(--clr-primary);
}
#footer-main .footer-logo-container .footer-logo-text {
  line-height: 1.2;
  font-size: 0.875rem;
}
#footer-main .menu {
  display: grid;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 48.75rem) {
  #footer-main .menu {
    text-align: left;
  }
}
#footer-main .menu a .icon--hide-animate-in {
  opacity: 0;
  translate: -0.25rem 0;
}
#footer-main .menu a .icon-inline {
  font-size: 1.125rem;
  transition: all 200ms ease-in-out;
}
#footer-main .menu a:hover {
  color: var(--clr-primary);
  translate: 0.25rem 0;
}
#footer-main .menu a:hover .icon-inline {
  translate: 0.25rem 0;
}
#footer-main .menu a:hover .icon--hide-animate-in {
  opacity: 1;
}
#footer-main .grid {
  --grid-max-col-count: 3;
  --grid-min-col-size: 380px;
  --grid-gap: 1rem;
  --grid-col-size-calc: calc(100% - var(--grid-gap) * var(--grid-max-col-count) / var(--grid-max-col-count));
  display: grid;
  gap: var(--grid-gap);
  grid-template-columns: repeat(auto-fit, minmax(var(--grid-col-size-calc), 1fr));
}
@media screen and (max-width: 64em) {
  #footer-main .grid .footer-menus {
    margin: 0 auto;
  }
  #footer-main .grid .footer-menus .menu {
    text-align: center;
  }
}
#footer-main .grid .footer-menus {
  width: max-content;
}
#footer-main .copyright {
  font-size: 0.875rem;
  text-align: center;
  margin-top: 0;
}

.solid-btn {
  background-color: var(--clr-primary);
  padding: 12px 26px;
  border-radius: 4px;
  transition: ease 0.6s;
  color: #ffffff !important;
  font-family: var(--ff-body);
  font-display: swap;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  width: 220px;
  margin: 0 auto;
  border: none !important;
  text-transform: uppercase;
}

.solid-btn:hover {
  background-color: #8bc7c9;
  color: #ffffff;
}

.btn-success {
  background-color: #28a745;
  color: #ffffff;
  border-color: #28a745;
}

.outline-btn {
  background-color: transparent;
  border: solid 3px var(--clr-primary);
  padding: 8px 20px;
  border-radius: 4px;
  transition: ease 0.4s;
  color: var(--clr-primary);
  font-family: var(--ff-body);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
}

.outline-btn:hover {
  background-color: var(--clr-primary);
  color: #ffffff;
}

.outline-btn-alt,
a.outline-btn-alt {
  background-color: transparent;
  border: solid 3px #ffffff;
  padding: 8px 20px;
  border-radius: 4px;
  transition: ease 0.4s;
  color: #ffffff;
  font-family: var(--ff-body);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
}

.outline-btn-alt:hover {
  background-color: var(--clr-primary);
  border: solid 3px var(--clr-primary);
  color: #ffffff;
}

.solid-btn.solid-btn-sm {
  padding: 4px 10px;
  font-weight: 600;
  font-size: 13px;
  width: initial;
  text-transform: none;
}

.outline-btn.outline-btn-sm {
  border: solid 2px var(--clr-primary);
  padding: 2px 10px;
  font-weight: 600;
  font-size: 13px;
}

.btn-secondary-active {
  background-color: #62686e;
}

.btn-outline-secondary {
  background: none;
  color: #6d6e71;
  border-color: #6d6e71;
}

.btn-outline-secondary:hover {
  background: none;
  color: var(--clr-primary);
  border-color: var(--clr-primary);
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  background: none;
  border-color: #4fa5a1;
  color: #4fa5a1;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: var(--clr-primary);
  border-color: var(--clr-primary);
}

.btn--with-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.btn--with-icon.btn--icon-left:hover .icon {
  translate: -0.25rem 0;
}
.btn--with-icon.btn--icon-right:hover .icon {
  translate: 0.25rem 0;
}
.btn--with-icon span {
  pointer-events: none;
}
.btn--with-icon .icon {
  width: 1em;
  height: 1em;
  transition: all 200ms ease-in-out;
}
.btn--with-icon:hover .icon {
  translate: 0.25rem 0;
}

:root {
  --grid-gap: 1.5rem;
}

.trusted-agencies {
  position: relative;
}
.trusted-agencies .grid {
  display: grid;
  gap: var(--grid-gap);
  grid-auto-flow: column;
  align-items: center;
  grid-template-columns: minmax(min-content, 310px) 1fr;
  grid-template-rows: 1fr;
}
@media screen and (max-width: 45rem) {
  .trusted-agencies .grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0;
  }
}
.trusted-agencies .trusted-agencies__carousel-wrapper {
  position: relative;
  min-width: 0;
}
.trusted-agencies .trusted-agencies__carousel {
  position: relative;
  width: 100%;
  height: 100%;
}
.trusted-agencies .trusted-agencies__carousel .swiper-wrapper {
  padding-inline: 0;
}
@media screen and (max-width: 48.75rem) {
  .trusted-agencies .trusted-agencies__title {
    text-align: center;
  }
}
.trusted-agencies .agency-logo {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  object-fit: contain;
  width: 130px;
  height: auto;
}
.trusted-agencies .swiper-slide {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 0.5rem;
  max-width: 130px;
  margin-left: var(--_margin-block);
  margin-right: var(--_margin-block);
  min-height: 80px;
}
.trusted-agencies .swiper-button-prev,
.trusted-agencies .swiper-button-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out;
  --_icon-size: 2rem;
  font-size: var(--_icon-size);
  color: var(--clr-primary);
}
.trusted-agencies .swiper-button-prev.swiper-button-disabled,
.trusted-agencies .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.trusted-agencies .swiper-button-prev::after,
.trusted-agencies .swiper-button-next::after {
  display: none;
}
@media screen and (min-width: 93.75rem) {
  .trusted-agencies .swiper-button-prev {
    left: calc(var(--_icon-size) * 0.8 * -1);
  }
  .trusted-agencies .swiper-button-next {
    right: calc(var(--_icon-size) * 0.8 * -1);
  }
}

:root {
  --product-card-example-offset: 1rem;
}

.product-cards-carousel {
  position: relative;
}
.product-cards-carousel div[class*=col-]:has(.card.product-card) {
  display: flex;
  justify-content: center;
}
.product-cards-carousel [class*=container] {
  position: relative;
}
.product-cards-carousel .swiper-slide {
  height: auto !important;
}
.product-cards-carousel .card.product-card {
  display: grid;
  align-items: center;
  position: relative;
  max-width: 466px;
  min-height: 310px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.product-cards-carousel .card.product-card h3 a {
  color: var(--clr-black);
}
.product-cards-carousel .card.product-card h3 a:hover {
  color: var(--clr-primary);
}
.product-cards-carousel .card.product-card:hover {
  color: var(--clr-black);
}
.product-cards-carousel .card.product-card:hover h3 {
  color: inherit;
}
.product-cards-carousel .card.product-card .card-title {
  font-size: clamp(1.125rem, 1.275rem + 0.3vw, 1.5rem);
}
.product-cards-carousel .card.product-card .card-body {
  display: grid;
}
.product-cards-carousel .card.product-card .postcard-examples {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-content: center;
  place-items: center;
  --_margin-block: 1rem;
  margin-block: var(--_margin-block) calc(var(--_margin-block) * 1.4);
}
@media screen and (min-width: 45rem) {
  .product-cards-carousel .card.product-card .postcard-examples {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
.product-cards-carousel .card.product-card .postcard-examples .postcard-examples__item {
  display: block;
  width: 100%;
  max-width: max-content;
  height: auto;
  object-fit: contain;
  --_img-height: 134px;
  max-height: var(--_img-height);
  transform-origin: center;
}
.product-cards-carousel .card.product-card .postcard-examples .postcard-examples__item:nth-child(1) {
  transform: translateX(var(--product-card-example-offset)) translateY(0);
}
.product-cards-carousel .card.product-card .postcard-examples .postcard-examples__item:nth-child(2) {
  transform: translateX(calc(var(--product-card-example-offset) * -1)) translateY(var(--product-card-example-offset));
}
.product-cards-carousel .card.product-card .postcard-examples .postcard-examples__item--pano {
  --_img-height: 104px;
  max-height: var(--_img-height);
}
.product-cards-carousel .card.product-card .postcard-examples .product-card-get-started-btn {
  position: absolute;
  z-index: 1;
}
.product-cards-carousel .card.product-card p {
  color: var(--clr-primary-gray);
  text-wrap: balance;
  text-wrap: pretty;
  font-size: clamp(0.875rem, 1.75vw, 1rem);
}
.product-cards-carousel .card.product-card p a {
  color: inherit;
}
.product-cards-carousel .swiper-button-prev,
.product-cards-carousel .swiper-button-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--clr-primary);
  --_icon-size: 4rem;
  font-size: 4rem;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.product-cards-carousel .swiper-button-prev::after,
.product-cards-carousel .swiper-button-next::after {
  display: none;
}
@media screen and (min-width: 95rem) {
  .product-cards-carousel .swiper-button-prev,
  .product-cards-carousel .swiper-button-next {
    color: var(--clr-medium);
  }
  .product-cards-carousel .swiper-button-prev {
    left: calc(var(--_icon-size) / 2 * -1);
  }
  .product-cards-carousel .swiper-button-next {
    right: calc(var(--_icon-size) / 2 * -1);
  }
  .product-cards-carousel.swiper-button-disabled {
    opacity: 0.5;
  }
}

.agent-testimonials {
  position: relative;
}
.agent-testimonials > .container-xxl {
  position: relative;
}
.agent-testimonials .agent-testimonials__carousel {
  position: relative;
}
.agent-testimonials .agent-testimonials__carousel .swiper-slide {
  min-width: 330px;
}
.agent-testimonials .agent-testimonials__carousel .agent-testimonials__carousel-item {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 330px;
  color: var(--clr-black);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.agent-testimonials .agent-testimonials__carousel .agent-testimonials__carousel-item * {
  z-index: 0;
}
.agent-testimonials .agent-testimonials__carousel .agent-testimonials__carousel-item:hover .play-button-overlay {
  opacity: 1;
  visibility: visible;
}
.agent-testimonials .agent-testimonials__carousel .agent-testimonials__carousel-item .play-button-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(84, 180, 176, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--clr-white);
  font-size: 3.5rem;
  --_transition-duration: 200ms;
  transition: all var(--_transition-duration) ease-in-out;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.agent-testimonials .agent-testimonials__carousel .agent-testimonials__carousel-item .play-button-overlay iconify-icon {
  z-index: 1;
  position: relative;
  cursor: pointer;
  z-index: 1;
  transition: all var(--_transition-duration) ease-in-out;
  scale: 0;
}
.agent-testimonials .agent-testimonials__carousel .agent-testimonials__carousel-item .play-button-overlay:hover {
  opacity: 1;
  visibility: visible;
}
.agent-testimonials .agent-testimonials__carousel .agent-testimonials__carousel-item .play-button-overlay:hover iconify-icon {
  scale: 1;
}
.agent-testimonials .agent-testimonials__carousel .agent-testimonial-card {
  display: grid;
  grid-template: 1fr/130px 1fr;
  gap: 0;
  background-color: var(--clr-white);
  border: 2px solid var(--clr-medium);
  position: relative;
  height: 100%;
}
.agent-testimonials .agent-testimonials__carousel .agent-testimonial-card p {
  font-size: 0.875rem;
  margin-block: 0.125rem;
}
.agent-testimonials .agent-testimonials__carousel .agent-testimonial-card p:last-child {
  margin-bottom: 0;
}
.agent-testimonials .agent-testimonials__carousel .agent-photo {
  display: block;
  margin: 0;
  object-fit: cover;
  width: 130px;
  height: 180px;
}
.agent-testimonials .agent-testimonials__carousel .agent-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.agent-testimonials .agent-testimonials__carousel .agent-testimonial {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem;
  box-sizing: border-box;
}
.agent-testimonials .agent-testimonials__carousel .agent-author {
  font-size: 0.75rem;
  line-height: 1.2;
  margin-block: 0;
}
.agent-testimonials .agent-testimonials__carousel .agent-author .agent-author-company {
  font-size: 0.75rem;
  color: var(--clr-secondary-gray);
}
.agent-testimonials .swiper-button-prev,
.agent-testimonials .swiper-button-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--clr-medium);
  --_icon-size: 4rem;
  font-size: 4rem;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.agent-testimonials .swiper-button-prev::after,
.agent-testimonials .swiper-button-next::after {
  display: none;
}
@media screen and (min-width: 95rem) {
  .agent-testimonials .swiper-button-prev,
  .agent-testimonials .swiper-button-next {
    color: var(--clr-white);
  }
  .agent-testimonials .swiper-button-prev {
    left: calc(var(--_icon-size) / 2 * -1);
  }
  .agent-testimonials .swiper-button-next {
    right: calc(var(--_icon-size) / 2 * -1);
  }
  .agent-testimonials.swiper-button-disabled {
    opacity: 0.5;
  }
}

.rocket-header {
  display: flex;
  align-items: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  max-height: 420px;
  padding-block: 2rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
  background-color: #e9e9e9;
}

.rocket-header .rocket-header__title {
  text-transform: uppercase;
  translate: 0 100%;
  opacity: 0;
}

.rocket-header .rocket-header__subtitle {
  translate: 0 -100%;
  opacity: 0;
  margin-bottom: 0;
}

.rocket-header h1,
.rocket-header h2 {
  margin: 0;
  color: #04213e;
}

.rocket-header .grid {
  display: grid;
  align-items: center;
  height: auto;
}

.rocket-header .stars {
  position: absolute;
  top: 0;
  width: 100%;
  height: 200px;
  z-index: -1;
  background-image: url("../../img/site/stars-only.webp");
  background-size: contain auto;
  background-position: 0px 0px;
  background-repeat: repeat-x;
}

.rocket-header .rocket-container {
  display: grid;
  --_template-columns: 0% 50%;
  --_template-rows: 1fr;
  grid-template-columns: var(--_template-columns);
  grid-template-rows: var(--_template-rows);
  align-items: center;
  height: 200px;
  width: 100%;
  overflow: hidden;
  margin-block: 0;
  position: relative;
}

.rocket-header .rocket-container .sky::before {
  content: "";
  display: block;
  width: 80%;
  height: 80%;
  background-color: #55b4d1;
  border-radius: 50%;
  filter: blur(80px);
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0.6;
}

.rocket-header .rocket-container .sky::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #12486b;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.rocket-header .d-grid {
  height: 100%;
  align-content: center;
  justify-content: center;
}

.rocket-header :not(.stars):not(.rocket-header::before):not(.rocket-header::after) {
  z-index: 3;
}

.rocket-header .rocket {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
  z-index: 6;
  width: 100%;
  height: 100%;
  height: 140px;
  translate: -120px 0px;
}

.rocket-header .rocket svg {
  width: auto;
  height: 100%;
  translate: -100% 0px;
}

.rocket-header .rocket .rocket-flame {
  opacity: 0;
}

h1,
h2,
h3 {
  color: #04213e;
}

.rocket-header .rocket-text {
  display: inline-flex;
  align-items: center;
  left: 0;
  z-index: 7;
  height: 100%;
  color: #04213e;
  background-color: #e9e9e9;
  margin: 0;
  padding-inline: 1rem;
  position: relative;
  translate: 0 0;
}

.rocket-header .rocket-text h3 {
  margin: 0;
  font-size: clamp(1.2rem, 2.5vw, 3.25rem);
  overflow: clip;
  /* Defaults for Rocket Animation Sequence */
  opacity: 0;
  position: absolute;
}

.rocket-header .rocket-clouds {
  display: block;
  position: absolute;
  top: 0;
  right: -50px;
  width: auto;
  height: calc(100% + 2px);
  z-index: 3;
}

.rocket-header .rocket-clouds svg {
  width: auto;
  height: 100%;
}

.rocket-header .rocket-clouds svg path {
  fill: #e9e9e9;
}

.related-products-carousel {
  position: relative;
}
.related-products-carousel .swiper .swiper-slide {
  height: auto !important;
}
.related-products-carousel .swiper .swiper-slide .card {
  display: grid;
  margin-inline: auto;
  width: auto;
  max-width: 253px;
  gap: 1rem;
  height: 100%;
  --_img-height: 160px;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .related-products-carousel .swiper .swiper-slide .card {
    grid-template-rows: minmax(0, var(--_img-height)) 1fr minmax(min-content, 64px);
  }
}
.related-products-carousel .swiper .swiper-slide .card .card-img-top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1rem 0 1rem;
  height: var(--_img-height);
}
.related-products-carousel .swiper .swiper-slide .card .card-img-top img {
  margin-inline: auto;
  width: auto;
  height: 100%;
  max-height: var(--_img-height);
  object-fit: contain;
}
.related-products-carousel .swiper .swiper-slide .card .card-title {
  margin-bottom: 0;
}
.related-products-carousel .swiper .swiper-slide .card .card-title h3 {
  margin-bottom: 0;
}
.related-products-carousel .swiper .swiper-slide .card .product-rating {
  display: flex;
  align-items: center;
  justify-content: center;
}
.related-products-carousel .swiper .swiper-slide .card .product-rating .fa-star {
  color: var(--bs-warning);
}
.related-products-carousel .swiper .swiper-slide .card .card-body {
  display: grid;
  grid-template-rows: minmax(max-content, 1fr) auto 1fr 1fr;
  gap: 0.5rem;
  padding-top: 0;
}
.related-products-carousel .swiper .swiper-slide .card .card-body .product-price {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem;
  line-height: 1.2;
}
.related-products-carousel .swiper .swiper-slide .card .card-body .product-price .product-price__value {
  font-size: 1.125rem;
  color: var(--bs-primary);
}
.related-products-carousel .swiper .swiper-slide .card .card-body .product-price .product-price__per {
  font-size: 0.6875rem;
  font-weight: 500;
}
.related-products-carousel .swiper .swiper-slide .card .card-body .product-price .product-price__label {
  font-size: 0.875rem;
}
.related-products-carousel .swiper .swiper-slide .card .card-body .product-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.related-products-carousel .swiper .swiper-slide .card .card-body .product-description p {
  display: flex;
  align-items: center;
  text-wrap: balance;
  line-height: 1.2;
  margin-inline: 0;
  margin-bottom: 0.25rem;
}
.related-products-carousel .swiper .swiper-slide .card .card-body .product-description p:last-child {
  margin-bottom: 0;
}
.related-products-carousel .swiper .swiper-slide .card .card-body .product-description p:not(.price) {
  font-size: 0.6875rem;
}
.related-products-carousel .swiper .swiper-slide .card .card-footer {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 0.5rem;
  padding-top: 0;
}
.related-products-carousel .swiper .swiper-slide .card .card-footer .btn {
  width: 100%;
  margin-block: 0;
}

.other-products-carousel {
  position: relative;
}
.other-products-carousel .swiper .swiper-slide {
  height: auto !important;
}
.other-products-carousel .swiper .swiper-slide .card {
  display: grid;
  width: auto;
  margin-inline: auto;
  grid-template-rows: 230px auto auto;
  max-width: minmax(234px, 1fr);
  gap: 1rem;
  height: 100%;
}
.other-products-carousel .swiper .swiper-slide .card .card-img-top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1rem 0 1rem;
  height: 100%;
  max-height: 230px;
}
.other-products-carousel .swiper .swiper-slide .card .card-img-top img {
  margin-inline: auto;
}
.other-products-carousel .swiper .swiper-slide .card h3 {
  margin-bottom: 0;
}
.other-products-carousel .swiper .swiper-slide .card .fa-star {
  color: var(--bs-warning);
}
.other-products-carousel .swiper .swiper-slide .card .card-body {
  display: grid;
  grid-template-rows: minmax(80px, 1fr) auto auto auto;
  gap: 0.5rem;
  padding-top: 0;
}
.other-products-carousel .swiper .swiper-slide .card .card-body .product-description {
  font-size: 11px;
}
.other-products-carousel .swiper .swiper-slide .card .card-footer {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  align-items: center;
  gap: 1rem;
}
.other-products-carousel .swiper .swiper-slide .card .card-footer .btn {
  width: 100%;
  margin-block: 0;
}

:root {
  --card-number-size: 3.875rem;
  --card-number-background: linear-gradient(0deg, rgba(64, 133, 130, 1) 0%, rgba(84, 180, 176, 1) 100%);
  --card-number-column-size: 62px;
}

.large-cards-list {
  display: grid;
  gap: 1.5rem;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (min-width: 64em) {
  .large-cards-list {
    gap: 2.5rem;
  }
}
.large-cards-list__item {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 1.75rem;
  box-shadow: 1px 2px 2px hsla(0, 0%, 0%, 0.1), 2px 4px 4px hsla(0, 0%, 0%, 0.1), 4px 8px 8px hsla(0, 0%, 0%, 0.1), 8px 16px 16px hsla(0, 0%, 0%, 0.1), 16px 32px 32px hsla(0, 0%, 0%, 0.1);
}
.large-cards-list .card-item__number {
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--clr-primary);
  line-height: 1;
  margin-bottom: 0;
  border-radius: 50%;
  background-color: var(--clr-primary);
  color: var(--clr-light);
  width: var(--card-number-size);
  height: var(--card-number-size);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  background: var(--card-number-background);
}
.large-cards-list .card-item__number * {
  z-index: 1;
  position: relative;
}
.large-cards-list .card-item__number::before, .large-cards-list .card-item__number::after {
  display: block;
  content: "";
  position: absolute;
  width: var(--card-number-size);
  height: var(--card-number-size);
  border-radius: 50%;
}
.large-cards-list .card-item__number::before {
  z-index: 0;
  width: calc(var(--card-number-size) - 3px);
  height: calc(var(--card-number-size) - 3px);
  background: var(--card-number-background);
  top: 3px;
}
.large-cards-list .card-item__number::after {
  width: calc(var(--card-number-size) - 4px);
  height: calc(var(--card-number-size) - 4px);
  background: var(--clr-white);
  z-index: -1;
  border: 2px solid var(--clr-white);
}
.large-cards-list__item-title {
  display: grid;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .large-cards-list__item-title {
    gap: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .large-cards-list__item-title {
    place-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .large-cards-list__item-title {
    grid-template-columns: var(--card-number-column-size) 1fr;
    text-align: left;
  }
}
.large-cards-list__item-title h3 {
  margin-bottom: 0;
}
@media screen and (max-width: 64em) {
  .large-cards-list__item-title h3 {
    margin-bottom: 0.5rem;
  }
}
.large-cards-list .card-item__content {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .large-cards-list .card-item__content {
    grid-template-columns: var(--card-number-column-size) 1fr;
  }
  .large-cards-list .card-item__content ul {
    grid-column: 2/3;
  }
}
.large-cards-list .card-item__content ul {
  display: grid;
  gap: 0.25rem;
  margin: 0.5rem 0 0 1rem;
  padding-left: 0;
  margin-bottom: 0;
}
