/*
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: #323e48;
    border-color: #323e48;
    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: #323e48;
    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: #323e48;
    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: #323e48;
}

.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, #323e48 19.67%, #e2ab26 91.59%), linear-gradient(271.58deg, #323e48 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: #323e48;
    margin-bottom: 0;
}
.search_page_results .result-item .result-description{
    color: #323e48;
    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;
}


/** form **/
: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-box-pack: center  !important;
    -ms-flex-pack: center  !important;
    -webkit-box-align: center  !important;
    -ms-flex-align: center  !important;
    -ms-flex-item-align: start  !important;
    align-items: center  !important;
    align-self: flex-start  !important;
    -webkit-appearance: none  !important;
    -moz-appearance: none  !important;
    appearance: none  !important;
    background: transparent  !important;
    border-style: solid  !important;
    cursor: pointer  !important;
    display: -webkit-inline-box  !important;
    display: -ms-inline-flexbox  !important;
    display: inline-flex  !important;
    font-family: Gilroy, Arial, sans-serif  !important;
    font-size: 15px  !important;
    font-style: normal  !important;
    font-weight: 600  !important;
    height: 50px  !important;
    justify-content: center  !important;
    line-height: 1  !important;
    margin: 0 1em 1em 0  !important;
    max-width: 100%  !important;
    padding: 0  !important;
    position: relative  !important;
    text-align: center  !important;
    text-decoration: none  !important;
    -webkit-transition: all .25s ease-in-out  !important;
    transition: all .25s ease-in-out  !important;
    width: 230px  !important;
}

.hs-button:active,
.hs-button:focus,
.hs-button:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)  !important;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)  !important;
    color: #000  !important;
    outline: 0  !important;
}

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

.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 {
    -webkit-text-fill-color: var(--button-1-text-color-hover)  !important;
    background-color: var(--button-1-background-color-hover)  !important;
    border-color: var(--button-1-border-color-hover)  !important;
    color: var(--button-1-text-color-hover)  !important;
}

.aa-form-button--1 input[type=submit] {
    padding-bottom: 0  !important;
    padding-top: 0  !important;
}

.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 {
    -webkit-text-fill-color: var(--button-form-text-color-hover)  !important;
    background-color: var(--button-form-background-color-hover)  !important;
    border-color: var(--button-form-border-color-hover)  !important;
    color: var(--button-form-text-color-hover)  !important;
}

.aa-form-button--1 input[type=submit],
.hs-button {
    background: linear-gradient(270deg, #323e48 60%, #0080bb) 100% 0 !important;
    background-size: 200%  !important;
}

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

.hs-form {
    background-color: var(--form-background-color)  !important;
    border: 1px solid var(--form-border-color)  !important;
    font-size: 16px  !important;
    line-height: 22px  !important;
    text-align: left  !important;
}

.aa-module .hs-form {
    background-color: transparent  !important;
    border: 0  !important;
    padding: 0  !important;
}

.hs-form-field {
    -webkit-box-orient: vertical  !important;
    -webkit-box-direction: normal  !important;
    display: -webkit-box  !important;
    display: -ms-flexbox  !important;
    display: flex  !important;
    -ms-flex-direction: column  !important;
    flex-direction: column  !important;
    margin-bottom: 20px  !important;
    position: relative  !important;
}

.hs-input {
    background-color: transparent  !important;
    border: 1px solid var(--form-fields-border-color)  !important;
    border-radius: 0  !important;
    -webkit-box-shadow: none  !important;
    box-shadow: none  !important;
    color: inherit  !important;
    cursor: pointer  !important;
    height: 50px  !important;
    line-height: 1  !important;
    padding: 1em 10px  !important;
    text-decoration: none  !important;
    width: 100%  !important;
}

@media (min-width:992px) {
    .hs-input {
        padding-left: 15px  !important;
        padding-right: 15px  !important;
    }
}

.hs-input:focus {
    border-color: var(--form-fields-border-color-focus)  !important;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)  !important;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)  !important;
    outline: none  !important;
}

.hs-input::placeholder {
    color: #0080bb  !important;
    opacity: .6  !important;
}

.hs-input {
    background-color: transparent !important;
    border: 1px solid var(--form-fields-border-color) !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: inherit !important;
    cursor: pointer !important;
    height: 50px !important;
    line-height: 1 !important;
    padding: 1em 10px !important;
    text-decoration: none !important;
    width: 100% !important
}
.hs-input[type=checkbox] {
    background-color: transparent  !important;
    border: 0  !important;
    height: 1.375em  !important;
    margin-right: 8px  !important;
    position: absolute  !important;
    width: 1.375em  !important;
}

.hs-form-field .inputs-list label span {
    padding-left: 2em  !important;
    -webkit-user-select: none  !important;
    -moz-user-select: none  !important;
    -ms-user-select: none  !important;
    user-select: none  !important;
}

.hs-fieldtype-select .input {
    position: relative  !important;
}

.hs-fieldtype-select .input svg {
    height: 10px   !important;
    left: calc(100% - 20px)  !important;
    pointer-events: none  !important;
    position: absolute  !important;
    top: calc(50% - 5px)  !important;
    -webkit-transform: translateX(-50%)  !important;
    transform: translateX(-50%)  !important;
}

@media (min-width:992px) {
    .hs-fieldtype-select .input svg {
        left: calc(100% - 30px)   !important;
    }
}

.hs-fieldtype-select select.hs-input:hover~svg path {
    fill: #00acd8 !important;
}

select.hs-input {
    -webkit-appearance: none !important;
    -moz-appearance: none  !important;
    appearance: none  !important;
    color: #0080bb  !important;
}

select.hs-input option {
    background-color: #fff !important;
    color: #000   !important;
    padding: 0 10px   !important;
}

.hs-fieldtype-textarea textarea.hs-input {
    background-color: transparent !important;
    cursor: auto   !important;
    height: 100px   !important;
    padding: 10px   !important;
    resize: vertical  !important;
    width: 100%   !important;
}

@media (min-width:992px) {
    .hs-fieldtype-textarea textarea.hs-input {
        padding: 15px  !important;
    }
}

.hs-input[type=email],
.hs-input[type=text] {
    cursor: auto   !important;
}

.hs-submit {
    margin-top: 20px   !important;
    text-align: center   !important;
}

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

.hs-form ul {
    list-style: none  !important;
    margin: 0  !important;
    padding: 0  !important;
}

.hs-form ul li {
    list-style: none  !important;
}

.hs-form-field>label {
    color: #0080bb    !important;
    font-weight: 400    !important;
}

.hs-form-field>label span {
    display: inline-block  !important;
    margin-bottom: 5px  !important;
}

.hs-form-field>label span:empty,
.hs-form-field>label span:empty+span {
    display: none  !important;
}

.hs-form-field>label span.hs-form-required {
    padding-left: 0  !important;
}

.hs-form legend {
    -webkit-box-ordinal-group: 2  !important;
    -ms-flex-order: 1  !important;
    display: block  !important;
    font-size: .8em  !important;
    line-height: 1.2  !important;
    margin-left: 10px  !important;
    margin-top: 5px  !important;
    opacity: .8  !important;
    order: 1  !important;
}

@media (min-width:992px) {
    .hs-form legend {
        margin-left: 15px  !important;
        margin-top: 10px  !important;
    }
}

.hs-input.error {
    border-color: var(--form-error-color)  !important;
}

ul.hs-error-msgs {
    -webkit-box-ordinal-group: 11  !important;
    -ms-flex-order: 10  !important;
    margin-left: 10px  !important;
    margin-top: 10px  !important;
    order: 10  !important;
}

@media (min-width:992px) {
    ul.hs-error-msgs {
        margin-left: 15px  !important;
    }
}

ul.hs-error-msgs li {
    list-style: none  !important;
}

ul.hs-error-msgs label {
    color: var(--form-error-color)  !important;
    font-size: .8em  !important;
    font-style: italic  !important;
    line-height: 1.2  !important;
}

ul.hs-error-msgs label:before {
    -webkit-box-align: center  !important;
    -ms-flex-align: center  !important;
    -webkit-box-pack: center  !important;
    -ms-flex-pack: center  !important;
    align-items: center  !important;
    border: 1px solid var(--form-error-color)  !important;
    border-radius: 50%  !important;
    content: "!"  !important;
    display: -webkit-inline-box  !important;
    display: -ms-inline-flexbox  !important;
    display: inline-flex  !important;
    font-style: normal  !important;
    font-weight: 700  !important;
    height: 1.2rem  !important;
    justify-content: center  !important;
    margin-right: 5px  !important;
    width: 1.2rem  !important;
}

.hs-form .legal-consent-container {
    font-size: .8em  !important;
}

.hs-form .legal-consent-container>div {
    margin-bottom: 1em  !important;
}

.hs-form .legal-consent-container>div:last-of-type {
    margin-bottom: 0  !important;
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
    margin-left: 0   !important;
}

form.hs-form fieldset {
    max-width: none  !important;
}

form.hs-form fieldset.form-columns-1 .hs-form-field,
form.hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%  !important;
}

form.hs-form fieldset.form-columns-1 .input,
form.hs-form fieldset.form-columns-2 .input {
    margin-right: 0  !important;
}

form.hs-form fieldset.form-columns-1 .hs-input {
    border-radius: 0  !important;
    width: 100%  !important;
}

form.hs-form fieldset.form-columns-1 input[type=checkbox].hs-input {
    width: auto  !important;
}

@media (min-width:768px) {
    form.hs-form fieldset.form-columns-2 .hs-form-field {
        width: calc(50% - 17.5px)  !important;
    }

    form.hs-form fieldset.form-columns-2 .hs-form-field:not(:first-of-type) {
        margin-left: 35px  !important;
    }
}

@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;
    }
}

.elementor-widget-hubspot-form .hs-form .actions {
    text-align: left !important;
}

.dark-bg-form .hs-form-booleancheckbox {
    color: #fff;
}
.dark-bg-form .hs-form-booleancheckbox a {
    color: #fff !important;
    text-decoration:underline;
}
.dark-bg-form .actions .hs-button{
    background-color: #0080bb !important;
}

.elementor-widget-hubspot-form .hs-form .actions .hs-button {
    margin: 0 !important;
    float: none !important;
    background-color: #323e48 !important;
}
.elementor-widget-hubspot-form .hs-form .actions .hs-button:hover {
    background: linear-gradient(270deg, #323e48 60%, #0080bb)!important;
}

