/* --- RESETS --- */
figure {
    margin: 0;
}
img {
    height: auto;
    max-width: 100%;
}
picture {
    display: block;
    text-align: center;
}
#TSFE_ADMIN_PANEL_FORM {
    margin: 0;
}


@media ( max-width: 1440px ) {
    .container--header {
        max-width: 100%;
    }
}

.page__download .list .container {
    position: relative;
}

.page__download .list.pb-2 {
    padding-bottom: 0;
}

/* --- GRID --- */
.container {
    padding-right: 10px;
    padding-left: 10px;
}
.container-max {
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}
.pull-right {
    margin-right: -10px;
}
.pull-left {
    margin-left: -10px;
}
.no-overflow {
    overflow: hidden;
}



/* --- BASIC --- */
html {
    overflow-y: scroll;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
}



/* --- TYPOGRAPHY --- */
body {
    font-family: IntervalPro, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html[lang="zh"] body {
    font-family: 'Noto Sans SC';
}

/* Font sizes */
html,
.text-default {
    font-size: 16px;
    line-height: 1.5;
}
small,
.text-small,
.table--default {
    font-size: .75rem; /* 12px */
}
h1,
.h1,
.h1-size {
    font-size: 1.75rem; /* 28px */
    line-height: 1.214;
    letter-spacing: .2px;
}
.product-header h1 {
    font-size: 2.75rem; /* 40px */
    line-height: 1.2;
    letter-spacing: .3px;
}
h2,
.h2,
.h2-size,
h3,
.h3,
.h3-size {
    font-size: 1.5rem; /* 24px */
    line-height: 1.25;
    letter-spacing: .2px;
}
h4,
.h4,
.h4-size,
.text-large {
    font-size: 1.125rem; /* 18px */
}
.text-large {
    line-height: 1.75;
}
h5,
.h5,
.h5-size {
    font-size: 1rem; /* 16px */
}
h6,
.h6,
.h6-size {
    font-size: 0.875rem /* 14px */;
}

/* Headline styles */
h1, .h1 {
    color: #153D8A;
    margin: 1.5rem 0;
    font-weight: 700;
}
h2, .h2 {
    color: #153D8A;
    margin: 1.5rem 0;
    font-weight: 700;
}
h3, .h3 {
    color: #153D8A;
    margin: 1.5rem 0;
    font-weight: 400;
}
h4, .h4,
h5, .h5 {
    margin: 1.5rem 0;
    font-weight: 700;
}
h6, .h6 {
    margin: 1.5rem 0;
    font-weight: 700;
    text-transform: uppercase;
}

h1:first-child,
.h1:first-child,
h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child,
h4:first-child,
.h4:first-child,
h5:first-child,
.h5:first-child {
    margin-top: -0.1em; /* balance ascender height */
}
h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child {
    margin-bottom: 0;
}

.subline {
    display: block;
    font-weight: 500;
}
h3 .subline,
.h3 .subline {
    font-weight: 300;
}

p,
ul,
ol,
dl,
form,
table,
.table-wrap,
blockquote {
    margin-top: 1.5rem;
    margin-bottom: 0;
}
p:first-child,
ul:first-child,
ol:first-child,
dl:first-child,
form:first-child,
table:first-child,
.table-wrap:first-child,
blockquote:first-child {
    margin-top: 0;
}
ol,
ul {
    padding-left: 1rem;
}
a {
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: none;
}
p a:hover,
p a:focus {
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
}
[class^="icon-"]::before, [class*=" icon-"]::before,
[class^="icon-"]::after, [class*=" icon-"]::after {
    text-decoration: none;
}
a,
.js-link,
.text-default a,
.c-1 {
    color: #0055FF;
}
a,
.js-link {
    cursor: pointer;
    transition: color .3s;
}
a:hover,
.js-link:hover,
.text-default a:hover {
    color: #0D1F4F;
}
.text-link,
.text-link:hover {
    text-decoration: underline;
    color: inherit;
}
body,
.c-2 {
    color: #4A4949; /* text */
}
.c-3 {
    color: #0D1F4F; /* headlines */
}
.c-4 {
    color: #FFF; /* headlines */
}
.c-5 {
    color: #435c7f; /* subline product */
}
.c-6 {
    color: #808080; /* meta */
}
.c-7 {
    color: #A5CCD7; /* meta on blue bg */
}
.c-8 {
    color: #153D8A; /* bg */
}
.c-9 {
    color: #EBEBEB; /* bg */
}
.c-10 {
    color: #E63312; /* error red */
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.text-nowrap {
    white-space: nowrap;
}
.text-break {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.text-break-all {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-all;
}
.text-pre-line {
    white-space: pre-line;
}
.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.caps {
    text-transform: uppercase;
}
.fw-bold {
    font-weight: 700;
}
.fw-medium {
    font-weight: 500;
}
.fw-normal {
    font-weight: 400;
}
::selection {
    background: rgba(13, 31, 79, 0.3);
}



/* --- Spacing --- */
.pt-0 {
    padding-top: 0;
}
.pb-0 {
    padding-bottom: 0;
}
.pt-1 {
    padding-top: 0.75rem;
}
.pb-1 {
    padding-bottom: 0.75rem;
}
.pt-2 {
    padding-top: 1.5rem;
}
.pb-2 {
    padding-bottom: 1.5rem;
}
.pt-3 {
    padding-top: 3rem;
}
.pb-3 {
    padding-bottom: 3rem;
}
.pt-4 {
    padding-top: 4.5rem;
}
.pb-4 {
    padding-bottom: 4.5rem;
}
.pt-5 {
    padding-top: 7.5rem;
}
.pb-5 {
    padding-bottom: 7.5rem;
}
.mt-0 {
    margin-top: 0;
}
.mb-0 {
    margin-bottom: 0;
}
.mt-1 {
    margin-top: 0.75rem;
}
.mb-1 {
    margin-bottom: 0.75rem;
}
.mt-2 {
    margin-top: 1.5rem;
}
.mb-2 {
    margin-bottom: 1.5rem;
}
.mt-3 {
    margin-top: 3rem;
}
.mb-3 {
    margin-bottom: 3rem;
}
.mt-4 {
    margin-top: 4.5rem;
}
.mb-4 {
    margin-bottom: 4.5rem;
}
.mt-5 {
    margin-top: 7.5rem;
}
.mb-5 {
    margin-bottom: 7.5rem;
}
.mr {
    margin-right: 20px;
}
.ml {
    margin-left: 20px;
}



/* --- DIVIDER --- */
hr,
.hr-1 {
    height: 1px;
    margin: calc(0.75rem - 1px) 0;
    border: 0;
    background: #d0d0cf;
}
.hr-2 {
    margin: calc(1.5rem - 1px) 0;
}
.hr-3 {
    margin: calc(3rem - 1px) 0;
}
.hr--spacer {
    background: none;
}



/* --- BACKGROUNDS --- */
.bg-1 {
    color: #FFF;
    background: #333;
}
.bg-2 {
    color: #FFF;
    background: #153D8A;
}
.bg-3 {
    position: relative;
    background: #153D8A;
}
.bg-3 .bg-3__sub {
    position: absolute;
    left: 0;
    top: 45%;
    bottom: -1px;
    right: 0;
    clip-path: polygon(0 48%, 100% 0, 100% 100%, 0% 100%);
    background: #EBEBEB;
}
.bg-4 {
    background: #EBEBEB;
}
.bg-5 {
    color: #FFF;
    background: #0d1f4f;
}
.bg-6 {
    position: relative;
}
.bg-6:before {
    content: '';
    z-index: -2;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #A5CCD7;
}
.bg-6:after {
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 30%;
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
    background: #fff;
}
.bg-7 {
    background: #A5CCD7;
}



/* --- HELPER --- */
.sr-only {
    position: absolute;
    width: 1px !important;
    height: 1px !important;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.ie-flex-fix {
    width: 100%;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

/* --- PHONE (SM) --- */
@media ( min-width: 576px ) {

    /* --- GRID --- */
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    .row {
        margin-right: -20px;
        margin-left: -20px;
    }
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
    .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
    .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
    .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
    .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
    .col-xl-auto {
        padding-right: 20px;
        padding-left: 20px;
    }

    .pull-right {
        /* assume 100vw without scrollbar width for mobile devices */
        margin-right: calc((100vw - 500px) / -2);
    }
    .pull-left {
        margin-left: calc((100vw - 500px) / -2);
    }


    .bg-6:after {
        height: 45%;
    }

}



/* --- TABLET (MD) --- */
@media ( min-width: 768px ) {

    /* Font sizes */
    html,
    .text-default {
        line-height: 1.75;
    }
    p.text {
        line-height: 1.5;
    }
    h1,
    .h1,
    .h1-size {
        font-size: 2rem; /* 32px */
        line-height: 1.375;
        letter-spacing: .25px;
    }
    .product-header h1 {
        font-size: 3.5rem; /* 56px */
        letter-spacing: .25px;
    }
    h2,
    .h2,
    .h2-size,
    h3,
    .h3,
    .h3-size {
        font-size: 2rem; /* 32px */
        line-height: 1.5;
        letter-spacing: .25px;
    }
    h4,
    .h4,
    .h4-size,
    .text-large {
        font-size: 1.5rem; /* 24px */
        line-height: 1.5;
        letter-spacing: .5px;
    }
    small,
    .text-small,
    .table--default {
        font-size: .875rem; /* 14px */
    }


    /* --- GRID --- */
    .pull-right,
    .pull-md-right {
        /* assume 100vw without scrollbar width for mobile devices */
        margin-right: calc((100vw - 680px) / -2);
    }
    .pull-left,
    .pull-md-left {
        margin-left: calc((100vw - 680px) / -2);;
    }


    .bg-3 .bg-3__sub {
        left: 0;
        right: auto;
        top: 0;
        bottom: -1px;
        width: 50%;
        clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
    }
    .bg-6:after {
        left: auto;
        right: 0;
        bottom: 0;
        top: 0;
        height: auto;
        width: 40%;
        clip-path: polygon(35% 0, 100% 0, 100% 100%, 0% 100%);
        background: #fff;
    }

    .mb-md-0 {
        margin-bottom: 0;
    }
}



/* --- DESKTOP (LG) --- */
@media ( min-width: 992px ) {

    /* --- GRID --- */
    .pull-right,
    .pull-lg-right,
    .pull-md-right {
        /* 100vw includes scrollbar width */
        margin-right: calc((100vw - 920px) / -2);
    }
    .pull-left,
    .pull-lg-left,
    .pull-md-left {
        margin-left: calc((100vw - 920px) / -2);;
    }
    .no-hiddenscroll .pull-right,
    .no-hiddenscroll .pull-lg-right,
    .no-hiddenscroll .pull-md-right {
        /* 100vw includes scrollbar width */
        margin-right: calc((100vw - 920px - 17px) / -2);
    }
    .no-hiddenscroll .pull-left,
    .no-hiddenscroll .pull-lg-left,
    .no-hiddenscroll .pull-md-left {
        margin-left: calc((100vw - 920px - 17px) / -2);;
    }

    a[href^="tel:"]:not(.callable),
    a[href^="tel:"]:not(.callable):hover {
        pointer-events: none;
        text-decoration: none;
        color: inherit;
        cursor: text;
    }


    .text-columns {
        column-count: 2;
        column-gap: 40px;
    }
    .text-columns p,
    .text-columns ul {
        break-inside: avoid;
    }

}



/* --- DESKTOP (XL) --- */
@media ( min-width: 1200px ) {

    /* --- GRID --- */
    .pull-right,
    .pull-xl-right,
    .pull-lg-right,
    .pull-md-right {
        margin-right: calc((100vw - 1100px) / -2);
    }
    .pull-left,
    .pull-lg-left,
    .pull-md-left {
        margin-left: calc((100vw - 1100px) / -2);;
    }
    .no-hiddenscroll .pull-right,
    .no-hiddenscroll .pull-xl-right,
    .no-hiddenscroll .pull-lg-right,
    .no-hiddenscroll .pull-md-right {
        margin-right: calc((100vw - 1100px - 17px) / -2);
    }
    .no-hiddenscroll .pull-left,
    .no-hiddenscroll .pull-lg-left,
    .no-hiddenscroll .pull-md-left {
        margin-left: calc((100vw - 1100px - 17px) / -2);;
    }

    .bg-6:after {
        width: 45%;
    }

}



/* --- DESKTOP (XXL) --- */
@media ( min-width: 1440px ) {

    /* --- GRID --- */
    .container {
        max-width: 1400px;
    }
    .pull-right,
    .pull-xl-right,
    .pull-lg-right,
    .pull-md-right {
        margin-right: calc((100vw - 1360px) / -2);
    }
    .pull-left,
    .pull-lg-left,
    .pull-md-left {
        margin-left: calc((100vw - 1360px) / -2);
    }
    .no-hiddenscroll .pull-right,
    .no-hiddenscroll .pull-xl-right,
    .no-hiddenscroll .pull-lg-right,
    .no-hiddenscroll .pull-md-right {
        margin-right: calc((100vw - 1360px - 17px) / -2);
    }
    .no-hiddenscroll .pull-left,
    .no-hiddenscroll .pull-lg-left,
    .no-hiddenscroll .pull-md-left {
        margin-left: calc((100vw - 1360px - 17px) / -2);;
    }

    .bg-6:after {
        clip-path: polygon(35% 0, 100% 0, 100% 100%, 0% 140%);
    }


}



/* --- MAX --- */
@media ( min-width: 1940px ) {

    /* --- GRID --- */
    /* 1360px + 2 * 280px */
    .pull-right,
    .pull-xl-right,
    .pull-lg-right,
    .pull-md-right {
        margin-right: -280px;
    }
    .pull-left,
    .pull-lg-left,
    .pull-md-left {
        margin-left: -280px;
    }
    .no-hiddenscroll .pull-right,
    .no-hiddenscroll .pull-xl-right,
    .no-hiddenscroll .pull-lg-right,
    .no-hiddenscroll .pull-md-right {
        margin-right: calc(-280px - 17px);
    }
    .no-hiddenscroll .pull-left,
    .no-hiddenscroll .pull-lg-left,
    .no-hiddenscroll .pull-md-left {
        margin-left: calc(-280px - 17px);
    }

}
