.navbar_dropdown-toggle>a,
.navbar_dropdown-toggle .drop-icon1 {
  transition: color 300ms ease;
}

/* Hover the dropdown toggle (icon / padding): brand color on text + icon */
.navbar_dropdown-toggle:hover>a,
.navbar_dropdown-toggle:hover:not(:has(> a:hover)) .drop-icon1 {
  color: var(--color-scheme-1--brand);
}

/* Hover only the inner text link: brand on that link, icon stays default */
.navbar_dropdown-toggle>a:hover {
  color: var(--color-scheme-1--brand);
}

img.img-ice-block {
  display: none !important;
}

.product-image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}

.img-ice-block:not(img) {
  pointer-events: none;
}

/* Ice Blocks inherits 120vw / 140vw on tablet & mobile. Clip the hero
   so that extra width cannot create page scroll; center so it bleeds
   both sides instead of only to the right. */
.section_home-hero {
  overflow: clip;
}

@media screen and (max-width: 767px) {
  .img-ice-block:not(img) {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 992px) {

  .nav-wrapper,
  .navbar_component {
    z-index: 9999;
  }

  .navbar_component {
    position: fixed !important;
    transition:
      background-color 300ms ease,
      backdrop-filter 300ms ease,
      -webkit-backdrop-filter 300ms ease,
      margin-top 300ms ease;
  }

  .navbar_component.is-nav-hidden {
    transform: none !important;
    pointer-events: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .navbar_component.is-nav-scrolled {
    top: 0 !important;
    margin-top: 0 !important;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
  }

  .navbar_component.is-nav-scrolled .navbar_container {
    background-color: transparent;
    background-image: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-color: transparent !important;
    border-radius: 0;
    box-shadow: none;
  }
}

@media screen and (max-width: 991px) {
  .navbar_component,
  .navbar_component.w-nav,
  .navbar_component.delete-this-class {
    transition: transform 300ms ease;
    box-sizing: border-box !important;
    left: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 5vw !important;
    padding-right: 5vw !important;
  }

  .navbar_container,
  .navbar_menu,
  .w-nav-overlay {
    max-width: 100%;
    box-sizing: border-box;
  }

  .navbar_component.is-nav-hidden {
    transform: translateY(calc(-100% - 2rem));
    pointer-events: none;
  }
}

/* Tech feature cards — hover matches Figma "On Hover" (white card, teal border/glows) */
.tech_feature-item {
  border: 1px solid transparent;
  transition:
    background-color 300ms ease,
    border-color 300ms ease,
    color 300ms ease;
}

.tech_feature-item .ai-tech-card-icon-circle-new,
.tech_feature-item .icon-in-circle-new,
.tech_feature-item .icon_arrow,
.tech_feature-item .tech_feature-item-top,
.tech_feature-item .heading-style-h5,
.tech_feature-item .paragraph-114 {
  transition:
    background-color 300ms ease,
    border-color 300ms ease,
    box-shadow 300ms ease,
    color 300ms ease;
}

.tech_feature-item .tech-glow {
  transition: opacity 300ms ease;
}

.tech_feature-item .tech-glow path {
  transition: fill 300ms ease;
}

@media screen and (max-width: 991px) {
  .tech_feature-item,
  .tech_feature-item .ai-tech-card-icon-circle-new,
  .tech_feature-item .icon-in-circle-new,
  .tech_feature-item .icon_arrow,
  .tech_feature-item .tech_feature-item-top,
  .tech_feature-item .heading-style-h5,
  .tech_feature-item .paragraph-114,
  .tech_feature-item .tech-glow,
  .tech_feature-item .tech-glow path {
    transition: none;
  }
}

.tech_feature-item:hover,
.tech_feature-item:focus-visible {
  background-color: #fff;
  border-color: var(--color-scheme-1--brand, #09bab7);
  color: #000;
}

.tech_feature-item:hover .tech_feature-item-top,
.tech_feature-item:focus-visible .tech_feature-item-top,
.tech_feature-item:hover .heading-style-h5,
.tech_feature-item:focus-visible .heading-style-h5,
.tech_feature-item:hover .paragraph-114,
.tech_feature-item:focus-visible .paragraph-114 {
  color: #000;
}

.tech_feature-item:hover .ai-tech-card-icon-circle-new,
.tech_feature-item:focus-visible .ai-tech-card-icon-circle-new {
  background-color: var(--color-scheme-1--brand, #09bab7);
  border-color: hsla(0, 0%, 100%, 0.28);
  box-shadow: inset 0 0 15px 0 hsla(0, 0%, 100%, 0.35);
  color: #fff;
}

.tech_feature-item:hover .icon-in-circle-new,
.tech_feature-item:focus-visible .icon-in-circle-new {
  color: #fff;
}

.tech_feature-item:hover .icon_arrow,
.tech_feature-item:focus-visible .icon_arrow,
.tech_feature-item:hover .features_icon-holder,
.tech_feature-item:focus-visible .features_icon-holder {
  color: var(--color-scheme-1--brand, #09bab7);
}

.tech_feature-item:hover .tech-glow,
.tech_feature-item:focus-visible .tech-glow {
  opacity: 0.5;
}

.tech_feature-item:hover .tech-glow path,
.tech_feature-item:focus-visible .tech-glow path {
  fill: var(--color-scheme-1--brand, #09bab7);
}






/*  */


.video_card-content {
  position: relative;
  z-index: 1;
  padding: 2.5rem;
}

/* Product hero: desktop/mobile background video under Webflow text. */
.product_header-video-embed {
  line-height: 0;
  background-color: #09bab7;
}

.product_header-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  background-color: #09bab7;
}

.product_header-video_el {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  display: block;
}

@media screen and (min-width: 992px) {
  .product_header-video_el.is-desktop {
    width: 110%;
    height: 110%;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
  }
}

.product_header-video_el.is-mobile {
  display: none;
}

.button.product_header-btn:hover {
  background-color: #f4f4f4;
  color: #09bab7;
  border-color: #f4f4f4;
}

@media screen and (max-width: 991px) {
  .product_header-video_el.is-desktop {
    object-position: right center;
  }
}

@media screen and (max-width: 767px) {
  .product_header-video_el.is-desktop {
    display: none;
  }

  .product_header-video_el.is-mobile {
    display: block;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product_header-video_el {
    display: none !important;
  }
}

/* Process cards: sticky 100vh flex stage. Title + current card stay
   centered; cards overlay so the group height never jumps. */
.page-wrapper,
.main-wrapper,
.section_process {
  overflow: visible;
}

.section_process > .padding-global {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-width: none;
  padding: 6rem 0;
  box-sizing: border-box;
  overflow: hidden;
}

.section_process .container-large,
.section_process .process_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  min-width: 0;
  height: auto;
  margin: 0;
  padding: 0;
}

.section_process .process_cards-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  width: 100%;
  height: auto;
  position: relative;
  overflow: visible;
}

.section_process .process_heading.is-list-title {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  width: min(58rem, 90%);
  max-width: 58rem;
  margin: 0;
  padding: 0;
  text-align: center;
}

.section_process .process_card-item {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: min(58rem, 90%);
  max-width: 58rem;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transform-origin: center center;
  will-change: transform, opacity;
}

.section_process .process_card-item ~ .process_card-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.section_process .process_card-item:first-of-type {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .section_process,
  .section_process > .padding-global,
  .section_process .container-large,
  .section_process .process_container,
  .section_process .process_cards-list {
    height: auto !important;
  }

  .section_process > .padding-global,
  .section_process .process_container {
    position: relative !important;
    overflow: visible !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .section_process .process_card-item,
  .section_process .process_card-item ~ .process_card-item {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
    margin-bottom: 1.25rem;
    will-change: auto;
  }
}

/* Solution pages (sales, underwriting, customer service, claims, policy
   admin) share this layout. Decorative overflow was widening the page. */
html {
  overflow-x: hidden;
  overflow-x: clip;
}

.page-wrapper,
.nav-wrapper {
  max-width: 100%;
}

.blog-box,
.blog-box_list-wrapper,
.blog-box_list-wrapper .w-dyn-list,
.blog-box_list,
.faq6_list,
.faq6_list-grid,
.faq6_accordion,
.faq6_question,
.challenge_content,
.challenge_content-left,
.solutions_image-wrapper,
.solutions_image-wrapper3 {
  min-width: 0;
  max-width: 100%;
}

.solutions_image-wrapper3 {
  overflow: hidden;
}

.section_challenge,
.challenge_content {
  overflow-x: clip;
}

.aolution_image {
  max-width: 100%;
}

.faq6_list-grid {
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
}

.faq6_question .heading-style-h5 {
  min-width: 0;
  overflow-wrap: anywhere;
}

@media screen and (max-width: 767px) {
  .footer_links,
  .footer_terms-wrapper,
  .footer_end {
    flex-wrap: wrap;
    max-width: 100%;
    column-gap: 2rem;
  }

  .footer_logo.is-bigger {
    max-width: 100%;
    width: min(18.5rem, 100%);
  }
}
