@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
	font-family: "Raleway", sans-serif !important;
  	font-optical-sizing: auto !important;
}

#top .page_intro_sect .template-page {
	padding-top: 80px;
	padding-bottom: 80px;
}

#top .section_title .av-special-heading-tag {
	color: var(--12-a-3-b-5, #12A3B5);
	font-size: 52px;
	font-weight: 400;
	line-height: 52px;
	letter-spacing: -2.08px;
	text-transform: uppercase;
}

#top .section_title .av-special-heading-tag strong {
	color: var(--2-b-2666, #2B2666);
	font-size: 68px;
	font-weight: 800;
	line-height: 68px;
	letter-spacing: -2.72px;
	text-transform: uppercase;
}

#top .section_title_small .av-special-heading-tag {
	font-size: 36px;
	line-height: 36px;
	letter-spacing: -1.44px;
}

#top .section_title_small .av-special-heading-tag strong {
	font-size: 52px;
	line-height: 52px;
	letter-spacing: -2.08px;
}

#top .section_title_card .av-special-heading-tag {
	font-size: 26px;
	line-height: 26px;
	letter-spacing: -0.78px;
}

#top .section_title_card .av-special-heading-tag strong {
	font-size: 36px;
	line-height: 36px;
	letter-spacing: -1.44px;
}

#top svg {
	display: block;
}

#top .page_breadcrumbs_text {
	color: var(--2-b-2666, #2B2666);
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	opacity: 0.56;
	transition: opacity .2s ease;
}

#top .page_breadcrumbs_text:hover, #top .page_breadcrumbs_current {
	opacity: 1;
}

#top .marg_top_0 {
	margin-top: 0px;
}

#top .page_breadcrumbs_cont {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
	flex-wrap: wrap;
}

#top .map_sect .template-page {
	padding-top: 0px;
	padding-bottom: 0px;
}

#top .map_sect .container {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0px !important;
	margin: 0px !important;
}

#top .map_sect iframe {
	width: 100%;
	height: 500px;
	display: block;
}

#top .contact-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: max-content;
    position: absolute;
    bottom: 10px;
    left: 10px;
	background: var(--ffffff, #FFF);
	box-shadow: 199px 199px 79px 0 rgba(0, 0, 0, 0.00), 128px 128px 72px 0 rgba(0, 0, 0, 0.01), 72px 72px 61px 0 rgba(0, 0, 0, 0.02), 32px 32px 45px 0 rgba(0, 0, 0, 0.03), 8px 8px 25px 0 rgba(0, 0, 0, 0.04);
	padding: 30px;
}

#top .contact-info__item {
    display: flex;
    align-items: center;
    gap: 16px;
}

#top .contact-info__icon {
    flex-shrink: 0;
    display: inline-flex;
}

#top .contact-info__text {
	color: var(--2-b-2666, #2B2666);
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
}

#top .contact-info__text a {
    color: inherit;
    text-decoration: none;
}

#top .contact-info__text a:hover {
    text-decoration: underline;
}

#top .padd_top_normal .template-page {
	padding-top: 100px;
}

#top .padd_bot_normal .template-page {
	padding-bottom: 100px;
}

#top .padd_bot_small .template-page {
	padding-bottom: 60px;
}

#top .padd_bot_0 .template-page {
	padding-bottom: 0px !important;
}

#top .main_p_cont *:first-child {
	margin-top: 0px;
}

#top .main_p_cont *:last-child {
	margin-bottom: 0px;
}

#top .main_p_cont * {
	color: rgb(43 38 102 / 80%);
	font-size: 18px;
	font-weight: 500 !important;
	line-height: 28px;
}

#top .main_p_cont strong {
	color: rgb(43 38 102);
	font-weight: 600 !important;
}

#top .main_p_cont a, #top .main_p_cont a * {
	color: var(--12-a-3-b-5, #12A3B5);
	font-weight: 600 !important;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

#top .main_p_cont h1, #top .main_p_cont h2, #top .main_p_cont h3,
#top .main_p_cont h1 *, #top .main_p_cont h2 *, #top .main_p_cont h3 * {
	color: var(--2-b-2666, #2B2666);
	font-size: 30px;
	font-weight: 800 !important;
	line-height: 34px;
	letter-spacing: -0.78px;
	text-transform: uppercase;
}

#top .main_p_cont h4, #top .main_p_cont h5, #top .main_p_cont h6,
#top .main_p_cont h4 *, #top .main_p_cont h5 *, #top .main_p_cont h6 * {
	color: var(--2-b-2666, #2B2666);
	font-size: 26px;
	font-weight: 800 !important;
	line-height: 30px;
	letter-spacing: -0.78px;
	text-transform: uppercase;
}

#top .marg_top_40 {
	margin-top: 40px;
}

#top .marg_top_20 {
	margin-top: 20px;
}

#top .social-links {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin-left: 0px;
    margin-bottom: 0px;
}

#top .social-links__item {
    margin: 0;
	padding: 0px;
}

#top .social-links__link {
    display: block;
    line-height: 0;
    transition: opacity 0.2s ease;
}

#top .social-links__link:hover,
#top .social-links__link:focus {
    opacity: 0.7;
}

#top #scroll-top-link {
	display: none !important;
}

#top .curved-banner-section {
    position: relative;
    overflow: hidden;
}

#top .curved-banner-section::before, #top .curved-banner-section::after {
    content: '';
    position: absolute;
    left: 50%;
    width: 142%;
    aspect-ratio: 1 / 0.2;
    background: #fff;
    border-radius: 50%;
    pointer-events: none;
    z-index: 2;
}

#top .gform_page_footer .button {
    margin-bottom: 0px;
}

#top .curved-banner-section::before {
    top: 0;
    transform: translate(-50%, -85%);
}

#top .curved-banner-section::after {
    bottom: 0;
    transform: translate(-50%, 85%);
}

/* Keep section content above the curves */
#top .curved-banner-section > .container,
#top .curved-banner-section .av-section-cont-open {
    position: relative;
    z-index: 3;
}

#top .gform_heading, #top .gform_validation_errors {
	display: none !important;
}

#top form, #top textarea, #top fieldset {
	margin-bottom: 0px !important;
}

#top .gfield_label {
    color: var(--2-b-2666, #2B2666);
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    display: inline-block;
}

#top .gfield_required {
	margin-left: 2px;
}

#top .gfield_required_asterisk {
	color: var(--12-a-3-b-5, #12A3B5);
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
}

#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
    font-family: "Raleway", sans-serif !important;
    font-optical-sizing: auto !important;
	background: var(--faf-9-f-7, #FAF9F7);
	border: 1px solid var(--faf-9-f-7, #FAF9F7) !important;
	color: var(--2-b-2666, #2B2666) !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 26px !important;
	outline: unset !important;
	box-shadow: unset !important;
	padding: 16px 20px !important;
}

#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top select {
    min-height: max-content !important;
}

#top input[type="text"]:focus, #top input[type="password"]:focus, #top input[type="email"]:focus, #top input[type="number"]:focus, #top input[type="url"]:focus, #top input[type="tel"]:focus, #top input[type="search"]:focus, #top textarea:focus {
	border: 1px solid var(--2-b-2666, #2B2666) !important;
}

.gform-theme--foundation .gform_fields {
    grid-row-gap: 20px;
    row-gap: 20px;
}

#top .gfield_consent_label, #top .gchoice label {
	color: rgba(43, 38, 102, 0.72);
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
}

#top .gform_button, #top .gform_next_button, #top .gform_previous_button, #top #gform_send_resume_link_button_2 {
	border-radius: 0px;
	color: var(--ffffff, #FFF);
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.16px;
	text-transform: uppercase;
	padding: 16px 32px 15px 32px;
	background: var(--2-b-2666, #2B2666);
	border: unset !important;
}

#top .gform_previous_button {
	background: #12a3b5;
}

#top .gform_next_button, #top .gform_previous_button {
	margin-bottom: 0px !important;
}

#top .gform_wrapper input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 22px;
    height: 22px;
    min-width: 22px;
    border: 2px solid #12A3B5 !important;
    background-color: #fff;
    border-radius: 0px;
    cursor: pointer;
    vertical-align: middle;
    margin: 0 8px 0 0;
    padding: 0;
    flex-shrink: 0;
    transition: background-color 0.15s ease, border-color 0.15s ease;
	margin-top: 2px;
}

#top .gform_wrapper input[type="checkbox"]:hover {
    border-color: #0e8a9a;
}

#top .gform_wrapper input[type="checkbox"]:checked {
    background-color: #12A3B5;
    border-color: #12A3B5 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M16.6693 5L7.5026 14.1667L3.33594 10' stroke='white' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 86% 86%;
}

#top .gform_wrapper input[type="checkbox"]:focus-visible {
    outline: 2px solid #12A3B5 !important;
    outline-offset: 2px;
}

.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
	display: none;
}

#top .thank_you_text * {
	color: var(--2-b-2666, #2B2666);
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
}

#top .avia-button {
	margin: 0px;
	border-radius: 0px !important;
	border: 2px solid var(--12-a-3-b-5, #12A3B5) !important;
	background: transparent !important;
	transition: background .2s ease !important;
	padding: 16px 32px 15px 32px;
	color: var(--2-b-2666, #2B2666) !important;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.16px;
	text-transform: uppercase;
}

#top .btn_grey .avia-button {
	border: 2px solid var(--12-a-3-b-5, #EBEBEA) !important;
	background: var(--ebebea, #EBEBEA) !important;
}

#top .avia-button:hover {
	border: 2px solid var(--12-a-3-b-5, #12A3B5) !important;
	opacity: 1 !important;
	background: var(--12-a-3-b-5, #12A3B5) !important;
}

#top .text_white strong, #top .btn_white a {
	color: #ffffff !important;
}

#top .main_p_cont_white * {
	color: rgb(255 255 255 / 80%);
}

#top .site-footer {
    background: #fff;
    max-width: 1548px;
    padding: 80px 50px 60px;
    margin: 0 auto;
}

#top.site-footer__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

/* Top row */
#top .site-footer__top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: flex-start;
    margin-bottom: 30px;
}

#top .site-footer__logo img {
    max-width: 240px;
    height: auto;
    display: block;
}

#top .site-footer__description p {
    margin: 0;
    color: var(--2-b-2666, #2B2666);
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	opacity: 0.8;
}

/* Dividers */
#top .site-footer__divider {
    border: 0;
    border-top: 1px solid #2B2666 !important;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Columns */
#top .site-footer__columns {
    display: grid;
    grid-template-columns: 1.3fr max-content 1fr 1fr 1fr;
    gap: 40px;
	position: relative;
}

#top .site-footer_btns {
    position: absolute;
    bottom: -1px;
    right: 0px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

#top .go_to_top {
    padding: 13px;
    border: 1px solid var(--2-b-2666, #2B2666) !important;
    background: var(--ffffff, #FFF);
}

#top .site-footer__heading {
    color: var(--12-a-3-b-5, #12A3B5);
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
    margin: 0 0 20px;
}

#top .site-footer__col p {
    margin: 0 0 14px;
	color: var(--2-b-2666, #2B2666);
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
}

#top .site-footer__col a {
	color: inherit;
    text-decoration: none;
}

#top .site-footer__email {
    text-decoration: underline !important;
}

/* Menus */
#top .site-footer__menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

#top .site-footer__menu li {
    margin: 0 0 10px;
    position: relative;
    padding-left: 14px;
}

#top .site-footer__menu li::before {
    content: '•';
    color: #12A3B5;
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 28px;
}

#top .site-footer__menu a {
    color: var(--2-b-2666, #2B2666);
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
    text-decoration: none;
	opacity: 0.8;
	transition: color .2s ease, opacity .2s ease;
}

#top .site-footer__menu a:hover {
    color: #12A3B5;
	opacity: 1;
}

/* Socials */
#top .site-footer__socials {
    list-style: none;
    padding: 0;
    margin: 0;
}

#top .site-footer__socials li {
    margin: 0 0 0px;
}

#top .site-footer__socials a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
	color: var(--2-b-2666, #2B2666);
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
}

#top .site-footer__socials a span {
	opacity: 0.8;
	transition: opacity .2s ease;
}

#top .site-footer__socials a:hover span {
	opacity: 1;
}

#top .site-footer__social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Bottom */
#top .site-footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
	margin-top: 30px;
}

#top .site-footer__copyright {
	color: rgba(43, 38, 102, 0.80);
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
}

#top .site-footer__copyright a {
    color: var(--12-a-3-b-5, #12A3B5);
	font-weight: 600;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

#top .site-footer__partners {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

#top .site-footer__partners img {
    max-height: 24px;
    width: auto;
}

#top .site-footer__col_sep {
	width: 1px;
	height: 395px;
	background: var(--2-b-2666, #2B2666);
	margin-right: 94px;
}

#top .site-footer__col {
	padding-top: 64px;
}

#top .site-footer_btns .avia-button {
	border: 1px solid var(--2-b-2666, #2B2666) !important;
	background: var(--ffffff, #FFF);
}

#top .site-footer_btns .avia-button:hover {
	border: 1px solid var(--12-a-3-b-5, #12A3B5) !important;
}

/* Hide Enfold default header if needed */
#header { display: none !important; }

/* Make space for fixed header */
body {
    padding-top: 78px;
}

/* Header */
.site-header {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.site-header__inner {
    max-width: 1560px;
    margin: 0 auto;
    padding: 16px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.site-header__logo img {
    max-width: 180px;
    height: auto;
    display: block;
}

/* Main menu */
.site-header__nav { display: flex; align-items: center; }
.site-header__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 22px;
}

.site-header__menu li {
    position: relative;
    margin: 0px;
}

.site-header__menu a {
    text-decoration: none;
	color: var(--2-b-2666, #2B2666);
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
    padding: 10px 0;
    display: inline-block;
    transition: color 0.2s ease;
}
.site-header__menu a:hover,
.site-header__menu .active > a,
.site-header__menu .current-menu-item > a {
    color: #12A3B5;
}

/* Chevron on parent items */
.site-header__menu .menu-item-has-children > a::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M4.5 6.75L9 11.25L13.5 6.75' stroke='%2312A3B5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 4px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    transition: transform 0.2s ease;
}

/* Dropdown */
.site-header__menu .sub-menu {
    list-style: none;
    margin: 0;
    position: absolute;
    top: 100%;
    left: -10px;
    min-width: 330px;
    background: #fff;
    box-shadow: 65px 164px 50px 0 rgba(0, 0, 0, 0.00), 42px 105px 45px 0 rgba(0, 0, 0, 0.01), 24px 59px 38px 0 rgba(0, 0, 0, 0.05), 10px 26px 28px 0 rgba(0, 0, 0, 0.09), 3px 7px 16px 0 rgba(0, 0, 0, 0.10);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.site-header__menu > li:hover > .sub-menu,
.site-header__menu > li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.site-header__menu .sub-menu a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    color: var(--2-b-2666, #2B2666);
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
    width: 100%;
    transition: background 0.15s ease, color 0.15s ease;
}

.site-header__menu .sub-menu a::after {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 2px solid #12A3B5;
    border-top: 2px solid #12A3B5;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.15s ease;
    margin-left: 12px;
}

.site-header__menu .sub-menu a:hover,
.site-header__menu .sub-menu .active > a,
.site-header__menu .sub-menu .current-menu-item > a {
    background: #2B2666;
    color: #fff;
}

.site-header__menu .sub-menu a:hover::after,
.site-header__menu .sub-menu .active > a::after,
.site-header__menu .sub-menu .current-menu-item > a::after {
    opacity: 1;
}

/* CTA button */
.site-header__cta {
    display: inline-flex;
    align-items: center;
    border: 2px solid var(--12-a-3-b-5, #12A3B5) !important;
	background: var(--ffffff, #FFF);
    text-decoration: none;
    transition: border-color 0.2s ease, background 0.2s ease;
    white-space: nowrap;
	color: var(--2-b-2666, #2B2666);
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	padding: 14px 18px 13px 18px;
}

.site-header__cta:hover {
    border-color: #12A3B5;
	background: #12A3B5;
}

.site-header__cta--mobile { display: none; }

/* Burger */
.site-header__burger {
    display: none;
    background: none;
    border: 0;
    cursor: pointer;
    padding: 8px;
    width: 40px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-left: auto;
}

.site-header__burger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #2B2666;
    transition: transform 0.3s ease, opacity 0.2s ease;
    transform-origin: center;
	z-index: 9999;
}

.site-header__burger[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.site-header__burger[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.site-header__burger[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.html_header_top.html_header_sticky #main {
    padding-top: 0px;
}

#top .page_img_sect .template-page {
	padding-top: 0px;
	padding-bottom: 0px;
}

#top .page_img_sect .container {
	height: 500px !important;
}

#top .padd_left_offset {
	padding-left: 64px;
}

#top .padd_right_offset {
	padding-right: 64px;
}

#top .img_col {
	height: 400px;
}

#top .special_amp {
    font-family: inherit !important;
    font-style: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
	color: inherit !important;
}

#top .sect_line_sep {
	width: 100%;
	height: 1px;
	background: var(--ebebea, #EBEBEA);
	margin: 60px 0px;
}

#top .max_width_962 {
	display: block;
	max-width: 962px;
	float: unset;
	margin: 0 auto;
}

#top .page-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    max-width: 100%;
}

#top .page-gallery__item {
    display: block;
    overflow: hidden;
    line-height: 0;
}

#top .page-gallery__item img {
    width: 100%;
    aspect-ratio: 1 / 1;   /* square thumbnails like your screenshot */
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease, opacity 0.3s ease;
	padding: 0px !important;
}

#top .page-gallery__item:hover img {
    transform: scale(1.05);
    opacity: 0.92;
}

#top .page-gallery.avia-gallery .avia-gallery-ul,
#top .page-gallery.avia-gallery li {
    all: unset;
}

#top .icon-gallery {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
    max-width: 100%;
}

#top .icon_gallery_alt .icon-gallery {
	grid-template-columns: repeat(5, 1fr);
	margin-top: 40px;
}

#top .icon-gallery__item {
    display: block;
    overflow: hidden;
    line-height: 0;
}

#top .mfp-title {
	display: none !important;
}

#top .icon-gallery__item img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    transition: opacity 0.2s ease;
	padding: 0px !important;
}

#top .icon-gallery__item:hover img {
    opacity: 0.85;
}

#top .icon-gallery.avia-gallery .avia-gallery-ul,
#top .icon-gallery.avia-gallery li {
    all: unset;
}

#top .icon-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

#top .icon-list__item {
    display: flex;
    align-items: center;
    gap: 24px;
	padding: 0px !important;
	margin-left: 0px !important;
}

#top .icon-list__icon {
    flex-shrink: 0;
    width: 62px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

#top .icon-list__icon img {
    max-width: 100%;
    height: auto;
    display: block;
}

#top .icon-list__content {
    flex: 1;
    min-width: 0;
}

#top .icon-list__title {
    margin: 0 0 6px;
	color: var(--2-b-2666, #2B2666);
	font-size: 26px;
	font-weight: 800;
	line-height: 26px;
	letter-spacing: -0.78px;
	text-transform: uppercase;
}

#top .icon-list__text {
    margin: 0;
	color: var(--2-b-2666, #2B2666);
	font-size: 22px;
	font-weight: 500;
	line-height: 30px;
}

#top .cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

#top .cards_sect_alt .cards-grid {
	grid-template-columns: repeat(3, 1fr);
}

#top .single_page_cards_sect .cards-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 964px;
    margin: 0 auto;
}

#top .cards-grid__card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 28px;
    aspect-ratio: 2 / 2;
    color: #fff;
    text-decoration: none;
    background-color: #12A3B5; /* fallback if no colour chosen */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#top .cards_sect_alt .cards-grid__card, #top .single_page_cards_sect .cards-grid__card {
    aspect-ratio: 4 / 2;
}

#top .cards-grid__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

#top .cards-grid__heading {
    display: flex;
    flex-direction: column;
}

#top .cards-grid__title {
	color: var(--ffffff, #FFF);
	font-size: 36px;
	font-weight: 800;
	line-height: 36px;
	letter-spacing: -1.44px;
	text-transform: uppercase;
}

#top .cards-grid__subtitle {
    margin-top: 6px;
	color: var(--ffffff, #FFF);
	font-size: 26px;
	font-weight: 800;
	line-height: 26px;
	letter-spacing: -0.78px;
	text-transform: uppercase;
}

#top .cards-grid__arrow {
    display: inline-flex;
    color: #fff;
    transition: transform 0.3s ease;
}

#top .cards-grid__card:hover .cards-grid__arrow {
    transform: translateX(8px);
}

/* Grid */
#top .topic-cards {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
}

#top .topic-cards__card {
    background: #FAF9F7;
    border: 0;
    padding: 22px 18px;
    text-align: left;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 28px;
    aspect-ratio: 1 / 1;
    color: #1a3a5c;
    font-family: inherit;
    transition: background-color 0.2s ease, color 0.2s ease;
}

#top .topic-cards__card:hover,
#top .topic-cards__card:focus-visible {
    background: #2B2666;
    color: #fff !important;
    outline: none;
}

/* Recolourable icon via mask */
#top .topic-cards__icon,
#top .topic-modal__icon {
    width: 36px;
    height: 36px;
    background-color: #12A3B5;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: contain;
            mask-size: contain;
    transition: background-color 0.2s ease;
}

#top .topic-cards__title {
	color: var(--2-b-2666, #2B2666);
	font-size: 20px;
	font-weight: 800;
	line-height: 20px;
	letter-spacing: -0.6px;
	text-transform: uppercase;
	transition: color 0.2s ease;
}

#top .topic-cards__card:hover .topic-cards__title,
#top .topic-cards__card:focus-visible  .topic-cards__title {
	color: #ffffff !important;
}

/* Modal */
#top .topic-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

#top .topic-modal[hidden] { display: none; }

#top .topic-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

#top .topic-modal__dialog {
    position: relative;
    background: #FAF9F7;
    padding: 36px;
    max-width: 720px;
    width: 100%;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    z-index: 1;
}

#top .topic-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    background: none;
    border: 0;
    padding: 8px;
    cursor: pointer;
    color: #1a3a5c;
    line-height: 0;
}

#top .topic-modal__close:hover { color: #12A3B5; }

#top .topic-modal__header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 22px;
    padding-right: 40px;
}

#top .topic-modal__title {
    margin: 0;
	color: var(--2-b-2666, #2B2666);
	font-size: 26px;
	font-weight: 800;
	line-height: 26px;
	letter-spacing: -0.44px;
	text-transform: uppercase;
}

#top .topic-modal__dialog .main_p_cont {
	padding-left: 50px;
}

html.modal-open, body.modal-open { overflow: hidden !important; }

#top .sect_modal_open {
	position: relative;
    z-index: 99999;
}

#top .topic-modal__close {
	padding: 12px;
	border-radius: 999px;
	border: 1px solid var(--ceccca, #CECCCA) !important;
	background: var(--faf-9-f-7, #FAF9F7) !important;
}

#top .priorities-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#top .priorities {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    position: relative;
    padding-top: 50px;
    min-width: 100%;
}

/* Horizontal bracket connecting all five circles */
#top .priorities::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 9.5%;
    right: 9.4%;
    height: 1px;
    background: #2B2666;
}

/* Small upward stem in the middle (the "branch from above") */

#top .priorities__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Vertical drop from bracket to each circle */
#top .priorities__item::before {
    content: '';
    position: absolute;
    top: -25px;
    left: 50%;
    width: 1px;
    height: 25px;
    background: #2B2666;
}

#top .priorities__number {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #999;
    color: var(--ffffff, #FFF);
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

#top .priorities__icon {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    margin-bottom: 10px;
}

#top .priorities__icon img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

#top .strategy-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
	max-width: 100%;
	margin: 0 auto;
}

#top .strategy-cards__card {	
    padding: 30px;
	margin-right: 0px;
    background-color: #EBEBEA !important;
	position: relative;
}

#top .strategy-cards__card::after {
    display: none !important;
}

#top .strategy-cards__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 24px;
}

#top .strategy-cards__icon img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

#top .strategy-cards__title {
    margin: 0 0 16px;
	color: var(--2-b-2666, #2B2666);
	font-size: 22px;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 0px;
	text-transform: unset;
	margin-top: 24px;
}

#top.page-id-400 .curved-banner-section::before, #top.page-id-1711 .curved-banner-section::before {
    background: #FAF9F7;
}

#top .tab-section__tabs {
    display: flex;
    justify-content: center;
    gap: 12px;   
    flex-wrap: wrap;
	padding: 16px;
	background: var(--faf-9-f-7, #FAF9F7);
	max-width: max-content;
	margin: 0 auto;
	margin-bottom: 36px;
}

#top .tab_alt_color .tab-section__tabs {
	background: var(--ffffff, #FFF);
}

#top .tab-section__tab {
    border: 1px solid var(--ebebea, #EBEBEA) !important;
	background: var(--ffffff, #FFF);
    color: #2B2666;
    border: 0;
    padding: 16px 36px;
    cursor: pointer;
    font-family: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    min-width: 110px;
}

#top .tab-section__tab:hover { background: #ebebeb; }

#top .tab-section__tab.is-active {
    background: #2B2666;
	border-color: #2B2666 !important;
    color: #fff;
}

#top .tab-section__tab.is-active:hover { 
	background: #2B2666; 
	border-color: #2B2666 !important;
}

#top .tab-section__tab-label {
	font-size: 26px;
	font-weight: 800;
	line-height: 26px;
	letter-spacing: -0.78px;
	text-transform: uppercase;
}

#top .tab-section__tab-sublabel {
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	opacity: 0.72;
	letter-spacing: -0.16px;
	text-transform: uppercase;
}

#top .tab-section__panel[hidden] { display: none; }

/* Table styling inside the WYSIWYG content */
#top .tab-section__panel table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
}

#top .tab-section__panel table td, #top .tab-section__panel table th {
    padding: 16px 22px;
    vertical-align: top;
    border-color: #CECCCA !important;
}

#top table th {
	background: #EBEBEA !important;
}

#top .main_p_cont table th {
	font-weight: 800 !important;
	color: var(--2-b-2666, #2B2666) !important;
}

#top .tab-section__panel table td:nth-child(2) {
    font-weight: 600;
    color: #2B2666;
}

#top .tab-section__panels {
	max-width: 962px;
	margin: 0 auto;
}

#top.page-id-345 .tab-section__panels, #top.page-id-1390 .tab-section__panels {
	max-width: 100%;
}

#top .tab-section__panels .page-gallery {
	margin-top: 64px;
}

.main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra {
    background: #FAF9F7 !important;
}

.main_color tr:nth-child(even), .main_color .avia-data-table .avia-heading-row .avia-desc-col, .main_color .avia-data-table .avia-highlight-col, .main_color .pricing-table>li:nth-child(even), body .main_color .pricing-table.avia-desc-col li, #top .main_color .avia-data-table.avia_pricing_minimal th {
	background: #EBEBEA !important;
}

#top .page_breadcrumbs_center {
	justify-content: center;
}

/* Video item — spans the full grid width */
#top .page-gallery__video {
    grid-column: 1 / -1;
    position: relative;
    width: 100%;
    aspect-ratio: 21 / 9;
    background: #000;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    display: block;
}

#top .page-gallery__video-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#top .page-gallery__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    padding: 12px 22px;
	color: var(--2-b-2666, #2B2666);
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	font-family: "Raleway", sans-serif !important;
	letter-spacing: -0.16px;
	text-transform: uppercase;
    transition: transform 0.2s ease;
}

#top .page-gallery__video:hover .page-gallery__play {
    transform: translate(-50%, -50%) scale(1.05);
}

#top .page-gallery__play-icon {
    display: inline-flex;
    align-items: center;
    color: #2B2666;
}

/* Video modal */
#top .page-gallery-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

#top .page-gallery-modal[hidden] { display: none; }

#top .page-gallery-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.88);
    cursor: pointer;
}

#top .page-gallery-modal__dialog {
    position: relative;
    width: 100%;
    max-width: 1100px;
    z-index: 1;
}

#top .page-gallery-modal__close {
    position: absolute;
    top: -44px;
    right: 0;
    background: none;
    border: 0;
    cursor: pointer;
    color: #fff;
    padding: 8px;
    line-height: 0;
}

#top .page-gallery-modal__video {
    width: 100%;
    max-height: 82vh;
    background: #000;
    display: block;
}

html.modal-open,
body.modal-open { overflow: hidden; }

/* Panel */
#top .event-tabs__panel[hidden] { display: none; }
#top .event-tabs__panel { color: #1a3a5c; }

/* Year heading */
#top .event-tabs__year {
    text-align: center;
	color: var(--2-b-2666, #2B2666);
	font-size: 112px;
	font-weight: 800;
	line-height: 96px;
	letter-spacing: -5.6px;
	text-transform: uppercase;
    margin: 0 0 30px;
}

/* Description */
#top .event-tabs__description {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 40px;
    line-height: 1.7;
}
#top .event-tabs__description p:last-child { margin-bottom: 0; }

/* Agenda */
#top .event-tabs__agenda {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-bottom: 30px;
	margin-top: 30px;
}

#top .event-tabs__agenda-row--header {
    background: #FAF9F7;
    padding: 16px 20px;
    text-align: center;
}

#top .event-tabs__agenda .event-tabs__agenda-row:nth-child(2), #top .event-tabs__agenda .event-tabs__agenda-row:nth-child(6), #top .event-tabs__agenda .event-tabs__agenda-row:nth-child(10), #top .event-tabs__agenda .event-tabs__agenda-row:nth-child(9) {
    background: #EBEBEA;
}

#top .event-tabs__agenda-header-title, #top .event-tabs__agenda-meta-title {
	color: var(--2-b-2666, #2B2666);
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	line-height: 26px;
}

#top .event-tabs__agenda-header-time, #top .event-tabs__agenda-meta-time {
	color: var(--2-b-2666, #2B2666);
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px; /* 162.5% */
    margin-top: 4px;
	opacity: 0.72;
}

#top .event-tabs__agenda-row--session {
    display: grid;
    grid-template-columns: 180px 1fr 1fr 1fr;
    background: #fafafa;
}

#top .event-tabs__agenda-meta,
#top .event-tabs__session {
    background: #FAF9F7;
    padding: 22px 18px;
	border: 1px solid #CECCCA !important;
	border-left: unset !important;
	border-bottom: unset !important;
}

#top .event-tabs__agenda-row--session .event-tabs__agenda-meta {
	border-left: 1px solid #CECCCA !important;
}

#top .event-tabs__session { text-align: center; }

#top .event-tabs__session-title {
    margin: 0 0 14px;
	color: var(--2-b-2666, #2B2666);
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
}

#top .event-tabs__session-subtitle {
	color: var(--2-b-2666, #2B2666);
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

#top .event-tabs__session-icons {
    display: flex;
    justify-content: center;
    gap: 4px;
    flex-wrap: wrap;
}

#top .event-tabs__session-icons img {
    width: 56px;
    height: 56px;
    display: block;
}

/* Download */
#top .event-tabs__download {
    display: block;
    text-align: center;
    padding: 12px 30px;
    border: 2px solid var(--12-a-3-b-5, #12A3B5);
	background: var(--ffffff, #FFF);	
    text-decoration: none;
	color: var(--2-b-2666, #2B2666);
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: -0.16px;
	text-transform: uppercase;
    margin-top: 24px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

#top .event-tabs__download:hover {
    background: #12A3B5;
    color: #fff;
}

#top .event-tabs .tab-section__panels {
	max-width: 100%;
}

::selection {
    background: #12A3B5;
    color: #fff;
	opacity: 1;
}

::-moz-selection {
    background: #12A3B5;
    color: #fff;
	opacity: 1;
}

#top .award-cards {
    --award-gap: 12px;
    --award-cols: 4;
}

#top .award-cards__grid {
    display: grid;
    grid-template-columns: repeat(var(--award-cols), 1fr);
    gap: var(--award-gap);
}

#top .award-cards__card {
    background: #1a1a4a;
    color: #a0a0c8;
    padding: 30px 24px;
	padding-bottom: 0px;
    text-decoration: none;
    aspect-ratio: 3 / 4;
    display: grid;
    grid-template-rows: 1fr auto;
    transition: color 0.3s ease, background-color 0.3s ease;
    position: relative;
    overflow: hidden;
}

#top .award-cards__card:hover {
    color: #fff;
}

#top .award-cards__icon {
    place-self: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    left: 0px;
}

#top .award-cards__icon img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#top .award-cards__title-wrap {
    align-self: end;
    transition: transform 0.3s ease;
	position: relative;
	z-index: 20;
}

#top .award-cards__card:hover .award-cards__title-wrap {
    transform: translateY(-18px);
}

#top .award-cards__title {
    display: block;
	font-size: 26px;
	font-weight: 800;
	line-height: 26px;
	letter-spacing: -0.78px;
	text-transform: uppercase;
    color: inherit;
}

#top .award-cards__arrow {
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

#top .award-cards__card:hover .award-cards__arrow {
    opacity: 1;
    transform: translateX(0);
}

/* CTA card — centered below, same width as a regular card */
#top .award-cards__cta-row {
    display: flex;
    justify-content: center;
    margin-top: var(--award-gap);
}

#top .award-cards__card--cta {
    flex: 0 0 calc((100% - (var(--award-cols) - 1) * var(--award-gap)) / var(--award-cols));
    grid-template-rows: 1fr;
    place-items: center;
    text-align: center;
    padding: 30px 36px;
	background-image: url(/wp-content/uploads/2026/06/Rectangle-1049-1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#top .award-cards__cta-label {
	color: var(--ffffff, #FFF);
	text-align: center;
	font-size: 26px;
	font-weight: 800;
	line-height: 26px;
	letter-spacing: -0.78px;
	text-transform: uppercase;
    color: inherit;
}

#top .action_award_img {
	margin-bottom: 40px !important;
	float: unset;
}

#top .avia-image-container-inner, .avia_image, .av-image-caption-overlay {
    border-radius: 0px !important;
}

#top .award-cards-slider {
    margin: 30px 0;
    padding: 0 60px; /* room for arrows */
    position: relative;
}

#top .award-cards-slider .splide__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* White circular arrows */
#top .award-cards-slider .splide__arrow {
    background: #fff;
    width: 42px;
    height: 42px;
    opacity: 1;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    transition: background-color 0.2s ease, transform 0.2s ease;
}

#top .award-cards-slider .splide__arrow svg {
    fill: #12A3B5;
    width: 14px;
    height: 14px;
}

#top .award-cards-slider .splide__arrow:hover:not(:disabled) {
    background: #f5f5f5;
    transform: translateY(-50%) scale(1.05);
}

#top .award-cards-slider .splide__arrow--prev { left: -8px; }

#top .award-cards-slider .splide__arrow--next { right: -8px; }

#top .award-cards-slider .splide__arrow:disabled { opacity: 0.4; }

#top .award-cards-slider .splide__track {
    overflow: visible;
}

#top .splide__slide {
	padding: 0px !important;
	margin-left: 0px !important;
}

#top .news-grid-wrap { margin: 40px 0; }

#top .news-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

#top .news-grid__card {
    background: #fff;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
	padding: 20px;
	border: 1px solid var(--ebebea, #EBEBEA) !important;
}

#top .news-grid__media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 11;
    overflow: hidden;
    background: #f5f5f5;
}

#top .news-grid__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

#top .news-grid__card:hover .news-grid__media img { transform: scale(1.05); }

#top .news-grid__date {
    position: absolute;
    top: 0;
    left: 0px;
    background: #12A3B5;
    color: #2B2666;
    padding: 8px 12px 6px;
    text-align: center;
    line-height: 1;
	z-index: 50;
}

#top .news-grid__date-day {
    display: block;
	font-size: 24px;
	font-weight: 800;
	line-height: 24px;
	letter-spacing: -1.2px;
	text-transform: uppercase;
}

#top .news-grid__date-month {
    display: block;
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: -0.16px;
	text-transform: uppercase;
    margin-top: 3px;
}

#top .news-grid__body {
    padding: 18px 0px 0px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

#top .news-grid__title {
    margin: 0 0 12px;
    color: var(--2-b-2666, #2B2666);
	font-size: 22px;
	font-weight: 600;
	line-height: 26px;
    transition: color 0.2s ease;
}

#top .news-grid__card:hover .news-grid__title {
    color: #12A3B5;
}

#top .news-grid__excerpt {
    margin: 0 0 18px;
    color: var(--2-b-2666, #2B2666);
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
    flex: 1;
}

#top .news-grid__more {
    display: inline-block;
    padding: 8px 16px;
    color: var(--2-b-2666, #2B2666);
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	line-height: 25px;
	background: var(--ebebea, #EBEBEA);
	text-transform: uppercase;
    align-self: flex-start;
    transition: border-color 0.2s ease, color 0.2s ease;
}

#top .news-grid__card:hover .news-grid__more {
    color: #12A3B5;
}

#top .news-grid__load-more-wrap {
    text-align: center;
    margin-top: 40px;
}

#top .news-grid__load-more {
    background: none;
    border: 2px solid #12A3B5;
    padding: 14px 30px;
	color: var(--2-b-2666, #2B2666);
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.16px;
	text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
    font-family: inherit;
}

#top .news-grid__load-more:hover:not(.is-loading) {
    background: #12A3B5;
    color: #fff;
}

#top .news-grid__load-more.is-loading {
    opacity: 0.7;
    cursor: wait;
}

#top .avia-post-nav {
	display: none !important;
}

#top .post_feat_img img {
	max-height: 400px;
	object-fit: contain;
}

#top .post-tags {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 10px;
	margin-bottom: 40px;
}

#top .post-tags__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

#top .post-tags__item {
    display: inline-block;
    background: #EBEBEA;
	color: var(--2-b-2666, #2B2666);
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.16px;
	text-transform: uppercase;
    padding: 10px 12px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

#top .post-share {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 10px;
}

#top .post-share__item {
    display: inline-flex;
    line-height: 0;
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;
    position: relative;
}

#top .post-share__item:hover {
    opacity: 0.85;
    transform: translateY(-2px);
}

#top .post-share__item svg {
    display: block;
}

#top .post-share__tooltip {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%) translateY(-6px);
    background: #2B2666;
    color: #fff;
    padding: 10px 10px;
    font-size: 11px;
    font-weight: 600;
	font-family: "Raleway", sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

#top .post-share__copy.is-copied .post-share__tooltip {
    opacity: 1;
}

#top .other-posts-slider {
    padding: 0 60px;
    position: relative;
}

#top .other-posts-slider .splide__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#top .other-posts-slider .splide__track {
    overflow: visible;
}

#top .other-posts-slider .splide__arrow {
    background: #fff;
    width: 42px;
    height: 42px;
    opacity: 1;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    transition: background-color 0.2s ease, transform 0.2s ease;
}

#top .other-posts-slider .splide__arrow svg {
    fill: #12A3B5;
    width: 14px;
    height: 14px;
}

#top .other-posts-slider .splide__arrow:hover:not(:disabled) {
    background: #f5f5f5;
}

#top .other-posts-slider .splide__arrow--prev { left: -8px; }
#top .other-posts-slider .splide__arrow--next { right: -8px; }
#top .other-posts-slider .splide__arrow:disabled { opacity: 0.4; }

#top .other-posts-slider .news-grid__card {
    height: 100%;
}

#top .scroll-to-explore {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

#top .scroll-to-explore__text {
    color: var(--2-b-2666, #2B2666);
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
}

#top .scroll-to-explore__line {
    position: relative;
    width: 1px;
    height: 70px;
    background: rgba(26, 58, 92, 0.25);
    overflow: hidden;
}

#top .scroll-to-explore__line::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: #1a3a5c;
    animation: scroll-line-loop 1.8s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
}

@keyframes scroll-line-loop {
    0%   { transform: translateY(-100%); }
    100% { transform: translateY(250%); }
}

#top .home_page_header .template-page {
	padding-bottom: 0px;
}

#top .home_page_header .container .content {
    vertical-align: bottom !important;
}

#top .home_fullwidth_image_sect .av-section-color-overlay {
	background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 63.83%) !important;
}

#top .home_fullwidth_image_sect .avia-button {
	background: var(--2-b-2666, #2B2666) !important;
	border-color: var(--2-b-2666, #2B2666) !important;
	color: #ffffff !important;
}

#top .platform-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

#top .platform-cards__card {
    display: flex;
    align-items: stretch;
    gap: 24px;
}

#top .platform-cards__image {
    flex-shrink: 0;
    width: 324px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: #f5f5f5;
}

#top .platform-cards__image img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

#top .platform-cards__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

#top .platform-cards__title {
    margin: 0 0 12px;
    color: var(--2-b-2666, #2B2666);
	font-size: 22px;
	font-weight: 600;
	line-height: 26px;
}

#top .platform-cards__description {
    margin: 0 0 20px;
}

#top .platform-cards__button {
    display: inline-block;
    padding: 12px 24px;
	background: var(--ebebea, #EBEBEA);
	color: var(--2-b-2666, #2B2666);
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.16px;
	text-transform: uppercase;
    align-self: flex-start;
	margin-top: 20px;
    transition: background-color 0.2s ease;
}

#top .platform-cards__button:hover {
    background: var(--12-a-3-b-5, #12A3B5) !important;
}

#top .word-from {
    text-align: center;
    position: relative;
}

/* Heading */
#top .word-from__heading {
    margin-bottom: 40px;
}

#top .word-from__heading-small {
    display: block;
    color: #12A3B5;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 4px;
}

#top .word-from__heading-main {
    margin: 0;
    color: #2B2666;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

/* Slider container */
#top .word-from__slider {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 70px;
    position: relative;
}

#top .word-from__slider .splide__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Slide content */
#top .word-from__slide {
    text-align: center;
}

#top .word-from__image-wrap {
    position: relative;
    max-width: 420px;
    margin: 0 auto;
}

#top .word-from__image-wrap img {
    width: 100%;
    height: 500px;
    display: block;
    object-fit: cover;
}

#top .word-from__name-card {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.92);
    padding: 14px 28px;
    min-width: 92%;
    text-align: center;
}

#top .word-from__name {
    color: var(--2-b-2666, #2B2666);
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
    margin-bottom: 2px;
}

#top .word-from__position {
    color: var(--2-b-2666, #2B2666);
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	opacity: 0.72;
}

#top .word-from__quote {
    margin: 32px auto 0;
    max-width: 720px;
	color: var(--2-b-2666, #2B2666);
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	line-height: 30px;
    border: 0;
    padding: 0;
}

/* Splide arrows — minimal outlined circles */
#top .word-from__slider .splide__arrow {
    background: transparent;
    border: 1px solid #cfd6dd;
    width: 40px;
    height: 40px;
    opacity: 1;
	transition: border-color .2s ease;
}

#top .word-from__slider .splide__arrow svg {
    fill: #12A3B5;
    width: 12px;
    height: 12px;
}

#top .word-from__slider .splide__arrow:hover:not(:disabled) {
    border-color: #2B2666;
}

#top .word-from__slider .splide__arrow svg path { transition: fill 0.2s ease; }

#top .word-from__slider .splide__arrow:hover:not(:disabled) svg { fill: #2B2666; }

/* Splide pagination — dot with ring on active */
#top .word-from__slider .splide__pagination {
    margin-top: 24px;
    gap: 10px;
    position: relative;
    bottom: 0px;
}

#top .word-from__slider .splide__pagination__page {
    background: rgb(43 38 102 / 20%);
    width: 7px;
    height: 7px;
    opacity: 1;
    margin: 0;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

#top .word-from__slider .splide__pagination__page.is-active {
    background: #2B2666;
    transform: scale(1);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 1), 0 0 0 5px #12A3B5;
}

/* Center the tab group */
#top .events-section .tab-section__tabs {
    margin-bottom: 40px;
}

/* Grid */
#top .events-section__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

#top .events-grid__label {
    display: inline-block;
    padding: 4px 10px;
	background: var(--2-b-2666, #2B2666);
	padding: 8px 8px 7px 8px;
	color: var(--ffffff, #FFF);
	text-align: center;
	font-size: 10px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.1px;
	text-transform: uppercase;
    margin-bottom: 10px;
	width: max-content;
}

#top .events-section__loading,
#top .events-section__empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px;
    color: #1a3a5c;
}

#top .events-section__empty {
	margin: 0px !important;
}

#top .events-section .tab-section__tab-label {
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: -0.16px;
}

#top .gform-theme--framework .gf_progressbar .percentbar_blue {
    background-color: #12a3b5 !important;
}

.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    background-color: #12a3b5 !important;
}

.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    border-color: #12a3b5;
}

#top .ginput_container_radio .gfield-choice-input {
	position: relative;
	top: 2px;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .gform_drop_area::before {
    color: #12a3b5;
}

.gform_button_select_files {
	border-radius: 0px !important;
	background: #12a3b5 !important;
}

.responsive #top .gform-theme--framework.ui-datepicker select.ui-datepicker-month, .responsive #top .gform-theme--framework.ui-datepicker select.ui-datepicker-year {
    margin-bottom: 0px !important;
    color: #000000 !important;
    padding: 5px !important;
    border-radius: 0px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC) !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
    font-size: 12px !important;
}

#top .gform_save_link {
	border-radius: 0px !important;
    display: flex !important;
}

#top .gform_save_link svg {
	display: none !important;
}

#top .form_saved_message_sent p {
	color: rgb(43 38 102 / 80%);
    font-size: 18px;
    font-weight: 500 !important;
    line-height: 28px;
}

#top .section_title_small_alt .av-special-heading-tag {
	color: var(--2-b-2666, #2B2666);
	font-size: 36px;
	font-weight: 800;
	line-height: 36px;
	letter-spacing: -1.44px;
	text-transform: uppercase;
}

#top .section_title_small_alt .av-special-heading-tag strong {
	color: var(--ffffff, #FFF);
	background: #12A3B5;
	font-size: 36px;
	font-weight: 800;
	line-height: 36px;
	letter-spacing: -1.44px;
	text-transform: uppercase;
}

#top .main_p_cont_bigger * {
	color: var(--2-b-2666, #2B2666);
	font-size: 22px;
	font-weight: 600;
	line-height: 26px;
}

#top .gallery {
	display: grid;  
    gap: 20px;
}

#top .gallery.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

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

#top .gallery.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

#top .gallery .gallery-item {
    margin: 1px 1px 0 0;
    width: 100%;
    height: max-content;
    padding: 0;
}

#top .gallery br {
	display: none;
}

#top .menu-item-language .sub-menu {
	min-width: 160px;
}

#top.page-id-442 .fullwidth_image_sect, #top.page-id-1544 .fullwidth_image_sect {
	background-position: 50% 36px;
}

@media only screen and (max-width: 1200px) {
	#top .site-header__logo img {
		max-width: 134px;
	}
	
	#top .site-header__menu a {
		font-size: 14px;
	}
	
	#top .site-header__cta {
		font-size: 14px;
		padding: 10px 12px 11px 12px;
	}
}

@media only screen and (max-width: 1100px) {
	#top .site-footer__col_sep {
		margin-right: 0px;
	}
}

@media only screen and (max-width: 989px) {
	body {
        padding-top: 65px;
    }
	
	#top .platform-cards { grid-template-columns: 1fr; }
	
	#top .events-section__grid { grid-template-columns: repeat(2, 1fr); }
	
	#top .strategy-cards {
        grid-template-columns: 1fr;
        gap: 0px;
    }
	
	#top .news-grid { grid-template-columns: repeat(2, 1fr); }
	
	#top .strategy-cards__card {
        padding: 20px;
    }
	
	#top .icon-gallery { 
		grid-template-columns: repeat(4, 1fr) !important; 
	}
	
	#top .page-gallery { 
		grid-template-columns: repeat(3, 1fr); 
	}
	
	#top .padd_left_offset {
		padding-left: 0px;
	}
	
	#top .padd_right_offset {
		padding-right: 0px;
	}
	
	#top .img_col {
		height: 300px;
	}

	#top .site-header__inner { padding: 12px 20px; }
    #top .site-header__logo img { max-width: 150px; }

    #top .site-header__burger { display: flex; }
    #top .site-header__cta--desktop { display: none; }

    #top .site-header__nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        max-width: 380px;
        background: #fff;
        padding: 90px 30px 40px;
        transform: translateX(100%);
        transition: transform 0.35s ease;
        overflow-y: auto;
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
        display: block;
        z-index: 9998;
    }
	
    #top .site-header__nav.is-open { transform: translateX(0); }

    #top .site-header__menu {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }
	
    #top .site-header__menu > li { border-bottom: 1px solid #eee; }
    #top .site-header__menu a { padding: 14px 0; display: block; }

    #top .site-header__menu .menu-item-has-children > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
	
    #top .site-header__menu .menu-item-has-children.is-open > a::after {
		transform: rotate(180deg);
	}

    #top .site-header__menu .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        background: transparent;
        padding: 0 0 0px 14px;
        min-width: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        border-radius: 0;
    }
    
	#top .site-header__menu .menu-item-has-children > a::after {
		top: 0px;
	}
	
	#top .site-header__menu .menu-item-has-children.is-open > .sub-menu {
        max-height: 600px;
        padding-bottom: 10px;
    }
	
    #top .site-header__menu .sub-menu a {
        padding: 10px 12px;
        font-size: 14px;
    }

    #top .site-header__cta--mobile {
        display: inline-flex;
        margin-top: 24px;
        width: 100%;
        justify-content: center;
    }

    /* Lock background when open */
    body.menu-open { overflow: hidden; }
    body.menu-open::before {
        content: '';
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 9997;
    }
	
	#top .page_breadcrumbs_cont {
		justify-content: flex-start;
	}
	
	#top .site-footer__col_sep {
		display: none;
	}
	
	#top .site-footer__col {
		padding-top: 0px;
	}
	
	#top .section_title .av-special-heading-tag {
		font-size: 34px;
		line-height: 34px;
		letter-spacing: -1.08px;
	}
	
	#top .section_title .av-special-heading-tag strong {
		font-size: 52px;
		line-height: 52px;
		letter-spacing: -1.72px;
	}
	
	#top .page_intro_sect .template-page {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	#top .page_breadcrumbs_cont {
		gap: 6px;
		align-items: center;
	}
	
	#top .page_breadcrumbs_text {
		font-size: 16px;
	}
	
	#top .padd_top_normal .template-page {
		padding-top: 50px;
	}
	
	#top .padd_bot_normal .template-page {
		padding-bottom: 50px;
	}
	
	#top .padd_bot_small .template-page {
		padding-bottom: 30px;
	}
	
	#top .fullwidth_image_sect .container, #top .page_img_sect .container {
		height: 300px !important;
	}
	
	#top.page-id-163 .page_img_sect .container {
		height: 380px !important;
	}
	
	#top.page-id-223 .page_img_sect .container {
		height: 218px !important;
	}
	
	#top .site-footer__top,
    #top .site-footer__columns {
        grid-template-columns: 1fr 1fr;
    }
	
	#top .site-footer__columns {
		padding: 30px 0px;
	}
	
    #top .site-footer__bottom,
    #top .site-footer__partners {
        justify-content: flex-start;
    }
	
	#top .sect_line_sep {
		margin: 40px 0px;
	}
	
	#top .cards-grid { 
		grid-template-columns: repeat(2, 1fr) !important; 
	}
	
	#top .topic-cards { 
		grid-template-columns: repeat(4, 1fr); 
	}
	
	#top .award-cards { --award-cols: 2; }
}

@media only screen and (max-width: 767px) {
	#top .no_marg_bot_mobile {
		margin-bottom: 0px !important;
	}
	
	#top .event-tabs__year { 
		font-size: 48px;
		line-height: 1;
		letter-spacing: 0px;
	}
    
	#top .event-tabs .main_p_cont * {
		text-align: left !important;
	}
	
	#top .event-tabs__agenda-header-title, #top .event-tabs__agenda-meta-title {
		font-size: 18px;
		line-height: 22px;
	}
	
	#top .event-tabs__agenda-header-time, #top .event-tabs__agenda-meta-time {
		font-size: 14px;
		line-height: 22px;
	}
	
	#top .event-tabs__agenda-meta, #top .event-tabs__session {
		border-left: 1px solid #CECCCA !important;
	}

	#top .page-gallery__play {
		font-size: 14px;
		line-height: 18px;
	}
	
	#top .event-tabs__agenda-row--session {
        grid-template-columns: 1fr;
    }
    
	#top .event-tabs__agenda-meta {
        background: #ededed;
        text-align: center;
    }
	
	#top .gallery {
		grid-template-columns: 100% !important;
	}
	
	.responsive #top #wrap_all .container {
        width: 90%;
        max-width: 90%;
    }
	
	#top .section_title .av-special-heading-tag {
        font-size: 26px;
        line-height: 26px;
        letter-spacing: 0px;
    }
	
	#top .section_title .av-special-heading-tag strong {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -0.72px;
    }
	
	#top .contact-info {
        max-width: 100%;
        position: relative;
        bottom: 0px;
        left: 0px;
        box-shadow: unset;
        padding: 20px;
        margin-bottom: -60px;
    }
	
	#top .map_sect iframe {
		height: 300px;
	}
	
	#top .section_title_small .av-special-heading-tag, #top .section_title_card .av-special-heading-tag {
        font-size: 20px;
        line-height: 20px;
    }
	
	#top .section_title_small .av-special-heading-tag strong, #top .section_title_card .av-special-heading-tag strong {
        font-size: 32px;
        line-height: 32px;
    }
	
	#top .main_p_cont * {
		font-size: 14px;
		line-height: 24px;
	}
	
	#top .main_p_cont br {
		display: none;
	}
	
	#top .main_p_cont table br {
		display: block;
	}
	
	#top .marg_top_20 {
		margin-top: 16px;
	}
	
	#top .gfield_label {
		font-size: 14px;
		line-height: 24px;
	}
	
	#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
		font-size: 16px !important;
		line-height: 20px !important;
		padding: 12px 18px !important;
	}
	
	#top .gfield_consent_label, #top .gchoice label {
		font-size: 14px;
		line-height: 22px;
		margin-left: 6px;
	}
		
	#top .gform_button, #top .avia-button {
		font-size: 14px;
		letter-spacing: -0.16px;
		padding: 12px 22px 13px 22px;
	}
	
	#top .section_title_small_alt .av-special-heading-tag, #top .section_title_small_alt .av-special-heading-tag strong {
		font-size: 20px !important;
		line-height: 20px !important;
	}
	
	#top .social-links__item svg {
		width: 36px;
		height: 36px;
	}
	
	#top .contact-info__text {
		font-size: 14px;
		line-height: 22px;
	}
	
	#top .site-footer {
		background: #fff;
		max-width: 1548px;
		padding: 50px 16px 30px;
		margin: 0 auto;
	}
	
	#top .site-footer__copyright {
		font-size: 14px;
		line-height: 20px;
	}
	
	#top .site-footer__menu a {
		font-size: 14px;
	}
	
	#top .site-footer__columns {
		gap: 20px;
	}
	
	#top .site-footer__description p {
		font-size: 14px;
		line-height: 20px;
	}
	
	#top .site-footer__top {
		gap: 28px;
	}
	
	#top .site-footer__col p {
		font-size: 14px;
		line-height: 20px;
	}
	
	#top .site-footer__partners {
		gap: 22px;
	}
	
	#top .site-footer_btns {
		position: relative;
		bottom: 0px;
		align-items: center;
		justify-content: space-between;
	}
	
	#top .img_col {
		height: 250px;
		margin-bottom: 20px !important;
	}
	
	#top .main_p_cont h1, #top .main_p_cont h2, #top .main_p_cont h3,
	#top .main_p_cont h1 *, #top .main_p_cont h2 *, #top .main_p_cont h3 * {
		font-size: 24px;
		line-height: 28px;
		letter-spacing: 0px;
	}

	#top .main_p_cont h4, #top .main_p_cont h5, #top .main_p_cont h6,
	#top .main_p_cont h4 *, #top .main_p_cont h5 *, #top .main_p_cont h6 * {
		font-size: 20px;
		line-height: 24px;
		letter-spacing: 0px;
	}
	
	#top .mob_txt_left * {
		text-align: left !important;
	}
	
	#top .marg_top_40, #top .icon_gallery_alt .icon-gallery {
		margin-top: 20px;
	}
	
	#top .icon-list__item {
		align-items: flex-start;
		gap: 12px;
		flex-direction: column;
	}
	
	#top .icon-list__title {
		font-size: 18px;
		line-height: 18px;
		letter-spacing: 0px;
	}
	
	#top .icon-list__text {
		font-size: 16px;
		line-height: 24px;
	}
	
	#top .cards-grid__title {
		font-size: 26px;
		line-height: 26px;
		letter-spacing: 0px;
	}
	
	#top .cards-grid__subtitle {
		font-size: 20px;
		line-height: 20px;
		letter-spacing: 0px;
	}
	
	#top .vision_2025_img .avia-image-overlay-wrap {
		overflow-y: auto;
	}
	
	#top .vision_2025_img img {
		height: 250px;
    	width: auto;
    	object-fit: contain;
    	max-width: unset;
	}
	
	#top .topic-modal__dialog .main_p_cont {
    	padding-left: 0px;
	}
	
	#top .topic-modal__header {
		align-items: flex-start;
		gap: 10px;
		flex-direction: column;
	}
	
	#top .topic-modal__title {
		font-size: 20px;
		line-height: 24px;
		letter-spacing: 0px;
	}
	
	#top .priorities {
        grid-template-columns: repeat(5, 200px);
        gap: 16px;
        padding-bottom: 10px;
    }
	
	#top .priorities::before {
		display: none !important;
	}
	
	#top .priorities__item::before {
		top: -12px;
		left: 0px;
		width: 100%;
		height: 1px;
	}
	
	#top .tab-section__tab-label {
		font-size: 18px;
		line-height: 1;
		letter-spacing: 0px;
	}
	
	#top .tab-section__tab-sublabel {
		font-size: 14px;
		line-height: 22px;
		letter-spacing: 0px;
	}
	
	#top .tab-section__tab {
        padding: 10px 18px;
        min-width: 90px;
    }
	
	#top .award-cards__title {
		font-size: 22px;
		line-height: 24px;
		letter-spacing: 0px;
	}
	
	#top .action_award_img, #top .post-tags {
		margin-bottom: 20px !important;
	}
	
	#top .platform-cards__image {
        height: 200px;
    }
	
	#top .home_fullwidth_image_sect .av-section-color-overlay {
		background: linear-gradient(90deg, #FFF 0%, rgb(255 255 255 / 52%) 100%) !important;
	}
	
	#top .word-from__quote {
		font-size: 18px;
		line-height: 28px;
	}
	
	#top .tab-section__panels .page-gallery {
		margin-top: 32px;
	}
	
	#top .tab-section__panel table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        max-width: 100%;
    }
	
	#top .img_col_mob_left {
		background-position: center left !important;
	}
}

@media only screen and (max-width: 600px) {
	#top .site-footer__top,
    #top .site-footer__columns {
        grid-template-columns: 1fr;
    }
	
	#top .word-from__image-wrap {
		max-width: 280px;
	}
	
    #top .site-footer__cta-wrap {
        justify-content: stretch;
    }
	
    #top .site-footer__cta {
        width: 100%;
        justify-content: space-between;
    }
	
	#top .page-gallery { grid-template-columns: repeat(2, 1fr); }
	
	#top .icon-gallery { 
		grid-template-columns: repeat(2, 1fr) !important; 
	}
	
	#top .icon-list__item { 
		gap: 16px; 
	}
	
    #top .icon-list__icon { 
		width: 44px; 
	}
	
	#top .cards-grid { 
		grid-template-columns: 1fr !important; 
	}
	
    #top .cards-grid__card { 
		aspect-ratio: 5 / 3 !important; 
	}
	
	#top .topic-cards { 
		grid-template-columns: repeat(2, 1fr); 
	}
    
	#top .topic-modal__dialog { 
		padding: 26px 22px; 
	}
	
	#top .topic-cards__title {
		font-size: 16px;
		line-height: 18px;
		letter-spacing: 0px;
	}
	
	#top .award-cards { --award-cols: 1; }
	
	#top .award-cards__card {
		aspect-ratio: 2 / 2;
	}
	
	#top .award-cards-slider { 
		padding: 0 40px; 
	}
	
	#top .news-grid { grid-template-columns: 1fr; }
	
	#top .news-grid__excerpt {
		font-size: 14px;
		line-height: 22px;
	}
	
	#top .news-grid__load-more {
		padding: 14px 30px;
		font-size: 14px;
	}
	
	#top .post-tags__item {
		font-size: 12px;
	}
	
	#top .post_feat_img img {
		max-height: 300px;
	}
	
	#top .other-posts-slider { padding: 0 40px; }
	
	#top .platform-cards__card {
        flex-direction: column;
    }
	
    #top .platform-cards__image {
        width: 100%;
    }
	
	#top .word-from__slider { padding: 0px; }
	
	#top .word-from__slider .splide__arrow {
		display: none !important;
	}
	
    #top .word-from__heading-main { font-size: 24px; }
	
	#top .scroll-to-explore__text {
		font-size: 14px;
		line-height: 22px;
	}
	
	#top .scroll-to-explore__line {
		height: 44px;
	}
	
	#top .word-from__image-wrap img {
		height: 410px;
	}
	
	#top .word-from__position {
		font-size: 14px;
		line-height: 20px;
	}
	
	#top .word-from__name {
		font-size: 16px;
		line-height: 26px;
	}
	
	#top .word-from__slider .splide__pagination {
		margin-top: 20px;
	}
	
	#top .events-section__grid { grid-template-columns: 1fr; }
	
	#top.page-id-545 .page_img_sect .container, #top.page-id-1561 .page_img_sect .container {
		height: 600px !important;
	}
}