body {
    font-size: 16px;
    line-height: 30px;
}

.navbar .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    opacity: 1 !important;
}

.navbar .navbar-nav:hover > .nav-item > .nav-link,
.navbar .navbar-nav .nav-item:hover > .nav-link,
.navbar .navbar-nav .nav-item > .nav-link {
    opacity: 1 !important;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-item:hover > .nav-link,
.navbar .navbar-nav .nav-item.open > .nav-link,
.navbar .navbar-nav .nav-item.show > .nav-link,
.navbar .navbar-nav .simple-dropdown:has(> .dropdown-menu.show) > .nav-link {
    color: #194898 !important;
    /* font-weight: 600; */
}

.amecc-market-topbar {
    background: #001f3f;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
    z-index: 1040 !important;
}

.crafto-main-content-wrap {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 30px);
}

header.header-with-topbar .header-top-bar+.navbar,
header.header-with-topbar.sticky .header-top-bar+.navbar,
header.header-with-topbar .header-top-bar+.navbar .container-fluid,
header.header-with-topbar.sticky .header-top-bar+.navbar .container-fluid,
header.header-with-topbar .header-top-bar+.navbar .navbar-brand,
header.header-with-topbar.sticky .header-top-bar+.navbar .navbar-brand,
header.header-with-topbar .header-top-bar+.navbar .header-icon,
header.header-with-topbar.sticky .header-top-bar+.navbar .header-icon {
    box-sizing: border-box;
    height: var(--frontend-menu-height);
    min-height: var(--frontend-menu-height);
}

header.header-with-topbar .header-top-bar+.navbar:not(.disable-fixed) {
    top: var(--frontend-topbar-height);
}

header.header-with-topbar .header-top-bar+.navbar .navbar-brand,
header.header-with-topbar.sticky .header-top-bar+.navbar .navbar-brand {
    align-items: center;
    display: inline-flex;
    padding: 0;
}

header.header-with-topbar .header-top-bar+.navbar .navbar-brand img,
header.header-with-topbar.sticky .header-top-bar+.navbar .navbar-brand img {
    height: var(--frontend-logo-height);
    max-height: var(--frontend-logo-height);
    width: auto;
}

header.header-with-topbar .header-top-bar+.navbar,
header.header-with-topbar .header-top-bar+.navbar *,
header.header-with-topbar.sticky .header-top-bar+.navbar,
header.header-with-topbar.sticky .header-top-bar+.navbar * {
    transition-property: background-color, border-color, box-shadow, color, opacity, top, transform !important;
}

header.header-with-topbar+.top-space-margin {
    margin-top: calc(var(--frontend-topbar-height) + var(--frontend-menu-height));
}

header.header-with-topbar+.top-space-padding {
    padding-top: calc(var(--frontend-topbar-height) + var(--frontend-menu-height));
}

header.header-with-topbar+.full-screen.top-space-margin {
    height: calc(100vh - (var(--frontend-topbar-height) + var(--frontend-menu-height)));
}

.amecc-market-inner {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 0 45px;
}

.amecc-market-left,
.amecc-market-right,
.amecc-language-switcher {
    display: flex;
    align-items: center;
}

.amecc-market-left {
    gap: 14px;
    white-space: nowrap;
}

.amecc-market-right {
    gap: 24px;
    margin-left: auto;
    white-space: nowrap;
}

.amecc-market-right a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
}

.amecc-market-right a:hover {
    color: #20df69;
}

.amecc-symbol,
.amecc-exchange {
    font-size: 15px;
    font-weight: 800;
}

.amecc-price {
    color: #20df69;
    font-size: 27px;
    font-weight: 900;
    letter-spacing: .02em;
}

.amecc-currency {
    font-size: 11px;
    font-weight: 800;
    margin-left: -9px;
    align-self: flex-end;
    padding-bottom: 5px;
}

.amecc-change {
    color: #20df69;
    font-size: 14px;
    font-weight: 900;
}

.amecc-updated {
    color: #6da2c8;
    font-size: 11px;
    font-weight: 700;
    margin-left: -13px;
    align-self: flex-end;
    padding-bottom: 5px;
}

.amecc-divider {
    width: 1px;
    height: 19px;
    background: rgba(255, 255, 255, .76);
    display: inline-flex;
}

.amecc-language-switcher {
    gap: 6px;
}

.amecc-flag-link {
    width: 21px;
    height: 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    overflow: hidden;
    opacity: .78;
}

.amecc-flag-link.active,
.amecc-flag-link:hover {
    opacity: 1;
}

.amecc-flag-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1199px) {
    .amecc-market-inner {
        padding: 8px 16px;
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
    }

    .amecc-market-left,
    .amecc-market-right {
        width: 100%;
        flex-wrap: wrap;
        gap: 10px 14px;
    }

    .amecc-market-right {
        margin-left: 0;
    }

    .amecc-updated,
    .amecc-currency {
        align-self: center;
        padding-bottom: 0;
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .amecc-market-right {
        gap: 10px 12px;
    }

    .amecc-market-right a {
        font-size: 12px;
    }

    .amecc-price {
        font-size: 22px;
    }
}

.carousel-section {
    background: #f4f7fb;
    padding-top: 48px;
    padding-bottom: 48px;
}

.carousel-section .carousel-header {
    margin-bottom: 32px;
}

.carousel-section .carousel-eyebrow {
    background: #eaf2ff;
    color: #004aa0;
    border-radius: 999px;
    padding: 9px 22px;
    line-height: 1;
}

.carousel-section .carousel-title {
    color: #001f4f;
}

.carousel-section .carousel-subtitle {
    color: #40506d;
}

.home-article-card {
    height: 100%;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(13, 36, 64, .07);
    color: #0d2440;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
}

.home-article-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 42px rgba(13, 36, 64, .12);
}

.home-article-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f3f6fb;
}

.home-article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.home-article-card:hover .home-article-image img {
    transform: scale(1.05);
}

.home-article-content {
    padding: 22px 22px 24px;
}

.home-article-meta {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
    text-transform: uppercase;
    color: #7d8ca1;
    letter-spacing: .02em;
    margin-bottom: 8px;
}

.home-article-meta strong {
    color: #1d3557;
}

.home-article-meta span {
    display: inline-block;
}

.home-article-title {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    color: #062b5f;
    margin-bottom: 12px;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-article-title:hover {
    color: #004aa0;
}

.home-article-excerpt {
    font-size: 15px;
    line-height: 1.6;
    color: #6b7a90;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.carousel-section .carousel-nav {
    width: 42px;
    height: 42px;
    border: 1px solid #c8d2df;
    background: #ffffff;
    color: #001f4f;
    border-radius: 50%;
    box-shadow: 0 8px 22px rgba(13, 36, 64, .08);
}

.carousel-section .carousel-nav:after {
    display: none;
}

.carousel-section .carousel-nav-prev {
    left: -54px;
}

.carousel-section .carousel-nav-next {
    right: -54px;
}

.article-list-title-section {
    padding-bottom: 22px;
}

.article-list-section {
    padding-top: 0;
}

.blog-classic-wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.blog-classic-card-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 6px;
    background: #f3f6fb;
}

.blog-classic-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.article-related-image {
    aspect-ratio: 800 / 570;
    background: #f3f6fb;
}

.article-related-image img,
.article-single-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.article-single-image {
    height: auto;
    max-height: 620px;
}

.article-line-clamp-2 {
    display: -webkit-box !important;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-content {
    color: #46556c;
    font-size: 16px;
    line-height: 1.85;
}

.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
    color: #232323;
    font-family: var(--alt-font);
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
}

.article-content p,
.article-content ul,
.article-content ol,
.article-content blockquote {
    margin-bottom: 28px;
}

.article-content img {
    border-radius: 4px;
    height: auto;
    max-width: 100%;
    width: 100%;
}

/* Header simple dropdowns */
.navbar .navbar-nav .simple-dropdown > .dropdown-menu {
    background: #fff !important;
    background-color: #fff !important;
    border: 0;
    padding: 20px !important;
}

.navbar .navbar-nav .simple-dropdown > .dropdown-menu > li {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #e8edf3;
}

.navbar .navbar-nav .simple-dropdown > .dropdown-menu > .dropdown > a {
    padding-right: 30px;
}

.navbar .navbar-nav .simple-dropdown > .dropdown-menu > .dropdown > a > i {
    right: 0px;
}

.navbar .navbar-nav .simple-dropdown > .dropdown-menu > .dropdown::after {
    position: absolute;
    top: 0;
    right: -20px;
    width: 20px;
    height: 100%;
    content: "";
}

.navbar .navbar-nav .simple-dropdown > .dropdown-menu > li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown-menu {
    background: #fff !important;
    background-color: #fff !important;
    top: -20px;
    left: calc(100% + 20px);
    padding: 20px !important;
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown-menu > li {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #e8edf3;
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown-menu > li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.navbar .navbar-nav .simple-dropdown > .dropdown-menu a {
    color: #000000 !important;
    position: relative;
    padding-left: 0 !important;
    transform: translateX(0);
    transition:
        color 0.25s ease,
        transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.navbar .navbar-nav .simple-dropdown > .dropdown-menu a:hover,
.navbar .navbar-nav .simple-dropdown > .dropdown-menu a:focus,
.navbar .navbar-nav .simple-dropdown > .dropdown-menu a.active,
.navbar .navbar-nav .simple-dropdown > .dropdown-menu .dropdown:hover > a,
.navbar .navbar-nav .simple-dropdown > .dropdown-menu .dropdown.open > a,
.navbar .navbar-nav .simple-dropdown > .dropdown-menu .dropdown.show > a,
.navbar .navbar-nav .simple-dropdown > .dropdown-menu .dropdown:has(> .dropdown-menu.show) > a {
    color: #194898 !important;
    /* font-weight: 700; */
}

.navbar .navbar-nav .simple-dropdown > .dropdown-menu a:hover {
    padding-left: 0 !important;
    transform: translateX(8px);
}

@media (min-width: 992px) {
    .navbar .navbar-nav .simple-dropdown > .dropdown-menu {
        display: block !important;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translate3d(-14px, 0, 0);
        transform-origin: left top;
        transition:
            opacity 0.3s ease,
            visibility 0.3s ease,
            transform 0.38s cubic-bezier(0.16, 1, 0.3, 1);
        -webkit-animation: none !important;
        animation: none !important;
        will-change: opacity, transform;
    }

    .navbar .navbar-nav .simple-dropdown:hover > .dropdown-menu,
    .navbar .navbar-nav .simple-dropdown.open > .dropdown-menu,
    .navbar .navbar-nav .simple-dropdown > .dropdown-menu.show {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translate3d(0, 0, 0);
    }

    .navbar .navbar-nav .simple-dropdown > .dropdown-menu > .dropdown > .dropdown-menu {
        display: block !important;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translate3d(-12px, 0, 0);
        transition:
            opacity 0.28s ease,
            visibility 0.28s ease,
            transform 0.34s cubic-bezier(0.16, 1, 0.3, 1);
        -webkit-animation: none !important;
        animation: none !important;
    }

    .navbar .navbar-nav .simple-dropdown > .dropdown-menu > .dropdown:hover > .dropdown-menu,
    .navbar .navbar-nav .simple-dropdown > .dropdown-menu > .dropdown.open > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translate3d(0, 0, 0);
    }
}

@media (max-width: 1399px) {
    .carousel-section .carousel-nav-prev {
        left: -10px;
    }

    .carousel-section .carousel-nav-next {
        right: -10px;
    }
}

@media (max-width: 767px) {
    .carousel-section {
        padding-top: 38px;
        padding-bottom: 38px;
    }

    .carousel-section .carousel-header {
        margin-bottom: 24px;
    }

    .home-article-content {
        padding: 16px 16px 20px;
    }
}
