main {
    padding: 0 !important;
    margin: 0 !important;
}

.fusion-row {
    max-width: 100% !important;
}

.hero-banner h1 {
    font-size: 60px;
    margin: 10px 0 30px 0;
    color: #ffffff;
    font-weight: 700;
}


/* Template 9 */
.cds-template-9 { font-family: inherit; }

.t9-hero {
    background: #0073b9;
    padding: 60px 0;
    color: #fff;
}
.t9-hero h1 { 
    /*max-width: 700px; */
    font-size: 34px; line-height: 1.3; font-weight: 700; 
    color: #fff;
}
.t9-hero h2 { font-size: 20px; margin-top: 15px; color: #fff;}
.t9-date, .t9-location { font-size: 18px; margin-top: 5px; }

.t9-body { background: #fff; padding: 50px 0; }
.t9-body .narrow { max-width: 850px; }
.t9-body-text p { margin-bottom: 18px; }

.t9-expert { 
    background-image: linear-gradient(rgba(244, 248, 255, 1), rgba(244, 248, 255, 1)) !important; 
padding: 60px 0; }
.t9-expert .flex {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}
.t9-profile-img img {
    width: 680px;
    border-radius: 8px;
}
.t9-profile-caption {
    text-align: center;
    margin-top: 10px !important;
    font-size: 14px;
}

.t9-form{
     max-width: 1000px;
    margin: 0 auto;
}

.t9-form {
    background: #fff;
    padding: 60px 0;
    text-align: center;
}
.t9-form-heading {
    background: #0073b9;
    color: #fff !important;
    padding: 12px 20px;
    display: inline-block;
    border-radius: 3px;
    margin-bottom: 30px;
    width: 100%;
}


.t9-section2 { background: #fff; padding: 60px 0; }
.t9-section2 h3 { 
    text-align: center;
    
}
.t9-section2-text ul { margin-left: 20px; }

.t9-videos { background: #fff; padding: 60px 0; text-align: center; }
.t9-video-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-top: 30px;
}
.t9-video-item video {
    width: 100%;
    border-radius: 8px;
}

.green-btn {
    display: inline-block;
    background: #21a639;
    color: #fff;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    margin: 15px;
    font-weight: 600;
}

@media (max-width: 900px) {
    .t9-expert .flex { flex-direction: column; text-align: center; }
    .t9-video-grid { grid-template-columns: 1fr; }
}

.cds-t9-cta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 40px;
    margin-bottom: 40px;
}


.btn-t6-primary {
    background: rgba(0, 0, 0, 0) linear-gradient(90deg, #03A7CE 0%, #1079BF 24%, #1079BF 76%, #03A7CE 100%) 0% 0% no-repeat padding-box;;
  /*background-color: rgba(40, 167, 69, 1.0);*/
    border: 2px solid #51e8ef;
    border-radius: 50px;
    color: #FFFFFF;
    /*font-size: 25px;*/
    /*font-family: Inter, sans-serif;*/
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
    /*width: 100%;*/
    display: inline-flex;
    width: fit-content;
}

.btn-t6-primary:hover,
.btn-t6-primary:focus-visible {
  /*background: rgba(40, 167, 69, 1.0);   */
  filter: brightness(1.1);
  color: #fff;
}

.btn-t6-primary:active {
  transform: translateY(0);
  box-shadow: none;
}

/* Full-width CTAs on small screens */
@media (max-width: 540px) {
  .btn-t6-primary {
    width: fit-content;
    text-align: center;
  }
}
