/*BG Linear Gradient Overlay*/
.banner-bg-overlay-linear:before{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) -5.92%, rgba(158, 158, 158, 0.00) 50.08%, rgba(0, 0, 0, 0.50) 102.93%);
}
/*BG Radical Gradient*/
.bg-teal-radical-gradient{
    background: radial-gradient(123.47% 123.47% at 50% 26.34%, #00A0A5 0%, #008387 100%);
}

/*Timeline Icon Color*/
.aof-timeline .ue_timeline_item_icon_holder svg path:nth-of-type(2) { /*Normal State*/
    stroke: #fff !important;
}
.aof-timeline .uc-active .ue_timeline_item_icon_holder svg path:nth-of-type(2) { /*Hover State*/
    stroke: #F4DC5A !important;
}

/*Timeline line*/
.aof-timeline .uc-items-wrapper .ue_timeline_item_icon_line{
    flex: 0 0 calc(100% - 70px) !important;
    margin: auto;
}

/*BG Linear Gradient Divider*/
.divider-bg-linear-gradient{
    background: linear-gradient(180deg, #00A0A5 33.34%, #F4DC5A 71.27%, #F3892D 99.97%);
    height: 100%;
}

/*a network design section*/
.aof-a-network-design-bg-ripples img{
    aspect-ratio: 49/82;
}

/*Partners logo marquee*/
.partners-logo-marquee{
    max-width: 2544px !important;
}


@media (min-width:1025px) and (max-width: 1391px) {
    #ocean-opportunity, #impact-vision {
      flex-direction: column;
  }
}