/** Shopify CDN: Minification failed

Line 219:1 Expected "}" to go with "{"

**/
.text-uppercase { text-transform: uppercase; }

.lp-column { 
  display: flex;
  flex-direction: column;
}

.lp-header {
  position: relative;
  z-index: 5;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 1rem;
  background: #FFF;
}
.lp-header .lp-header-right {
  display: flex;
  flex-direction: column;
}
.lpr-top a {
  color: #CB2229;
  font-weight: 700;
  font-size: 16px;
  font-family: Lato;
  line-height: 33.6px;
  text-align: right;
}
.lpr-bottom {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  text-align: right;
  color: #1E3362;
}
.lp-column .lpr-column-top a {
  color: #FFF;
  font-weight: 700;
  font-size: 16px;
  font-family: Lato;
  line-height: 33.6px;;
}
.lp-column .lpr-column-bottom {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #FFF;
}
.hero-section {
  position: relative; 
  z-index: 1;
  background-size: cover;
  background-size: right center;
  padding: 2em 1em;
}

#home-header .hero-section {
  padding: 2em;
}

.hero-section .hero-content, .lp-container, #home-header .hero_home {
  position: relative;
  z-index: 2;
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
}

.hero-section .hero-content h1,
.hero-section .hero-content p, 
.hero-section .hero-content li,
.hero-section .hero-content a {
  color: #FFF;
}

#home-header .hero-section .hero-content h1,
#home-header .hero-section .hero-content p, 
#home-header .hero-section .hero-content li,
#home-header .hero-section .hero-content a {
  color: var(--colorTextBody);
}

.hero-section .hero-content ul.hero-list {
  list-style: none;
  margin: 1rem 0 2rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}

.hero-section .hero-content .hero-list li {
  position: relative;
  padding: 0.5rem 0 0.5rem calc(30px + 0.5rem);
  margin: 0;
}

.hero-section .hero-content .hero-list li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  height: 30px;
  width: 30px;
  background-size: contain;
  background-image: url(/cdn/shop/files/Circle_Check.png?v=1738774347);
}

.hero-section .hero-content h1 {
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
  font-size: 40px;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 0 2rem 0;
}

#home-header .hero-section .hero-content h1 {
  font-size: 36px;
  line-height: 1.33;
  margin: 0;
}

.hero-section .hero-content .hero-subtitle p {
  font-family: Lato, 'Lato', Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0 0 3rem 0;
}

.hero-section .hero-content .hero-bottom-title {
  font-family: Lato, 'Lato', Helvetica, sans-serif;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 2rem 0;
  color: #FFF;
}

.hero-section:not(.hero_home):after {
  content: "";
  background: linear-gradient(270deg, rgba(30,51,98, 0.96) 35%, rgba(30,51,98, 0.75) 65%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.image-content--inner {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 3em 1em;
}
.hero-form--inner {
  background: #FFF;
  padding: 2em 1em;
}
.image-content-subtitle {
  margin-bottom: 3rem;
}
.lp-bg {
  position: relative;
  background-size: cover;
  z-index: 1;
}
.lp-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #1E3362 26.7%, rgba(30, 51, 98, 0.8) 100%);
}
.lp-bg > div {
  position: relative;
  z-index: 3;
  color: #FFF;
}
.lp-section {
  padding: 6em 1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hero-section .hero-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2em;
  }
  #home-header .hero-section .hero-content {
    display: block;
    width: 900px;
    max-width: 100%;
    margin: 0 auto 0 0;
  }
  #home-header .hero-section .hero-content.text-center {
    margin: 0 auto;
  }
  #home-header .hero-section .hero-content.text-right {
    margin: 0 0 0 auto;
  }
  .hero-left > div,
  .hero-left > ul,
  .hero-left > h1,
  .hero-left > h3 {
    max-width: 850px;
  }
  .image-content--inner .image-content-image img {
    max-height: 720px;
}