/*
Theme Name:  Elementor Child
Template: hello-elementor
Theme URI: https://elementor.com/hello-theme/
Author: 云策-安伟
Author URI: https://www.yun-wp.com
Description: Child theme for Hello Elementor template.
Version: 1.0.0
Text Domain: hello-elementor
*/

img {
    border-style: none;
}

a {
    background-color: transparent;
    color: var(--link-color);
    -webkit-text-decoration: var(--link-text-decoration);
    text-decoration: var(--link-text-decoration);
}

a,
a:active,
a:focus,
a:hover {}

a:focus {
    outline: none;
}

a:active,
a:hover {
    outline: 0;
}

/*
导航菜单
*/
.aa-navigation-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



.aa-navigation li,
.aa-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.aa-navigation ul li a {
    display: block;
    text-decoration: none;
}

.aa-navigation--primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width:768px) {
    .aa-navigation--primary {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.aa-navigation--primary .hs-menu-wrapper>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    height: inherit;
    justify-content: flex-end;
    list-style: none;
}

.aa-navigation--primary .hs-menu-wrapper>ul>li {
    background-color: #fff;
    border-bottom: 1px solid #f5f4f0;
    height: 50px;
}

.aa-navigation--primary .hs-menu-wrapper>ul>li:focus,
.aa-navigation--primary .hs-menu-wrapper>ul>li:hover {
    background-color: #9e192f;
    border-color: #9e192f;
    color: #fff;
}

.aa-navigation--primary .hs-menu-wrapper>ul>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
    font-size: .9375em;
    font-weight: 400;
    height: inherit;
    line-height: 125%;
    max-width: 130px;
    padding: 13px 8px;
    text-align: center;
}

.aa-navigation--primary .hs-menu-wrapper>ul>li>a:hover,
.aa-navigation--primary .hs-menu-wrapper>ul>li.current-menu-item>a,
.aa-navigation--primary .hs-menu-wrapper>ul>li.current-menu-parent>a {
    -webkit-background-clip: unset;
    background-color: #9e192f;
    background-image: none;
    background-size: auto auto;
    background-size: initial;
    color: #fff;
    -webkit-text-fill-color: unset;
    -moz-background-clip: unset;
    -moz-text-fill-color: unset;
}

@media (min-width:1366px) {
    .aa-navigation--primary .hs-menu-wrapper>ul>li>a {
        max-width: 150px;
        padding: 13px 16px;
    }
}

@media (min-width:1536px) {
    .aa-navigation--primary .hs-menu-wrapper>ul>li>a {
        max-width: 180px;
        padding: 13px 20px;
    }
}

@media (min-width:1680px) {
    .aa-navigation--primary .hs-menu-wrapper>ul>li>a {
        max-width: 200px;
        padding: 13px 24px;
    }
}

@media (min-width:992px) {
    .aa-navigation--primary .hs-menu-depth-1.hs-item-has-children>.hs-menu-children-wrapper {
        background: #fff;
        border-bottom: 1px solid #f5f4f0;
        display: none;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        left: 0;
        position: absolute;
        top: calc(100% + 1px);
        width: 100%;
    }

    .aa-navigation--primary .hs-menu-depth-1.hs-item-has-children>.hs-menu-children-wrapper:before {
        content: "";
        display: block;
        height: 20px;
        left: 0;
        position: absolute;
        right: 0;
        top: -20px;
        z-index: -1;
    }
}

@media (min-width:1200px) {
    .hidden-xl-up {
        display: none;
    }

    .aa-navigation--primary .hs-menu-depth-1.hs-item-has-children>.hs-menu-children-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.aa-navigation--primary .hs-menu-depth-1.hs-item-has-children>.hs-menu-children-wrapper>li.hs-menu-depth-2 {
    padding-left: 0;
    position: relative;
}

.aa-navigation--primary .hs-menu-depth-1.hs-item-has-children>.hs-menu-children-wrapper>li.hs-menu-depth-2:hover>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 12px;
}

.aa-navigation--primary .hs-menu-depth-1.hs-item-has-children>.hs-menu-children-wrapper>li.hs-menu-depth-2>a {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-background-clip: unset;
    background-image: none;
    background-size: auto auto;
    background-size: initial;
    color: #333;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: .8125em;
    font-weight: 400;
    -webkit-text-fill-color: unset;
    -moz-background-clip: unset;
    -moz-text-fill-color: unset;
}

@media (min-width:992px) {
    .aa-navigation--primary .hs-menu-depth-1.hs-item-has-children>.hs-menu-children-wrapper>li.hs-menu-depth-2>a {
        padding: 15px 36px 12px;
    }
}

.aa-navigation--primary .hs-menu-depth-1.hs-item-has-children>.hs-menu-children-wrapper>li.hs-menu-depth-2>a:hover:after,
.aa-navigation--primary .hs-menu-depth-1.hs-item-has-children>.hs-menu-children-wrapper>li.hs-menu-depth-2.current-menu-item>a:after {
    background: #9e192f;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.aa-navigation--primary .hs-menu-depth-1.hs-item-has-children>.hs-menu-children-wrapper>li.hs-menu-depth-2>ul {
    background: rgba(0, 0, 0, .75);
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.aa-navigation--primary .hs-menu-depth-1.hs-item-has-children>.hs-menu-children-wrapper>li.hs-menu-depth-2>ul>.title_text {
    -webkit-background-clip: unset;
    background-image: none;
    background-size: auto auto;
    background-size: initial;
    color: #fff;
    font-size: .8125em;
    font-weight: 400;
    margin-top: -5px;
    -webkit-text-fill-color: unset;
    -moz-background-clip: unset;
    -moz-text-fill-color: unset;
}

.aa-navigation--primary .hs-menu-depth-1.hs-item-has-children>.hs-menu-children-wrapper>li.hs-menu-depth-2>ul .hs-menu-depth-3 {
    background-color: #53565a;
    border-radius: 222px;
    margin-bottom: 5px;
    text-align: center;
    width: 60px;
}

.aa-navigation--primary .hs-menu-depth-1.hs-item-has-children>.hs-menu-children-wrapper>li.hs-menu-depth-2>ul .hs-menu-depth-3:last-of-type {
    background-color: #9e192f;
}

.aa-navigation--primary .hs-menu-depth-1.hs-item-has-children>.hs-menu-children-wrapper>li.hs-menu-depth-2>ul .hs-menu-depth-3:last-of-type:focus,
.aa-navigation--primary .hs-menu-depth-1.hs-item-has-children>.hs-menu-children-wrapper>li.hs-menu-depth-2>ul .hs-menu-depth-3:last-of-type:hover {
    background-color: #e2ab26;
    color: #333;
}

.aa-navigation--primary .hs-menu-depth-1.hs-item-has-children>.hs-menu-children-wrapper>li.hs-menu-depth-2>ul .hs-menu-depth-3:last-of-type:focus a,
.aa-navigation--primary .hs-menu-depth-1.hs-item-has-children>.hs-menu-children-wrapper>li.hs-menu-depth-2>ul .hs-menu-depth-3:last-of-type:hover a {
    color: inherit;
}

.aa-navigation--primary .hs-menu-depth-1.hs-item-has-children>.hs-menu-children-wrapper>li.hs-menu-depth-2>ul .hs-menu-depth-3:focus,
.aa-navigation--primary .hs-menu-depth-1.hs-item-has-children>.hs-menu-children-wrapper>li.hs-menu-depth-2>ul .hs-menu-depth-3:hover {
    background-color: #e2ab26;
    color: #333;
}

.aa-navigation--primary .hs-menu-depth-1.hs-item-has-children>.hs-menu-children-wrapper>li.hs-menu-depth-2>ul .hs-menu-depth-3:focus a,
.aa-navigation--primary .hs-menu-depth-1.hs-item-has-children>.hs-menu-children-wrapper>li.hs-menu-depth-2>ul .hs-menu-depth-3:hover a {
    color: inherit;
}

.aa-navigation--primary .hs-menu-depth-1.hs-item-has-children>.hs-menu-children-wrapper>li.hs-menu-depth-2>ul a {
    -webkit-background-clip: unset;
    background-image: none;
    background-size: auto auto;
    background-size: initial;
    color: #fff;
    font-size: .8125em;
    font-weight: 400;
    line-height: 19px;
    -webkit-text-fill-color: unset;
    -moz-background-clip: unset;
    -moz-text-fill-color: unset;
}

.head_ad_box {
    position: relative;
    z-index: 27;
}

.head_ad_box p {
    margin-bottom: 0;
}

.js-nav-open .head_ad_box {
    display: none;
}

@media (min-width:992px) {

    .aa-navigation--primary .hs-menu-depth-1:focus>.hs-menu-children-wrapper,
    .aa-navigation--primary .hs-menu-depth-1:hover>.hs-menu-children-wrapper,
    .aa-navigation--primary .hs-menu-depth-1.current-menu-item>.hs-menu-children-wrapper,
    .aa-navigation--primary .hs-menu-depth-1.current-menu-parent>.hs-menu-children-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
        z-index: -1;
    }

    .scroll .aa-navigation--primary .hs-menu-depth-1:focus>.hs-menu-children-wrapper,
    .scroll .aa-navigation--primary .hs-menu-depth-1:hover>.hs-menu-children-wrapper {
        top: calc(100% + 1px) !important;
        -webkit-transition: none !important;
        transition: none !important;
    }
}

.aa-navigation--primary .hs-menu-depth-1:focus>.hs-menu-children-wrapper,
.aa-navigation--primary .hs-menu-depth-1:hover>.hs-menu-children-wrapper {
    z-index: 1;
}

.aa-site-header {
    background-color: #fff;
    border-bottom: 1px solid #f5f4f0;
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    position: sticky;
    width: 100%;
    z-index: 20;
    top: 0;
}

.aa-site-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background-color: #fff;
    border-bottom: 1px solid #f5f4f0;
    height: inherit;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
}

.aa-branding {
    max-width: 100px;
    width: 100%;
}

.aa-site-header.scroll .aa-navigation--primary .hs-menu-depth-1.current-menu-item>.hs-menu-children-wrapper,
.aa-site-header.scroll .aa-navigation--primary .hs-menu-depth-1.current-menu-parent>.hs-menu-children-wrapper {
    top: -40px;
    z-index: -1;
}

@media (min-width:1200px) {
    .aa-branding {
        max-width: 120px;
    }
}

.aa-branding img {
    margin: 0 auto;
    display: block;
}

@media (min-width:1200px) {
    .aa-branding img {
        margin: 0;
    }
}

.aa-branding>.hs_cos_wrapper_type_logo {
    display: none;
}

@media (min-width:1200px) {
    .aa-branding>.hs_cos_wrapper_type_logo {
        display: inline;
    }
}

.aa-site-header__hamburger {
    margin-right: 80px;
}

.aa-site-header__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100px;
    width: 100%;
}

@media (min-width:1200px) {
    .aa-site-header__items {
        max-width: 320px;
    }
}

.aa-site-header__items .aa-site-header__item {
    flex-shrink:0;
    margin-left: 12px;
}

.aa-site-header__items .aa-site-header__item .link_icon {
    display: block;
    width: 16px;
    height: auto;
}

@media (min-width:1366px) {
    .aa-site-header__items .aa-site-header__item {
        margin-left: 20px;
    }
}

@media (min-width:1536px) {
    .aa-site-header__items .aa-site-header__item {
        margin-left: 24px;
    }
}

@media (min-width:1680px) {
    .aa-site-header__items .aa-site-header__item {
        margin-left: 28px;
    }
}

.aa-site-header__items .aa-site-header__item>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    line-height: 20px;
}

@media (min-width:992px) {
    .aa-site-header__items .aa-site-header__item>a {
        line-height: 15px;
    }
}

.aa-site-header__items .aa-site-header__item:first-of-type {
    margin-left: 0;
}

.aa-site-header__item-search .aa-search-open {
    width: 20px;
}

@media (min-width:992px) {
    .aa-site-header__item-search .aa-search-open {
        width: 15px;
    }
}

.aa-site-header__item-search .aa-search-open svg {
    height: 20px;
    width: 20px;
}

@media (min-width:992px) {
    .aa-site-header__item-search .aa-search-open svg {
        height: 15px;
        width: 15px;
    }
}

.aa-site-header__item-cart svg {
    height: 22px;
    width: 24px;
}

@media (min-width:992px) {
    .aa-site-header__item-cart svg {
        height: 16px;
        width: 18px;
    }
}

.aa-site-header__item-lang {
    display: none;
    position: relative;
}

@media (min-width:1200px) {
    .aa-site-header__item-lang {
        display: block;
    }
}

.aa-site-header__item-lang a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: revert;
    flex-direction: revert;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-background-clip: unset;
    background-image: none;
    background-size: auto auto;
    background-size: initial;
    color: #333;
    white-space: nowrap;
    -webkit-text-fill-color: unset;
    -moz-background-clip: unset;
    -moz-text-fill-color: unset;
}

.aa-site-header__item-lang a>.lang_icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 16px;
    margin-right: 4px;
    margin-top: -1px;
    width: 16px;
}

.aa-site-header__item-lang .aa-lang-open+.hs_cos_wrapper_type_language_switcher {
    display: none;
}

.aa-site-header__item-lang .aa-lang-open+.hs_cos_wrapper_type_language_switcher:focus,
.aa-site-header__item-lang .aa-lang-open+.hs_cos_wrapper_type_language_switcher:hover,
.aa-site-header__item-lang .aa-lang-open:focus+.hs_cos_wrapper_type_language_switcher,
.aa-site-header__item-lang .aa-lang-open:hover+.hs_cos_wrapper_type_language_switcher {
    display: block;
}

.aa-site-header__item-lang .hs_cos_wrapper_type_language_switcher {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    left: 50%;
    padding: 10px;
    position: absolute;
    top: 50px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.aa-site-header__item-lang .hs_cos_wrapper_type_language_switcher ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.aa-site-header__item-lang .hs_cos_wrapper_type_language_switcher ul li a {
    margin-bottom: 4px;
}

.aa-site-header__item-lang .hs_cos_wrapper_type_language_switcher ul li:last-of-type a {
    margin-bottom: 0;
}

.aa-site-header__item-profile svg {
    height: 20px;
    width: 18px;
}

@media (min-width:1200px) {
    .aa-site-header__item-profile svg {
        height: 15px;
        width: 14px;
    }
}

.aa-navigation--primary .hs-menu-depth-1.hs-item-has-children>.hs-menu-children-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.aa-navigation--primary .hs-menu-depth-1.hs-item-has-children>.hs-menu-children-wrapper .hs-menu-depth-2>a>.children_icon {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 38px;
    margin: 0 auto;
    width: 30px;
}



/*
弹出的搜索框
*/
.custom-shopify-product-search {
    background: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    display: block;
    height: 48px;
    left: 0;
    position: fixed;
    text-align: center;
    top: -50px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    width: 100%;
    z-index: 21;
}

.custom-shopify-product-search.visible {
    top: 0;
}

.custom-shopify-product-search__modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    font-size: 16px;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    padding: 0 0 0 1rem;
    width: 100%;
}

.custom-shopify-product-search__modal-content .custom-shopify-product-search__predictive-search {
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.custom-shopify-product-search__modal-content .custom-shopify-product-search__predictive-search form.custom-shopify-product-search__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative;
    width: 100%;
}

.custom-shopify-product-search__modal-content .custom-shopify-product-search__predictive-search form.custom-shopify-product-search__form input {
    border: .1rem solid transparent;
    -webkit-box-shadow: inset 0 0 0 1px hsla(0, 0%, 7%, .55);
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 7%, .55);
    height: 100%;
    padding: 22px 50px 8px 15px;
    width: 100%;
}

.custom-shopify-product-search__modal-content .custom-shopify-product-search__predictive-search form.custom-shopify-product-search__form input:focus {
    -webkit-box-shadow: 0 0 0 2px hsla(0, 0%, 7%, .75);
    box-shadow: 0 0 0 2px hsla(0, 0%, 7%, .75);
    outline: transparent;
}

.custom-shopify-product-search__modal-content .custom-shopify-product-search__predictive-search form.custom-shopify-product-search__form .field {
    position: relative;
    width: 100%;
}

.custom-shopify-product-search__modal-content .custom-shopify-product-search__predictive-search form.custom-shopify-product-search__form .field label {
    color: hsla(0, 0%, 7%, .75);
    font-size: 16px;
    left: 16px;
    letter-spacing: .4px;
    line-height: 1em;
    margin-bottom: 0;
    pointer-events: none;
    position: absolute;
    top: 1rem;
    -webkit-transition: top .2 ease, font-size .2 ease;
    transition: top .2 ease, font-size .2 ease;
}

.custom-shopify-product-search__modal-content .custom-shopify-product-search__predictive-search form.custom-shopify-product-search__form .field input#search-input:focus~label,
.custom-shopify-product-search__modal-content .custom-shopify-product-search__predictive-search form.custom-shopify-product-search__form .field input#search-input:not(:placeholder-shown)~label {
    font-size: 10px;
    top: 3px;
}

.custom-shopify-product-search__modal-content .custom-shopify-product-search__predictive-search form.custom-shopify-product-search__form button.field__button {
    background: transparent;
    border: 0;
    cursor: pointer;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.custom-shopify-product-search__modal-content .custom-shopify-product-search__predictive-search form.custom-shopify-product-search__form button.field__button svg {
    height: 18px;
    width: 18px;
}

@media screen and (min-width:750px) {
    .custom-shopify-product-search__modal-content {
        padding: 0 6rem;
    }
}

@media screen and (min-width:1200px) {
    .custom-shopify-product-search__modal-content {
        max-width: 47.8rem;
    }
}

.custom-shopify-product-search__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    width: 44px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    cursor: pointer;
    justify-content: center;
}

.custom-shopify-product-search__close .icon {
    height: 17px;
    width: 17px;
}

#product-search-overlay {
    background: #000;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    visibility: hidden;
    width: 100%;
    z-index: 20;
}

#product-search-overlay.visible {
    opacity: .5;
    visibility: visible;
}

@media (min-width: 992px) {
    .aa-navigation-container {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1199.98px) {
    .hidden-lg-down {
        display: none !important;
    }

    .aa-menu-arrow {
        display: flex !important;
    }
}


/*
手机端导航
*/
.aa-hamburger {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 16px;
    width: 20px;
    z-index: 200;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.aa-hamburger span,
.aa-hamburger span:after,
.aa-hamburger span:before {
    background-color: #333;
    display: block;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-property: all;
    transition-property: all;
}

.aa-hamburger span {
    margin: 0 auto;
    position: relative;
}

.aa-hamburger span:after,
.aa-hamburger span:before {
    content: "";
    position: absolute;
}

.aa-hamburger span,
.aa-hamburger span:after,
.aa-hamburger span:before {
    height: 1px;
    width: 20px;
}

.aa-hamburger span:before {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
}

.aa-hamburger span:after {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
}

.js-nav-open .aa-hamburger span {
    background-color: transparent !important;
}

.js-nav-open .aa-hamburger span:after,
.js-nav-open .aa-hamburger span:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.js-nav-open .aa-hamburger span:after,
.js-nav-open .aa-hamburger span:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.js-nav-open .aa-hamburger span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.js-nav-open .aa-hamburger span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


@media (min-width:1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}

.head_box {
    position: sticky;
    top: 0;
    z-index: 21;
}

.aa-navigation--mobile {
    background-color: #fff;
    min-height: calc(100vh - 50px);
    overflow: hidden;
    padding-top: 0;
    position: fixed;
    right: 100%;
    top: 50px;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    z-index: 998;
    -webkit-transition: right .25s ease-in-out;
    transition: right .25s ease-in-out;
    -moz-transition: right .25s ease-in-out;
    -ms-transition: right .25s ease-in-out;
    -o-transition: right .25s ease-in-out;
}

.aa-navigation--mobile ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.js-nav-open .aa-navigation--mobile {
    right: 0;
}

.aa-navigation--mobile ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.aa-navigation--mobile ul li {
    margin: 0;
    padding: 0;
}

.aa-navigation--mobile ul li a {
    -webkit-background-clip: unset;
    background-image: none;
    background-size: auto auto;
    background-size: initial;
    color: #333;
    display: block;
    text-decoration: none;
    -webkit-text-fill-color: unset;
    -moz-background-clip: unset;
    -moz-text-fill-color: unset;
}

.aa-navigation--mobile .hs-menu-depth-1>a {
    padding: 8px 36px;
}

.aa-navigation--mobile .hs-menu-depth-1>ul {
    background: #fff;
    left: 100%;
    min-height: calc(100vh - 140px);
    position: absolute;
    top: 39px;
    -webkit-transition: left .25s ease-in-out;
    transition: left .25s ease-in-out;
    width: 100%;
    z-index: 1;
}

.aa-navigation--mobile .hs-menu-depth-2 a {
    color: #333;
    padding: 8px 36px;
}

.aa-navigation--mobile .hs-menu-depth-2>ul {
    background-color: #fff;
    color: #333;
    left: 100%;
    min-height: calc(100vh - 140px);
    position: absolute;
    top: 39px;
    -webkit-transition: left .25s ease-in-out;
    transition: left .25s ease-in-out;
    width: 100%;
    z-index: 2;
}

.aa-navigation--mobile .hs-item-has-children {
    position: relative;
}

.aa-menu-arrow,
.aa-navigation--mobile .hs-item-has-children>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.aa-menu-arrow {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    cursor: pointer;
    height: 39px;
    justify-content: center;
    position: absolute;
    right: 24px;
    top: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    width: 39px;
    display: none;
}

.hs-menu-depth-2 .aa-menu-arrow svg path {
    fill: #333;
}

.aa-site-header__item-lang {
    display: none;
    position: relative;
}

@media (min-width:1200px) {
    .aa-site-header__item-lang {
        display: block;
    }
}


.aa-navigation--mobile .aa-site-header__item-lang {
    display: block;
    padding-bottom: 0;
    text-align: center;
}

.aa-navigation--mobile .aa-site-header__item-lang .aa-lang-open {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 10px;
    padding-top: 12px;
}

.aa-navigation--mobile .aa-site-header__item-lang .aa-lang-open:focus,
.aa-navigation--mobile .aa-site-header__item-lang .aa-lang-open:hover {
    background-color: #f5f4f0 !important;
    background: none;
    -webkit-text-fill-color: #333;
}

.aa-navigation--mobile .aa-site-header__item-lang .hs_cos_wrapper_type_language_switcher {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: calc(100vh - 101px);
    top: 51px;
    width: 100%;
    z-index: 1;
}

.aa-site-header__item-profile svg {
    height: 20px;
    width: 18px;
}

@media (min-width:1200px) {
    .aa-site-header__item-profile svg {
        height: 15px;
        width: 14px;
    }
}

.aa-navigation--mobile .aa-site-header__item-profile {
    background-color: #f5f4f0;
    bottom: 0;
    display: block;
    margin-top: 34px;
    padding: 20px 36px 120px;
    position: absolute;
    width: 100%;
}

.aa-navigation--mobile .aa-site-header__item-profile a {
    -webkit-background-clip: unset;
    background-image: none;
    background-size: auto auto;
    background-size: initial;
    color: #333;
    text-decoration: none;
    -webkit-text-fill-color: unset;
    -moz-background-clip: unset;
    -moz-text-fill-color: unset;
}

.aa-navigation--mobile .aa-site-header__item-profile a>span {
    margin-left: 12px;
    position: relative;
    top: -1px;
}

.aa-navigation--mobile .aa-site-header__item-profile svg {
    height: 15px;
    width: 14px;
}

.aa-navigation--mobile .lang_switcher_class .globe_class {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.aa-navigation--mobile.link-open .hs-menu-item.hs-menu-depth-1:not(.is-active) {
    display: none;
}

.aa-navigation--mobile .title_text {
    display: none !important;
}

.aa-navigation--mobile .hs-menu-depth-1.is-active>ul {
    left: 0;
}

.aa-navigation--mobile .hs-menu-depth-2.is-active>ul {
    left: 0;
}

.aa-navigation--mobile .hs-menu-depth-2>ul {
    background-color: #fff;
    color: #333;
    left: 100%;
    min-height: calc(100vh - 140px);
    position: absolute;
    top: 39px;
    -webkit-transition: left .25s ease-in-out;
    transition: left .25s ease-in-out;
    width: 100%;
    z-index: 2;
}

.aa-navigation--mobile .hs-menu-depth-2 {
    position: relative;
}

.hs-menu-item.is-active {
    background: #fff;
    left: 0;
    position: absolute;
    top: 51px;
    width: 100%;
    z-index: 2;
}

.hs-menu-item.is-active>.aa-menu-arrow {
    left: 26px;
    right: auto;
}

.hs-menu-item.is-active>a {
    padding: 8px 36px 8px 64px;
}

.hs-item-has-children.is-active .hs-menu-depth-2.is-active {
    top: -39px;
}

.hs-menu-item.is-active>.aa-menu-arrow svg {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.news-share .elementor-grid .elementor-grid-item .elementor-share-btn {
    border: none !important;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
}

.news-share .elementor-grid .elementor-grid-item .elementor-share-btn svg {
    opacity: 0;
}

.news-share .elementor-grid .elementor-grid-item .elementor-share-btn.elementor-share-btn_twitter {
    background-image: url(assets/img/twitter.svg);
}

.news-share .elementor-grid .elementor-grid-item .elementor-share-btn.elementor-share-btn_linkedin {
    background-image: url(assets/img/in.svg);
}

.news-share .elementor-grid .elementor-grid-item .elementor-share-btn.elementor-share-btn_facebook {
    background-image: url(assets/img/facebook.svg);
}

/*
搜索下拉框
*/
#predictive-search-flyout {
    background: #fff;
    border: .1rem solid hsla(0, 0%, 7%, .2);
    display: none;
}

#predictive-search-flyout.visible {
    display: block;
}

#predictive-search-flyout .result-title {
    color: var(--body-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#predictive-search-flyout a:hover,
a.hover_link_color:hover{
    -webkit-background-clip: text;
    background-image: linear-gradient(271.58deg, #9e192f 19.67%, #e2ab26 91.59%), linear-gradient(271.58deg, #9e192f 19.67%, #e2ab26 91.59%);
    background-size: 100%;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

#predictive-search-flyout .result-image {
    -o-object-fit: contain;
    object-fit: contain;
}

#predictive-search-flyout__header {
    border-bottom: .1rem solid hsla(0, 0%, 7%, .08);
    font-size: 12px;
    letter-spacing: .13rem;
    line-height: 1em;
    margin: 0 20px;
    padding: 1.5em 0 .75em;
    text-align: left;
    text-transform: uppercase;
}

.custom-search-field__suggestions .result-item {
    grid-template-columns: 50px 1fr;
    grid-column-gap: 20px;
    padding: 10px 20px;
    display: grid;
}


#search-for-link button {
    background: transparent;
    border: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    margin-bottom: 0;
    padding: 10px 20px;
    text-align: left;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

#search-for-link button div {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

/*
搜索结果页面
*/




.aa-system__body {
    margin-top: 30px;
}

.aa-system--search .aa-system__body {
    margin-top: 30px;
}

@media (min-width:768px) {
    .aa-system--search .aa-system__body {
        margin-top: 40px;
    }
}

.aa-system--search .aa-system--search__header {
    border-bottom: .1rem solid hsla(0, 0%, 7%, .08);
    letter-spacing: .13rem;
    line-height: 1em;
    margin-bottom: 0;
    padding: 1.5em 0 .75em;
    text-align: left;
    text-transform: uppercase;
}

.aa-system--search .search_page_results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-shrink: 1;
    margin: 0 -10px;
}

.search_page_results .result-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 25%;
    padding: 0 10px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.search_page_results .result-item .result-image {
    display: block;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
}

.search_page_results .result-item .result-image img {
    display: block;
    height: 100%;
    left: 0;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.search_page_results .result-item .result-title {
    margin-top: 20px;
    color: #9e192f;
    margin-bottom: 0;
}
.search_page_results .result-item .result-description{
    color: #9e192f;
    margin-top: 10px;
}
.aa-system--search .hs-search-results__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    gap: 20px;

}
.aa-system--search .hs-search-results__pagination .pagination_link {
    width: 230px;
    max-width: 100%;

}
.aa-system--search .hs-search-results__pagination .elementor-button{
    max-width: 100%;
    width: 100% !important;
}
.aa-system--search .search_page_results_empty{
    text-align: center;
    padding: 40px 0;
}
@media (min-width:768px) {
    .aa-system--search .hs-search-results__pagination {
        margin-top: 40px;
    }
}
@media (max-width:920px) {
    .search_page_results .result-item{
        width: 33.33%;
        margin-bottom: 0px;
    }
}
@media (max-width:767px) {
    .search_page_results .result-item{
        width: 50%;
    }
}
@media (max-width:560px) {
    .aa-system--search .search_page_results{
        margin: 0;
    }
    .search_page_results .result-item{
        width: 100%;
        padding: 0;
    }

}
.aa-system--search .hs-search-results__pagination .next-page{
    margin-left: auto;
}




:root {
    --secondary: #59B896;
    --secondary-rgb: 89, 184, 150;
    --secondary-bg-text: #333333;
    --secondary-bg-accent: #635bff;
    --secondary-bg-link: #333333;
    --light: #F5F4F0;
    --light-rgb: 245, 244, 240;
    --light-bg-text: #333333;
    --light-bg-accent: #59B896;
    --light-bg-link: #9e192f;
    --dark: #333333;
    --dark-rgb: 51, 51, 51;
    --dark-bg-text: #FFFFFF;
    --dark-bg-accent: #59B896;
    --dark-bg-link: #ffffff;
    --complementary: #0A2540;
    --complementary-rgb: 10, 37, 64;
    --complementary-bg-text: #FFFFFF;
    --complementary-bg-accent: #75e6ff;
    --complementary-bg-link: #9e192f;
    --primary: #9E192F;
    --primary-rgb: 158, 25, 47;
    --primary-bg-text: #FFFFFF;
    --primary-bg-accent: #FFFFFF;
    --primary-bg-link: #ffffff;
    --text-dark: #000000;
    --text-light: #FFFFFF;
    --body-color: #333333;
    --heading-color: ;
    --accent: #635bff;

    --h2-font-family: 'IBM Plex Sans', sans-serif;
    --h2-font-style: normal;
    --h2-font-weight: 500;
    --h2-text-decoration: none;


    --h5-font-family: 'IBM Plex Sans', sans-serif;
    --h5-font-style: normal;
    --h5-font-weight: 300;
    --h5-text-decoration: none;


    --body-font-family: 'IBM Plex Sans', sans-serif;
    --body-font-style: normal;
    --body-font-weight: 300;
    --body-text-decoration: none;


    --h1-font-family: 'IBM Plex Sans', sans-serif;
    --h1-font-style: normal;
    --h1-font-weight: 500;
    --h1-text-decoration: none;


    --button-font-family: 'IBM Plex Sans', sans-serif;
    --button-font-style: normal;
    --button-font-weight: 700;
    --button-text-decoration: none;


    --h6-font-family: 'IBM Plex Sans', sans-serif;
    --h6-font-style: normal;
    --h6-font-weight: 500;
    --h6-text-decoration: none;


    --h3-font-family: 'IBM Plex Sans', sans-serif;
    --h3-font-style: normal;
    --h3-font-weight: 300;
    --h3-text-decoration: none;


    --h4-font-family: 'IBM Plex Sans', sans-serif;
    --h4-font-style: normal;
    --h4-font-weight: normal;
    --h4-text-decoration: none;


    --link-color: #9e192f;
    --link-color-hover: #9e192f;
    --link-text-decoration: none;









    --button-2-text-color: #9e192f;
    --button-2-text-color-hover: #ffffff;
    --button-2-background-color: rgba(99, 91, 255,0.0);
    --button-2-background-color-hover: rgba(158, 25, 47,0.2);
    --button-2-border-color: #9e192f;
    --button-2-border-color-hover: #9e192f;
    --button-2-border-width: 1px;
    --button-2-border-radius: 0px;
    --button-2-padding: 20px 35px;




    --button-1-text-color: #ffffff;
    --button-1-text-color-hover: #ffffff;
    --button-1-background-color: #9e192f;
    --button-1-background-color-hover: #9e192f;
    --button-1-border-color: #9e192f;
    --button-1-border-color-hover: #9e192f;
    --button-1-border-width: 0px;
    --button-1-border-radius: 0px;
    --button-1-padding: 20px 35px;




    --button-4-text-color: #E2AB26;
    --button-4-text-color-hover: #333333;
    --button-4-background-color: rgba(117, 230, 255,0.0);
    --button-4-background-color-hover: rgba(226, 171, 38,0.2);
    --button-4-border-color: #E2AB26;
    --button-4-border-color-hover: #E2AB26;
    --button-4-border-width: 1px;
    --button-4-border-radius: 0px;
    --button-4-padding: 20px 35px;




    --button-3-text-color: #333333;
    --button-3-text-color-hover: #333333;
    --button-3-background-color: #E2AB26;
    --button-3-background-color-hover: #E2AB26;
    --button-3-border-color: #75E6FF;
    --button-3-border-color-hover: #75E6FF;
    --button-3-border-width: 0px;
    --button-3-border-radius: 0px;
    --button-3-padding: 20px 35px;




    --button-form-text-color: #FFFFFF;
    --button-form-text-color-hover: #FFFFFF;
    --button-form-background-color: #635BFF;
    --button-form-background-color-hover: #635BFF;
    --button-form-border-color: #635BFF;
    --button-form-border-color-hover: #635BFF;
    --button-form-border-width: 1px;
    --button-form-border-radius: 0px;
    --button-form-padding: 15px 30px;


    --form-title-background-color: transparent;
    --form-error-color: #DB5461;
    --form-title-text-color: #333333;
    --form-background-color: transparent;
    --form-border-color: transparent;
    --form-fields-border-color: #CDC8C8;
}


hs-button,
.hs-form .hs-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background: transparent;
    border-style: solid;
    cursor: pointer;
    font-family: Gilroy, Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    height: 50px;
    line-height: 1;
    margin: 0 1em 1em 0;
    max-width: 100%;
    padding: 0;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 230px;
}
.hs-button:active,
.hs-button:focus,
.hs-button:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    color: #333;
    outline: 0;
}
.aa-form-button--1 input[type="submit"],
.hs-button {
    background-color: var(--button-1-background-color);
    border-color: var(--button-1-border-color);
    border-radius: var(--button-1-border-radius);
    border-width: var(--button-1-border-width);
    color: var(--button-1-text-color);
    padding: var(--button-1-padding);
}

.aa-form-button--1 input:active[type="submit"],
.aa-form-button--1 input:focus[type="submit"],
.aa-form-button--1 input:hover[type="submit"],
.hs-button:active,
.hs-button:focus,
.hs-button:hover {
    border-color: var(--button-1-border-color-hover);
    -webkit-text-fill-color: var(--button-1-text-color-hover);
    background-color: var(--button-1-background-color-hover);
    color: var(--button-1-text-color-hover);
}
.aa-form-button--1 input[type="submit"] {
    padding-bottom: 0;
    padding-top: 0;
}

.aa-form-button--2 input[type="submit"]{
    background-color: #fff;
    border-color: #9e192f;
    border-radius: var(--button-1-border-radius);
    border-width: 1px;
    color: #9e192f;
    /*text-align: left !important;*/
    padding: var(--button-1-padding);
}
.aa-form-button--2 .hs-submit {
    text-align: left !important;
}
.aa-form-button--2 input:active[type="submit"],
.aa-form-button--2 input:focus[type="submit"],
.aa-form-button--2 input:hover[type="submit"] {
    border-color:  #9e192f !important;
    -webkit-text-fill-color: #fff !important;;
    background-color: #9e192f !important;;
    color: #fff !important;;
}
.aa-form-button--2 input[type="submit"] {
    padding-bottom: 0;
    padding-top: 0;
}

.hs-form .hs-button {
    background-color: var(--button-form-background-color);
    border-color: var(--button-form-border-color);
    border-radius: var(--button-form-border-radius);
    border-width: var(--button-form-border-width);
    color: var(--button-form-text-color);
    padding: var(--button-form-padding);
}
.hs-form .hs-button:active,
.hs-form .hs-button:focus,
.hs-form .hs-button:hover {
    border-color: var(--button-form-border-color-hover);
    -webkit-text-fill-color: var(--button-form-text-color-hover);
    background-color: var(--button-form-background-color-hover);
    color: var(--button-form-text-color-hover);
}
.aa-form-button--1 input[type="submit"],
.hs-button {
    background: -webkit-gradient(
            linear,
            right top,
            left top,
            color-stop(60%, #9e192f),
            to(#e2ab26)
    );
    background: linear-gradient(270deg, #9e192f 60%, #e2ab26);
    background-position: 100% 0;
    background-size: 200%;
}
.aa-form-button--1 input:hover[type="submit"],
.hs-button:hover {
    -webkit-background-clip: unset;
    background-position: 0 0;
    -webkit-text-fill-color: #fff;
}
.hs-form {
    background-color: var(--form-background-color);
    border: 1px solid var(--form-border-color);
    font-size: 16px;
    line-height: 22px;
    text-align: left;
}
.aa-module .hs-form {
    background-color: transparent;
    border: 0;
    padding: 0;
}
.hs-form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
    position: relative;
}
.hs-input {
    background-color: transparent;
    border: 1px solid var(--form-fields-border-color) !important;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    height: 50px;
    line-height: 1;
    padding: 1em 10px;
    text-decoration: none;
    width: 100%;
}
@media (min-width: 992px) {
    .hs-input {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.hs-input:focus {
    border-color: var(--form-fields-border-color-focus);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    outline: none;
}
.hs-input::placeholder {
    color: #59b896;
    opacity: 0.6;
}
.hs-input[type="checkbox"] {
    background-color: transparent;
    border: 0;
    height: 1.039em;
    margin-right: 8px;
    position: absolute;
    width: 1.375em;
}
.hs-form-field .inputs-list label span {
    padding-left: 2em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hs-fieldtype-select .input {
    position: relative;
}
select.hs-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #59b896;
}
select.hs-input option {
    background-color: #fff;
    color: #000;
    padding: 0 10px;
}
.hs-fieldtype-textarea textarea.hs-input {
    background-color: transparent;
    cursor: auto;
    height: 100px;
    padding: 10px;
    resize: vertical;
    width: 100%;
}
@media (min-width: 992px) {
    .hs-fieldtype-textarea textarea.hs-input {
        padding: 15px;
    }
}
.hs-input[type="email"],
.hs-input[type="text"] {
    cursor: auto;
}
.hs-submit {
    margin-top: 20px;
    text-align: center;
}
.hs-form .hs-button {
    min-width: 200px;
}
.hs-form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.hs-form ul li {
    list-style: none;
}
.hs-form-field > label {
    color: #59b896;
    font-weight: 400;
}
.hs-form-field > label span {
    display: inline-block;
    margin-bottom: 5px;
}
.hs-form-field > label span:empty,
.hs-form-field > label span:empty + span {
    display: none;
}
.hs-form-field > label span.hs-form-required {
    padding-left: 0;
}
.hs-form legend {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    display: block;
    font-size: 0.8em;
    line-height: 1.2;
    margin-left: 10px;
    margin-top: 5px;
    opacity: 0.8;
    order: 1;
}
@media (min-width: 992px) {
    .hs-form legend {
        margin-left: 15px;
        margin-top: 10px;
    }
}
.hs-input.error {
    border-color: var(--form-error-color) !important;
}
ul.hs-error-msgs {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    margin-left: 10px;
    margin-top: 10px;
    order: 10;
}
@media (min-width: 992px) {
    ul.hs-error-msgs {
        margin-left: 15px;
    }
}
ul.hs-error-msgs li {
    list-style: none;
}
ul.hs-error-msgs label {
    color: var(--form-error-color);
    font-size: 0.8em;
    font-style: italic;
    line-height: 1.2;
}
ul.hs-error-msgs label:before {
    content: "!";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border: 1px solid var(--form-error-color);
    border-radius: 50%;
    font-style: normal;
    font-weight: 700;
    height: 1.2rem;
    justify-content: center;
    margin-right: 5px;
    width: 1.2rem;
}
.hs-form .legal-consent-container {
    font-size: 0.8em;
}
.hs-form .legal-consent-container > div {
    margin-bottom: 1em;
}
.hs-form .legal-consent-container > div:last-of-type {
    margin-bottom: 0;
}
.legal-consent-container .hs-form-booleancheckbox-display > span {
    margin-left: 0 !important;
}
form.hs-form fieldset {
    max-width: none;
}
form.hs-form fieldset.form-columns-1 .hs-form-field,
form.hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
}
form.hs-form fieldset.form-columns-1 .input,
form.hs-form fieldset.form-columns-2 .input {
    margin-right: 0;
}
form.hs-form fieldset.form-columns-1 .hs-input {
    border-radius: 0;
    width: 100%;
}
form.hs-form fieldset.form-columns-1 input[type="checkbox"].hs-input {
    width: auto;
}
@media (min-width: 768px) {
    form.hs-form fieldset.form-columns-2 .hs-form-field {
        width: calc(50% - 17.5px);
    }
    form.hs-form fieldset.form-columns-2 .hs-form-field:not(:first-of-type) {
        margin-left: 35px;
    }
}
@media (max-device-width: 480px) and (min-device-width: 320px),
(max-width: 400px) {
    form.hs-form fieldset.form-columns-2 .hs-input {
        width: 100% !important;
    }
}
.aa-form-button--1 .hs-submit {
    text-align: left;
}

.legal-consent-container .field.hs-form-field {
    margin-bottom: 8px;
}
.legal-consent-container .hs-field-desc.checkbox-desc {
    margin: -12px 0 0 21px;
}
.legal-consent-container .hs-form-booleancheckbox-display input {
    float: left;
}
.legal-consent-container .hs-form-booleancheckbox-display > span {
    display: block;
    margin-left: 20px;
}
.legal-consent-container .hs-form-booleancheckbox-display p {
    margin: 0;
    display: inline;
}

.aa-form-button--1 input[type=submit],
.hs-button {
    background-color: var(--button-1-background-color);
    border-color: var(--button-1-border-color);
    border-radius: var(--button-1-border-radius);
    border-width: var(--button-1-border-width);
    color: var(--button-1-text-color);
    padding: var(--button-1-padding);
}

.aa-form-button--1 input:active[type=submit],
.aa-form-button--1 input:focus[type=submit],
.aa-form-button--1 input:hover[type=submit],
.hs-button:active,
.hs-button:focus,
.hs-button:hover {
    border-color: var(--button-1-border-color-hover);
    -webkit-text-fill-color: var(--button-1-text-color-hover);
    background-color: var(--button-1-background-color-hover);
    color: var(--button-1-text-color-hover);
}
.aa-form-button--1 input[type=submit] {
    padding-bottom: 0;
    padding-top: 0;
}

.aa-form-button--1 input[type=submit],
.hs-button {
    background: -webkit-gradient(linear, right top, left top, color-stop(60%, #9e192f), to(#e2ab26));
    background: linear-gradient(270deg, #9e192f 60%, #e2ab26);
    background-position: 100% 0;
    background-size: 200%;
}

.aa-form-button--1 input:hover[type=submit],
.hs-button:hover {
    -webkit-background-clip: unset;
    background-position: 0 0;
    -webkit-text-fill-color: #fff;
}

.hs-form .hs-button {
    min-width: 200px;
}

.aa-bg-dark a {
    color: var(--dark-bg-link);
    text-decoration: underline;
}

.aa-bg-dark a:active,
.aa-bg-dark a:focus,
.aa-bg-dark a:hover {
    color: var(--dark-bg-link);
}

.aa-bg-dark .hs-input {
    border-color: var(--dark-bg-accent);
}
.aa-bg-dark input[type=radio] {
    height: auto;
}

.aa-bg-dark .hs-button {
    line-height: 1 !important;
}

.aa-bg-dark,.aa-bg-overlay--dark {
    color: var(--dark-bg-text)
}

.aa-bg-dark a{color:var(--dark-bg-link);text-decoration:underline;}

.aa-bg-dark a:active,.aa-bg-dark a:focus,.aa-bg-dark a:hover{color:var(--dark-bg-link);}

.aa-bg-dark .aa-label,.aa-bg-dark .aa-subheading,.aa-bg-dark .aa-system #email-prefs-form .item .checkbox-row>span>span,.aa-bg-overlay--dark .aa-label,.aa-bg-overlay--dark .aa-subheading,.aa-bg-overlay--dark .aa-system #email-prefs-form .item .checkbox-row>span>span,.aa-system #email-prefs-form .item .aa-bg-dark .checkbox-row>span>span,.aa-system #email-prefs-form .item .aa-bg-overlay--dark .checkbox-row>span>span {
    color: var(--dark-bg-accent)
}

.aa-bg-dark a,.aa-bg-overlay--dark a {
    color: var(--dark-bg-link) !important;
    text-decoration: underline
}

.aa-bg-dark a:active,.aa-bg-dark a:focus,.aa-bg-dark a:hover,.aa-bg-overlay--dark a:active,.aa-bg-overlay--dark a:focus,.aa-bg-overlay--dark a:hover {
    color: var(--dark-bg-link)
}

.aa-bg-dark .aa-system .hs_cos_wrapper_type_password_prompt #hs-pwd-widget-password,.aa-bg-dark .hs-input,.aa-bg-overlay--dark .aa-system .hs_cos_wrapper_type_password_prompt #hs-pwd-widget-password,.aa-bg-overlay--dark .hs-input,.aa-system .hs_cos_wrapper_type_password_prompt .aa-bg-dark #hs-pwd-widget-password,.aa-system .hs_cos_wrapper_type_password_prompt .aa-bg-overlay--dark #hs-pwd-widget-password {
    border-color: var(--dark-bg-accent)
}
.aa-bg-light a,.aa-bg-overlay--light a {
    color: var(--light-bg-link);
    text-decoration: underline
}
.hs-input[type=radio] {
    background-color: transparent;
    border: 0;
    height: 18px;
    margin-right: 8px;
    position: absolute;
    width: 1.375em;
}
.elementor-button  {
    width: 230px;
    height: 50px !important;
    line-height: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.elementor-widget-text-editor a {
    background-color: transparent;
    color: var(--link-color) !important;
    -webkit-text-decoration: var(--link-text-decoration) !important;
    text-decoration: var(--link-text-decoration) !important
}

.elementor-widget-text-editor a,.elementor-widget-text-editor a:active,.elementor-widget-text-editor a:focus,.elementor-widget-text-editor a:hover {
    -webkit-text-decoration-skip: ink !important;
    text-decoration-skip-ink: auto !important
}

.checkmark-list ul {
    list-style-image: url(/wp-content/uploads/2025/01/icon-check.svg);
    list-style-position: inside;
    padding-left: 0;
}

.hs-input:focus {
    border-color: #CDC8C8;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    outline: none;
}


.aa-bg-dark .hs-input:focus {
    border-color: #FFF;
}