.hero .hero-content-left .hero-btn,
.hero-btn {
  /* padding: 10px 20px; */
  padding: 10px;
  font-size: 1rem;
}

.hero .hero-content-left .cta-container {
  /* display: flex;
  align-items: center; */
}

.hero .hero-content-left h1.hero-title {
  font-size: 3.5rem;
}
@media (max-width: 576px) {
  .hero .hero-content-left h1.hero-title-sm {
    font-size: 2.5rem;
  }

  section.hero-sm {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

.hero .hero-content-left .hero-subtitle {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: .5rem;
}

.hero .hero-content-left .primary-cta {
  /* margin-right: 10px; */
}

.header {
  background-color: #f8f9fa;
  padding: 10px 0;
}

.header .header-brand {
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  color: #343a40;
}

/* .header .header-brand-logo img, */
/* header .header-brand-logo img, */
.header-brand-logo img
 {
  height: 40px;
}

.header .header-nav-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.header .header-nav-item {
  margin-left: 15px;
}

.header .header-nav-link {
  text-decoration: none;
  color: #343a40;
}

.header .header-nav-link.active {
  font-weight: bold;
}

.remove-friction-message {
  font-size: 0.9rem;
  color: #6c757d;
  margin-top: 0.5rem;
}

.plan .col-md-6 {
  Xdisplay: flex;
}

.plan-steps .step-container {
  margin-bottom: 1rem;
}

.section-title {
  margin-bottom: 4rem;
}
.section-side-title {
  margin-bottom: 2rem;
}

.icon-big {
  width: 3rem !important;
  height: 3rem !important;
  font-size: 2rem !important;
}

body {
  background-color: white;
}

.footer {
  background-color: #f8f9fa;
}

.footer .footer-title {
  margin-bottom: 1.5rem;
}

ul li.lead strong, 
p.lead strong {
  font-weight: bold !important;
}

section div.container div.gx-6-rem {
  /* --cui-gutter-x: 6rem !important; */
}

@media (min-width: 992px) {
  section div.container div.gx-6-rem-lg {
    --cui-gutter-x: 6rem !important;
  }
}

section div.img-container {
  max-height: 400px;
  overflow: hidden;
}

@media (max-width: 576px) {
  .my-0-sm {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .py-0-sm {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  
  .d-none-under-sm {
    display: none;
  }
}
@media (max-width: 768px) {
  /* .d-none-md {
    display: none;
  } */
}

@media (min-width: 576px) {
  /* .d-none-sm {
    display: none;
  } */
  .d-none-over-sm {
    display: none;
  }
}

@media (min-width: 768px) {
  section div.img-container-md {
    max-height: 400px;
    overflow: hidden;
  }

  /* .d-none-md {
    display: none;
  } */
}
@media (min-width: 992px) {
  section div.img-container-lg {
    max-height: 500px;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  section div.img-container-xl {
    max-height: 550px;
    overflow: hidden;
  }
}



/* .hero-section-bg {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  height: 100vh;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
} */


.custom-shape-divider-bottom-1745328474 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.custom-shape-divider-bottom-1745328474 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 205px;
}
.custom-shape-divider-bottom-1745328474 .shape-fill {
  fill: #FFFFFF;
}

.hero .hero-content-left.cta-container{
  color: white
}

* {
  --cui-bg-opacity: 1;
  --cui-hero-effect-color: lightgoldenrodyellow;
  --cui-hero-effect-color: darkorchid;
  --cui-hero-effect-color: darkviolet;
  --cui-hero-effect-color: darkslateblue;
  /* --cui-hero-effect-color: #A6E22E; */
  /* --cui-hero-effect-color: #009108; */
  --cui-hero-effect-color: var(--cui-primary);
  /* --cui-hero-effect-color: $primary; */

  --cui-hero-effect-color-vip: var(--cui-light-rgb);
  --cui-hero-effect-color-vip: var(--cui-light);
  /* --cui-hero-effect-color-vip: rgb(from #009108 r g b / 1); */
  
  --cui-hero-effect-color-vip-secondary: darkslateblue;
  /* --cui-hero-effect-color-vip-secondary: rgb(from #009108 r g b / 1); */
}

.hero .separator {
  position: absolute;
  height: 70%;
  top: 0;
  background: var(--cui-hero-effect-color);
  width: 100%;
  z-index: -1;
}
.hero .separator.vip-express {
  background: rgb(from var(--cui-hero-effect-color-vip) r g b / 1) !important;
}
.hero svg.separatorX {
  position: absolute;
  bottom: -150px;
  height: 300px;
  background-color: white;
  width: 100%;
  z-index: -1;
}
.hero svg.separatorX .shape-fill {
  fill: var(--cui-hero-effect-color) !important;
}
.hero .vip-express svg.separatorX .shape-fill {
  fill: rgb(from var(--cui-hero-effect-color-vip) r g b / var(--cui-bg-opacity)) !important;
}
.hero .vip-express svg.separatorX .shape-fill.shape-fill-secondary {
  fill: var(--cui-hero-effect-color-vip-secondary) !important;
  /* fill: rgb(from var(--cui-hero-effect-color-vip-secondary) r g b / 0.05) !important; */
  opacity: 0.05;
}

/* body {
  margin: auto;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  overflow: auto;
  background: linear-gradient(315deg, rgba(101,0,94,1) 3%, rgba(60,132,206,1) 38%, rgba(48,238,226,1) 68%, rgba(255,25,25,1) 98%);
  animation: gradient 15s ease infinite;
  background-size: 400% 400%;
  background-attachment: fixed;
}

@keyframes gradient {
  0% {
      background-position: 0% 0%;
  }
  50% {
      background-position: 100% 100%;
  }
  100% {
      background-position: 0% 0%;
  }
}

.wave {
  background: rgb(255 255 255 / 25%);
  border-radius: 1000% 1000% 0 0;
  position: fixed;
  width: 200%;
  height: 12em;
  animation: wave 10s -3s linear infinite;
  transform: translate3d(0, 0, 0);
  opacity: 0.8;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.wave:nth-of-type(2) {
  bottom: -1.25em;
  animation: wave 18s linear reverse infinite;
  opacity: 0.8;
}

.wave:nth-of-type(3) {
  bottom: -2.5em;
  animation: wave 20s -1s reverse infinite;
  opacity: 0.9;
}

@keyframes wave {
  2% {
      transform: translateX(1);
  }

  25% {
      transform: translateX(-25%);
  }

  50% {
      transform: translateX(-50%);
  }

  75% {
      transform: translateX(-25%);
  }

  100% {
      transform: translateX(1);
  }
} */