﻿/* google fonts */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}

h2,
h3,
h4,
h5,
h6,
p {
  padding: 0 !important;
}

footer.footer-main,
header.header-main {
  display: none !important;
}

.content-main {
  padding: 0 !important;
}

.go3670563033,
.go2933276541 {
  display: none !important;
}

/* =============================================
   HERO SECTION — START
   ============================================= */

.spz_hero {
  width: 100%;
  background: #fff;
  padding: 32px 32px 0;
  box-sizing: border-box;
}

.spz_hero *,
.spz_hero *::before,
.spz_hero *::after {
  box-sizing: border-box;
}

.spz_hero .spz_hero__container {
  position: relative;
  width: 100%;
  /*background: #293054;*/
  border-radius: 24px;
  padding-top: 48px;
  padding-bottom: 0;
  background-image: url(https://canoeintelligence.com/wp-content/themes/canoeintelligence/assets/img/microsite/background-pattren.jpg);
}

/* --- Navbar --- */

.spz_hero .spz_hero__navbar {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.spz_hero .spz_hero__navbar-inner {
  display: flex;
  align-items: flex-start;
  filter: drop-shadow(0 4px 2px rgba(0, 46, 56, 0.16));
}

.spz_hero .spz_hero__navbar-side {
  width: 64px;
  height: 40px;
  overflow: hidden;
  flex-shrink: 0;
}

.spz_hero .spz_hero__navbar-side--right {
  transform: scaleY(-1) rotate(180deg);
}

.spz_hero .spz_hero__navbar-side picture {
  display: block;
  width: 100%;
  height: 100%;
}

.spz_hero .spz_hero__navbar-element {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.spz_hero .spz_hero__navbar-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  width: 700px;
  padding: 0 140px;
  background: #fff;
  flex-shrink: 0;
  margin: 0 -1px;
}

.spz_hero .spz_hero__nav-link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding-bottom: 16px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  color: rgba(41, 48, 84, 0.7);
  white-space: nowrap;
}

.spz_hero .spz_hero__nav-link.comingsoon:after {
  content: '';
  background-image: url(https://canoeintelligence.com/wp-content/themes/canoeintelligence/assets/img/microsite/comingsoon.png);
  background-size: cover;
  width: 100px;
  height: 42px;
  position: absolute;
  top: -20px;
  left: 0;
}

.spz_hero .spz_hero__nav-link--active {
  color: #c423f9;
}

@media (hover: hover) {
  .spz_hero .spz_hero__nav-link:hover {
    color: #c423f9;
  }
}

.spz_hero .spz_hero__nav-arrow {
  position: absolute;
  top: 0;
  right: -9.7px;
  width: 13.2px;
  height: 12px;
}

.spz_hero .spz_hero__mobile-nav {
  display: none;
}

.spz_hero .spz_hero__mobile-nav__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  height: 58px;
  padding: 18px 20px;
  box-sizing: border-box;
  background: #fff;
  filter: drop-shadow(0 4px 2px rgba(0, 46, 56, 0.16));
}

.spz_hero .spz_hero__mobile-nav__current.spz_hero__nav-link {
  flex-shrink: 0;
  height: auto;
  padding-bottom: 0;
  font-size: 18px;
}

.spz_hero .spz_hero__mobile-nav__toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  cursor: pointer;
  flex-shrink: 0;
}

.spz_hero .spz_hero__mobile-nav__toggle-line {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: rgba(41, 48, 84, 0.7);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.spz_hero .spz_hero__mobile-nav__toggle[aria-expanded="true"] .spz_hero__mobile-nav__toggle-line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.spz_hero .spz_hero__mobile-nav__toggle[aria-expanded="true"] .spz_hero__mobile-nav__toggle-line:nth-child(2) {
  opacity: 0;
}

.spz_hero .spz_hero__mobile-nav__toggle[aria-expanded="true"] .spz_hero__mobile-nav__toggle-line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.spz_hero__mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 10000;
  pointer-events: none;
  visibility: hidden;
}

.spz_hero__mobile-menu.is-open {
  pointer-events: auto;
  visibility: visible;
}

.spz_hero__mobile-menu__overlay {
  position: absolute;
  inset: 0;
  background: rgba(31, 38, 70, 0.63);
  backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.spz_hero__mobile-menu.is-open .spz_hero__mobile-menu__overlay {
  opacity: 1;
}

.spz_hero__mobile-menu__panel {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 24px 20px 32px;
  transform: translateY(-100%);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.spz_hero__mobile-menu.is-open .spz_hero__mobile-menu__panel {
  transform: translateY(0);
}

.spz_hero__mobile-menu__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
}

.spz_hero__mobile-menu__links .spz_hero__nav-link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  padding-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  color: rgba(41, 48, 84, 0.7);
  white-space: nowrap;
}

@media (hover: hover) {
  .spz_hero__mobile-menu__links .spz_hero__nav-link:hover {
    color: #c423f9;
  }
}

body.spz_hero__mobile-menu-open {
  overflow: hidden !important;
  max-height: 100vh !important;
}

/* --- Content --- */

.spz_hero .spz_hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  width: 100%;
  padding: 80px 0;
}

/* --- Logo --- */

.spz_hero .spz_hero__logo {
  position: relative;
  width: 554.782px;
  height: 176px;
  flex-shrink: 0;
}

.spz_hero .spz_hero__logo-blur {
  position: absolute;
  left: 50%;
  top: calc(50% + 16px);
  transform: translate(-50%, -50%);
  width: 888px;
  height: 380px;
  pointer-events: none;
  border-radius: 888px;
  opacity: 0.1;
  background: #1BFFC3;
  filter: blur(100px);
}

.spz_hero .spz_hero__logo-blur img {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: contain;
  background: transparent;
}

.spz_hero .spz_hero__logo-grp {
  position: absolute;
  inset: 0;
}

.spz_hero .spz_hero__logo-grp img {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: contain;
}

.spz_hero .spz_hero__logo-border {
  position: absolute;
}

.spz_hero .spz_hero__logo-border--right {
  top: 11.96%;
  right: 0;
  bottom: 0;
  left: 35.38%;
}

.spz_hero .spz_hero__logo-border--left {
  top: 11.96%;
  right: 27.69%;
  bottom: 0;
  left: 0;
}

.spz_hero .spz_hero__logo-canoe {
  position: absolute;
  top: 0;
  right: 66.33%;
  bottom: 80.89%;
  left: 6.36%;
}

.spz_hero .spz_hero__logo-compass-wrap {
  position: absolute;
  top: 43.81%;
  right: 6.41%;
  bottom: 26.99%;
  left: 6.4%;
}

.spz_hero .spz_hero__logo-compass {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 3.45%;
  left: 0;
}

.spz_hero .spz_hero__logo-compass-a {
  position: absolute;
  top: 12.12%;
  right: 33.9%;
  bottom: 0;
  left: 62.71%;
}

/* --- Heading --- */

.spz_hero .spz_hero__heading {
  margin: 0 auto;
  width: 100%;
  max-width: 1110px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  color: #fff;
  word-break: break-word;
  padding: 0 0;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 66px */
  letter-spacing: -1.8px;
}

.spz_hero .spz_hero__heading-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  margin-bottom: -14px;
}

.spz_hero .spz_hero__eyebrow {
  margin: 0;
  color: #1BFFC3;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
  text-transform: uppercase;
}

.spz_hero .spz_hero__logistics {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  padding: 0 0;

  color: #1BFFC3;

  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;

  margin-bottom: -2px;
}

.spz_hero .spz_hero__logistics img {
  width: 35px;
  height: 35px;
}

/* --- Video --- */

.spz_hero .spz_hero__video {
  position: relative;
  width: 1220px;
  max-width: calc(100% - 64px);
  border-radius: 24px;
  background: #293054;
  overflow: hidden;
  flex-shrink: 0;
}

.spz_hero .spz_hero__video-bg {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: bottom;
  pointer-events: none;
}

.spz_hero .spz_hero__video-label {
  position: absolute;
  left: calc(50% - 542px);
  top: calc(50% - 309px);
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  display: none;
}

@media (max-width: 991px) {
  .spz_hero {
    padding: 24px 24px 0;
  }

  .spz_hero .spz_hero__container {
    /*overflow-x: hidden;*/
  }

  .spz_hero .spz_hero__navbar {
    left: 38px;
    right: 38px;
    width: auto;
    max-width: calc(100% - 76px);
    transform: none;
  }

  .spz_hero .spz_hero__navbar-inner {
    width: 100%;
    max-width: 100%;
  }

  .spz_hero .spz_hero__navbar-links {
    flex: 1 1 0;
    flex-shrink: 1;
    min-width: 0;
    width: auto;
    padding: 0 140px;
    gap: 37.5px;
  }

  .spz_hero .spz_hero__content {
    padding: 80px 0 20px;
  }

  .spz_hero .spz_hero__logo {
    width: min(554.782px, 100%);
    max-width: 100%;
  }

  .spz_hero .spz_hero__heading {
    width: 100%;
    max-width: 538px;
    font-size: 48px;
    letter-spacing: -1.44px;
  }

  .spz_hero .spz_hero__logistics {
    margin-top: 13px;
  }

  .spz_hero .spz_hero__video {
    width: 100%;
    max-width: calc(100% - 40px);
    height: auto;
    aspect-ratio: 680 / 382.5;
    border-radius: 13.377px;
  }

  .spz_hero .spz_hero__video-label {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 15.61px;
  }
}

@media (max-width: 767.98px) {
  .spz_hero {
    padding: 0;
  }

  .spz_hero .spz_hero__container {
    border-radius: 0 0 24px 24px;
    padding-top: 0;
  }

  .spz_hero .spz_hero__logistics {
    flex-direction: column;
    font-size: 22px;
    margin-top: 14px;
    margin-bottom: 0;
  }

  .spz_hero .spz_hero__logistics picture,
  .spz_hero .spz_hero__logistics img {
    display: none;
  }



  .spz_hero .spz_hero__navbar {
    display: none;
  }

  .spz_hero .spz_hero__mobile-nav {
    display: block;
    position: relative;
    width: 100%;
    z-index: 2;
  }

  .spz_hero .spz_hero__nav-link.comingsoon:after {
    width: 93px;
    height: 40px;
    top: 14px;
    left: -6px;
    z-index: 2;
  }

  .spz_hero .spz_hero__content {
    padding: 57px 0 20px;
    gap: 40px;
  }

  .spz_hero .spz_hero__logo {
    width: min(296px, calc(100% - 40px));
    height: auto;
  }

  .spz_hero .spz_hero__logo-blur {
    width: min(444px, 150%);
    height: auto;
    aspect-ratio: 888 / 380;
  }

  .spz_hero .spz_hero__logo-grp {
    position: relative;
  }

  .spz_hero .spz_hero__heading {
    max-width: 100%;
    padding: 0 20px;
    font-size: 36px;
    letter-spacing: -1.08px;
  }

  .spz_hero .spz_hero__eyebrow {
    font-size: 18px;
  }

  .spz_hero .spz_hero__video {
    width: 100%;
    max-width: calc(100% - 40px);
    height: auto;
    aspect-ratio: unset;
    border-radius: 6.295px;
  }

  .spz_hero .spz_hero__video-bg {
    height: auto;
  }

  .spz_hero .spz_hero__video-label {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
  }
}

/* =============================================
   HERO SECTION — END
   ============================================= */

/* =============================================
   AGENDA SECTION — START
   ============================================= */

.spz_agenda {
  width: 100%;
  background: #fff;
  padding: 81.5px 32px 80px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}

.spz_agenda *,
.spz_agenda *::before,
.spz_agenda *::after {
  box-sizing: border-box;
}

/* --- Header --- */

.spz_agenda .spz_agenda__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  text-align: center;
  color: #293054;
}

.spz_agenda .spz_agenda__title {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1.44px;
  color: #293054;
}

.spz_agenda .spz_agenda__subtitle {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.66px;
  text-transform: uppercase;
  color: #293054;
}

/* --- Body --- */

.spz_agenda .spz_agenda__body {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 80px;
  width: 100%;
  max-width: 1220px;
}

/* --- Media (left column) --- */

.spz_agenda .spz_agenda__media {
  position: relative;
  flex: 1 0 0;
  min-width: 0;
  align-self: stretch;
}

.spz_agenda .spz_agenda__media-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-bottom-left-radius: 24px;
  border-top-right-radius: 24px;
}

.spz_agenda .spz_agenda__media-image picture,
.spz_agenda .spz_agenda__media-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.spz_agenda .spz_agenda__media-content {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 321px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #fff;
}

.spz_agenda .spz_agenda__venue {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.35;
  text-transform: uppercase;
  color: #fff;
}

.spz_agenda .spz_agenda__date {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -1.32px;
  color: #fff;
}

/* --- Schedule (right column) --- */

.spz_agenda .spz_agenda__schedule {
  flex-shrink: 0;
  width: 596px;
}

.spz_agenda .spz_agenda__row {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  padding: 24px 0 24px;
  border-bottom: 0.5px solid rgba(0, 77, 77, 0.3);

}

.spz_agenda .spz_agenda__row--last {
  border-bottom: none;
}

.spz_agenda .spz_agenda__time {
  flex-shrink: 0;
  width: 90px;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #293054;
}

.spz_agenda .spz_agenda__detail {
  flex: 1 0 0;
  min-width: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #293054;
  word-break: break-word;
}

.spz_agenda .spz_agenda__detail-block {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.spz_agenda .spz_agenda__speakers {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

.spz_agenda .spz_agenda__speakers--stacked {
  gap: 12px;
}

.spz_agenda .spz_agenda__speakers--stacked-2 {
  margin-top: -1px;
  gap: 16px;
}

.spz_agenda .spz_agenda__speaker {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  width: 100%;
}

.spz_agenda .spz_agenda__bullet {
  flex-shrink: 0;
  width: 9px;
  height: 22px;
  margin-top: 0;
}

.spz_agenda .spz_agenda__speaker-info {
  flex: 1 0 0;
  min-width: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.spz_agenda .spz_agenda__speaker-name {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #293054;
}

.spz_agenda .spz_agenda__speaker-title {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #293054;
}

.spz_agenda .spz_agenda__detail-link {
  font-family: "Open Sans", sans-serif;
  color: #C423F9;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  text-transform: uppercase;
  margin: 0;
  text-decoration: none;
  position: relative;
  width: fit-content;
}

.spz_agenda .spz_agenda__detail-link:hover::before {
  content: '';
  position: absolute;
  width: calc(100% + 20px);
  height: 2px;
  background: #C423F9;
  bottom: -2px;
}


.spz_agenda .spz_agenda__detail-link::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cmask id='mask0_30073_259' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='1' y='0' width='10' height='12'%3E%3Cpath d='M11 0H1V12H11V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_30073_259)'%3E%3Cpath d='M1.00852 0.504145C1.00852 0.647393 1.06708 0.782683 1.16722 0.878181C2.53034 2.19527 3.30495 4.05451 3.30211 6.00228C3.30211 7.95005 2.52467 9.8083 1.15966 11.1214C0.957505 11.3005 0.930111 11.6168 1.10015 11.8307C1.25129 12.0237 1.51485 12.0684 1.717 11.9371L10.7601 6.44894C10.9887 6.31066 11.068 6.00228 10.9367 5.76154C10.8952 5.68495 10.8347 5.62029 10.7601 5.57652L1.72645 0.0684325C1.49784 -0.0708364 1.20595 0.0107354 1.0737 0.251472C1.03119 0.328069 1.00852 0.414615 1.00852 0.504145Z' fill='%23C423F9'/%3E%3C/g%3E%3C/svg%3E");
}

@media (max-width: 1200px) {
  .spz_agenda .spz_agenda__media {
    width: calc(50% - 20px);
  }

  .spz_agenda .spz_agenda__schedule {
    width: calc(50% - 20px);
  }
}

@media (max-width: 991px) {
  .spz_agenda {
    padding: 82px 24px;
    gap: 64px;
  }

  .spz_agenda .spz_agenda__header {
    align-items: center;
  }

  .spz_agenda .spz_agenda__body {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .spz_agenda .spz_agenda__media {
    width: 100%;
    flex: none;
    align-self: auto;
  }

  .spz_agenda .spz_agenda__media-image {
    min-height: 0;
    height: auto;
  }

  .spz_agenda .spz_agenda__media-image picture,
  .spz_agenda .spz_agenda__media-image img {
    height: auto;
  }

  .spz_agenda .spz_agenda__schedule {
    width: 100%;
    max-width: 596px;
  }
}

@media (max-width: 767.98px) {
  .spz_agenda {
    padding: 64px 20px;
    gap: 56px;
  }

  .spz_agenda .spz_agenda__header {
    align-items: center;
    gap: 16px;
  }

  .spz_agenda .spz_agenda__title {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -1.08px;
  }

  .spz_agenda .spz_agenda__subtitle {
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: 0.54px;
  }

  .spz_agenda .spz_agenda__body {
    gap: 32px;
    align-items: stretch;
    width: 100%;
  }

  .spz_agenda .spz_agenda__media {
    width: 100%;
    overflow: hidden;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .spz_agenda .spz_agenda__media-image {
    width: 100%;
    aspect-ratio: 320 / 360;
    min-height: 0;
    height: auto;
    border-bottom-left-radius: 24px;
    border-top-right-radius: 24px;
  }

  .spz_agenda .spz_agenda__media-image picture {
    display: block;
    width: 100%;
    height: 100%;
  }

  .spz_agenda .spz_agenda__media-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }

  .spz_agenda .spz_agenda__media-content {
    z-index: 1;
    top: 16px;
    left: 16px;
    width: 225px;
    max-width: calc(100% - 32px);
    gap: 8px;
  }

  .spz_agenda .spz_agenda__venue {
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: 0;
  }

  .spz_agenda .spz_agenda__date {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.72px;
  }

  .spz_agenda .spz_agenda__schedule {
    width: 100%;
    max-width: 100%;
  }

  .spz_agenda .spz_agenda__row {
    gap: 8px;
    padding: 15.3px 0;
  }

  .spz_agenda .spz_agenda__time {
    width: 90px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
  }

  .spz_agenda .spz_agenda__detail {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
  }

  .spz_agenda .spz_agenda__detail-block {
    align-items: flex-start;
    gap: 16px;
  }


  .spz_agenda .spz_agenda__detail-link {
    font-size: 10px;
    margin-top: 3.5px;
    margin-bottom: 4px;
  }

  .spz_agenda .spz_agenda__speakers {
    gap: 0;
  }

  .spz_agenda .spz_agenda__speakers--stacked {
    gap: 13px;
  }

  .spz_agenda .spz_agenda__speakers--stacked-2 {
    margin-top: 0;
    gap: 16px;
  }

  .spz_agenda .spz_agenda__speaker {
    gap: 8px;
  }

  .spz_agenda .spz_agenda__bullet {
    width: 9px;
    height: 17px;
    object-fit: contain;
  }

  .spz_agenda .spz_agenda__speaker-info {
    display: block;
  }

  .spz_agenda .spz_agenda__speaker-name {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
  }

  .spz_agenda .spz_agenda__speakers--stacked .spz_agenda__speaker:nth-child(2) .spz_agenda__speaker-name,
  .spz_agenda .spz_agenda__speakers--stacked .spz_agenda__speaker:nth-child(3) .spz_agenda__speaker-name {
    font-size: 14px;
  }

  .spz_agenda .spz_agenda__speaker-title {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
  }
}

/* =============================================
   AGENDA SECTION — END
   ============================================= */

/* =============================================
   VIDEO SECTION — START
   ============================================= */

.spz_video {
  width: 100%;
  /*background: #293054;*/
  padding: 80px 32px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(https://canoeintelligence.com/wp-content/themes/canoeintelligence/assets/img/microsite/background-pattren.jpg);
}

.spz_video *,
.spz_video *::before,
.spz_video *::after {
  box-sizing: border-box;
}

.spz_video .spz_video__player {
  position: relative;
  width: 1220px;
  max-width: 100%;
  border-radius: 24px;
  background: #293054;
  overflow: hidden;
  flex-shrink: 0;
}

.spz_video .spz_video__player img {
  width: 100%;
}

.spz_video .spz_video__bg {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: bottom;
  opacity: 1;
  pointer-events: none;
  background: #555;
}

.spz_video .spz_video__label {
  position: absolute;
  left: calc(50% - 542px);
  top: calc(50% - 309px);
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  display: none;
}

@media (max-width: 991px) {
  .spz_video {
    padding: 80px 24px;
  }

  .spz_video .spz_video__player {
    width: 100%;
    height: auto;
    aspect-ratio: 1200 / 675;
    border-radius: 13.377px;
  }

  .spz_video .spz_video__label {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 15.61px;
  }
}

@media (max-width: 767.98px) {
  .spz_video {
    padding: 64px 20px;
  }

  .spz_video .spz_video__player {
    width: 100%;
    height: auto;
    aspect-ratio: unset;
    border-radius: 6.295px;
  }

  .spz_video .spz_video__bg {
    height: auto;
  }

  .spz_video .spz_video__label {
    font-size: 14px;
  }
}

/* =============================================
   VIDEO SECTION — END
   ============================================= */

/* =============================================
   TRAVEL SECTION — START
   ============================================= */

.spz_travel {
  position: relative;
  width: 100%;
  padding: 80px 32px;
  box-sizing: border-box;
  overflow: hidden;
  background-image: url(https://canoeintelligence.com/wp-content/themes/canoeintelligence/assets/img/microsite/map-1440.jpg);
  background-size: cover;
}

.spz_travel *,
.spz_travel *::before,
.spz_travel *::after {
  box-sizing: border-box;
}

/* --- Background --- */

.spz_travel .spz_travel__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 711px;
  pointer-events: none;
  overflow: hidden;
}

.spz_travel .spz_travel__bg img {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  background: #ccc;
}

.spz_travel .spz_travel__bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.9) 28.039%,
      rgba(255, 255, 255, 0.95) 72.279%);
}

/* --- Inner --- */

.spz_travel .spz_travel__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}

/* --- Header --- */

.spz_travel .spz_travel__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  text-align: center;
  color: #293054;
}

.spz_travel .spz_travel__eyebrow {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.35;
  text-transform: uppercase;
  color: #293054;
}

.spz_travel .spz_travel__title {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1.44px;
  color: #293054;
}

/* --- Card --- */

.spz_travel .spz_travel__card {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 396px;
  overflow: hidden;
  border-bottom-left-radius: 24px;
  border-top-right-radius: 24px;
}

.spz_travel .spz_travel__content {
  flex: 1 0 0;
  background: #fff;
  padding: 48px 40px;
  overflow: hidden;
  min-width: 423px;
}

.spz_travel .spz_travel__content p {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #293054;
  word-break: break-word;
  white-space: pre-wrap;
}

.spz_travel .spz_travel__content strong {
  font-weight: 700;
}

.spz_travel .spz_travel__spacer {
  line-height: 1.4;
}

.spz_travel .spz_travel__time {
  color: rgba(41, 48, 84, 0.5);
}

/* --- Map --- */

.spz_travel .spz_travel__map {
  position: relative;
  flex-shrink: 0;
  width: 710px;
  overflow: hidden;
}

.spz_travel .spz_travel__map img {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: bottom;
  background: #ccc;
}

@media (max-width: 991px) {
  .spz_travel {
    padding: 80px 24px 71px;
  }

  .spz_travel .spz_travel__bg {
    height: 100%;
  }

  .spz_travel .spz_travel__inner {
    gap: 56px;
  }

  .spz_travel .spz_travel__card {
    flex-direction: column;
    height: auto;
  }

  .spz_travel .spz_travel__content {
    width: 100%;
    padding: 48px 40px;
    flex: auto;
  }

  .spz_travel .spz_travel__map {
    width: 100%;
    height: auto;
  }

  .spz_travel .spz_travel__map iframe {
    height: 396px !important;
  }
}

@media (max-width: 767.98px) {
  .spz_travel {
    padding: 65px 20px;
    background-size: cover;
    background-position: center;
  }

  .spz_travel .spz_travel__inner {
    gap: 48px;
    width: 100%;
  }

  .spz_travel .spz_travel__header {
    gap: 18px;
  }

  .spz_travel .spz_travel__eyebrow {
    font-size: 22px;
    line-height: 1.35;
  }

  .spz_travel .spz_travel__title {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -1.08px;
  }

  .spz_travel .spz_travel__card {
    min-height: 0;
    width: 100%;
    border-bottom-left-radius: 24px;
    border-top-right-radius: 24px;
  }

  .spz_travel .spz_travel__content {
    width: 100%;
    min-width: 0;
    padding: 40px 24px;
    flex: none;
  }

  .spz_travel .spz_travel__content p {
    font-size: 16px;
    line-height: 1.37;
  }

  .spz_travel .spz_travel__map {
    width: 100%;
    height: 396px;
  }

  .spz_travel .spz_travel__map iframe {
    display: block;
    width: 100%;
    height: 396px !important;
  }
}

/* =============================================
   TRAVEL SECTION — END
   ============================================= */

/* =============================================
   ACCOMMODATIONS SECTION — START
   ============================================= */

.spz_accommodations {
  width: 100%;
  background: #293054;
  padding: 80px 32px;
  box-sizing: border-box;
}

.spz_accommodations *,
.spz_accommodations *::before,
.spz_accommodations *::after {
  box-sizing: border-box;
}

.spz_accommodations .spz_accommodations__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}

/* --- Header --- */

.spz_accommodations .spz_accommodations__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  text-align: center;
  color: #fff;
}

.spz_accommodations .spz_accommodations__title {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1.44px;
  color: #fff;
}

.spz_accommodations .spz_accommodations__subtitle {
  margin: 0;
  max-width: 652px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
}

/* --- Cards --- */

.spz_accommodations .spz_accommodations__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 12px;
  width: 100%;
}

.spz_accommodations .spz_accommodations__card {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  padding: 40px 24px;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(0, 177, 177, 0.5) 0%, rgba(50, 58, 102, 0.5) 100%);
  cursor: pointer;
  text-decoration: none;
}

@media (hover: hover) {
  .spz_accommodations .spz_accommodations__card:hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--action-btn-prim-hov, #1BFFC3);
    border-radius: 8px;
  }
}

.spz_accommodations .spz_accommodations__card-glow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.spz_accommodations .spz_accommodations__card-glow img {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: contain;
  background: transparent;
}

.spz_accommodations .spz_accommodations__card-logo {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 102px;
  flex-shrink: 0;
}

.spz_accommodations .spz_accommodations__card-logo img {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: contain;
}

.spz_accommodations .spz_accommodations__card-info {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.spz_accommodations .spz_accommodations__card-name {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #1bffc3;
  word-break: break-word;
}

.spz_accommodations .spz_accommodations__card-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex: 1;
  height: auto;
  justify-content: center;
}

.spz_accommodations .spz_accommodations__address {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  word-break: break-word;
  white-space: pre-wrap;
}

.spz_accommodations .spz_accommodations__address strong {
  font-weight: 700;
}

.spz_accommodations .spz_accommodations__walk {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  opacity: 0.7;
  width: 100%;
}

@media (max-width: 991px) {
  .spz_accommodations {
    padding: 80px 24px;
  }

  .spz_accommodations .spz_accommodations__header {
    padding: 0 34px;
    box-sizing: border-box;
  }

  .spz_accommodations .spz_accommodations__subtitle {
    max-width: 652px;
  }

  .spz_accommodations .spz_accommodations__cards {
    grid-template-columns: repeat(2, minmax(0, 320px));
    justify-content: center;
    padding: 0 34px;
    box-sizing: border-box;
  }

  .spz_accommodations .spz_accommodations__card-logo img {
    height: 102px;
  }

  .spz_accommodations .spz_accommodations__card-glow img {
    object-fit: cover;
    height: 210px;
  }
}

@media (max-width: 767.98px) {
  .spz_accommodations {
    padding: 64px 20px 63px;
  }

  .spz_accommodations .spz_accommodations__inner {
    gap: 47px;
    width: 100%;
  }

  .spz_accommodations .spz_accommodations__header {
    padding: 0;
    gap: 16px;
  }

  .spz_accommodations .spz_accommodations__title {
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1.08px;
    color: #fff;
  }

  .spz_accommodations .spz_accommodations__subtitle {
    max-width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    color: #fff;
  }

  .spz_accommodations .spz_accommodations__cards {
    grid-template-columns: 1fr;
    justify-content: stretch;
    gap: 12px;
    width: 100%;
    padding: 0;
  }

  .spz_accommodations .spz_accommodations__card {
    width: 100%;
    height: auto;
    padding: 31px 24px 33px;
    gap: 64px;
  }

  .spz_accommodations .spz_accommodations__card-glow {
    height: 226px;
  }

  .spz_accommodations .spz_accommodations__card-glow img {
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: bottom;
    margin: auto;
  }

  .spz_accommodations .spz_accommodations__card-logo {
    height: 102px;
  }

  .spz_accommodations .spz_accommodations__card-logo img {
    width: auto;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
  }

  .spz_accommodations .spz_accommodations__card-info {
    gap: 21px;
    flex: none;
    width: 100%;
  }

  .spz_accommodations .spz_accommodations__card-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #1bffc3;
  }

  .spz_accommodations .spz_accommodations__card-details {
    gap: 27px;
    height: auto;
    flex: none;
    width: 100%;
    justify-content: unset;
  }

  .spz_accommodations .spz_accommodations__address {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
  }

  .spz_accommodations .spz_accommodations__address strong {
    font-weight: 700;
  }

  .spz_accommodations .spz_accommodations__walk {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    opacity: 0.7;
  }
}

/* =============================================
   ACCOMMODATIONS SECTION — END
   ============================================= */

/* =============================================
   CONVERSION SECTION — START
   ============================================= */

.spz_conversion {
  width: 100%;
  background: #ecf2f2;
  padding: 80px 32px 65px;
  box-sizing: border-box;
}

.spz_conversion *,
.spz_conversion *::before,
.spz_conversion *::after {
  box-sizing: border-box;
}

.spz_conversion .spz_conversion__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 80px;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}

/* --- Content --- */

.spz_conversion .spz_conversion__content {
  flex: 1 0 0;
  min-width: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translateY(-7px);
}

.spz_conversion .spz_conversion__header {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  color: #293054;
}

.spz_conversion .spz_conversion__title {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1.44px;
  color: #293054;
  word-break: break-word;
}

.spz_conversion .spz_conversion__text {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #293054;
  word-break: break-word;
}

.spz_conversion .spz_conversion__text strong {
  font-weight: 700;
}

/* --- Form card --- */

.spz_conversion .spz_conversion__form {
  flex-shrink: 0;
  width: calc(510px + 16px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 30px 32px;
  background: #fff;
  border: 8px solid #eff4f4;
  border-radius: 0 24px 0 24px;
  box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.12);
  transform: translate(8px, -8px);
}

.spz_conversion .spz_conversion__form-title {
  margin: 0;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.96px;
  text-align: center;
  color: #293054;
  word-break: break-word;
}

.spz_conversion .spz_conversion__form-fields {
  width: 100%;
}

/* --- HubSpot form --- */

.spz_conversion .hbspt-form {
  width: 100%;
}

.spz_conversion .hbspt-form .hs_error_rollup {
  display: none !important;
}

.spz_conversion .hbspt-form form.hs-form {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.spz_conversion .hbspt-form .hs-form-field {
  position: relative;
  flex: 0 0 calc(50% - 8px);
  width: calc(50% - 8px);
  margin: 0 !important;
  padding: 0;
  float: none;
  overflow: visible;
}

/* --- Field label (floating label pattern) --- */

.spz_conversion .hbspt-form .hs-form-field>label {
  position: absolute;
  left: 16px;
  top: 17px;
  margin: 0;
  padding: 0;
  border: none;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(41, 48, 84, 0.7);
  pointer-events: none;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 32px);
  transition: top 0.15s ease, transform 0.15s ease, font-size 0.15s ease, color 0.15s ease, padding 0.15s ease, background 0.15s ease;
}

.spz_conversion .hbspt-form .hs-form-field>label .hs-form-required {
  display: none;
}

/* Active / Focus — floating label */
.spz_conversion .hbspt-form .hs-form-field.spz-field--focused>label,
.spz_conversion .hbspt-form .hs-form-field.spz-field--filled>label {
  top: -11px;
  left: 11px;
  transform: none;
  font-size: 12px;
  padding: 1px 5px;
  background: #fff;
  width: auto;
  max-width: calc(100% - 22px);
}

/* Error / Default — label inside, red */
.spz_conversion .hbspt-form .hs-form-field.spz-field--error:not(.spz-field--filled):not(.spz-field--focused)>label {
  top: 17px;
  left: 16px;
  font-size: 16px;
  padding: 0;
  background: transparent;
  color: #ff4349;
}

/* Error / Filled or Error / Focus — floating red label */
.spz_conversion .hbspt-form .hs-form-field.spz-field--error.spz-field--filled>label,
.spz_conversion .hbspt-form .hs-form-field.spz-field--error.spz-field--focused>label {
  top: -11px;
  left: 11px;
  transform: none;
  font-size: 12px;
  padding: 1px 5px;
  background: #fff;
  color: #ff4349;
}

.spz_conversion .hbspt-form .hs-form-field .input {
  margin: 0;
  width: 100%;
}

/* --- Input base (Blank / Default) --- */

.spz_conversion .hbspt-form .hs-input {
  width: 100% !important;
  height: 56px;
  padding: 16px;
  border: 1px solid #dde4e4;
  border-radius: 16px;
  background: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #293054;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color 0.15s ease;
  display: block !important;
}

/* Override browser autofill to match default input style */
.spz_conversion .hbspt-form input.hs-input:-webkit-autofill,
.spz_conversion .hbspt-form input.hs-input:-webkit-autofill:hover,
.spz_conversion .hbspt-form input.hs-input:-webkit-autofill:focus,
.spz_conversion .hbspt-form input.hs-input:-webkit-autofill:active,
.spz_conversion .hbspt-form input.hs-input:autofill,
.spz_conversion .hbspt-form input.hs-input:autofill:hover,
.spz_conversion .hbspt-form input.hs-input:autofill:focus,
.spz_conversion .hbspt-form input.hs-input:autofill:active {
  -webkit-text-fill-color: #293054 !important;
  caret-color: #293054;
  border: 1px solid #dde4e4;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  box-shadow: 0 0 0 1000px #fff inset !important;
  transition: background-color 9999s ease-out 0s;
}

/* Active / Focus */
.spz_hero .spz_hero__nav-link .spz_conversion .hbspt-form .hs-form-field.spz-field--focused .hs-input {
  border-color: #293054;
}

/* Filled / Has Value */
.spz_conversion .hbspt-form .hs-form-field.spz-field--filled:not(.spz-field--focused) .hs-input {
  border-color: #dde4e4;
  color: #293054;
}

/* Error states */
.spz_conversion .hbspt-form .hs-form-field.spz-field--error .hs-input {
  border-color: #ff4349;
}

.spz_conversion .hbspt-form .hs-form-field.spz-field--error select.hs-input.is-placeholder:not(:focus) {
  color: transparent;
}

.spz_conversion .hbspt-form .hs-form-field.spz-field--error.spz-field--filled .hs-input,
.spz_conversion .hbspt-form .hs-form-field.spz-field--error.spz-field--focused .hs-input {
  color: #293054;
}

/* --- Select --- */

.spz_conversion .hbspt-form select.hs-input {
  padding-right: 42px;
  cursor: pointer;
  color: #293054;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='4' viewBox='0 0 8 4' fill='none'%3E%3Cpath d='M1 1L4 3.5L7 1' stroke='%23293054' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 8px 4px;
}

.spz_conversion .hbspt-form select.hs-input.is-placeholder:not(:focus) {
  color: transparent;
}

.spz_conversion .hbspt-form .hs-form-field.spz-field--error select.hs-input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='4' viewBox='0 0 8 4' fill='none'%3E%3Cpath d='M1 1L4 3.5L7 1' stroke='%23ff4349' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* --- Error messages --- */

.spz_conversion .hbspt-form .hs-error-msgs {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  width: 100%;
}

.spz_conversion .hbspt-form .hs-error-msgs li {
  margin: 0;
  padding: 0;
}

.spz_conversion .hbspt-form .hs-error-msgs li:before {
  content: none;
}

.spz_conversion .hbspt-form .hs-error-msgs label,
.spz_conversion .hbspt-form .hs-error-msgs .hs-error-msg {
  display: block;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #293054;
  cursor: default;
}

.spz_conversion .hbspt-form form.hs-form>div:has(.hs-richtext) {
  flex: 0 0 100%;
  width: 100%;
  margin-top: 16px;
}

.spz_conversion .hbspt-form .hs-richtext {
  width: 100%;
  margin: 0;
}

.spz_conversion .hbspt-form .hs-richtext p {
  margin: 0;
  width: 100%;
  max-width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(41, 48, 84, 0.7);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.spz_conversion .hbspt-form .hs_submit {
  flex: 0 0 100%;
  width: 100%;
  margin: 0;
  padding: 31px 0 16px;
  display: flex;
  justify-content: center;
}

.spz_conversion .hbspt-form .hs_submit .actions {
  margin: 0;
  padding: 0;
}

.spz_conversion .hbspt-form .hs-button.primary.large,
.spz_conversion .hbspt-form input[type="submit"].hs-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 48px;
  border: none;
  border-radius: 100px;
  background: #c423f9;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: none;
  width: auto;
  text-transform: capitalize;
}

.spz_conversion .hbspt-form .hs-button.primary.large:hover,
.spz_conversion .hbspt-form input[type="submit"].hs-button:hover {
  background: var(--action-btn-prim-hov, #1BFFC3) !important;
  color: var(--text-default, #293054);
}

.spz_conversion .hbspt-form .hs-field-desc,
.spz_conversion .hbspt-form .legal-consent-container {
  display: none !important;
}

.spz_conversion .hbspt-form .submitted-message {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #293054;
  text-align: center;
}

@media (max-width: 991px) {
  .spz_conversion {
    padding: 87px 56px 57px;
  }

  .spz_conversion .spz_conversion__inner {
    flex-direction: column;
    align-items: center;
    gap: 80px;
    width: 100%;
    max-width: 1220px;
  }

  .spz_conversion .spz_conversion__content {
    align-self: auto;
    width: 100%;
  }

  .spz_conversion .spz_conversion__header {
    gap: 32px;
  }

  .spz_conversion .spz_conversion__form {
    width: calc(656px + 16px);
    max-width: calc(656px + 16px);
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.12);
    transform: translate(0px, -16px);
  }

  .spz_conversion .spz_conversion__form-fields {
    width: 100%;
  }

  .spz_conversion .hbspt-form .hs-form-field {
    flex: 0 0 calc(50% - 8px);
    width: calc(50% - 8px);
  }

  .spz_conversion .hbspt-form .hs-richtext p {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .spz_conversion {
    padding: 65px 32px 49px;
  }

  .spz_conversion .spz_conversion__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 64px;
    width: 100%;
  }

  .spz_conversion .spz_conversion__content {
    width: 100%;
    transform: none;
    align-self: auto;
  }

  .spz_conversion h2.spz_conversion__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1.08px;
    color: #293054;
  }

  .spz_conversion .spz_conversion__header {
    gap: 32px;
    align-items: flex-start;
  }

  .spz_conversion .spz_conversion__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.38;
    color: #293054;
  }

  .spz_conversion .spz_conversion__text strong {
    font-weight: 700;
  }

  .spz_conversion .spz_conversion__form {
    width: calc(100% + 16px);
    max-width: calc(100% + 16px);
    padding: 32px 16px;
    gap: 32px;
    transform: translate(-8px, -8px);
  }

  .spz_conversion h3.spz_conversion__form-title {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.72px;
    color: #293054;
  }

  .spz_conversion .spz_conversion__form-fields {
    width: 100%;
  }

  .spz_conversion .hbspt-form .hs-form-field {
    flex: 0 0 100%;
    width: 100%;
  }

  .spz_conversion .hbspt-form .hs-form-field>label {
    font-size: 16px;
    top: 13px;
  }

  .spz_conversion .hbspt-form .hs-form-field.spz-field--error:not(.spz-field--filled):not(.spz-field--focused)>label {
    top: 13px;
  }

  .spz_conversion .hbspt-form .hs-input {
    height: 48px;
    padding: 0 16px;
    font-size: 16px;
    border-radius: 16px;
  }

  .spz_conversion .hbspt-form .hs-richtext p {
    width: 100%;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .spz_conversion .hbspt-form .hs-button.primary.large,
  .spz_conversion .hbspt-form input[type="submit"].hs-button {
    height: 48px;
    padding: 0 40px;
    font-size: 16px;
  }
}

/* =============================================
   CONVERSION SECTION — END
   ============================================= */

/* =============================================
   SUPPORT SECTION — START
   ============================================= */

.spz_support {
  width: 100%;
  background: #FFF;
  padding: 0 32px 32px;
  box-sizing: border-box;
}

.spz_support *,
.spz_support *::before,
.spz_support *::after {
  box-sizing: border-box;
}

.spz_support .spz_support__container {
  width: 100%;
  height: 414px;
  /*background: #293054;*/
  border-radius: 0 24px 0 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 80px;
  background-image: url(https://canoeintelligence.com/wp-content/themes/canoeintelligence/assets/img/microsite/background-pattren.jpg);
}

.spz_support .spz_support__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 708px;
  max-width: 100%;
  text-align: center;
  color: #fff;
}

.spz_support .spz_support__blur {
  position: absolute;
  left: 50%;
  top: calc(50% + 0.5px);
  transform: translate(-50%, -50%);
  width: 888px;
  height: 380px;
  pointer-events: none;
  opacity: 0.1;
  background: #1BFFC3;
  filter: blur(100px);
}

.spz_support .spz_support__blur img {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: contain;
  background: transparent;
}

.spz_support .spz_support__title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1.44px;
  text-align: center;
  color: #fff;
  word-break: break-word;
}

.spz_support .spz_support__text {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  word-break: break-word;
}

.spz_support .spz_support__text strong {
  font-weight: 700;
}

.spz_support .spz_support__cta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 48px;
  border: 2px solid #1bffc3;
  border-radius: 100px;
  background: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  color: #1bffc3;
  white-space: nowrap;
}

@media (hover: hover) {
  .spz_support .spz_support__cta:hover {
    background: #1bffc3;
    border-color: #1bffc3;
    color: #293054;
  }
}

@media (max-width: 991px) {
  .spz_support {
    padding: 0 24px 24px;
  }

  .spz_support .spz_support__container {
    height: auto;
    min-height: 432px;
    padding: 96px 80px;
  }

  .spz_support .spz_support__content {
    width: 100%;
    gap: 28px;
  }
}

@media (max-width: 767.98px) {
  .spz_support {
    padding: 0;
  }

  .spz_support .spz_support__container {
    min-height: 0;
    padding: 73px 18px;
    border-radius: 24px 24px 0 0;
  }

  .spz_support .spz_support__title {
    font-size: 36px;
    letter-spacing: -1.08px;
  }

  .spz_support .spz_support__text {
    font-size: 16px;
    line-height: 1.35;
  }

  .spz_support .spz_support__cta {
    height: 48px;
    font-size: 16px;
    padding: 0 39px;
  }
}

/* =============================================
   SUPPORT SECTION — END
   ============================================= */

/* =============================================
   MODAL SECTION — START
   ============================================= */

.spz__canoe-compass__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100dvh;
  z-index: 10000;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.spz__canoe-compass__modal.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.spz__canoe-compass__modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100dvh;
  background: rgba(31, 38, 70, 0.63);
  backdrop-filter: blur(8px);
}

.spz__canoe-compass__modal__wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  min-height: 100%;
  min-height: 100dvh;
  width: 100%;
  padding: 40px 20px;
  box-sizing: border-box;
}

.spz__canoe-compass__modal__content {
  width: 100%;
  max-width: 510px;
  margin: auto;
  transform: translateY(-24px);
  opacity: 0;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease;

  border-radius: 0 24px;
  border: 8px solid rgba(255, 255, 255, 0.15);
  background: #FFF;
  box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.22);
  background-clip: padding-box;

  padding: 32px;
}

.spz__canoe-compass__modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  z-index: 1;
}

.spz__canoe-compass__modal.show .spz__canoe-compass__modal__content {
  transform: translateY(0);
  opacity: 1;
}

body.spz__canoe-compass__modal-open {
  overflow: clip !important;
}

.spz__canoe-compass__modal form.hs-form {}

.spz__canoe-compass__modal form.hs-form>div:has(img),
.spz__canoe-compass__modal form.hs-form>div:nth-child(2):not(:has(input)),
.spz__canoe-compass__modal form.hs-form>div:has(.hs-richtext.hs-main-font-element),
.spz__canoe-compass__modal form.hs-form .hs-form-field.hs_recaptcha {
  display: none !important;
}

.spz__canoe-compass__modal_form>h2 {
  text-align: center;
  margin-bottom: 32px;
  margin-inline: auto;
  padding: 0;

  color: #293054;
  font-family: "Open Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.96px;
}

.spz__canoe-compass__modal form.hs-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.spz__canoe-compass__modal form.hs-form .spz__form-field {
  display: flex;
  width: 100%;
  flex-direction: column;
  position: relative;
  gap: 4px;
  vertical-align: top;
}

.spz__canoe-compass__modal form.hs-form .spz__form-field.full-width,
.spz__canoe-compass__modal form.hs-form .hs_submit.hs-submit.full-width,
.spz__canoe-compass__modal form.hs-form .hs-dependent-field:not(:has(select[name="state_region_2"])) .spz__form-field:has(select[name="country_region_2"]) {
  grid-column: span 2;
}

.spz__canoe-compass__modal form.hs-form .hs-dependent-field {
  display: contents;
}

.spz__canoe-compass__modal form.hs-form legend.hs-field-desc {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(41, 48, 84, 0.50);
  text-align: center;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.spz__canoe-compass__modal form.hs-form .hs_error_rollup {
  grid-column: 1 / -1;
}

.spz__canoe-compass__modal form.hs-form .spz__form-field .input {
  position: relative;
}

.spz__canoe-compass__modal form.hs-form input,
.spz__canoe-compass__modal form.hs-form textarea,
.spz__canoe-compass__modal form.hs-form select {
  border-radius: 16px;
  border: 1px solid #DDE4E4;
  padding: 16px 16px 16px 15px;

  color: #293054;
  background-color: transparent;

  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;

  outline: none;
  box-shadow: none;
  outline: none;
  text-overflow: ellipsis;
  white-space: nowrap;

  height: 56px;

  vertical-align: middle;
}

.spz__canoe-compass__modal form.hs-form input:-webkit-autofill,
.spz__canoe-compass__modal form.hs-form input:-webkit-autofill:focus,
.spz__canoe-compass__modal form.hs-form input:-webkit-autofill:hover,
.spz__canoe-compass__modal form.hs-form input:-webkit-autofill:active {
  -webkit-text-fill-color: #293054 !important;
  color: #293054 !important;
}

.spz__canoe-compass__modal form.hs-form input.error,
.spz__canoe-compass__modal form.hs-form textarea.error,
.spz__canoe-compass__modal form.hs-form select.error {
  display: block !important;
}

.spz__canoe-compass__modal form.hs-form input.error:not(:focus),
.spz__canoe-compass__modal form.hs-form textarea.error:not(:focus),
.spz__canoe-compass__modal form.hs-form select.error:not(:focus) {
  border-color: #FF4349;
}

.spz__canoe-compass__modal form.hs-form select option:disabled {
  color: transparent;
}

.spz__canoe-compass__modal form.hs-form input.error:not(:focus)+.spz__form-field-label,
.spz__canoe-compass__modal form.hs-form textarea.error:not(:focus)+.spz__form-field-label,
.spz__canoe-compass__modal form.hs-form select.error:not(:focus)+.spz__form-field-label {
  color: #FF4349;
}

.spz__canoe-compass__modal form.hs-form select {
  appearance: none;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4IiBmaWxsPSJub25lIj4KICA8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMjkwMzhfMTMyKSI+CiAgICA8cGF0aCBkPSJNNSA3TDguMjkyODkgMTAuMjkyOUM4LjY4MzQyIDEwLjY4MzQgOS4zMTY1OCAxMC42ODM0IDkuNzA3MTEgMTAuMjkyOUwxMyA3IiBzdHJva2U9IiMyOTMwNTQiIHN0cm9rZS1vcGFjaXR5PSIwLjciIHN0cm9rZS13aWR0aD0iMS41Ii8+CiAgPC9nPgogIDxkZWZzPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwMF8yOTAzOF8xMzIiPgogICAgICA8cmVjdCB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9IndoaXRlIi8+CiAgICA8L2NsaXBQYXRoPgogIDwvZGVmcz4KPC9zdmc+');
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: top 18.5px right 16px;
  padding-right: 36px;
  padding-bottom: 10px;
  cursor: pointer;
}

.spz__canoe-compass__modal form.hs-form select::placeholder,
.spz__canoe-compass__modal form.hs-form select:-moz-placeholder,
.spz__canoe-compass__modal form.hs-form select::-moz-placeholder {
  color: transparent !important;
}

.spz__canoe-compass__modal form.hs-form .spz__form-field-label {
  display: block;
  position: absolute;
  width: auto;
  text-transform: capitalize;

  overflow: hidden;
  color: rgba(41, 48, 84, 0.70);
  text-overflow: ellipsis;
  white-space: nowrap;

  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;

  pointer-events: none;

  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  padding: 0 !important;
  margin: 0 !important;
  transition: all 0.2s ease-in-out;

  z-index: 1;
}

.spz__canoe-compass__modal form.hs-form input:focus,
.spz__canoe-compass__modal form.hs-form textarea:focus,
.spz__canoe-compass__modal form.hs-form select:focus {
  border-color: #293054;
}

.spz__canoe-compass__modal form.hs-form input:focus+.spz__form-field-label,
.spz__canoe-compass__modal form.hs-form textarea:focus+.spz__form-field-label,
.spz__canoe-compass__modal form.hs-form select:focus+.spz__form-field-label,
.spz__canoe-compass__modal form.hs-form select:valid+.spz__form-field-label,
.spz__canoe-compass__modal form.hs-form input:not(:placeholder-shown)+.spz__form-field-label {
  top: 0;
  left: 12px;
  font-size: 12px;
  background: #FFFFFF;
  padding: 0 5px !important;
}

.spz__canoe-compass__modal .hs-error-msgs li {
  margin: 0;
  padding: 0;
}

.spz__canoe-compass__modal .hs-error-msgs:has(a:not([href])) {
  display: none !important;
}

.spz__canoe-compass__modal .hs-error-msgs li:before {
  content: '';
  display: none !important;
}

.spz__canoe-compass__modal .hs-error-msgs .hs-error-msg,
.spz__canoe-compass__modal .hs-error-msgs .hs-main-font-element {
  margin: 0;
  padding: 0;
  color: #FF4349;

  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-align: left;
}

.spz__canoe-compass__modal .hs-error-msgs a {
  color: #293054 !important;
  font-size: 10px !important;
  font-family: "Open Sans" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 140% !important;
  text-align: left !important;
}

.spz__canoe-compass__modal form.hs-form .hs_submit {
  margin-top: 0;
  margin-bottom: 8px;
  margin-right: auto;
  margin-left: auto;
}

.spz__canoe-compass__modal form.hs-form .hs_submit .actions {
  display: flex;
  justify-content: center;
  align-items: center;
}

.spz__canoe-compass__modal form.hs-form .hs_submit .hs-button {
  border-radius: 100px;
  background: #C423F9;
  height: 56px;
  width: 161px;
  padding: 0 32px;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;

  color: #FFF;
  text-align: center;

  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  text-transform: none;

}

.spz__canoe-compass__modal form.hs-form .hs_submit .hs-button:hover {
  background: #1BFFC3;
  color: #293054;
}

.spz__canoe-compass__modal form.hs-form .legal-consent-container {
  color: #193446;
  text-align: center;

  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.spz__canoe-compass__modal__success-message {
  margin: -32px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url('<?= get_stylesheet_directory_uri() ?>/assets/img/spz_canoe_form_success_bg_desktop.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.spz__canoe-compass__modal__success-message.hidden {
  display: none;
}

.spz__canoe-compass__modal__success-message h5 {
  color: #293054;
  text-align: center;
  font-family: "Open Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin: 0 0 16px;
  padding: 0;
}

.spz__canoe-compass__modal__success-message p {
  color: rgba(41, 48, 84, 0.70);
  text-align: center;

  font-family: "Open Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 0;
  margin: 0 auto;
  max-width: 326px;
}

.spz__canoe-compass__modal__success-message__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 0 8px;
  border: 1px solid #00B1B1;
  width: 100%;
  min-height: 385px;
  padding: 10px;
}

.spz__canoe-compass__modal__closed-message {
  margin: -32px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url('<?= get_stylesheet_directory_uri() ?>/assets/img/spz_canoe_form_success_bg_desktop.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.spz__canoe-compass__modal__closed-message.hidden {
  display: none;
}

.spz__canoe-compass__modal__closed-message h2 {
  color: #293054;
  text-align: center;
  font-family: "Open Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin: 0 0 16px;
  padding: 0;
}

.spz__canoe-compass__modal__closed-message p {
  color: rgba(41, 48, 84, 0.70);
  text-align: center;

  font-family: "Open Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 0;
  margin: 0 auto;
  max-width: 356px;
}

.spz__canoe-compass__modal__closed-message__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 0 8px;
  border: 1px solid #00B1B1;
  width: 100%;
  min-height: 385px;
  padding: 10px;
}

.spz__canoe-compass__modal__disclaimer {
  color: rgba(41, 48, 84, 0.50);
  text-align: center;

  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 0;
  margin: 12px 0 0;
}

@media (max-width: 767.98px) {
  .spz__canoe-compass__modal__content {
    padding: 32px 16px;
  }

  .spz__canoe-compass__modal>h2 {
    max-width: unset !important;
    font-size: 24px !important;
    letter-spacing: -0.72px;
  }

  .spz__canoe-compass__modal form.hs-form {
    grid-template-columns: 1fr;
  }

  .spz__canoe-compass__modal form.hs-form .spz__form-field.full-width,
  .spz__canoe-compass__modal form.hs-form .hs_submit.hs-submit.full-width,
  .spz__canoe-compass__modal form.hs-form .hs-dependent-field:not(:has(select[name="state_region_2"])) .spz__form-field:has(select[name="country_region_2"]) {
    grid-column: unset;
  }

  .spz__canoe-compass__modal form.hs-form .hs_submit {
    width: 100% !important;
  }

  .spz__canoe-compass__modal form.hs-form .hs_submit .hs-button {
    width: 100% !important;
    height: 48px;
    font-size: 16px;
  }

  .spz__canoe-compass__modal form.hs-form input,
  .spz__canoe-compass__modal form.hs-form textarea,
  .spz__canoe-compass__modal form.hs-form select {
    padding: 13px 15px 15px 15px;
    font-size: 16px;
    height: 48px;
  }

  .spz__canoe-compass__modal form.hs-form select {
    background-position: top 15.5px right 16px;
    padding-bottom: 10px !important;
  }

  .spz__canoe-compass__modal form.hs-form .spz__form-field-label {
    font-size: 16px;
  }

  .spz__canoe-compass__modal form.hs-form input:focus+.spz__form-field-label,
  .spz__canoe-compass__modal form.hs-form textarea:focus+.spz__form-field-label,
  .spz__canoe-compass__modal form.hs-form select:focus+.spz__form-field-label,
  .spz__canoe-compass__modal form.hs-form select:valid+.spz__form-field-label,
  .spz__canoe-compass__modal form.hs-form input:not(:placeholder-shown)+.spz__form-field-label {
    top: 3px;
    font-size: 10px;
  }

  .spz__canoe-compass__modal form.hs-form .hs_submit {
    margin-top: 0;
    margin-bottom: 8px;
  }

  .spz__canoe-compass__modal form.hs-form .legal-consent-container {
    font-size: 10px;
  }
}



/* =============================================
   MODAL SECTION — END
   ============================================= */