.home_sec_desc h2 {
	font-size: 1.5em !important;
    font-weight: 400;
}

.home .main_light_bg .regular_col {
	border-left: 3px solid #2e9ceb;
}

.home .main_light_bg .regular_col h3 {
	color: #011437!important;
}

.home .main_white_bg .regular_col {
	border-left: 3px solid #2e9ceb;
}

.home .main_white_bg .regular_col h3 {
	color: #011437!important;
	font-size: 1.1em;
}

.advantage_card:not(.expanded) .adv_text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.adv_text {
    font-size: 0.9em;
    color: var(--gray-text);
    line-height: 1.65;
    min-height: calc(1.65em * 4);
}

.adv_toggle {
    align-self: flex-start;
    margin-top: 0.7em;
    padding: 0;
    background: none;
    border: none;
    font-family: inherit;
    font-size: 0.85em;
    color: #2e9ceb;
    cursor: pointer;
    transition: .3s;
}

.adv_toggle:hover{text-decoration:underline}
.adv_toggle.show{display:inline-block}

.award_hero_body {
    flex: 1;
    padding: 2em;
}

.award_hero {
    background: #031233;
    border-radius: 4px;
    color: #fff;
    display: flex;
    gap: 0;
    overflow: hidden;
    margin-bottom: 1.5em;
}

.award_hero_body .ribbon {
    display: inline-block;
    font-size: 0.72em;
    background: rgba(46, 156, 235, 0.15);
    color: #2e9ceb;
    padding: 0.25em 0.8em;
    border-radius: 99px;
    margin-bottom: 1em;
    font-weight: 400;
}

.award_hero_body h3 {
    font-size: 1.5em;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0.4em;
    line-height: 1.25;
}

.award_hero_body .award_vendor {
    color: #2e9ceb;
    font-weight: 500;
    font-size: 1em;
    display: block;
    margin-bottom: 0.8em;
}

.award_hero_img {
    flex: 0 0 38%;
    background: radial-gradient(circle at 50% 38%, #103a6e 0%, #0a2a5e 45%, #011437 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    cursor: pointer;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
}

.award_hero_img .ph_label {
    text-align: center;
    color: #A6ADB9;
    font-size: 0.78em;
    padding: 1.5em;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

.award_hero_img .ph_label svg {
    width: 40px;
    height: 40px;
    color: #2e9ceb;
    margin-bottom: 0.7em;
    opacity: 0.95;
}

.home .main_light_bg #grid_4 .regular_col {
	background: #fff;
	border-radius: 4px;
    border: 1px solid #e8ecf1;
	color: #011437;
}

.award_vendor {
    display: block;
    font-weight: 500;
    font-size: 0.92em;
    margin-bottom: 0.2em;
}

.award_name {
    display: block;
    color: #5A667D;
    font-size: 0.82em;
    line-height: 1.45;
    margin-bottom: 0.3em;
}

.award_year {
    display: inline-block;
    font-size: 0.78em;
    color: #2e9ceb;
    font-weight: 400;
}

.home .management_theme #grid_4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
}

.home .management_theme .addit_box {
	margin-top: 2em;
}

.home #dark {
    grid-template-columns: repeat(3, 1fr);
}

.home #dark .regular_col {
    background: #011437;
    color: #fff;
    flex: 1;
    display: flex;
    flex-direction: column;
    transition: .3s;
	border: 0;
}

.home #dark .regular_col h3 {
    color: #fff!important;
}

.media_body p {
    font-size: 0.85em;
    color: #A6ADB9;
    line-height: 1.55;
    flex: 1;
}

.home .thumb_0 {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #F5FAFE;
}

.home .thumb_0 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .4s;
}

.home #logos .regular_col, .home #experts .regular_col {
    border-left: 0;
}

.home .partner_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8em;
    justify-content: center;
    padding: 1.5em 0;
}

.home .partner_grid .partner_logo_tile {
    background: #fff;
    border: 1px solid #e8ecf1;
    border-radius: 6px;
    height: 104px;
    width: 172px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.9em 1.2em;
    transition: .3s;
}

.home .main_none_bg,
.home .main_none_bg .regular_col {
	background: #fff;
}

.home .main_none_bg .regular_col {
    border: 1px solid #e8ecf1;
    border-radius: 4px;
    transition: .3s;
    display: flex;
    flex-direction: column;
    height: 100%;
	font-size: 0.85em;
    color: #091437;
}

.home .main_none_bg .regular_col h3 {
    color: #091437!important;
}

.home #other_news .section_title {
    padding-top: 0;
}

.video_strip {
    display: flex;
    gap: 1.2em;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 0.4em 0.2em 1.2em;
    scrollbar-width: thin;
    scrollbar-color: #2e9ceb; transparent;
    -webkit-overflow-scrolling: touch;
}

.video_card {
    flex: 0 0 300px;
    scroll-snap-align: start;
    background: #fff;
    border: 1px solid #e8ecf1;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: .3s;
}

.video_frame {
    position: relative;
    aspect-ratio: 16 / 9;
    background: var(--navy);
    cursor: pointer;
    overflow: hidden;
}

.video_body {
    padding: 0.9em 1em 1.1em;
    display: flex;
    flex-direction: column;
    flex: 1;
}
 
.video_body h4 {
    font-size: 0.9em;
    font-weight: 400;
    color: #091437;;
    line-height: 1.4;
    margin-bottom: 0.7em;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.video_meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5em;
    font-size: 0.76em;
    color: var(--light-gray);
}

.video_meta .yt_link {
    display: inline-flex;
    align-items: center;
    gap: 0.35em;
    color: var(--gray-text);
}

.video_meta .yt_link svg {
    width: 15px;
    height: 15px;
    color: #FF0000;
}

.faq_title {
    font-size: 1.5em;
    text-transform: none;
	margin-bottom: 1.5em;
}