* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.main-header {
    padding: 0;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
.main-header.scroll {
    background-color: #133957;
}
.desktop-header,
.desktop-footer {
    display: none;
}
.mobile-header {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile-menu-btn {
    width: 50px;
}
.kwi-logo {
    width: 80px;
}
.mobile-language-list {
    padding: 20px 0;
    margin-bottom: 0;
    width: 50px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.mobile-language-list li {
    color: #030F20;
    font-weight: bold;
    list-style: none;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
}
.mobile-language-active::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    margin: 7px 5px;
    background: url('../img/utilities/arr-down-red.png') no-repeat center center/contain;
}
.mobile-language-option {
    visibility: hidden;
    position: absolute;
    bottom: -25px;
    right: 0;
    width: 50px;
    height: auto;
    background-color: #133957;
    padding: 5px;
    z-index: 1;
}
.mobile-language-option::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: -5px;
    right: 20px;
    transform: rotate(45deg);
    background-color: #133957;
    z-index: -1;
}
.mobile-language-option li {
    cursor: pointer;
}
.mobile-language-option li:hover {
    background-color: white;
    color: #133957;
}
.mobile-language-list:hover > .mobile-language-option,
.mobile-language-option:hover  {
    visibility: visible;
}
/* =========================
   sidenav mobile
   ========================= */
.sidenav,
.sidenav-dark {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
}
.sidenav-dark {
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.8);
    transition: unset;
}
.sidenav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    padding: 0 20px;
    margin-bottom: 20px;
}
.sidenav-header .close-btn {
    width: 20px;
    cursor: pointer;
}
.back-wrapper {
    padding: 0 20px;
}
.back-wrapper .backpage-link,
.desktop-backwrapper .backpage-link {
    text-decoration: none;
    color: #0B243D;
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap;
}
.back-wrapper .backpage-link::before,
.desktop-backwrapper .backpage-link::before {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url('../img/utilities/arr-left-red.png') no-repeat center center / contain;
    margin: 0 5px -2px 0;
}
.sidenav-list {
    line-height: 3rem;
    white-space: nowrap;
    padding: 0;
    width: 100%;
}
.sidenav-list li {
    list-style: none;
    font-size: 16px;
    text-transform: uppercase;
    color: #0B243D;
    border-bottom: 1px solid #A0ACB6;
    padding: 10px 20px;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    user-select: none;
}
.sidenav-link {
    text-decoration: none;
    color: #0B243D;
}
.sidenav-link:hover {
    color: #0B243D;
    opacity: 0.85;
}
.sidenav-contact {
    line-height: 2rem;
}
.sidenav-contact li {
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    border-bottom: 0;
}
.sidenav-footer {
    display: flex;
    padding: 0;
    margin: 20px 0;
}
.sidenav-footer li {
    padding: 20px;
    list-style: none;
}
.sidenav-footer .youtube-icon{
    width: 25px;
}
.sidenav-footer .facebook-icon {
    width: 22px;
}
.sidenav-footer .instagram-icon {
    width: 23px;
}
/* ==================
    IR Contact
    ================== */
.ir-contact {
    width: 100%;
    height: 350px;
    background-color: #D8DEE3;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.ir-contact-header {
    text-align: center;
    padding: 20px 0;
}
.ir-contact-title {
    color: #030F20;
}
.ir-contact-wrapper {
    padding: 10px 15px;
}
.ir-contact-grid {
    display: grid;
    grid-template-columns: 0.3fr 1fr;
    margin-bottom: 20px;
    align-items: center;
    grid-gap: 20px;
}
.ir-contact-icon {
    width: 55px;
    display: block;
    margin: 0 auto;
}
.ir-contact-subtitle,
.ir-contact-detail {
    font-size: 12px;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    color: #030F20;
    margin: 0;
}
.ir-contact-subtitle {
    text-transform: uppercase;
}
.ir-contact-detail.phone,
.ir-contact-detail.email {
    font-size: 20px;
    font-weight: bold;
}
/* ====================
   Cookie consent
   ==================== */
   .cookie-wrap {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px;
    background-color: white;
    z-index: 10000;
    box-shadow: 0 -1px 8px 1px rgba(0, 0, 0, 0.2);
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.cookie-wrap.active {
    transform: translateY(0);
}

.cookie-wrap p,
.cookie-wrap a,
.cookie-wrap a:hover {
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    color: #123956;
}

.cookie-wrap button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: white;
    border: 2px solid #123956;
    padding: 0.5rem 2rem;
    font-family: Karla, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #123956;
    text-transform: uppercase;
}

.cookie-wrap button:hover {
    background-color: #123956;
    color: white;
}

@media screen and (max-width: 320px) {
    .subscribe-btn {
        padding: 8px 10px;
    }
}
@media screen and (min-width: 768px) {
    .mobile-language-option {
        width: 90px;
        right: -25px;
    }
    .mobile-language-option::before {
        right: 40px;
    }
}

@media screen and (min-width: 992px) {
    .cookie-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }

    .cookie-wrap p {
        margin-bottom: 0;
    }

    .cookie-wrap button {
        margin-left: 40px;
    }
}

/* ====================
    Sub header
   ==================== */
.sub-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
    padding: 15px 0;
}
.aboutkwi-acc {
    width: 100%;
}
.aboutkwi-item {
    border: none;
    background-color: #F2F6FA !important;
}
.aboutkwi-btn {
    padding: 10px 0;
    background-color: #F2F6FA;
}
.aboutkwi-item:first-of-type .aboutkwi-btn,
.aboutkwi-item:last-of-type .accordion-collapse {
    border-radius: 0;
}
.aboutkwi-btn:focus {
    box-shadow: none;
    border-color: #eee;
}
.aboutkwi-btn:not(.collapsed) {
    box-shadow: 0 1px #eee;
}
.aboutkwi-btn::after {
    content: '\002B';
    font-size: 20px;
    color: #133957;
    background: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aboutkwi-btn:not(.collapsed)::after {
    background: unset;
    transform: unset;
    content: '\2212';
    font-size: 30px;
    color: #133957;
}
.aboutkwi-item:first-of-type {
    border-radius: 0;
}
.aboutkwi-item, .accordion-button-footer {
    background-color: #F2F6FA;
}
.aboutkwi-btn:not(.collapsed) {
    color: #133957;
    background-color: #F2F6FA;
}
.aboutkwi-body {
    background-color: #F2F6FA;
    padding: 15px 0 0;
}
.sub-header-list-m {
    padding: 0 10px;
    margin: 0;
    line-height: 2rem;
}
.sub-header-list-m li {
    list-style: none;
}
.sub-header-wrapper.desktop {
    display: none;
}
.sub-header-heading1 {
    font-size: 18px;
    color: #133957;
    margin: 0;
}
.sub-header-list {
    display: flex;
    gap: 15px;
    margin: 0;
}
.sub-header-list li {
    list-style: none;
    line-height: 2.2rem;
}
.sub-header-link {
    font-size: 12px;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    color: #0E3655;
    text-decoration: none;
}
.sub-header-link:hover {
    color: #B32225;
}
.sub-header-link.active {
    color: #B32225;
}
.acc-link {
    color: #030F20;
    text-decoration: none;
}
.acc-link:hover {
    color: #030F20;
}
/* accordion mobile nav */
#mobile_nav .accordion-item {
    border: none;
    border-bottom: 1px solid #9BBAD6;
}
#mobile_nav .accordion-button {
    border-radius: 0 !important;
    text-transform: uppercase;
}
#mobile_nav .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #030F20;
    background-color: white;
}
#mobile_nav .accordion-body {
    background-color: white;
    padding-top: 0;
}
#mobile_nav .acc-navlist {
    padding-left: 1rem;
}
#mobile_nav .acc-navlist li {
    padding: 0;
    border-bottom: none;
    line-height: 1.8rem;
}
#mobile_nav .acc-navlist li a {
    font-size: 14px;
    color: #030F20;
    text-decoration: none;
}
#mobile_nav .accordion-button:focus {
    box-shadow: none;
    border: none;
}
#mobile_nav .accordion-button::after {
    background-image: url('../img/utilities/arr-down-red.png');
    background-position-y: 3px;
    background-size: 18px;
}
#mobile_nav .accordion-button:not(.collapsed)::after {
    background-position-y: 3px;
}
#mobile_nav .accordion-item:last-of-type .accordion-collapse {
    border-radius: 0;
}
/* ====================
   footer
   ==================== */
.footer-fluid {
    padding: 20px 0;
    background-color: #133957;
}
.accordion-item-footer {
    border: 0;
}
.accordion-item,
.accordion-button-footer {
    color: white;
    background-color: #133957;
}
.accordion-button-footer {
    padding: 1.25rem 0;
    border-bottom: 1px solid rgba(155, 186, 214, 0.2);
    text-transform: uppercase;
}
.accordion-button-footer:focus {
    border-bottom: 1px solid rgba(155, 186, 214, 0.2);
}
.accordion-button-footer:not(.collapsed) {
    color: white;
    background-color: transparent;
    box-shadow: unset;
    border-bottom: 1px solid rgba(155, 186, 214, 0.2);
}
.accordion-button-footer:focus {
    border-color: rgba(155, 186, 214, 0.2);
    box-shadow: none;
}
.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.accordion-button-footer::after {
    width: 10px;
    height: 10px;
    background-size: 100%;
    margin-top: 5px;
    background-image: url('../img/utilities/arrow-down-language.png');
}
.accordion-button-footer:not(.collapsed)::after {
    margin-top: -2px;
    background-image: url('../img/utilities/arrow-down-language.png');
}
.accordion-content-footer {
    padding: 0;
    margin: 0;
}
.accordion-content-footer li {
    list-style: none;
    line-height: 1.8rem;
}
.footer-link {
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    color: #94BBD9;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-size: 12px;
}
.footer-link:hover {
    color: #94BBD9;
    text-decoration: underline;
}
.footer-contactlist {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.footer-contactlist li {
    list-style: none;
    padding: 30px;
    padding-left: 0;
}
.footer-contactlist .youtube-icon {
    width: 25px;
}
.footer-contactlist .facebook-icon {
    width: 22px;
}
.footer-contactlist .instagram-icon {
    width: 22px;
}
.footer-utilities {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    list-style: none;
}
.footer-utilities li a {
    color: #94BBD9;
    padding: 10px 15px;
    padding-left: 0;
    font-size: 12px;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    text-transform: uppercase;
    text-decoration: none;
}
.footer-utilities li:last-child a {
    padding-right: 0;
}
.footer-copyright {
    font-size: 12px;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    color: #9DACB7;
    text-transform: uppercase;
}
.footer-text-location {
    font-size: 13px;
    color: white;
    text-transform:uppercase;
    letter-spacing: 1px;
}

.footer-text-addpress {
    font-size: 13px;
    color: white;
}

.footer-text-visit {
    font-size: 10px;
    color: #94BBD9;
    letter-spacing: 1px;
}
.footer-text-invester {
    margin-top: 50px;
    font-size: 13px;
    color: white;
    text-transform:uppercase;
    letter-spacing: 1px;
}
.footer-phone-section {
    padding-top: 20px;
}
.investor-title {
    font-size: 10px;
    color: white;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.01rem;
}
.investor-title::before {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url('../img/utilities/footer-phone.png') no-repeat center center/contain;
    margin: 0 20px -2px 0;
}
.investor-phone {
    font-size: 25px;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    color: white;
}
.footer-location {
    padding-top: 20px;
}
.footer-location .company-title {
    font-size: 13px;
    font-family: Karla, Arial, Helvetica, sans-serif;
    color: white;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0.02rem;
}
.footer-location .company-location {
    font-size: 13px;
    color: #808F9A;
    margin: 0;
}
.company-name-ft {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    margin-bottom: 5px;
    color: white;
}
.company-phone-ft {
    font-size: 14px;
    color: white;
    margin-bottom: 0;
}
.company-phone-ft::before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url('../img/utilities/footer-phone.png') no-repeat center center /15px;
    margin: 0 5px -2px 0;
}
.company-location-ft{
    font-size: 13px;
    color: white;
}
.ft-map-link {
    font-size: 10px;
    color: #94BBD9;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-weight: bold;
    text-decoration: none;
}
.ft-map-link:hover {
    color: #94BBD9;
    opacity: 0.85;
}
.ft-map-link::after {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url('../img/utilities/arr-right-blue-white.png') no-repeat center center / 10px;
    margin: 0 0 -5px 5px;
}
.footer-text-addpress,
.ft-para {
    font-size: 13px;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    color: white;
}
.footer-text-visit {
    font-size: 10px;
    color: #94BBD9;
    letter-spacing: 1px;
}
.footer-text-invester {
    margin-top: 50px;
    font-size: 13px;
    color: white;
    text-transform:uppercase;
    letter-spacing: 1px;
}
.footer-headlink {
    color: white;
    text-decoration: none;
}
.footer-headlink:hover {
    color: white;
}
.visit-map {
    font-size: 12px;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    font-weight: bold;
    color: #94BBD9;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    text-decoration: none;
    cursor: pointer;
    text-decoration: none;
}
.visit-map::after {
    content: '';
    width: 10px;
    height: 10px;
    margin: 2px 8px -1px;
    display: inline-block;
    background: url('../img/utilities/db-arr-right.png') no-repeat center center / 100%;
}
.visit-map:hover {
    color: #94BBD9;
    opacity: 0.85;
}
.phone-icon {
    font-size: 13px;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    color: white;
    margin-top: 20px;
}
.phone-icon::before {
    content: '';
    width: 18px;
    height: 19px;
    background: url('../img/utilities/phone.png') no-repeat center center / 100%;
    display: inline-block;
    margin-right: 10px;
}
.subscribe-form {
    margin: 10px 0;
    padding: 10px 0;
}
.email-input {
    width: 220px;
    border: none;
    border-bottom: 1px solid rgba(155, 186, 214, 0.2);
    background-color: transparent;
    /* margin-right: 15px; */
    color: white;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    padding: 5px 0;
}
.email-input::placeholder {
    color: white;
}
.email-input:focus {
    outline: none;
}
.subscribe-btn {
    padding: 8px 20px;
    background-color: transparent;
    border: 1px solid white;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    color: white;
    letter-spacing: 0.1rem;
    transition: all 0.1s ease;
}
.subscribe-btn:hover {
    background-color: white;
    color: #133957;
}
/* ==========================
    Subheader
   ========================= */
.subheader-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
.subheader-wrapper .subheader-activeList {
    padding: 0;
    margin: 0;
}
.subheader-wrapper .subheader-activeList  li{
    list-style: none;
    font-size: 18px;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    color: #133957;
}
.subheader-wrapper .subheader-linkList {
    display: flex;
    align-items: center;
    padding: 0;
    gap: 10px;
    margin: 0;
}
.subheader-wrapper .subheader-linkList li {
    list-style: none;
}
.subheader-wrapper .subheader-linkList .link-item {
    font-size: 14px;
    font-family: Karla, Arial, Helvetica, sans-serif;
    color: #808F9A;
    text-decoration: none;
}
.subheader-wrapper .subheader-linkList .link-item:hover {
    color: #A5312D;
}
.subheader-wrapper .subheader-linkList .link-item.active {
    color: #A5312D;
}
.fluid-subheader {
    margin-top: 80px;
    background-color: #F2F6FA;
    position: sticky;
    top: 80px;
    display: none;
}
.desktop-subheader-list .item-link {
    text-decoration: none;
    color: #333;
}
.desktop-subheader-list .item-link:hover {
    color: #333;
    opacity: 0.85;
}
@media screen and (max-width: 320px) {
    .subscribe-btn {
        padding: 8px 10px;
    }
}
@media screen and (min-width: 576px) {
    .sub-header-wrapper {
        padding: 15px;
    }
}
@media screen and (min-width: 768px) {
    .mobile-language-option {
        width: 90px;
        right: -25px;
    }
    .mobile-language-option::before {
        right: 40px;
    }
    .ir-contact {
        height: auto;
    }
    .ir-contact-wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    .ir-contact-grid {
        grid-template-columns: 50px 1fr;
        margin-right: 20px;
    }
    .ir-contact-header {
        text-align: start;
    }
    .ir-contact-icon {
        margin: 0;
    }
    .fluid-subheader {
        display: block;
    }
}
@media screen and (min-width: 992px) {
    .ir-contact {
        padding: 0;
    }
    .ir-contact-grid {
        /* grid-template-columns: 0.2fr 1fr; */
    }
    .absolute-container {
        position: absolute;
        top: -150px;
        right: 0;
    }
}
@media screen and (min-width: 1024px) {
    .kwi-logo {
        width: 80px;
    }
    .main-header {
        position: absolute;
        background-color: transparent;
        box-shadow: 0 0 2px 1px #eee;
    }
    .mobile-header {
        display: none;
    }
    .desktop-header {
        width: 100%;
        height: 100px;
        display: block;
        background-color: white;
    }
    .desktop-mainheader.scroll {
        position: fixed;
        top: 0;
        background-color: white;
        width: 100%;
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    }
    .desktop-subheader {
        height: 30px;
        border-bottom: 1px solid rgba(155, 186, 214, 0.2);
        display: flex;
        align-items: center;
    }
    .desktop-subheader-list {
        display: flex;
        justify-content: flex-end;
        margin: 0;
        position: relative;
    }
    .desktop-subheader-list li {
        font-size: 12px;
        list-style: none;
        color: #333;
        padding: 15px;
        font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
        text-transform: uppercase !important;
    }
    .desktop-subheader-list li:first-child:hover .mainheader-sublist {
        visibility: visible;
    }
    .desktop-subheader-list li {
        font-size: 12px;
        list-style: none;
        /* color: white; */
        padding: 15px 0;
        margin-left: 20px;
        font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
        text-transform: uppercase !important;
        position: relative;
        margin-right: 12px;
    }
    .desktop-subheader-list > li::after {
        content: '';
        display: block;
        width: 0px;
        height: 2px;
        background-color: #B32225;
        transition: width 0.3s ease;
        position: absolute;
        z-index: 1000;
        bottom: 7px;
    }
    .desktop-subheader-list > li:hover::after {
        width: 100%;
    }
    .desktop-subheader-list .mainheader-sublist {
        left: unset;
        right: -55px;
        top: 42px;
        z-index: 1000;
    }
    .desktop-subheader-list .mainheader-sublist li {
        padding: 0;
    }

    .desktop-subheader-list .mainheader-sublist:hover {
        visibility: visible;
    }
    .desktop-subheader-languages {
        visibility: hidden;
        position: absolute;
        width: 90px;
        height: auto;
        background-color: #133957;
        padding: 5px 10px;
        right: -20px;
        top: 50px;
    }
    .desktop-subheader-languages::before {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        transform: rotate(45deg);
        background-color: #133957;
        top: -5px;
        left: 40px;
        z-index: -1;
    }
    .desktop-subheader-languages li {
        list-style: none;
        text-align: center;
        color: white;
        padding: 5px 10px;
        cursor: pointer;
    }
    .desktop-subheader-languages li:hover {
        background-color: white;
        color: #133957;
    }
    .dropdown-icon {
        position: relative;
    }
    .dropdown-icon::after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        margin: 5px;
        background: url('../img/utilities/arr-down-red.png') no-repeat center center/contain;
    }
    .desktop-language-active {
        position: relative;
        cursor: pointer;
    }
    .desktop-language-active:hover + .desktop-subheader-languages,
    .desktop-subheader-languages:hover {
        visibility: visible;
    }
    /* .desktop-language-active::after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        margin: 5px;
        background: url('../img/utilities/arr-down-red.png') no-repeat center center/contain;
    } */
    .desktop-mainheader {
        height: 70px;
        display: flex;
        align-items: center;
    }
    .desktop-mainheader.scrollactive {
        position: fixed;
        top: 0;
        background-color: white;
        width: 100%;
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    }
    .mainheader-list {
        display: flex;
        margin: 0;
        position: relative;
        margin-top: 5px;
    }
    .mainheader-list > li {
        list-style: none;
        color: #0B243D;
        margin: 0 5px;
        font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
        padding: 12px 0;
        cursor: pointer;
        user-select: none;
        position: relative;
        font-size: 12px;
    }
    .mainheader-list .nav-link {
        color: #0B243D;
        font-size: 14px;
        padding: 0 5px;
    }
    .mainheader-list .nav-link:hover {
        color: #0B243D;
        opacity: 0.85;
    }
    .mainheader-list > li::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background-color: #B32225;
        transition: width 0.3s ease;
        position: absolute;
        bottom: 2px;
    }
    .mainheader-list > li:hover::after {
        width: 100%;
    }
    .mainheader-list > li.active::after {
        width: 100%;
    }
    .mainheader-list > li.has-icon:hover .mainheader-sublist {
        visibility: visible;
    }
    .mainheader-list .item-link {
        color: #030F20;
        text-decoration: none;
    }
    .mainheader-list .item-link.active {
        color: #030F20;
        font-weight: bold;
    }
    .mainheader-list .item-link.active:hover {
        color: #030F20;
    }
    .mainheader-list .item-link:hover {
        color: #030F20;
        opacity: 0.85;
    }
    .mainheader-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
        width: 100%;
    }
    .mainheader-sublist {
        visibility: hidden;
        position: absolute;
        left: 50%;
        top: 40px;
        transform: translateX(-50%);
        /* padding: 20px 10px; */
        padding: 20px 0px 10px 10px;
        min-width: 260px;
        background-color: white;
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
        z-index: 100;
    }
    .mainheader-sublist.scroll {
        color: #030F20;
        background-color: white;
    }
    .mainheader-sublist:hover {
        visibility: visible;
    }
    .mainheader-sublist > li {
        list-style: none;
        color: white;
        font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
        cursor: pointer;
        line-height: 1.2rem;
        user-select: none;
        font-size: 12px;
        text-transform: uppercase;
    }
    .mainheader-sublist > li a.item-link {
        display: inline-block;
        margin-bottom: 8px;
    }
    .mainheader-sublist > li:hover {
        color: white;
        font-weight: bold;
    }
    .sub-header-wrapper.mobile {
        display: none;
    }
    .sub-header-wrapper.desktop {
        display: flex;
        margin-top: 100px;
    }
    .mainheader-sublist .item-link {
        font-size: 12px;
    }

    /* footer */
    .footer-fluid {
        padding: 50px 0 10px;
    }
    .mobile-footer {
        display: none;
    }
    .desktop-footer {
        display: block;
    }
    .footer-linklist {
        padding: 0;
        margin: 0;
    }
    .footer-linklist li {
        list-style: none;
        color: #94BBD9;
        font-family: Karla, Arial, Helvetica, sans-serif;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 2px;
        /* -webkit-font-smoothing: antialiased; */
    }
    .footer-heading,
    .footer-linklist .footer-heading {
        font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
        font-size: 16px;
        color: white;
        text-transform: uppercase;
        /* -webkit-font-smoothing: antialiased; */
        letter-spacing:2px;
    }
    .footer-heading.more-margin {
        margin: 20px 0;
    }
    .kwi-business-footer {
        font-size: 12px;
        font-weight: bold;
        color: white;
        margin-bottom: 11px;
    }
    .footer-subheading {
        font-size: 12px;
        font-family: Karla, Arial, Helvetica, sans-serif;
        color: white;
        text-transform: uppercase;
    }
    .footer-para {
        font-size: 10px;
        color: white;
        margin: 10px 0 30px;
    }
    .footer-phone,
    .footer-email {
        font-size: 17px;
        color: white;
        font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
        margin-bottom: 0;
        position: relative;
        padding-left: 25px;
    }
    .footer-email {
        font-size: 16px;
    }
    .footer-phone::before,
    .footer-email::before {
        content: '';
        width: 15px;
        height: 15px;
        position: absolute;
        left: 0;
        top: 5px;
        background-image: url('../img/logo/phone-icon.png');
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .footer-email::before {
        background-image: url('../img/logo/email-icon.png');
    }
    .footer-utilities li a {
        padding: 0 0 0 20px;
    }
    .footer-contactlist li {
        padding: 0 0 0 20px;
    }
    .footer-contactlist li:first-child {
        padding-left: 0;
    }
    .footer-contactlist .youtube-icon {
        /* width: 18px; */
    }
    .footer-contactlist .facebook-icon,
    .footer-contactlist .instagram-icon {
        width: 19px;
    }
    .footer-phone-section {
        padding-top: 40px;
    }
    .investor-title::before {
        margin-right: 22px;
    }
    .fluid-subheader {
        margin-top: 100px;
        position: static;
    }
    .subheader-wrapper .subheader-linkList {
        gap: 20px;
    }
    .more-margin-top {
        margin-top: 80px !important;
    }
    .has-icon img{
        width: 10px;
    }
}

@media screen and (min-width: 1200px) {
    .mainheader-list > li::after {
        bottom: 0px;
    }
    .mainheader-list li {
        font-size: 14px;
        margin: 0 10px;
    }
    .sub-header-link {
        font-size: 14px;
    }
    .mainheader-list > li {
        padding: 20px 0;
    }
    .mainheader-list .nav-link {
        font-size: 16px;
    }
    .absolute-container {
        top: -100px;
        width: 75%;
    }
    .sub-header-list {
        gap: 20px;
    }
    .ir-contact-title {
        font-size: 28px;
    }
    .ir-contact {
        background-position-x: left;
    }
    .ir-contact-wrapper {
        display: grid;
        grid-template-columns: 1fr 0.8fr 1fr;
        grid-gap: 20px;
        padding: 30px 20px;
        width: 80%;
    }
    .ir-contact-grid {
        grid-template-columns: 50px 1fr;
        align-items: center;
        grid-gap: 20px;
        margin-bottom: 0;
        margin-right: 0;
    }
    .subheader-wrapper .subheader-linkList {
        gap: 30px;
    }
    .footer-heading,
    .footer-linklist .footer-heading {
        font-size: 18px;
    }
    .mainheader-sublist {
        top: 60px;
    }
}
@media screen and (min-width: 1400px) {
    .mainheader-list .nav-link {
        font-size: 18px;
    }
    .mainheader-list > li,
    .mainheader-list li {
        font-size: 18px;
    }
    .mainheader-sublist {
        top: 67px;
    }
}
