:root {
  --pageContainer: 1280px;
  --pagePadding: 2rem;
}

details > summary {
  list-style: none;
}

details > summary::-webkit-details-marker {
  display: none;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0px;
}
.pagination .page-link {
  display: inline-block;
  padding: 20px 27px;
  margin: 0px 15px;
  font-weight: 600;
  font-size: 20px;
  border-radius: 20px;
}
.pagination .page-link.active {
  background: #034ad8;
  border-color: #034ad8;
}
.pagination .page-link svg {
  margin-right: -2px;
  color: #034ad8;
}
.pagination .page-link:hover svg g {
  fill: #034ad8;
}

.blog-post-tag {
  margin-block: 1rem;
}
.blog-post-tag a {
  background: #f1f1f1;
  border-radius: 6px;
  padding: 4px 10px;
  text-decoration: none;
  font-size: 12px;
  color: #034ad8;
  font-weight: 500;
  margin-right: 1rem;
}

.blog-index {
  max-width: var(--pageContainer);
  padding-inline: var(--pagePadding);
}

.post-size {
  position: relative;
}

.post-size::after {
  position: absolute;
  content: "";
  background: #4d4d4d;
  width: 1px;
  height: 15px;
  top: 50%;
  right: -10%;
  transform: translate(-50%, -50%);
}

@media (min-width: 640px) {
  .post-data-list-item {
    position: relative;
  }
  .post-data-list-item::after {
    position: absolute;
    content: "";
    background: #4d4d4d;
    width: 1px;
    height: 15px;
    top: 50%;
    right: -12%;
    transform: translate(-50%, -50%);
  }
}
.blog-markdown-text {
  word-wrap: break-word;
}
.blog-markdown-text h1, .blog-markdown-text h2, .blog-markdown-text h3, .blog-markdown-text h4, .blog-markdown-text h5 {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .blog-markdown-text h1, .blog-markdown-text h2, .blog-markdown-text h3, .blog-markdown-text h4, .blog-markdown-text h5 {
    margin-bottom: 1rem;
  }
}
.blog-markdown-text p, .blog-markdown-text ul, .blog-markdown-text ol {
  margin-bottom: 36px;
}
.blog-markdown-text ul, .blog-markdown-text ol {
  padding-left: 50px;
}
.blog-markdown-text ol {
  list-style: decimal;
}

.header__container {
  max-width: var(--pageContainer);
  margin: 0 auto;
  padding-inline: var(--pagePadding);
}

.header li {
  list-style-type: none;
}

.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 1rem;
}

.header__logo-link {
  display: inline-flex;
}

.header__logo-image {
  width: 200px;
}

.header__nav-links {
  position: absolute;
  z-index: 99;
  background-color: white;
  right: 0;
  bottom: 0;
  top: 5rem;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem;
}

.header__nav-link {
  cursor: pointer;
  color: inherit;
  text-decoration: inherit;
}

.header__nav-link:hover {
  color: #034ad8;
}

@media screen and (min-width: 600px) {
  .header__nav-links {
    position: static;
    display: flex !important;
    flex-direction: row;
    justify-content: flex-end;
    padding: 0;
    min-width: none;
    background-color: transparent;
  }
}
@media screen and (min-width: 600px) {
  .header__nav-item {
    padding-left: 1rem;
  }
}
.hamburger {
  border-radius: 4px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.footer {
  max-width: var(--pageContainer);
  margin: 0 auto;
}
.footer a {
  color: inherit;
}

.footer__logo-image {
  display: block;
  max-width: min(200px, 80%);
}

/* This file controls the styling in the content editor, and declares the styles added by the content editor. */
.align-left {
  text-align: left;
}

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

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

.align-justify {
  text-align: justify;
}

/*
span.small-text, u:has(span.small-text), a:has(span.small-text) {
  font-size: .75rem;
}*/
span.grey-text {
  color: #777777;
}

span.ghs-blue {
  color: #24A5DE;
}

span.jumbo {
  font-size: 70px;
  line-height: 110%;
}

span.heading-h1 {
  font-size: 52px;
  line-height: 130%;
}

span.heading-h2 {
  font-size: 44px;
  line-height: 130%;
}

span.heading-h3 {
  font-size: 40px;
  line-height: 125%;
}

span.heading-h4 {
  font-size: 26px;
  line-height: 140%;
}

span.textsize-xs {
  font-size: 14px;
  line-height: 170%;
}

span.textsize-sm {
  font-size: 16px;
  line-height: 170%;
}

span.textsize-base {
  font-size: 18px;
  line-height: 160%;
}

span.textsize-lg {
  font-size: 22px;
  line-height: 170%;
}

span.text-reversed-bg-blue {
  font-size: 18px;
  background: rgb(36 165 222/var(--tw-bg-opacity, 1));
  display: block;
  padding: 4px 10px;
  font-weight: bold;
  border-radius: 4px;
  color: #ffffff;
  line-height: 160%;
}

.markdown-text h1,
.markdown-text h2,
.markdown-text h3,
.markdown-text h4,
.markdown-text h5,
.markdown-text h6 {
  margin-bottom: 1rem;
  letter-spacing: 0.01em;
  font-weight: 500;
}

.markdown-text h1 {
  font-size: 70px;
  line-height: 110%;
}

.markdown-text h2 {
  font-size: 48px;
  line-height: 130%;
}

.markdown-text h3 {
  font-size: 40px;
  line-height: 125%;
}

.markdown-text h4 {
  font-size: 26px;
  line-height: 140%;
}

.markdown-text h5 {
  font-size: 20px;
  line-height: 140%;
}

.markdown-text h6 {
  font-size: 16px;
  line-height: 140%;
}

.markdown-text p,
.markdown-text a:not(.button),
.markdown-text ol li,
.markdown-text ul li {
  font-weight: 400;
}

.markdown-text p,
span.textsize-sm {
  margin-bottom: 1.3rem;
  line-height: 1.6;
}

.markdown-text li p {
  margin-bottom: 0.125rem;
}

.markdown-text li p b {
  font-weight: 700;
}

.markdown-text li {
  margin-bottom: 0.25rem;
}

.markdown-text blockquote {
  font-style: italic;
  border-left: 5px solid #000000;
  padding-inline: 1rem;
  margin-inline: 0;
  margin-block: 1rem;
}

.markdown-text ul,
.markdown-text ol {
  margin-bottom: 1.5rem;
}

.markdown-text ul li {
  margin-inline: 1rem;
  padding-block: 0.125rem;
  list-style: disc;
  /*list-style-position: inside*/
}

.markdown-text ol li {
  list-style-type: decimal;
  padding-block: 0.125rem;
  margin-inline: 1rem;
  /*list-style-position: inside*/
}

.markdown-text a:not(.button) {
  cursor: pointer;
}

.button .button-arrow {
  display: inline-block;
}

.button .button-arrow--light {
  filter: brightness(0) invert(1);
}

.markdown-text sup {
  vertical-align: super;
  font-size: smaller;
}

.markdown-text sub {
  vertical-align: sub;
  font-size: smaller;
}

.markdown-text code {
  background-color: #f4f4f4;
  padding: 0.25rem;
  border-radius: 0.25rem;
  color: black;
  margin-block: 1.5rem;
}

.markdown-text table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}

.markdown-text table p {
  margin-bottom: 0;
  padding-block: 0.5rem;
}

.markdown-text th,
.markdown-text td {
  border: 1px solid #f2f2f2;
  padding: 0.5rem;
}

.markdown-text table caption {
  background-color: #f2f2f2;
}

.markdown-text table thead {
  background-color: #f2f2f2;
}

.markdown-text img {
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
}

.markdown-text hr {
  border: 0;
  border-top: 1px solid #928f8f;
  margin: 1.5rem 0;
}

.markdown-text pre {
  background-color: #f2f2f2 !important;
  color: black;
  margin-block: 1.5rem;
  padding: 1rem;
}

mark {
  background: transparent;
  font-weight: 700;
}

[x-cloak] {
  display: none !important;
}

input[type=checkbox] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 25px;
  height: 25px;
  border: 2px solid #cccccc;
  border-radius: 5px;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  overflow: hidden;
}

input[type=checkbox]:checked {
  border: none;
}

input[type=checkbox]::before {
  content: "";
  width: 12px;
  height: 12px;
  transform: scale(0);
  /*transition: 120ms transform ease-in-out;*/
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

input[type=checkbox]:checked::before {
  transform: scale(1);
}

.pagefind-modular-input-clear {
  display: none !important;
}

/* Fix for an image stretching bug in Safari */
.component-image-gallery picture,
.component-image-gallery img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

/* Custom Hubspot Form Styles */
.hubspot-form {
  max-width: 500px;
}

.hubspot-form {
  color: #000;
  font-size: 16px;
}

.hubspot-form h5,
.hubspot-form h5.text-lg {
  font-weight: 400;
  font-family: "Sharp Sans", sans-serif !important;
}

.hubspot-form .hs-form-field {
  padding-bottom: 16px;
}

.hubspot-form .hs-error-msgs {
  font-style: italic;
  font-size: 14px;
  color: rgb(56, 72, 157);
  list-style: none;
}

.hubspot-form input[type=text],
.hubspot-form input[type=email],
.hubspot-form input[type=phone],
.hubspot-form select,
.hubspot-form textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  min-height: 40px;
  padding: 4px 10px;
  width: 100%;
}

.hubspot-form .hs-input {
  width: 100% !important;
}

.hubspot-form select {
  min-height: 40px;
}

.hubspot-form input[type=text]::placeholder,
.hubspot-form input[type=email]::placeholder,
.hubspot-form input[type=phone]::placeholder,
.hubspot-form select::placeholder,
.hubspot-form textarea::placeholder {
  color: #888;
}

.hubspot-form input[type=submit] {
  color: #fff;
  background-color: rgb(36, 157, 222);
  border-radius: 8px;
  letter-spacing: 0.025em;
  padding: 10px 25px;
  margin-top: 5px;
}

.pricing-plans-v2 .hubspot-form input[type=submit] {
  background-color: rgb(56, 72, 157);
}

.hubspot-form .hs-form-required {
  color: red;
}

.hubspot-form .form-columns-1,
.hubspot-form .form-columns-2 {
  max-width: none;
  width: 100%;
}

.hubspot-form .form-columns-2 .hs-form-field {
  width: 50%;
  float: left;
}

.text-ghs-grey {
  color: #777777;
}

.left-right-bg-cover-left:before,
.left-right-bg-cover-right:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  top: 0;
  z-index: -1;
}

.left-right-bg-cover-left:before {
  left: 100%;
}

.left-right-bg-cover-right:before {
  right: 100%;
}

.header-buttons .button {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
}

@media (max-width: 1200px) {
  .nav-center-links {
    gap: 5px;
  }
  .header__logo-link svg {
    width: 170px !important;
  }
  .font-inter.text-white.font-\[700\],
  .header-buttons .button {
    font-size: 15px;
  }
}
/* V2 Homepage Header Styles */
.home-v2 {
  /* Homepage v2 - Card listing with foreground image */
}
.home-v2 #ghs-header .hamburger svg mask,
.home-v2 #ghs-header .hamburger svg path {
  fill: #111;
}
.home-v2 .text-block.hero-safe-remote-team > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px !important;
}
.home-v2 .text-block.hero-safe-remote-team h1 {
  letter-spacing: -1px;
  max-width: 600px;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .home-v2 .text-block.hero-safe-remote-team h1 {
    font-size: 62px;
  }
}
.home-v2 .text-block.hero-safe-remote-team .hero-icon {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  margin-right: 0.75rem;
  margin-bottom: 0 !important;
  margin-top: -20px;
}
.home-v2 .text-block.hero-safe-remote-team .hero-icon img {
  width: 75px;
  height: 75px;
}
.home-v2 .text-block.hero-safe-remote-team .buttons {
  margin-top: 50px;
}
.home-v2 .text-block.hero-safe-remote-team .buttons a {
  padding-top: 15px;
  padding-bottom: 15px;
}
.home-v2 .text-block.hero-safe-remote-team .buttons a:last-of-type {
  background: #EAF6FC !important;
  border: none;
  color: #111 !important;
}
.home-v2 .text-block.hero-device-visual > div {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
@media (max-width: 959px) {
  .home-v2 .text-block.hero-device-visual > div {
    padding-right: 0;
  }
}
.home-v2 .text-block.hero-device-visual > div > div {
  max-width: 1100px !important;
}
.home-v2 .text-block.hero-device-visual hgroup,
.home-v2 .text-block.hero-device-visual .buttons {
  display: none;
}
.home-v2 .logo-strip-geo .logo-strip {
  max-width: 72rem;
}
@media (min-width: 960px) {
  .home-v2 .logo-strip-geo .logo-strip .md\:gap-8 {
    gap: 3rem;
  }
}
.home-v2 .stats-counter.remote-safety-stats {
  color: #222 !important;
}
.home-v2 .stats-counter.remote-safety-stats > div > div {
  border-color: #ccc !important;
  gap: 0;
}
.home-v2 .stats-counter.remote-safety-stats h2 {
  color: #24A5DE;
}
.home-v2 .stats-counter.remote-safety-stats .text-lg {
  color: #222;
  font-family: "Sharp Sans", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 5px;
  display: block;
}
.home-v2 .stats-counter.remote-safety-stats div.text-sm {
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  line-height: 1.5;
  padding: 5px;
  display: block;
}
.home-v2 .cta.watch-demo-cta {
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .home-v2 .cta.watch-demo-cta > div > div {
    align-items: center;
  }
}
.home-v2 .cta.watch-demo-cta .text-panel {
  margin: 0;
}
@media (min-width: 1024px) {
  .home-v2 .cta.watch-demo-cta .text-panel {
    height: 100%;
    min-height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .home-v2 .cta.watch-demo-cta .text-panel {
    border-radius: 20px 20px 0 0;
    margin: 0 10px;
    width: auto;
    text-align: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .home-v2 .cta.watch-demo-cta .video-panel {
    min-height: 400px;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .home-v2 .cta.watch-demo-cta .video-panel {
    background-color: #24A5DE;
    border-radius: 0 0 30px 30px;
  }
}
@media (min-width: 768px) {
  .home-v2 .cta.watch-demo-cta .video-panel {
    border-radius: 30px;
  }
}
.home-v2 .cta.watch-demo-cta .video-panel .overlay-heading {
  max-width: 8em;
  font-size: 32px;
  text-align: center;
  line-height: 1.2;
  margin: 0 auto 20px auto;
}
.home-v2 .cta.watch-demo-cta .left-right.watch-demo-promo p {
  margin-bottom: 0;
}
.home-v2 .cta.watch-demo-cta .left-right.watch-demo-promo .buttons {
  margin-top: 20px;
}
.home-v2 .industry-listing {
  margin-top: 40px;
  padding-top: 40px;
}
@media (max-width: 1056px) {
  .home-v2 .industry-listing .center-until-1055 {
    text-align: center !important;
    align-items: center !important;
  }
  .home-v2 .industry-listing .center-until-1055-grid {
    justify-content: center !important;
  }
  .home-v2 .industry-listing .center-until-1055-image {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 1024px) {
  .home-v2 .industry-listing h2 {
    max-width: 600px !important;
  }
}
.home-v2 .text-block.smart-tools-heading {
  padding-top: 80px;
}
.home-v2 .text-block.smart-tools-heading h1,
.home-v2 .text-block.smart-tools-heading h2,
.home-v2 .text-block.smart-tools-heading h3,
.home-v2 .text-block.smart-tools-heading h4,
.home-v2 .text-block.smart-tools-heading h5,
.home-v2 .text-block.smart-tools-heading h6 {
  max-width: 585px;
}
.home-v2 .text-block.smart-tools-heading p {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.home-v2 .card-listing > div {
  gap: 20px;
}
.home-v2 .card-listing .block,
.home-v2 .card-listing a.block {
  border: 0.25px solid #D9D9D9 !important;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  height: 420px;
  display: flex;
  margin-bottom: 20px;
  flex-direction: column;
}
.home-v2 .card-listing .block:hover,
.home-v2 .card-listing a.block:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  border-color: #24A5DE !important;
}
@media (max-width: 768px) {
  .home-v2 .card-listing .block,
  .home-v2 .card-listing a.block {
    height: auto !important;
  }
}
.home-v2 .card-listing .block:hover,
.home-v2 .card-listing a.block:hover {
  cursor: pointer;
}
.home-v2 .card-listing .block > div.overflow-hidden,
.home-v2 .card-listing a.block > div.overflow-hidden {
  flex-shrink: 0;
  height: auto;
}
.home-v2 .card-listing .block > div.overflow-hidden img,
.home-v2 .card-listing a.block > div.overflow-hidden img {
  height: auto !important;
  max-height: none !important;
  width: 100%;
  object-fit: cover;
  display: block;
}
.home-v2 .card-listing .block > div .markdown-text,
.home-v2 .card-listing a.block > div .markdown-text {
  margin-top: 0 !important;
}
.home-v2 .card-listing .block > div[class*=pt-6],
.home-v2 .card-listing a.block > div[class*=pt-6] {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.home-v2 .card-listing .block h4,
.home-v2 .card-listing a.block h4 {
  margin-bottom: 10px;
}
.home-v2 .card-listing .block p,
.home-v2 .card-listing a.block p {
  color: #777777;
  margin-bottom: 0;
  line-height: 1.5;
}
.home-v2 .card-listing a.block:last-child,
.home-v2 .card-listing .block:last-child {
  background-color: #F5F5F5 !important;
  overflow: visible !important;
}
.home-v2 .card-listing a.block:last-child > div[class*=pt-6],
.home-v2 .card-listing .block:last-child > div[class*=pt-6] {
  flex: 1 1 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  padding-top: 20px;
  gap: 8px;
}
@media (min-width: 640px) {
  .home-v2 .card-listing a.block:last-child > div[class*=pt-6],
  .home-v2 .card-listing .block:last-child > div[class*=pt-6] {
    padding-bottom: 20px;
  }
}
.home-v2 .card-listing a.block:last-child > div.overflow-hidden,
.home-v2 .card-listing .block:last-child > div.overflow-hidden {
  flex: 0 0 auto !important;
  margin-top: auto !important;
  overflow: visible !important;
}
.home-v2 .card-listing a.block:last-child > div.overflow-hidden img,
.home-v2 .card-listing .block:last-child > div.overflow-hidden img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: 100% !important;
  object-fit: contain !important;
}
@media (max-width: 639px) {
  .home-v2 .card-listing a.block:last-child > div.overflow-hidden,
  .home-v2 .card-listing .block:last-child > div.overflow-hidden {
    justify-content: center;
    margin-top: 20px !important;
    overflow: hidden !important;
    width: 100%;
  }
  .home-v2 .card-listing a.block:last-child > div.overflow-hidden img,
  .home-v2 .card-listing .block:last-child > div.overflow-hidden img {
    width: 100%;
    max-width: 440px;
    height: auto !important;
    max-height: none !important;
    margin: 0 auto;
  }
}
@media (min-width: 640px) {
  .home-v2 .card-listing a.block:last-child > div.overflow-hidden,
  .home-v2 .card-listing .block:last-child > div.overflow-hidden {
    margin-top: 20px !important;
    max-height: 280px !important;
  }
}
.home-v2 .text-block.trust-cta-intro {
  margin-bottom: 40px;
}
.home-v2 .customer-listing {
  padding-bottom: 20px;
}
.home-v2 .customer-listing > div {
  gap: 20px;
}
.home-v2 .customer-listing .block {
  border: 0.25px solid #D9D9D9 !important;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.home-v2 .customer-listing .block:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  border-color: #24A5DE !important;
}
.home-v2 .customer-listing .customer-listing {
  gap: 3px;
  margin-bottom: 0;
}
.home-v2 .customer-listing .customer-listing svg {
  width: 16px !important;
  height: 16px !important;
}
.home-v2 .customer-listing .star-rating-container {
  margin-bottom: 0;
}
.home-v2 [data-layout=home-v2] .customer-listing.customer-quotes-grid > div {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
@media (min-width: 640px) {
  .home-v2 [data-layout=home-v2] .customer-listing.customer-quotes-grid > div {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 960px) {
  .home-v2 [data-layout=home-v2] .customer-listing.customer-quotes-grid > div {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
.home-v2 [data-layout=home-v2] .customer-listing.customer-quotes-grid .block.has-image {
  grid-column: span 1;
}
@media (min-width: 640px) {
  .home-v2 [data-layout=home-v2] .customer-listing.customer-quotes-grid .block.has-image {
    grid-column: 1/-1;
  }
}
@media (min-width: 960px) {
  .home-v2 [data-layout=home-v2] .customer-listing.customer-quotes-grid .block.has-image {
    grid-column: span 2;
  }
}
.home-v2 .customer-listing.customer-quotes-highlight > div {
  grid-template-columns: repeat(1, 1fr) !important;
}
@media (min-width: 640px) {
  .home-v2 .customer-listing.customer-quotes-highlight > div {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (min-width: 960px) {
  .home-v2 .customer-listing.customer-quotes-highlight > div {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
.home-v2 .customer-listing.customer-quotes-highlight .block {
  grid-column: span 1;
}
.home-v2 .customer-listing.customer-quotes-highlight .block:nth-child(2) > div.overflow-hidden {
  width: calc(50% + 13px) !important;
  flex-shrink: 0;
}
.home-v2 .customer-listing.customer-quotes-highlight .block:nth-child(2) > div[class*=pt-8] {
  flex: 1;
  min-width: 0;
}
.home-v2 .customer-listing.customer-quotes-highlight .block:last-child {
  grid-column: 1/-1;
}
@media (max-width: 960px) and (max-width: 639px) {
  .home-v2 .customer-listing.customer-quotes-highlight .block:last-child {
    flex-direction: column !important;
  }
  .home-v2 .customer-listing.customer-quotes-highlight .block:last-child > div.overflow-hidden {
    width: 100% !important;
    max-width: none !important;
  }
  .home-v2 .customer-listing.customer-quotes-highlight .block:last-child > div:not(.overflow-hidden) {
    width: 100% !important;
  }
}
@media (max-width: 960px) and (min-width: 640px) {
  .home-v2 .customer-listing.customer-quotes-highlight .block:last-child {
    flex-direction: row !important;
  }
  .home-v2 .customer-listing.customer-quotes-highlight .block:last-child > div.overflow-hidden {
    width: calc(50% - 15px) !important;
    flex-shrink: 0;
  }
  .home-v2 .customer-listing.customer-quotes-highlight .block:last-child > div:not(.overflow-hidden) {
    flex: 1;
  }
}
@media (min-width: 961px) {
  .home-v2 .customer-listing.customer-quotes-highlight .block:last-child {
    grid-column: span 2;
    flex-direction: row !important;
  }
  .home-v2 .customer-listing.customer-quotes-highlight .block:last-child > div.overflow-hidden {
    width: calc(50% - 15px) !important;
    flex-shrink: 0;
  }
  .home-v2 .customer-listing.customer-quotes-highlight .block:last-child > div:not(.overflow-hidden) {
    flex: 1;
  }
}
.home-v2 .cta.checklist-cta {
  padding-bottom: 100px;
  padding-top: 80px;
}
.home-v2 .cta.checklist-cta > div {
  overflow: visible;
  padding-top: 20px;
}
.home-v2 .cta.checklist-cta .button {
  border-radius: 8px;
  font-weight: 500;
  color: #111;
}
.home-v2 .cta.checklist-cta .content-offer-panel {
  border-radius: 18px;
  margin-top: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .home-v2 .cta.checklist-cta .content-offer-panel {
    margin-top: 60px;
  }
}
.home-v2 .cta.checklist-cta .content-offer-panel__visual {
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  margin-right: 0;
}
@media (min-width: 640px) {
  .home-v2 .cta.checklist-cta .content-offer-panel__visual {
    min-height: 300px;
  }
}
@media (min-width: 960px) {
  .home-v2 .cta.checklist-cta .content-offer-panel__visual {
    min-height: 360px;
    align-items: flex-end;
    justify-content: flex-end;
    margin-right: -120px;
    position: relative;
  }
}
.home-v2 .cta.checklist-cta .content-offer-panel__image {
  width: 100%;
  max-width: 500px;
  transition: transform 0.35s ease;
  margin: 0 auto;
  position: relative;
  height: auto;
}
@media (min-width: 960px) and (max-width: 1020px) {
  .home-v2 .cta.checklist-cta .content-offer-panel__image {
    padding-left: 20px;
  }
}
@media (min-width: 960px) {
  .home-v2 .cta.checklist-cta .content-offer-panel__image {
    position: absolute;
    bottom: 0;
    right: 0;
    height: auto;
    max-width: 530px;
    width: auto;
    margin: 0;
    padding-right: 64px;
  }
}
.home-v2 .card-listing-foreground.safety-foreground-cards,
.home-v2 .card-listing-foreground.journey-foreground-cards {
  --clfg-overlay-w: 48%;
  --clfg-text-panel-w: 65%;
  --clfg-text-panel-h: auto;
  margin-bottom: 30px;
}
.home-v2 .card-listing-foreground.safety-foreground-cards > div,
.home-v2 .card-listing-foreground.journey-foreground-cards > div {
  padding-top: 0;
  margin-top: 0;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .home-v2 .card-listing-foreground.safety-foreground-cards > div,
  .home-v2 .card-listing-foreground.journey-foreground-cards > div {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
.home-v2 .card-listing-foreground.safety-foreground-cards .card,
.home-v2 .card-listing-foreground.journey-foreground-cards .card {
  border: 0.25px solid #D9D9D9 !important;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  position: relative;
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.home-v2 .card-listing-foreground.safety-foreground-cards .card:hover,
.home-v2 .card-listing-foreground.journey-foreground-cards .card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  border-color: #24A5DE !important;
}
.home-v2 .card-listing-foreground.safety-foreground-cards .card--has-foreground .image-wrap,
.home-v2 .card-listing-foreground.journey-foreground-cards .card--has-foreground .image-wrap {
  position: relative;
  z-index: 2;
}
.home-v2 .card-listing-foreground.safety-foreground-cards .card--has-foreground .image-wrap::after,
.home-v2 .card-listing-foreground.journey-foreground-cards .card--has-foreground .image-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: var(--clfg-overlay-w);
  pointer-events: none;
}
.home-v2 .card-listing-foreground.safety-foreground-cards .card--has-foreground .foreground-zone,
.home-v2 .card-listing-foreground.journey-foreground-cards .card--has-foreground .foreground-zone {
  position: absolute;
  top: 0;
  right: 0;
  width: var(--clfg-overlay-w);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 3;
}
.home-v2 .card-listing-foreground.safety-foreground-cards .card--has-foreground .content-wrap,
.home-v2 .card-listing-foreground.journey-foreground-cards .card--has-foreground .content-wrap {
  position: relative;
  z-index: 1;
  width: var(--clfg-text-panel-w);
  height: var(--clfg-text-panel-h);
}
.home-v2 .card-listing-foreground.safety-foreground-cards .card--has-foreground .content-wrap::before,
.home-v2 .card-listing-foreground.journey-foreground-cards .card--has-foreground .content-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.home-v2 .card-listing-foreground.safety-foreground-cards .card--has-foreground .foreground-media,
.home-v2 .card-listing-foreground.journey-foreground-cards .card--has-foreground .foreground-media {
  z-index: 4;
}
.home-v2 .card-listing-foreground.safety-foreground-cards .card--has-foreground h4,
.home-v2 .card-listing-foreground.journey-foreground-cards .card--has-foreground h4 {
  font-size: 30px;
  line-height: 130%;
}
.home-v2 .card-listing-foreground.safety-foreground-cards .card--has-foreground p,
.home-v2 .card-listing-foreground.journey-foreground-cards .card--has-foreground p {
  color: #777777;
}
@media (max-width: 640px) {
  .home-v2 .card-listing-foreground.safety-foreground-cards .card--has-foreground .image-wrap::after,
  .home-v2 .card-listing-foreground.journey-foreground-cards .card--has-foreground .image-wrap::after {
    width: 100%;
  }
  .home-v2 .card-listing-foreground.safety-foreground-cards .card--has-foreground .foreground-zone,
  .home-v2 .card-listing-foreground.journey-foreground-cards .card--has-foreground .foreground-zone {
    max-width: 40%;
  }
  .home-v2 .card-listing-foreground.safety-foreground-cards .card--has-foreground .foreground-media,
  .home-v2 .card-listing-foreground.journey-foreground-cards .card--has-foreground .foreground-media {
    width: 100%;
  }
  .home-v2 .card-listing-foreground.safety-foreground-cards .card--has-foreground .content-wrap::before,
  .home-v2 .card-listing-foreground.journey-foreground-cards .card--has-foreground .content-wrap::before {
    width: 100%;
    height: 36%;
  }
}

.logo-strip-container .logo-strip-divider {
  width: 1px;
  height: 48px;
  background-color: #d1d5db;
}

/*# sourceMappingURL=main.css.map */
