html {
  scroll-behavior: smooth;
}

#hp_hero {
    background-image: url('https://48801206.fs1.hubspotusercontent-na1.net/hubfs/48801206/g96%2Bcutout%2Bclean-1%201@2x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 35px;
    text-align: center;
}

h1.seo_title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #2C2E8B;
  margin-bottom:10px;
}

div#hp_hero h2 {
  color:#101828;
  font-size:70px;
  line-height:95px;
  font-weight:300;
}

.d-block {
  display:block;
}

.gradient {
    background-image: linear-gradient(45deg, #00B7FF, #2C2E8B);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

p.p1 {
    font-size: 24px;
    font-weight: 300 !important;
    line-height: 34px;
    
}

#hp_hero * {
  -webkit-font-smoothing: antialiased;
}

#hp_hero p {
  max-width:900px;
  margin:0 auto;
}

#hp_hero h2 + p {
padding-bottom:70px;
}


.grey {
  color:#4A5565;
}

.gradient_btn {
  background-image: linear-gradient(45deg, #00B7FF, #2C2E8B);
  border: none;
  color: white;
}

.primary-btn, .secondary-btn {
  padding: 20px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  border-radius: 100px;
  cursor: pointer;
}

.secondary-btn {
  background:#ECFEFF;
  border: 1px solid #00B7FF;
  color:#364153;
}
.d-flex {
    display: flex;
}

.selling_points_container {
  gap:50px;
}

.point {
    background: rgba(255, 255, 255, .8);
    border-radius: 10px;
    padding: 25px;
    min-width:255px;
}

.point h3 {
    font-size: 18px;
    font-weight: 300;
  margin-bottom: 15px;
}

.point p {
  color: #4A5565;
  font-size:16px;
}

.j-center {
  justify-content: center;
}

.cta_container {
    padding-bottom: 80px;
    display: flex
    justify-content: center;
    gap: 25px;
}

#hp_hero .point {
/*     transition: margin 0.300ms ease-in-out; */
  }

#hp_hero .point:hover {
    border: 1px solid #00b7ff;
    border-color: rgba(0, 183, 255, 1);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
    
  }


.row-number-3 .cell_1763579130945-vertical-alignment {
        justify-content: top !important;
}

a:hover {
text-decoration:none!important;
}
