/** Shopify CDN: Minification failed

Line 270:0 Unexpected "{"
Line 270:1 Expected identifier but found "%"
Line 273:0 Unexpected "{"
Line 273:1 Expected identifier but found "%"

**/
.body__scan__section {
    padding: 120px 72px 0px;
    overflow: hidden;
}
.body__scan__inner {
  max-width: 1300px;
  margin: 0 auto;
}
.body__scan__mn {
    display: grid;
    grid-template-columns: 486px 1fr;
    align-items: start;
}
.body__scan__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px;
    margin-bottom: 7px;
    flex-wrap: wrap;
}
.body__scan__eyebrow {
    margin: 0 0 24px;
    font-family: Editorial New;
    font-weight: 400;
    font-style: Italic;
    font-size: 32px;
    color: #000;
    line-height: 100%;
    letter-spacing: 0px;
}
.body__scan__heading {
    margin: 0;
    font-family: Editorial New;
    font-weight: 400;
    font-size: 88px;
    line-height: 110.00000000000001%;
    letter-spacing: -4px;
    color: #000;
    max-width: 440px;
}
.body__scan__header-right {
  max-width: 419px;
}
.body__scan__description {
    color: #000000;
    margin: 0;
    font-family: Inter Display;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0px;
}
.image-tabs {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}
.body__scan__tabs {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.tabs-innr-cntnt {
    max-width: 423px;
    gap: 16px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
    z-index: 1;
}
.body__scan__tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid #0000001A;
    background: transparent;
    color: #000;
    cursor: pointer;
    transition: all .5s ease;
    font-family: Inter Display;
    font-weight: 700;
    font-size: 14px;
    line-height: 17.55px;
    letter-spacing: 0px;
    min-height: 40px;
}
.body__scan__tab:hover {
  border-color: #000;
}
.body__scan__tab-icon {
  font-size: 13px;
  line-height: 1;
  transition: transform .25s ease;
  display: flex;
  align-items: center;
}
.body__scan__tab--active .body__scan__tab-icon path {
    stroke: #fff;
}
.body__scan__tab--active {
    border-color: #43474f;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 16px;
    gap: 8px;
    background: linear-gradient(138.65deg, #393C42 24.19%, #5B626E 114.89%), #43474f;
}
.body__scan__stage {
    position: relative;
    gap: 0;
    display: grid;
    grid-template-columns: 1fr 423px;
    width: 100%;
}
.body__scan__visual {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 -95px;
}

.body__scan__body-image {
    width: 100%;
    height: auto;
    display: block;
    animation: body-scan-fade-up 1s ease both;
    object-fit: contain;
}

.body__scan__markers {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .35s ease;
}

.body__scan__markers--active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  display: none;
}

.body__scan__marker {
  position: absolute;
  width: 22px;
  height: 22px;
  transform: translate(-50%, -50%);
}

.body__scan__marker-dot {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--body-scan-accent);
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
}

.body__scan__marker-pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--body-scan-accent);
  opacity: 0.35;
  animation: body-scan-pulse 2.2s ease-out infinite;
}
.body__scan__panels {
    position: relative;
    max-width: 423px;
}

.body__scan__card {
    position: absolute;
    inset: 0;
    background: linear-gradient(138.65deg, #393C42 24.19%, #5B626E 114.89%),#151619;
    color: #fff;
    border-radius: 24px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity .35s ease, transform .35s ease, visibility .35s;
}

.body__scan__card--active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.body__scan__card-image-wrap {
    width: 100%;
    overflow: hidden;
    padding: 8px 8px 0;
}

.body__scan__card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.body__scan__card-content {
    padding: 16px 16px 24px;
}

.body__scan__card-title {
    margin: 0 0 8px;
    font-family: Inter Display;
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0px;
    color: #fff;
}

.body__scan__card-desc {
    margin: 0 0 16px;
    font-family: Inter Display;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0px;
    color: #fff;
    font-weight: 400;
}

.body__scan__card-tags {
    margin: 0;
    padding-top: 16px;
    border-top: 0.7px solid #FFFFFF33;
    font-family: Inter Display;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0px;
}

@keyframes body-scan-pulse {
  0% { transform: scale(0.6); opacity: 0.5; }
  70% { transform: scale(2.4); opacity: 0; }
  100% { transform: scale(2.4); opacity: 0; }
}

@keyframes body-scan-fade-up {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

{%- if section.settings.enable_animation == false -%}
.body__scan__marker-pulse { animation: none; opacity: 0.25; }
.body__scan__body-image { animation: none; }
{%- endif -%}


@media (max-width: 1400px) {
.body__scan__section {
    padding: 120px 50px 0px;
}
.body__scan__heading {
    font-size: 80px;
}
.body__scan__eyebrow {
    font-size: 24px;
}
.body__scan__body-image {
    min-width: initial;
}
.body__scan__panels {
    max-width: 403px;
    margin: 0 auto 50px;
    margin-right: 0;
}
.hth-stat__value {
    font-size: 40px;
    line-height: 75.76px;
}
.hth-stat__label {
    font-size: 16px;
    line-height: 24px;
}
}
@media (max-width: 1279px) {
.body__scan__section {
    padding: 80px 20px 0px;
}
.body__scan__heading {
    font-size: 64px;
}
.body__scan__panels {
    max-width: 300px;
    margin: 0 auto 40px;
}
.body__scan__mn {
    grid-template-columns: 1fr 2fr;
}
.body__scan__visual {
    margin: 0 -75px;
}
.body__scan__stage {
    grid-template-columns: 1fr 300px;
}
.body__scan__tabs {
    gap: 8px 16px;
}
}

@media screen and (max-width: 989px) {
  .body__scan__stage {
    grid-template-columns: 1fr 1fr;
  }
  .body__scan__panels {
    min-height: 320px;
  }
  .image-tabs {
    gap: 10px;
    align-items: center;
}
.body__scan__tabs {
    margin-top: 0;
}
.body__scan__panels {
    margin: 0;
}
.body__scan__heading {
    font-size: 60px;
}
.body__scan__tab {
    padding: 6px 8px;
    font-size: 12px;
}
.body__scan__tabs {
    gap: 8px;
}
.body__scan__visual {
    margin: 0 -55px;
}
}
@media screen and (max-width: 749px) {
  .body__scan__section { padding: 40px 16px 80px;}
  .body__scan__header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
  }
  .body__scan__heading { max-width: 100%; }
  .body__scan__header-right { max-width: 100%; }
  .body__scan__tabs { justify-content: center; }
  .body__scan__eyebrow {
    font-size: 16px;
    margin: 0 0 16px;
}
.body__scan__heading {
    font-size: 40px;
    letter-spacing: -1.5px;
}
.body__scan__header {
    gap: 24px;
    margin-bottom: 31px;
}
.body__scan__description {
    font-size: 14px;
}
.image-tabs {
    gap: 16px;
    flex-direction: column;
}
.body__scan__tabs {
    max-width: 100%;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 14px;
}
.body__scan__tab {
    padding: 6px 14px;
    gap: 6px;
}
.body__scan__tab-icon svg {
    width: 18px;
    height: 18px;
}
.body__scan__tab--active {
    transform: none;
    width: auto;
}
.body__scan__panels {
    max-width: 100%;
}
.body__scan__card-image-wrap img {
    border-radius: 16px;
}
.body__scan__mn {
    grid-template-columns: 1fr;
}
.body__scan__stage {
    grid-template-columns: 1fr;
}
.body__scan__tab--active {
    background: #000;
}
.body__scan__tab {
    font-size: 14px;
}
}