/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
input {
    overflow: visible
}

.slick-slider {
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0
}

.slick-slider {
    box-sizing: border-box
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

input {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

[type=submit] {
    -webkit-appearance: button
}

[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=submit]:-moz-focusring {
    outline: ButtonText dotted 1px
}

.slick-list {
    overflow: hidden
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.slick-slider {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.slick-list {
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

/* 2023change */
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    max-height: 350px;
    min-height: 1px
}

.slick-slide img {
    display: block
}

.slick-initialized .slick-slide {
    display: block
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

html {
    -webkit-box-sizing: border-box
}

.visually-hidden:not(:focus):not(:active) {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    white-space: nowrap;
    width: 1px
}

/*2023change*/
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    color: #5a5b5c;
    font-family: "Proxima Nova W01", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    /* line-height: 1.75; */ 
    scroll-behavior: smooth
}

h1 {
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: normal
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

[tabindex='-1']:focus {
    outline: 0
}

strong {
    font-weight: 600
}

p+h3 {
    margin-top: 1.5rem
}

h1,
h3 {
    font-family: "Proxima Nova W01", Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: .5em 0
}

h1 {
    color: #2d2d2e;
    font-size: 2.5rem
}

@media screen and (min-width:30em) {

    h1 {
        font-size: calc(2.5rem + 1 * ((100vw - 30rem)/ 50))
    }
}

@media screen and (min-width:80em) {

    h1 {
        /* font-size: 3.5rem */
      font-size: 2rem
    }
}

/* @media screen and (min-width:30em) {

    .custom-h2,
    .heading2,
    h2 {
        font-size: calc(1.75rem + .75 * ((100vw - 30rem)/ 50))
    }
}

@media screen and (min-width:80em) {

    .custom-h2,
    .heading2,
    h2 {
        font-size: 2.5rem
    }
} */

h3 {
    color: #2d2d2e;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1.375;
    font-size: 1.375rem
}

@media screen and (min-width:30em) {

    h3 {
        font-size: calc(1.375rem + .375 * ((100vw - 30rem)/ 50))
    }
}

@media screen and (min-width:80em) {

    h3 {
        font-size: 1.75rem
    }
}

/*2023change*/

.text-white {
    color: rgba(255, 255, 255, .85)
}

a {
    -webkit-text-decoration-color: inherit;
    text-decoration-color: inherit;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-decoration-thickness: 1px;
    text-underline-offset: .2em;
    /* color: #c8322b */
    color:black;
}

/* a:focus,
a:hover {
    color: #2d2d2e
} */

a.a11y-skip-link:not(:focus):not(:active) {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    white-space: nowrap;
    width: 1px
}

/* 2023change */

/* 2023change */
input:not([type]),
input[type=text] {
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, .16);
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #2d2d2e;
    display: block;
    font-size: 1em;
    font-family: "Proxima Nova W01", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: inherit;
    line-height: 1.25;
    /* max-width: 30em; */
    padding: .75em 1em;
    width: 100%
}

input:focus:not([type]),
input:focus[type=text] {
    border-color: #5a5b5c
}

input:disabled:not([type]),
input:disabled[type=text] {
    opacity: .5
}

input[type=radio]:focus-visible+label:before {
    background-color: #5a5b5c;
    -webkit-box-shadow: inset 0 0 0 .1875rem #fff;
    box-shadow: inset 0 0 0 .1875rem #fff
}

input::-webkit-input-placeholder {
    color: #75766f
}

input:-moz-placeholder {
    color: #75766f
}

input::-moz-placeholder {
    color: #75766f
}

input:-ms-input-placeholder {
    color: #75766f
}

@supports (-ms-ime-align:auto) {
}

/* button按钮change */

/* 2023change */

/* .btn.active,
button.active,
input[type=button].active {
    background-color: #2d2d2e;
    border-color: #2d2d2e;
    color: #fff
} */

/* 2023change */
/* .btn-cta,
button[type=submit],
input[type=submit] {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-family: "Proxima Nova W01", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 600;
    line-height: 1.5;
    max-width: 25em;
    overflow: hidden;
    padding: .625em 1.75em;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .2s all ease-out;
    transition: .2s all ease-out;
    vertical-align: middle;
    background-color: #c8322b;
    border: 2px solid #c8322b;
    color: #fff
} */

/* .btn-cta:focus,
.btn-cta:hover,
button[type=submit]:focus,
button[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
    text-decoration: none;
    background-color: #2d2d2e;
    border-color: #2d2d2e;
    color: #fff
} */

/* 20230606change */

iframe {
    display: block
}

img {
    height: auto !important;
    max-width: 100%
}

svg {
    fill: currentColor
}

.inner {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-flex: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal
}

.inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 100rem;
    display: flex;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin;
    padding-top: 5vmin
}

@media screen and (min-width:70em) {

    .inner {
        padding-left: 1.5vmin;
        padding-right: 1.5vmin;
        padding-top: 3vmin
    }
}

/* 2024change */

/*2024change*/

@media screen and (min-width:70em) {

    .main-nav-overlay {
        background: rgba(45, 45, 46, .5);
        height: 100%;
        left: 0;
        opacity: 0;
        position: fixed;
        top: 0;
        -webkit-transition: 150ms all ease-out;
        transition: 150ms all ease-out;
        visibility: hidden;
        width: 100%;
        z-index: 100
    }
}

.interior-hero {
    position: relative
}

.breadcrumbs a:focus,
.breadcrumbs a:hover {
    -webkit-text-decoration-color: inherit;
    text-decoration-color: inherit;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-decoration-thickness: 1px;
    text-underline-offset: .2em
}


/* 2023change */

.interior-hero-img-wrap:not(:first-child) {
    display: none
}

.slick-initialized .interior-hero-img-wrap:not(:first-child) {
    display: block
}

/*2024change*/
.interior-hero-img {
    display: block;
    height: 38vmin;
    min-height: 10rem
}

@media screen and (min-width:30em) {
    .interior-hero-img {
        min-height: 16rem
    }
}

.interior-hero-img img {
    display: block;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media screen and (min-width:56em) {
    .interior-hero-img {
        min-height: 26rem;
        opacity: var(--opacity, 1)
    }

    .interior-hero-overlay {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 2
    }
}

.interior-hero-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 100rem;
    text-align: center;
    width: 100%;
    padding: 5vmin
}

.interior-hero.bottom-left .interior-hero-content {
    text-align: left
}

@media screen and (min-width:70em) {

  /*2024change*/
    .interior-hero-img {
        min-height: 12rem
    }

    .interior-hero-content {
        padding-left: 3vmin;
        padding-right: 3vmin
    }
}

.interior-hero-title {
    color: #2d2d2e;
    font-family: "Proxima Nova W01", Arial, "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: normal;
    font-weight: 600;
    margin: 0;
    padding-bottom: 0;
    font-size: 2.5rem
}

@media screen and (min-width:30em) {
    .interior-hero-title {
        font-size: calc(2.5rem + 3 * ((100vw - 30rem)/ 50))
    }
}

/*2023change*/
@media screen and (min-width:80em) {
    .interior-hero-title {
        /*font-size: 5.5rem*/
      font-size: 4rem
    }
}

.interior-hero-teaser {
    font-weight: 300;
    color: #5a5b5c;
    line-height: inherit;
    margin: .25em 0 0;
    max-width: 60rem;
    font-size: 1.125rem
}

@media screen and (min-width:30em) {
    .interior-hero-teaser {
        font-size: calc(1.125rem + .125 * ((100vw - 30rem)/ 50))
    }
}

@media screen and (min-width:80em) {
    .interior-hero-teaser {
        font-size: 1.25rem
    }
}

@media screen and (min-width:56em) {
    .interior-hero-content {
        padding-top: 0;
        padding-bottom: 0
    }

    .interior-hero-title.text-white {
        text-shadow: 0 0 4em rgba(0, 0, 0, .75), 0 0 2em rgba(0, 0, 0, .2), 0 .05em .125em rgba(0, 0, 0, .025)
    }

    .interior-hero-teaser {
        margin-left: auto;
        margin-right: auto
    }
}

.interior-hero-teaser p {
    display: inline;
    font-size: 1em;
    margin: 0
}

@media screen and (min-width:56em) {

    .interior-hero-content .text-white {
        color: #fff
    }

    .interior-hero.bottom-left:after {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(80%, rgba(45, 45, 46, .6)));
        background: linear-gradient(to bottom, transparent 50%, rgba(45, 45, 46, .6) 80%);
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1
    }
}

.interior-hero.bottom-left .interior-hero-overlay {
    display: block;
    height: auto
}

@media screen and (min-width:56em) {
    .interior-hero.bottom-left .interior-hero-content {
        padding-bottom: 5vmin
    }

    .interior-hero.bottom-left .interior-hero-title {
        text-shadow: none
    }
}

.interior-hero.bottom-left .interior-hero-teaser {
    max-width: 60rem
}

@media screen and (min-width:70em) {
    .interior-hero.bottom-left .interior-hero-content {
        padding-bottom: 3vmin
    }

    .interior-hero.bottom-left .interior-hero-teaser {
        font-weight: 300;
        line-height: inherit;
        margin-left: 0;
        margin-right: 0;
        font-size: 1.125rem
    }
}

@media screen and (min-width:70em) and (min-width:30em) {
    .interior-hero.bottom-left .interior-hero-teaser {
        font-size: calc(1.125rem + .125 * ((100vw - 30rem)/ 50))
    }
}

@media screen and (min-width:70em) and (min-width:80em) {
    .interior-hero.bottom-left .interior-hero-teaser {
        font-size: 1.25rem
    }
}

@media screen and (min-width:56em) {

    /* 2023change */
}

.slick-slide img {
    margin-left: auto;
    margin-right: auto
}

/* 2023change */

/* 2023change */
/* .slick-arrow.slick-disabled {
    opacity: 0;
    pointer-events: none
} */

/* 2023change */

.breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    list-style-type: none
}

.breadcrumbs {
    -webkit-box-shadow: inset 0 1.25rem 1.25rem -1.25rem rgba(0, 0, 0, .08), inset 0 .375rem .375rem -.375rem rgba(0, 0, 0, .05);
    box-shadow: inset 0 1.25rem 1.25rem -1.25rem rgba(0, 0, 0, .08), inset 0 .375rem .375rem -.375rem rgba(0, 0, 0, .05);
    padding: .75rem 0
}

.breadcrumbs ul {
    max-width: 100rem;
    padding-left: 5vmin;
    padding-right: 5vmin;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: .875rem;
    margin: 0 auto
}

@media screen and (min-width:70em) {
    .breadcrumbs ul {
        padding-left: 3vmin;
        padding-right: 3vmin
    }
}

.breadcrumbs a {
    color: #5a5b5c;
    line-height: 1.375;
    text-decoration: none
}

.breadcrumbs a:focus,
.breadcrumbs a:hover {
    color: #2d2d2e
}

/* 2023change */

.spec-sheet-pdf-project .sisi-material-scrollbar-next:not(:disabled):focus,
.spec-sheet-pdf-project .sisi-material-scrollbar-next:not(:disabled):hover,
.spec-sheet-pdf-project .sisi-material-scrollbar-prev:not(:disabled):focus,
.spec-sheet-pdf-project .sisi-material-scrollbar-prev:not(:disabled):hover,
.text-white .sisi-material-scrollbar-next:not(:disabled):focus,
.text-white .sisi-material-scrollbar-next:not(:disabled):hover,
.text-white .sisi-material-scrollbar-prev:not(:disabled):focus,
.text-white .sisi-material-scrollbar-prev:not(:disabled):hover {
    background: rgba(0, 0, 0, .3);
    color: #fff
}

.sisi-material-btn:not(:disabled):active {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.product-pdf .unit:has(.print-page-break) {
    padding-top: 0 !important
}



.slick-list {
    overflow: hidden
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.slick-slider {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.slick-list {
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-slide img {
    display: block
}

.slick-initialized .slick-slide {
    display: block
}




a {
    -webkit-text-decoration-color: inherit;
    text-decoration-color: inherit;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-decoration-thickness: 1px;
    text-underline-offset: .2em;
    color: #c8322b
}



/* 2023change */

/* 2023change */
input:not([type]),
input[type=text] {
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, .16);
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #2d2d2e;
    display: block;
    font-size: 1em;
    font-family: "Proxima Nova W01", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: inherit;
    line-height: 1.25;
    /* max-width: 30em; */
    padding: .75em 1em;
    width: 100%
}

/* .dataTables_filter input[type=search] {
    max-width: none
} */

/* button按钮change */

/* 2023change */

/* .btn.active,
button.active,
input[type=button].active {
    background-color: #2d2d2e;
    border-color: #2d2d2e;
    color: #fff
} */

/* 2023change */
/* .btn-cta,
button[type=submit],
input[type=submit] {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-family: "Proxima Nova W01", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 600;
    line-height: 1.5;
    max-width: 25em;
    overflow: hidden;
    padding: .625em 1.75em;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .2s all ease-out;
    transition: .2s all ease-out;
    vertical-align: middle;
    background-color: #c8322b;
    border: 2px solid #c8322b;
    color: #fff
} */

/* input[type=submit]:focus,
input[type=submit]:hover {
    text-decoration: none;
    background-color: #2d2d2e;
    border-color: #2d2d2e;
    color: #fff
} */

/* 20230606change */

/* .dataTables_wrapper .dt-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: .5rem
}

.dataTables_wrapper .dt-buttons button {
    background: 0 0;
    border: none;
    border-radius: 0;
    color: #2d2d2e;
    font-weight: 400;
    line-height: inherit;
    max-width: none;
    padding: 0
}

.dataTables_wrapper .dt-buttons button>span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .5em
}

.dataTables_wrapper .dt-buttons button .icon {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1em;
    flex: 0 0 1em;
    height: 1em;
    width: 1em
}

.dataTables_wrapper .dt-buttons button svg {
    display: block;
    fill: #5a5b5c;
    margin: 0 auto
}

.specifications-table p:last-child,
.unstyled-list {
    margin-bottom: 0
}

.dataTables_wrapper .dt-buttons button:focus,
.dataTables_wrapper .dt-buttons button:hover {
    color: #c8322b
}

.dataTables_filter label {
    font-size: 1rem
}

table.dataTable thead .sorting {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10px' height='13px'%3E%3Cpath style='opacity:0.35; fill:%23FFFFFF;' d='M0.185,4.836C0.301,4.943,0.462,5.003,0.629,5h8.741c0.171,0,0.318-0.055,0.441-0.164 C9.932,4.734,10,4.594,10,4.446c0-0.152-0.062-0.283-0.185-0.392l-4.378-3.89C5.315,0.055,5.171,0,5,0S4.685,0.055,4.562,0.164 L0.185,4.057C0.065,4.164,0,4.294,0,4.446c0,0.152,0.065,0.28,0.188,0.389L0.185,4.836z'/%3E %3Cpath style='opacity:0.35;fill:%23FFFFFF;' d='M9.815,8.164C9.699,8.057,9.538,7.997,9.371,8H0.629C0.458,8,0.311,8.055,0.188,8.164 C0.068,8.266,0,8.406,0,8.554c0,0.152,0.062,0.283,0.185,0.392l4.378,3.89C4.685,12.945,4.829,13,5,13s0.315-0.055,0.438-0.164 l4.378-3.893C9.935,8.836,10,8.706,10,8.554c0-0.152-0.065-0.28-0.188-0.389H9.815z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    cursor: pointer;
    padding-right: 2rem
}

table.dataTable thead .sorting.sorting_asc,
table.dataTable thead .sorting:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10px' height='13px'%3E%3Cpath style='fill:%23FFFFFF;' d='M0.185,4.836C0.301,4.943,0.462,5.003,0.629,5h8.741c0.171,0,0.318-0.055,0.441-0.164 C9.932,4.734,10,4.594,10,4.446c0-0.152-0.062-0.283-0.185-0.392l-4.378-3.89C5.315,0.055,5.171,0,5,0S4.685,0.055,4.562,0.164 L0.185,4.057C0.065,4.164,0,4.294,0,4.446c0,0.152,0.065,0.28,0.188,0.389L0.185,4.836z'/%3E %3Cpath style='opacity:0.35;fill:%23FFFFFF;' d='M9.815,8.164C9.699,8.057,9.538,7.997,9.371,8H0.629C0.458,8,0.311,8.055,0.188,8.164 C0.068,8.266,0,8.406,0,8.554c0,0.152,0.062,0.283,0.185,0.392l4.378,3.89C4.685,12.945,4.829,13,5,13s0.315-0.055,0.438-0.164 l4.378-3.893C9.935,8.836,10,8.706,10,8.554c0-0.152-0.065-0.28-0.188-0.389H9.815z'/%3E%3C/svg%3E")
}

table.dataTable thead .sorting:hover {
    background-color: #2d2d2e
}

table.dataTable thead .sorting.sorting_desc,
table.dataTable thead .sorting.sorting_desc:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10px' height='13px'%3E%3Cpath style='opacity:0.35;fill:%23FFFFFF;' d='M0.185,4.836C0.301,4.943,0.462,5.003,0.629,5h8.741c0.171,0,0.318-0.055,0.441-0.164 C9.932,4.734,10,4.594,10,4.446c0-0.152-0.062-0.283-0.185-0.392l-4.378-3.89C5.315,0.055,5.171,0,5,0S4.685,0.055,4.562,0.164 L0.185,4.057C0.065,4.164,0,4.294,0,4.446c0,0.152,0.065,0.28,0.188,0.389L0.185,4.836z'/%3E %3Cpath style='fill:%23FFFFFF;' d='M9.815,8.164C9.699,8.057,9.538,7.997,9.371,8H0.629C0.458,8,0.311,8.055,0.188,8.164 C0.068,8.266,0,8.406,0,8.554c0,0.152,0.062,0.283,0.185,0.392l4.378,3.89C4.685,12.945,4.829,13,5,13s0.315-0.055,0.438-0.164 l4.378-3.893C9.935,8.836,10,8.706,10,8.554c0-0.152-0.065-0.28-0.188-0.389H9.815z'/%3E%3C/svg%3E")
} */

iframe {
    display: block
}

img {
    height: auto !important;
    max-width: 100%
}

svg {
    fill: currentColor
}

/*2024change*/
/*
.article-figure,
figure {
    margin: 2.5vmin 0
}

.article-figure img,
figure img {
    width: 100%
}*/

/*2024change*/
/*.article-figure-caption,*/

/*2023change*/

.inner {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-flex: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal
}

.inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 100rem;
    display: flex;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin;
    padding-top: 5vmin
}

@media screen and (min-width:70em) {

    .inner {
        padding-left: 1.5vmin;
        padding-right: 1.5vmin;
        padding-top: 3vmin
    }
}

@media screen and (min-width:70em) {
/*2024change*/
}

/* .loading {
    position: relative
}

.loading:after,
.loading:before {
    bottom: 0;
    content: ' ';
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.loading:before {
    background: rgba(255, 255, 255, .5);
    z-index: 1
}

.loading:after {
    background: url(../image/loading.gif) center center no-repeat;
    z-index: 2
}

.is-loading {
    position: relative
}

.is-loading .loading {
    background: url(../image/loading.gif) center center no-repeat rgba(255, 255, 255, .5);
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.loader {
    -webkit-animation: loader 1s infinite linear;
    animation: loader 1s infinite linear;
    border: .5em solid rgba(45, 45, 46, .12);
    border-radius: 50%;
    border-top-color: rgba(45, 45, 46, .47);
    display: block;
    height: 4em;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 4em
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
} */

/* .document-list dd a, */


/* 2024change 头部 */

/* .family-logo a,
.image-cta {
    -webkit-transition: .3s all ease-out
} */

/*2024change*/

@media screen and (min-width:70em) {

    .main-nav-overlay {
        background: rgba(45, 45, 46, .5);
        height: 100%;
        left: 0;
        opacity: 0;
        position: fixed;
        top: 0;
        -webkit-transition: 150ms all ease-out;
        transition: 150ms all ease-out;
        visibility: hidden;
        width: 100%;
        z-index: 100
    }
}

@media screen and (min-width:70em) {
    /* 2023change */

    /* .main-nav-primary>li>a.is-active {
         color: #2d2d2e 
    } */
}

.interior-hero {
    position: relative
}

