/** Shopify CDN: Minification failed

Line 62:7 Unexpected "{"
Line 62:16 Expected ":"
Line 80:7 Unexpected "{"
Line 80:16 Expected ":"
Line 126:7 Unexpected "{"
Line 126:16 Expected ":"

**/
.hero {
  overflow: hidden;
}

.hero__inner {
  position: relative;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.hero__content {
  max-width: 480px;
  padding: 4.8rem 0 0 0;
}

.kickr__wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}

.hero__kicker {
  position: relative;
  display: inline-flex;
  align-items: center;
  z-index: 11;
  gap: 0.5em;
  padding: 0.4rem 1.2rem 0.4rem 1.2rem;
  margin: 0;
  margin-bottom: 1.6rem;
  border-radius: 4rem;
  color: #fff;
  font-weight: 500;
  background: linear-gradient(180deg, #03468d 0%, #01264d 100%);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3);
}


.kickr__wrapper { position: relative; }

.kickr-badge:empty {
  display: inline-block !important;
}
#hero-{{ section.id }} .kickr-badge {
  position: absolute;
  z-index: 2;
  width: 154px;
  height: 91px;
  background: var(--sharktank) no-repeat center;
  background-size: contain;
  top: -70px;
  right: 50%;
  transform: translateX(50%);
  display: inline-block; 
  transform-origin: center center;
  transition: transform 0.25s ease;
  vertical-align: middle;

  -webkit-tap-highlight-color: transparent;
}

#hero-{{ section.id }} .kickr__wrapper:hover .kickr-badge{
  transform: translateX(50%) scale(1.1);
}


.lightbox { position: fixed; inset: 0; display: none; z-index: 9999; }
.lightbox:target { display: block; }


.lightbox__backdrop:empty {
  display: block !important;
}


.lightbox__backdrop {
  position: absolute; inset: 0;
  background: rgba(0,0,0,.5);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: block;
}
.lightbox__dialog {
  position: absolute; inset: 0;
  margin: auto; max-width: min(92vw, 920px); max-height: 90vh;
  background: transparent; border-radius: 12px; overflow: hidden;
 
  display: flex; align-items: center; justify-content: center;
  user-select: none;
  pointer-events: none;
}
.lightbox__dialog img { width: 100%; height: auto; display: block; }
.lightbox__close {
  position: absolute; top: 8px; right: 12px;
  font-size: 28px; line-height: 1; text-decoration: none; color: rgb(255, 255, 255);
  background: rgba(0, 57, 114, 0.9); border-radius: 999px; padding: 8px 14px;
}


.hero__title {
  position: relative;
  font-size: clamp(2.8rem, 6.2vw, 4.8rem);
  line-height: 1.05;
  margin: 0 0 1.6rem;
  display: inline;
}

#hero-{{ section.id }} .hero__title:after {
  content: "";
  position: absolute;
  width: 38px;
  height: 42px;
  background: var(--paw) no-repeat center;
  background-size: contain;
  top: -20px;
  right: -20px;
}

.hero__subtitle {
  max-width: 680px;
  margin: 0 auto 3.2rem;

  font-size: 1.6rem;
  line-height: 1.5;
}

.hero__subtitle strong {
  font-weight: 600;
}
.hero__content .button--hero {
  padding: 2rem 2rem 2rem 4rem;
}

.button--hero span {
  margin-right: 10rem;
}

.hero__media {
  pointer-events: none;
  user-select: none;
  width: 100%;
  height: 564px;
  position: relative;
  display: flex;
  justify-content: center;
}
.hero__media img {
  margin: 0 auto;
  width: 1444px;
  height: auto;
  object-fit: contain;
  position: absolute;
  bottom: 0;
}

.btn-grad {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 700;
  background: linear-gradient(90deg, var(--btn-from), var(--btn-to));
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  will-change: transform;
  transition: transform 0.2s ease;
}

.btn-grad:hover {
  transform: translateY(-1px);
}

.hero .card--media {
  position: absolute;
  right: 16px;
  bottom: 72px;
  width: 215px;
  height: auto;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 4px solid #ffffff;
  border-radius: 0.75rem;
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .hero .card--media {
    display: flex;
  }
}

.hero .card--media video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.hero .card__caption {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.6rem 1.2rem;
  font-size: 1.6rem;
  text-decoration: none;
  background: #ffffff;
  color: rgba(0, 38, 77, 1);
  border-radius: 3.2rem;
}

.hero--testimonial {
  position: absolute;
  left: 16px;
  bottom: 72px;
  padding: 0;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .hero--testimonial {
    bottom: 35%;
  }
}

.card__polaroid {
  position: absolute;
  top: -130%;
  width: 90%;
  height: auto;
  z-index: 10;
  border: 0.4rem solid #ffffff;
  border-radius: 1.2rem;

  object-fit: cover;
  overflow: hidden;
  margin: 0;
  padding: 0;
  transform: rotate(-4.056deg);
}

.card__polaroid img {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: contain;
  display: flex;
}

.hero .card--message {
  width: 280px;
  position: relative;
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 1.2rem;
  z-index: 20;
  border-radius: 1.2rem;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(2px);
}

.card__quote {
  font-family: var(--font-heading-family);
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: left;
  color: rgba(var(--color-heading), 1);
  border-left: none;
  margin: 0;
  padding: 0;
}
