﻿@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: #00000026
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(#00000080, #0000)
}

.swiper-css-mode>.swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    height: var(--swiper-centered-offset-after);
    min-width: 1px;
    width: 100%
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    height: var(--swiper-virtual-size);
    width: 1px
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    z-index: 10
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none;
    text-transform: none !important
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    left: auto;
    right: 10px
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    border-radius: 50%;
    display: inline-block;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px))
}

button.swiper-pagination-bullet {
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: var(--swiper-pagination-bullet-opacity, 1)
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
    background: #00000040;
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: 0 0;
    width: 100%
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: 100% 0
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    background: #0000001a;
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none
}

.swiper-horizontal>.swiper-scrollbar {
    bottom: 3px;
    height: 5px;
    left: 1%;
    position: absolute;
    width: 98%;
    z-index: 50
}

.swiper-vertical>.swiper-scrollbar {
    height: 98%;
    position: absolute;
    right: 3px;
    top: 1%;
    width: 5px;
    z-index: 50
}

.swiper-scrollbar-drag {
    background: #00000080;
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid #0000;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

.swiper .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-flow: column wrap
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    backface-visibility: hidden;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    width: 100%;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    background: #000;
    content: "";
    filter: blur(50px);
    inset: 0;
    position: absolute
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    backface-visibility: hidden;
    z-index: 0
}

.swiper-creative .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transform-origin: bottom
}

.mapboxgl-map {
    -webkit-tap-highlight-color: #0000;
    font: 12px/20px Helvetica Neue, Arial, Helvetica, sans-serif;
    overflow: hidden;
    position: relative
}

.mapboxgl-canvas {
    left: 0;
    position: absolute;
    top: 0
}

.mapboxgl-map:-webkit-full-screen {
    height: 100%;
    width: 100%
}

.mapboxgl-canary {
    background-color: salmon
}

.mapboxgl-canvas-container.mapboxgl-interactive,
.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass {
    cursor: grab;
    -webkit-user-select: none;
    user-select: none
}

.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer {
    cursor: pointer
}

.mapboxgl-canvas-container.mapboxgl-interactive:active,
.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active {
    cursor: grabbing
}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas {
    touch-action: pan-x pan-y
}

.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas {
    touch-action: pinch-zoom
}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
    touch-action: none
}

.mapboxgl-ctrl-bottom-left,
.mapboxgl-ctrl-bottom-right,
.mapboxgl-ctrl-top-left,
.mapboxgl-ctrl-top-right {
    pointer-events: none;
    position: absolute;
    z-index: 2
}

.mapboxgl-ctrl-top-left {
    left: 0;
    top: 0
}

.mapboxgl-ctrl-top-right {
    right: 0;
    top: 0
}

.mapboxgl-ctrl-bottom-left {
    bottom: 0;
    left: 0
}

.mapboxgl-ctrl-bottom-right {
    bottom: 0;
    right: 0
}

.mapboxgl-ctrl {
    clear: both;
    pointer-events: auto;
    transform: translate(0)
}

.mapboxgl-ctrl-top-left .mapboxgl-ctrl {
    float: left;
    margin: 10px 0 0 10px
}

.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
    float: right;
    margin: 10px 10px 0 0
}

.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl {
    float: left;
    margin: 0 0 10px 10px
}

.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
    float: right;
    margin: 0 10px 10px 0
}

.mapboxgl-ctrl-group {
    background: #fff;
    border-radius: 4px
}

.mapboxgl-ctrl-group:not(:empty) {
    box-shadow: 0 0 0 2px #0000001a
}

@media (-ms-high-contrast:active) {
    .mapboxgl-ctrl-group:not(:empty) {
        box-shadow: 0 0 0 2px ButtonText
    }
}

.mapboxgl-ctrl-group button {
    background-color: #0000;
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 29px;
    outline: none;
    overflow: hidden;
    padding: 0;
    width: 29px
}

.mapboxgl-ctrl-group button+button {
    border-top: 1px solid #ddd
}

.mapboxgl-ctrl button .mapboxgl-ctrl-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    width: 100%
}

@media (-ms-high-contrast:active) {
    .mapboxgl-ctrl-icon {
        background-color: #0000
    }

    .mapboxgl-ctrl-group button+button {
        border-top: 1px solid ButtonText
    }
}

.mapboxgl-ctrl-attrib-button:focus,
.mapboxgl-ctrl-group button:focus {
    box-shadow: 0 0 2px 2px #0096ff
}

.mapboxgl-ctrl button:disabled {
    cursor: not-allowed
}

.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon {
    opacity: .25
}

.mapboxgl-ctrl-group button:first-child {
    border-radius: 4px 4px 0 0
}

.mapboxgl-ctrl-group button:last-child {
    border-radius: 0 0 4px 4px
}

.mapboxgl-ctrl-group button:only-child {
    border-radius: inherit
}

.mapboxgl-ctrl button:not(:disabled):hover {
    background-color: #0000000d
}

.mapboxgl-ctrl-group button:focus:focus-visible {
    box-shadow: 0 0 2px 2px #0096ff
}

.mapboxgl-ctrl-group button:focus:not(:focus-visible) {
    box-shadow: none
}

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")
}

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")
}

@media (-ms-high-contrast:active) {
    .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")
    }
}

@media (-ms-high-contrast:black-on-white) {
    .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")
    }
}

.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")
}

.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")
}

@media (-ms-high-contrast:active) {
    .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")
    }
}

@media (-ms-high-contrast:black-on-white) {
    .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")
    }
}

.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='m10.5 14 4-8 4 8h-8z'/%3E%3Cpath d='m10.5 16 4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")
}

@media (-ms-high-contrast:active) {
    .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='m10.5 14 4-8 4 8h-8z'/%3E%3Cpath d='m10.5 16 4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E")
    }
}

@media (-ms-high-contrast:black-on-white) {
    .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m10.5 14 4-8 4 8h-8z'/%3E%3Cpath d='m10.5 16 4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")
    }
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='m14 5 1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3C/svg%3E")
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3C/svg%3E")
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon {
    animation: mapboxgl-spin 2s linear infinite
}

@media (-ms-high-contrast:active) {
    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='m14 5 1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3C/svg%3E")
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3C/svg%3E")
    }
}

@media (-ms-high-contrast:black-on-white) {
    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='m14 5 1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")
    }
}

@keyframes mapboxgl-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

a.mapboxgl-ctrl-logo {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 0 1 3.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 0 0-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 0 0 4.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 0 1-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 0 1 .3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 0 1-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg opacity='.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cg opacity='.9' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 23px;
    margin: 0 0 -4px -4px;
    overflow: hidden;
    width: 88px
}

a.mapboxgl-ctrl-logo.mapboxgl-compact {
    width: 23px
}

@media (-ms-high-contrast:active) {
    a.mapboxgl-ctrl-logo {
        background-color: #0000;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 0 1 3.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 0 0-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 0 0 4.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 0 1-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 0 1 .3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 0 1-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cg fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E")
    }
}

@media (-ms-high-contrast:black-on-white) {
    a.mapboxgl-ctrl-logo {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 0 1 3.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 0 0-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 0 0 4.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 0 1-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 0 1 .3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 0 1-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/svg%3E")
    }
}

.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
    background-color: #ffffff80;
    margin: 0;
    padding: 0 5px
}

@media screen {
    .mapboxgl-ctrl-attrib.mapboxgl-compact {
        background-color: #fff;
        border-radius: 12px;
        margin: 10px;
        min-height: 20px;
        padding: 2px 24px 2px 0;
        position: relative
    }

    .mapboxgl-ctrl-attrib.mapboxgl-compact-show {
        padding: 2px 28px 2px 8px;
        visibility: visible
    }

    .mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show,
    .mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show {
        border-radius: 12px;
        padding: 2px 8px 2px 28px
    }

    .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner {
        display: none
    }

    .mapboxgl-ctrl-attrib-button {
        background-color: #ffffff80;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");
        border: 0;
        border-radius: 12px;
        box-sizing: border-box;
        cursor: pointer;
        display: none;
        height: 24px;
        outline: none;
        position: absolute;
        right: 0;
        top: 0;
        width: 24px
    }

    .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button,
    .mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button {
        left: 0
    }

    .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button,
    .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner {
        display: block
    }

    .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button {
        background-color: #0000000d
    }

    .mapboxgl-ctrl-bottom-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after {
        bottom: 0;
        right: 0
    }

    .mapboxgl-ctrl-top-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after {
        right: 0;
        top: 0
    }

    .mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after {
        left: 0;
        top: 0
    }

    .mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after {
        bottom: 0;
        left: 0
    }
}

@media screen and (-ms-high-contrast:active) {
    .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")
    }
}

@media screen and (-ms-high-contrast:black-on-white) {
    .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")
    }
}

.mapboxgl-ctrl-attrib a {
    color: #000000bf;
    text-decoration: none
}

.mapboxgl-ctrl-attrib a:hover {
    color: inherit;
    text-decoration: underline
}

.mapboxgl-ctrl-attrib .mapbox-improve-map {
    font-weight: 700;
    margin-left: 2px
}

.mapboxgl-attrib-empty {
    display: none
}

.mapboxgl-ctrl-scale {
    background-color: #ffffffbf;
    border: 2px solid #333;
    border-top: #333;
    box-sizing: border-box;
    color: #333;
    font-size: 10px;
    padding: 0 5px
}

.mapboxgl-popup {
    display: flex;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    will-change: transform
}

.mapboxgl-popup-anchor-top,
.mapboxgl-popup-anchor-top-left,
.mapboxgl-popup-anchor-top-right {
    flex-direction: column
}

.mapboxgl-popup-anchor-bottom,
.mapboxgl-popup-anchor-bottom-left,
.mapboxgl-popup-anchor-bottom-right {
    flex-direction: column-reverse
}

.mapboxgl-popup-anchor-left {
    flex-direction: row
}

.mapboxgl-popup-anchor-right {
    flex-direction: row-reverse
}

.mapboxgl-popup-tip {
    border: 10px solid #0000;
    height: 0;
    width: 0;
    z-index: 1
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
    align-self: center;
    border-bottom-color: #fff;
    border-top: none
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
    align-self: flex-start;
    border-bottom-color: #fff;
    border-left: none;
    border-top: none
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
    align-self: flex-end;
    border-bottom-color: #fff;
    border-right: none;
    border-top: none
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
    align-self: center;
    border-bottom: none;
    border-top-color: #fff
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
    align-self: flex-start;
    border-bottom: none;
    border-left: none;
    border-top-color: #fff
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
    align-self: flex-end;
    border-bottom: none;
    border-right: none;
    border-top-color: #fff
}

.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
    align-self: center;
    border-left: none;
    border-right-color: #fff
}

.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
    align-self: center;
    border-left-color: #fff;
    border-right: none
}

.mapboxgl-popup-close-button {
    background-color: #0000;
    border: 0;
    border-radius: 0 3px 0 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0
}

.mapboxgl-popup-close-button:hover {
    background-color: #0000000d
}

.mapboxgl-popup-content {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px #0000001a;
    padding: 10px 10px 15px;
    pointer-events: auto;
    position: relative
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content {
    border-top-left-radius: 0
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content {
    border-top-right-radius: 0
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content {
    border-bottom-left-radius: 0
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content {
    border-bottom-right-radius: 0
}

.mapboxgl-popup-track-pointer {
    display: none
}

.mapboxgl-popup-track-pointer * {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none
}

.mapboxgl-map:hover .mapboxgl-popup-track-pointer {
    display: flex
}

.mapboxgl-map:active .mapboxgl-popup-track-pointer {
    display: none
}

.mapboxgl-marker {
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: opacity .2s;
    will-change: transform
}

.mapboxgl-user-location-dot,
.mapboxgl-user-location-dot:before {
    background-color: #1da1f2;
    border-radius: 50%;
    height: 15px;
    width: 15px
}

.mapboxgl-user-location-dot:before {
    animation: mapboxgl-user-location-dot-pulse 2s infinite;
    content: "";
    position: absolute
}

.mapboxgl-user-location-dot:after {
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 3px #00000059;
    box-sizing: border-box;
    content: "";
    height: 19px;
    left: -2px;
    position: absolute;
    top: -2px;
    width: 19px
}

.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading {
    height: 0;
    width: 0
}

.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after,
.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before {
    border-bottom: 7.5px solid #4aa1eb;
    content: "";
    position: absolute
}

.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before {
    border-left: 7.5px solid #0000;
    transform: translateY(-28px)skewY(-20deg)
}

.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after {
    border-right: 7.5px solid #0000;
    transform: translate(7.5px, -28px)skewY(20deg)
}

@keyframes mapboxgl-user-location-dot-pulse {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    70% {
        opacity: 0;
        transform: scale(3)
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}

.mapboxgl-user-location-dot-stale {
    background-color: #aaa
}

.mapboxgl-user-location-dot-stale:after {
    display: none
}

.mapboxgl-user-location-accuracy-circle {
    background-color: #1da1f233;
    border-radius: 100%;
    height: 1px;
    width: 1px
}

.mapboxgl-crosshair,
.mapboxgl-crosshair .mapboxgl-interactive,
.mapboxgl-crosshair .mapboxgl-interactive:active {
    cursor: crosshair
}

.mapboxgl-boxzoom {
    background: #fff;
    border: 2px dotted #202020;
    height: 0;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 0
}

@media print {
    .mapbox-improve-map {
        display: none
    }
}

.mapboxgl-scroll-zoom-blocker,
.mapboxgl-touch-pan-blocker {
    align-items: center;
    background: #000000b3;
    color: #fff;
    display: flex;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 0;
    transition: opacity .75s ease-in-out 1s;
    width: 100%
}

.mapboxgl-scroll-zoom-blocker-show,
.mapboxgl-touch-pan-blocker-show {
    opacity: 1;
    transition: opacity .1s ease-in-out
}

.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page,
.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page .mapboxgl-canvas {
    touch-action: pan-x pan-y
}

:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

.animate__animated {
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    animation-fill-mode: both
}

.animate__animated.animate__infinite {
    animation-iteration-count: infinite
}

.animate__animated.animate__repeat-1 {
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: var(--animate-repeat);
    animation-iteration-count: var(--animate-repeat)
}

.animate__animated.animate__repeat-2 {
    animation-iteration-count: 2;
    -webkit-animation-iteration-count: calc(var(--animate-repeat)*2);
    animation-iteration-count: calc(var(--animate-repeat)*2)
}

.animate__animated.animate__repeat-3 {
    animation-iteration-count: 3;
    -webkit-animation-iteration-count: calc(var(--animate-repeat)*3);
    animation-iteration-count: calc(var(--animate-repeat)*3)
}

.animate__animated.animate__delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay)
}

.animate__animated.animate__delay-2s {
    animation-delay: 2s;
    -webkit-animation-delay: calc(var(--animate-delay)*2);
    animation-delay: calc(var(--animate-delay)*2)
}

.animate__animated.animate__delay-3s {
    animation-delay: 3s;
    -webkit-animation-delay: calc(var(--animate-delay)*3);
    animation-delay: calc(var(--animate-delay)*3)
}

.animate__animated.animate__delay-4s {
    animation-delay: 4s;
    -webkit-animation-delay: calc(var(--animate-delay)*4);
    animation-delay: calc(var(--animate-delay)*4)
}

.animate__animated.animate__delay-5s {
    animation-delay: 5s;
    -webkit-animation-delay: calc(var(--animate-delay)*5);
    animation-delay: calc(var(--animate-delay)*5)
}

.animate__animated.animate__faster {
    animation-duration: .5s;
    -webkit-animation-duration: calc(var(--animate-duration)/2);
    animation-duration: calc(var(--animate-duration)/2)
}

.animate__animated.animate__fast {
    animation-duration: .8s;
    -webkit-animation-duration: calc(var(--animate-duration)*.8);
    animation-duration: calc(var(--animate-duration)*.8)
}

.animate__animated.animate__slow {
    animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration)*2);
    animation-duration: calc(var(--animate-duration)*2)
}

.animate__animated.animate__slower {
    animation-duration: 3s;
    -webkit-animation-duration: calc(var(--animate-duration)*3);
    animation-duration: calc(var(--animate-duration)*3)
}

@media (prefers-reduced-motion:reduce),
print {
    .animate__animated {
        animation-duration: 1ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 1ms !important
    }

    .animate__animated[class*=Out] {
        opacity: 0
    }
}

.animate__bounce {
    animation-name: bounce;
    transform-origin: bottom
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.animate__flash {
    animation-name: flash
}

.animate__pulse {
    animation-name: pulse;
    animation-timing-function: ease-in-out
}

@keyframes rubberBand {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }

    to {
        transform: scaleX(1)
    }
}

.animate__rubberBand {
    animation-name: rubberBand
}

@keyframes shakeX {

    0%,
    to {
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.animate__shakeX {
    animation-name: shakeX
}

@keyframes shakeY {

    0%,
    to {
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(0, -10px, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(0, 10px, 0)
    }
}

.animate__shakeY {
    animation-name: shakeY
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px)rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px)rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px)rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px)rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.animate__headShake {
    animation-name: headShake;
    animation-timing-function: ease-in-out
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.animate__swing {
    animation-name: swing;
    transform-origin: top
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9)rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1)rotate(3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1)rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}

.animate__tada {
    animation-name: tada
}

@keyframes wobble {
    0% {
        transform: translateZ(0)
    }

    15% {
        transform: translate3d(-25%, 0, 0)rotate(-5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0)rotate(3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0)rotate(-3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0)rotate(2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0)rotate(-1deg)
    }

    to {
        transform: translateZ(0)
    }
}

.animate__wobble {
    animation-name: wobble
}

@keyframes jello {

    0%,
    11.1%,
    to {
        transform: translateZ(0)
    }

    22.2% {
        transform: skewX(-12.5deg)skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg)skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg)skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg)skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg)skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg)skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.195313deg)skewY(-.195313deg)
    }
}

.animate__jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes heartBeat {
    0% {
        transform: scale(1)
    }

    14% {
        transform: scale(1.3)
    }

    28% {
        transform: scale(1)
    }

    42% {
        transform: scale(1.3)
    }

    70% {
        transform: scale(1)
    }
}

.animate__heartBeat {
    animation-duration: 1.3s;
    -webkit-animation-duration: calc(var(--animate-duration)*1.3);
    animation-duration: calc(var(--animate-duration)*1.3);
    animation-name: heartBeat;
    animation-timing-function: ease-in-out
}

@keyframes backInDown {
    0% {
        opacity: .7;
        transform: translateY(-1200px)scale(.7)
    }

    80% {
        opacity: .7;
        transform: translateY(0)scale(.7)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.animate__backInDown {
    animation-name: backInDown
}

@keyframes backInLeft {
    0% {
        opacity: .7;
        transform: translateX(-2000px)scale(.7)
    }

    80% {
        opacity: .7;
        transform: translateX(0)scale(.7)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.animate__backInLeft {
    animation-name: backInLeft
}

@keyframes backInRight {
    0% {
        opacity: .7;
        transform: translateX(2000px)scale(.7)
    }

    80% {
        opacity: .7;
        transform: translateX(0)scale(.7)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.animate__backInRight {
    animation-name: backInRight
}

@keyframes backInUp {
    0% {
        opacity: .7;
        transform: translateY(1200px)scale(.7)
    }

    80% {
        opacity: .7;
        transform: translateY(0)scale(.7)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.animate__backInUp {
    animation-name: backInUp
}

@keyframes backOutDown {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    20% {
        opacity: .7;
        transform: translateY(0)scale(.7)
    }

    to {
        opacity: .7;
        transform: translateY(700px)scale(.7)
    }
}

.animate__backOutDown {
    animation-name: backOutDown
}

@keyframes backOutLeft {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    20% {
        opacity: .7;
        transform: translateX(0)scale(.7)
    }

    to {
        opacity: .7;
        transform: translateX(-2000px)scale(.7)
    }
}

.animate__backOutLeft {
    animation-name: backOutLeft
}

@keyframes backOutRight {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    20% {
        opacity: .7;
        transform: translateX(0)scale(.7)
    }

    to {
        opacity: .7;
        transform: translateX(2000px)scale(.7)
    }
}

.animate__backOutRight {
    animation-name: backOutRight
}

@keyframes backOutUp {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    20% {
        opacity: .7;
        transform: translateY(0)scale(.7)
    }

    to {
        opacity: .7;
        transform: translateY(-700px)scale(.7)
    }
}

.animate__backOutUp {
    animation-name: backOutUp
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

.animate__bounceIn {
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*.75);
    animation-duration: calc(var(--animate-duration)*.75);
    animation-name: bounceIn
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)scaleY(3)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)scaleY(.9)
    }

    75% {
        transform: translate3d(0, -10px, 0)scaleY(.95)
    }

    90% {
        transform: translate3d(0, 5px, 0)scaleY(.985)
    }

    to {
        transform: translateZ(0)
    }
}

.animate__bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)scaleX(3)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)scaleX(1)
    }

    75% {
        transform: translate3d(-10px, 0, 0)scaleX(.98)
    }

    90% {
        transform: translate3d(5px, 0, 0)scaleX(.995)
    }

    to {
        transform: translateZ(0)
    }
}

.animate__bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)scaleX(3)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)scaleX(1)
    }

    75% {
        transform: translate3d(10px, 0, 0)scaleX(.98)
    }

    90% {
        transform: translate3d(-5px, 0, 0)scaleX(.995)
    }

    to {
        transform: translateZ(0)
    }
}

.animate__bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)scaleY(5)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)scaleY(.9)
    }

    75% {
        transform: translate3d(0, 10px, 0)scaleY(.95)
    }

    90% {
        transform: translate3d(0, -5px, 0)scaleY(.985)
    }

    to {
        transform: translateZ(0)
    }
}

.animate__bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.animate__bounceOut {
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*.75);
    animation-duration: calc(var(--animate-duration)*.75);
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)scaleY(.985)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)scaleY(.9)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)scaleY(3)
    }
}

.animate__bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)scaleX(.9)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)scaleX(2)
    }
}

.animate__bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)scaleX(.9)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)scaleX(2)
    }
}

.animate__bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)scaleY(.985)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)scaleY(.9)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)scaleY(3)
    }
}

.animate__bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.animate__fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInTopLeft {
    animation-name: fadeInTopLeft
}

@keyframes fadeInTopRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInTopRight {
    animation-name: fadeInTopRight
}

@keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInBottomLeft {
    animation-name: fadeInBottomLeft
}

@keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInBottomRight {
    animation-name: fadeInBottomRight
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.animate__fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.animate__fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.animate__fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.animate__fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.animate__fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.animate__fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.animate__fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.animate__fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.animate__fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, -100%, 0)
    }
}

.animate__fadeOutTopLeft {
    animation-name: fadeOutTopLeft
}

@keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        transform: translate3d(100%, -100%, 0)
    }
}

.animate__fadeOutTopRight {
    animation-name: fadeOutTopRight
}

@keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 100%, 0)
    }
}

.animate__fadeOutBottomRight {
    animation-name: fadeOutBottomRight
}

@keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 100%, 0)
    }
}

.animate__fadeOutBottomLeft {
    animation-name: fadeOutBottomLeft
}

@keyframes flip {
    0% {
        animation-timing-function: ease-out;
        transform: perspective(400px)scaleX(1)translateZ(0)rotateY(-1turn)
    }

    40% {
        animation-timing-function: ease-out;
        transform: perspective(400px)scaleX(1)translateZ(150px)rotateY(-190deg)
    }

    50% {
        animation-timing-function: ease-in;
        transform: perspective(400px)scaleX(1)translateZ(150px)rotateY(-170deg)
    }

    80% {
        animation-timing-function: ease-in;
        transform: perspective(400px)scale3d(.95, .95, .95)translateZ(0)rotateY(0deg)
    }

    to {
        animation-timing-function: ease-in;
        transform: perspective(400px)scaleX(1)translateZ(0)rotateY(0deg)
    }
}

.animate__animated.animate__flip {
    animation-name: flip;
    backface-visibility: visible
}

@keyframes flipInX {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px)rotateX(90deg)
    }

    40% {
        animation-timing-function: ease-in;
        transform: perspective(400px)rotateX(-20deg)
    }

    60% {
        opacity: 1;
        transform: perspective(400px)rotateX(10deg)
    }

    80% {
        transform: perspective(400px)rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.animate__flipInX {
    animation-name: flipInX;
    backface-visibility: visible !important
}

@keyframes flipInY {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px)rotateY(90deg)
    }

    40% {
        animation-timing-function: ease-in;
        transform: perspective(400px)rotateY(-20deg)
    }

    60% {
        opacity: 1;
        transform: perspective(400px)rotateY(10deg)
    }

    80% {
        transform: perspective(400px)rotateY(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.animate__flipInY {
    animation-name: flipInY;
    backface-visibility: visible !important
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }

    30% {
        opacity: 1;
        transform: perspective(400px)rotateX(-20deg)
    }

    to {
        opacity: 0;
        transform: perspective(400px)rotateX(90deg)
    }
}

.animate__flipOutX {
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*.75);
    animation-duration: calc(var(--animate-duration)*.75);
    animation-name: flipOutX;
    backface-visibility: visible !important
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }

    30% {
        opacity: 1;
        transform: perspective(400px)rotateY(-15deg)
    }

    to {
        opacity: 0;
        transform: perspective(400px)rotateY(90deg)
    }
}

.animate__flipOutY {
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*.75);
    animation-duration: calc(var(--animate-duration)*.75);
    animation-name: flipOutY;
    backface-visibility: visible !important
}

@keyframes lightSpeedInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)skewX(-30deg)
    }

    60% {
        opacity: 1;
        transform: skewX(20deg)
    }

    80% {
        transform: skewX(-5deg)
    }

    to {
        transform: translateZ(0)
    }
}

.animate__lightSpeedInRight {
    animation-name: lightSpeedInRight;
    animation-timing-function: ease-out
}

@keyframes lightSpeedInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)skewX(30deg)
    }

    60% {
        opacity: 1;
        transform: skewX(-20deg)
    }

    80% {
        transform: skewX(5deg)
    }

    to {
        transform: translateZ(0)
    }
}

.animate__lightSpeedInLeft {
    animation-name: lightSpeedInLeft;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)skewX(30deg)
    }
}

.animate__lightSpeedOutRight {
    animation-name: lightSpeedOutRight;
    animation-timing-function: ease-in
}

@keyframes lightSpeedOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)skewX(-30deg)
    }
}

.animate__lightSpeedOutLeft {
    animation-name: lightSpeedOutLeft;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    0% {
        opacity: 0;
        transform: rotate(-200deg)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__rotateIn {
    animation-name: rotateIn;
    transform-origin: center
}

@keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        transform: rotate(-45deg)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__rotateInDownLeft {
    animation-name: rotateInDownLeft;
    transform-origin: 0 100%
}

@keyframes rotateInDownRight {
    0% {
        opacity: 0;
        transform: rotate(45deg)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__rotateInDownRight {
    animation-name: rotateInDownRight;
    transform-origin: 100% 100%
}

@keyframes rotateInUpLeft {
    0% {
        opacity: 0;
        transform: rotate(45deg)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__rotateInUpLeft {
    animation-name: rotateInUpLeft;
    transform-origin: 0 100%
}

@keyframes rotateInUpRight {
    0% {
        opacity: 0;
        transform: rotate(-90deg)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__rotateInUpRight {
    animation-name: rotateInUpRight;
    transform-origin: 100% 100%
}

@keyframes rotateOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: rotate(200deg)
    }
}

.animate__rotateOut {
    animation-name: rotateOut;
    transform-origin: center
}

@keyframes rotateOutDownLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: rotate(45deg)
    }
}

.animate__rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
    transform-origin: 0 100%
}

@keyframes rotateOutDownRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: rotate(-45deg)
    }
}

.animate__rotateOutDownRight {
    animation-name: rotateOutDownRight;
    transform-origin: 100% 100%
}

@keyframes rotateOutUpLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: rotate(-45deg)
    }
}

.animate__rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
    transform-origin: 0 100%
}

@keyframes rotateOutUpRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: rotate(90deg)
    }
}

.animate__rotateOutUpRight {
    animation-name: rotateOutUpRight;
    transform-origin: 100% 100%
}

@keyframes hinge {
    0% {
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        animation-timing-function: ease-in-out;
        transform: rotate(80deg)
    }

    40%,
    80% {
        animation-timing-function: ease-in-out;
        opacity: 1;
        transform: rotate(60deg)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 700px, 0)
    }
}

.animate__hinge {
    animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration)*2);
    animation-duration: calc(var(--animate-duration)*2);
    animation-name: hinge;
    transform-origin: 0 0
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        transform: scale(.1)rotate(30deg);
        transform-origin: bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.animate__jackInTheBox {
    animation-name: jackInTheBox
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)rotate(-120deg)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)rotate(120deg)
    }
}

.animate__rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.animate__zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    0% {
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1)translate3d(0, -1000px, 0)
    }

    60% {
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475)translate3d(0, 60px, 0)
    }
}

.animate__zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    0% {
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1)translate3d(-1000px, 0, 0)
    }

    60% {
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475)translate3d(10px, 0, 0)
    }
}

.animate__zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    0% {
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1)translate3d(1000px, 0, 0)
    }

    60% {
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475)translate3d(-10px, 0, 0)
    }
}

.animate__zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    0% {
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1)translate3d(0, 1000px, 0)
    }

    60% {
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475)translate3d(0, -60px, 0)
    }
}

.animate__zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.animate__zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        transform: scale3d(.475, .475, .475)translate3d(0, -60px, 0)
    }

    to {
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        transform: scale3d(.1, .1, .1)translate3d(0, 2000px, 0)
    }
}

.animate__zoomOutDown {
    animation-name: zoomOutDown;
    transform-origin: bottom
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475)translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1)translate3d(-2000px, 0, 0)
    }
}

.animate__zoomOutLeft {
    animation-name: zoomOutLeft;
    transform-origin: 0
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475)translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1)translate3d(2000px, 0, 0)
    }
}

.animate__zoomOutRight {
    animation-name: zoomOutRight;
    transform-origin: 100%
}

@keyframes zoomOutUp {
    40% {
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        transform: scale3d(.475, .475, .475)translate3d(0, 60px, 0)
    }

    to {
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        transform: scale3d(.1, .1, .1)translate3d(0, -2000px, 0)
    }
}

.animate__zoomOutUp {
    animation-name: zoomOutUp;
    transform-origin: bottom
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.animate__slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.animate__slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.animate__slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.animate__slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(0, 100%, 0);
        visibility: hidden
    }
}

.animate__slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(-100%, 0, 0);
        visibility: hidden
    }
}

.animate__slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(100%, 0, 0);
        visibility: hidden
    }
}

.animate__slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(0, -100%, 0);
        visibility: hidden
    }
}

.animate__slideOutUp {
    animation-name: slideOutUp
}

html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    tab-size: 4
}

body {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji
}

hr {
    color: inherit;
    height: 0
}

abbr[title] {
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    border-color: inherit;
    text-indent: 0
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
select {
    text-transform: none
}

button {
    -webkit-appearance: button
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

legend {
    padding: 0
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

button {
    background-color: #0000;
    background-image: none
}

fieldset,
ol,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none
}

html {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5
}

body {
    font-family: inherit;
    line-height: inherit
}

*,
:after,
:before {
    border: 0 solid;
    box-sizing: border-box
}

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

input::placeholder,
textarea::placeholder {
    color: #a1a1aa
}

button {
    cursor: pointer
}

table {
    border-collapse: collapse
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    line-height: inherit;
    padding: 0
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}

img,
video {
    height: auto;
    max-width: 100%
}

*,
:after,
:before {
    border-color: currentColor
}

select,
textarea {
    --tw-shadow: 0 0 #0000;
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-radius: 0;
    border-width: 1px;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: .5rem .75rem
}

select:focus,
textarea:focus {
    --tw-ring-inset: var(--tw-empty, );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    border-color: #2563eb;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    outline: 2px solid #0000;
    outline-offset: 2px
}

input::placeholder,
textarea::placeholder {
    color: #6b7280;
    opacity: 1
}

::-webkit-datetime-edit-fields-wrapper {
    padding: 0
}

::-webkit-date-and-time-value {
    min-height: 1.5em
}

select {
    color-adjust: exact;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
    background-position: right .5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem
}

.block {
    display: block
}

.table {
    display: table
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes ping {

    75%,
    to {
        opacity: 0;
        transform: scale(2)
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes bounce {

    0%,
    to {
        animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        transform: translateY(-25%)
    }

    50% {
        animation-timing-function: cubic-bezier(0, 0, .2, 1);
        transform: none
    }
}

*,
:after,
:before {
    --tw-shadow: 0 0 #0000;
    --tw-ring-inset: var(--tw-empty, );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #3b82f680;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000
}

.odometer.odometer-auto-theme,
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-minimal,
.odometer.odometer-theme-minimal .odometer-digit {
    zoom: 1;
    display: inline;
    position: relative;
    vertical-align: middle;
    vertical-align: auto
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
    zoom: 1;
    display: inline;
    vertical-align: middle;
    vertical-align: auto;
    visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
    display: block;
    inset: 0;
    overflow: hidden;
    position: absolute;
    text-align: left
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
    display: block
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
    -webkit-backface-visibility: hidden;
    display: block
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-minimal .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0)
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
    position: absolute
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -o-transition: -o-transform 2s;
    -ms-transition: -ms-transform 2s;
    transition: transform 2s
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    transform: translateY(0);
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -o-transition: -o-transform 2s;
    -ms-transition: -ms-transform 2s;
    transition: transform 2s
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-modal-dialog,
.vjs-button>.vjs-icon-placeholder:before,
.vjs-modal-dialog .vjs-modal-dialog-content {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-button>.vjs-icon-placeholder:before {
    text-align: center
}

@font-face {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==") format("woff")
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder,
.vjs-icon-play {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.vjs-icon-play:before {
    content: ""
}

.vjs-icon-play-circle {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-play-circle:before {
    content: ""
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,
.vjs-icon-pause {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,
.vjs-icon-pause:before {
    content: ""
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,
.vjs-icon-volume-mute {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,
.vjs-icon-volume-mute:before {
    content: ""
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,
.vjs-icon-volume-low {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,
.vjs-icon-volume-low:before {
    content: ""
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,
.vjs-icon-volume-mid {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,
.vjs-icon-volume-mid:before {
    content: ""
}

.video-js .vjs-mute-control .vjs-icon-placeholder,
.vjs-icon-volume-high {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-mute-control .vjs-icon-placeholder:before,
.vjs-icon-volume-high:before {
    content: ""
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-enter {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-enter:before {
    content: ""
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-exit {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-exit:before {
    content: ""
}

.vjs-icon-square {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-square:before {
    content: ""
}

.vjs-icon-spinner {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-spinner:before {
    content: ""
}

.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-subtitles-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,
.vjs-icon-subtitles {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.vjs-icon-subtitles:before {
    content: ""
}

.video-js .vjs-captions-button .vjs-icon-placeholder,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,
.vjs-icon-captions {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-captions-button .vjs-icon-placeholder:before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.vjs-icon-captions:before {
    content: ""
}

.video-js .vjs-chapters-button .vjs-icon-placeholder,
.vjs-icon-chapters {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-chapters-button .vjs-icon-placeholder:before,
.vjs-icon-chapters:before {
    content: ""
}

.vjs-icon-share {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-share:before {
    content: ""
}

.vjs-icon-cog {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-cog:before {
    content: ""
}

.video-js .vjs-play-progress,
.video-js .vjs-volume-level,
.vjs-icon-circle,
.vjs-seek-to-live-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before,
.vjs-icon-circle:before,
.vjs-seek-to-live-control .vjs-icon-placeholder:before {
    content: ""
}

.vjs-icon-circle-outline {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-circle-outline:before {
    content: ""
}

.vjs-icon-circle-inner-circle {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-circle-inner-circle:before {
    content: ""
}

.vjs-icon-hd {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-hd:before {
    content: ""
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,
.vjs-icon-cancel {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,
.vjs-icon-cancel:before {
    content: ""
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,
.vjs-icon-replay {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,
.vjs-icon-replay:before {
    content: ""
}

.vjs-icon-facebook {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-facebook:before {
    content: ""
}

.vjs-icon-gplus {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-gplus:before {
    content: ""
}

.vjs-icon-linkedin {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-linkedin:before {
    content: ""
}

.vjs-icon-twitter {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-twitter:before {
    content: ""
}

.vjs-icon-tumblr {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-tumblr:before {
    content: ""
}

.vjs-icon-pinterest {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-pinterest:before {
    content: ""
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder,
.vjs-icon-audio-description {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,
.vjs-icon-audio-description:before {
    content: ""
}

.video-js .vjs-audio-button .vjs-icon-placeholder,
.vjs-icon-audio {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-audio-button .vjs-icon-placeholder:before,
.vjs-icon-audio:before {
    content: ""
}

.vjs-icon-next-item {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-next-item:before {
    content: ""
}

.vjs-icon-previous-item {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-previous-item:before {
    content: ""
}

.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder,
.vjs-icon-picture-in-picture-enter {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before,
.vjs-icon-picture-in-picture-enter:before {
    content: ""
}

.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder,
.vjs-icon-picture-in-picture-exit {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before,
.vjs-icon-picture-in-picture-exit:before {
    content: ""
}

.video-js {
    background-color: #000;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    padding: 0;
    position: relative;
    vertical-align: top;
    word-break: normal
}

.video-js:-moz-full-screen {
    position: absolute
}

.video-js:-webkit-full-screen {
    height: 100% !important;
    width: 100% !important
}

.video-js[tabindex="-1"] {
    outline: none
}

.video-js *,
.video-js :after,
.video-js :before {
    box-sizing: inherit
}

.video-js ul {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    list-style-position: outside;
    margin: 0
}

.video-js.vjs-1-1,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-fluid {
    height: 0;
    max-width: 100%;
    width: 100%
}

.video-js.vjs-16-9 {
    padding-top: 56.25%
}

.video-js.vjs-4-3 {
    padding-top: 75%
}

.video-js.vjs-9-16 {
    padding-top: 177.778%
}

.video-js.vjs-1-1 {
    padding-top: 100%
}

.video-js .vjs-tech,
.video-js.vjs-fill {
    height: 100%;
    width: 100%
}

.video-js .vjs-tech {
    left: 0;
    position: absolute;
    top: 0
}

body.vjs-full-window {
    height: 100%;
    margin: 0;
    padding: 0
}

.vjs-full-window .video-js.vjs-fullscreen {
    inset: 0;
    overflow: hidden;
    position: fixed;
    z-index: 1000
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
    height: 100% !important;
    padding-top: 0 !important;
    width: 100% !important
}

.video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none
}

.vjs-hidden {
    display: none !important
}

.vjs-disabled {
    cursor: default;
    opacity: .5
}

.video-js .vjs-offscreen {
    height: 1px;
    left: -9999px;
    position: absolute;
    top: 0;
    width: 1px
}

.vjs-lock-showing {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important
}

.vjs-no-js {
    background-color: #000;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    height: 150px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    width: 300px
}

.vjs-no-js a,
.vjs-no-js a:visited {
    color: #66a8cc
}

.video-js .vjs-big-play-button {
    background-color: #2b333fb3;
    border: .06666em solid #fff;
    border-radius: .3em;
    cursor: pointer;
    display: block;
    font-size: 3em;
    height: 1.63332em;
    left: 10px;
    line-height: 1.5em;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 10px;
    -o-transition: all .4s;
    transition: all .4s;
    width: 3em
}

.vjs-big-play-centered .vjs-big-play-button {
    left: 50%;
    margin-left: -1.5em;
    margin-top: -.81666em;
    top: 50%
}

.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
    background-color: #73859f80;
    border-color: #fff;
    -o-transition: all 0s;
    transition: all
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-error .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button {
    display: none
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
    display: block
}

.video-js button {
    appearance: none;
    background: none;
    border: none;
    color: inherit;
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
    text-transform: none;
    transition: none
}

.vjs-control .vjs-button {
    height: 100%;
    width: 100%
}

.video-js .vjs-control.vjs-close-button {
    cursor: pointer;
    height: 3em;
    position: absolute;
    right: 0;
    top: .5em;
    z-index: 2
}

.video-js .vjs-modal-dialog {
    background: linear-gradient(#000c, #fff0);
    overflow: auto
}

.video-js .vjs-modal-dialog>* {
    box-sizing: border-box
}

.vjs-modal-dialog .vjs-modal-dialog-content {
    font-size: 1.2em;
    line-height: 1.5;
    padding: 20px 24px;
    z-index: 1
}

.vjs-menu-button {
    cursor: pointer
}

.vjs-menu-button.vjs-disabled {
    cursor: default
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
    display: none
}

.vjs-menu .vjs-menu-content {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    overflow: auto;
    padding: 0
}

.vjs-menu .vjs-menu-content>* {
    box-sizing: border-box
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
    display: none
}

.vjs-menu li {
    font-size: 1.2em;
    line-height: 1.4em;
    list-style: none;
    margin: 0;
    padding: .2em 0;
    text-align: center;
    text-transform: lowercase
}

.js-focus-visible .vjs-menu li.vjs-menu-item:hover,
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
    background-color: #73859f80
}

.js-focus-visible .vjs-menu li.vjs-selected:hover,
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
    background-color: #fff;
    color: #2b333f
}

.js-focus-visible .vjs-menu :not(.vjs-selected):focus:not(.focus-visible),
.video-js .vjs-menu :not(.vjs-selected):focus:not(:focus-visible) {
    background: none
}

.vjs-menu li.vjs-menu-title {
    cursor: default;
    font-size: 1em;
    font-weight: 700;
    line-height: 2em;
    margin: 0 0 .3em;
    padding: 0;
    text-align: center;
    text-transform: uppercase
}

.vjs-menu-button-popup .vjs-menu {
    border-top-color: #2b333fb3;
    bottom: 0;
    display: none;
    height: 0;
    left: -3em;
    margin-bottom: 1.5em;
    position: absolute;
    width: 10em
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    background-color: #2b333fb3;
    bottom: 1.5em;
    max-height: 15em;
    position: absolute;
    width: 100%
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 5em
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 10em
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 14em
}

.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 25em
}

.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,
.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu {
    display: block
}

.video-js .vjs-menu-button-inline {
    overflow: hidden;
    -o-transition: all .4s;
    transition: all .4s
}

.video-js .vjs-menu-button-inline:before {
    width: 2.22222em
}

.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline:hover,
.video-js.vjs-no-flex .vjs-menu-button-inline {
    width: 12em
}

.vjs-menu-button-inline .vjs-menu {
    height: 100%;
    left: 4em;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    -o-transition: all .4s;
    transition: all .4s;
    width: auto
}

.vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline:hover .vjs-menu {
    display: block;
    opacity: 1
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
    display: block;
    opacity: 1;
    position: relative;
    width: auto
}

.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
    width: auto
}

.vjs-menu-button-inline .vjs-menu-content {
    height: 100%;
    margin: 0;
    overflow: hidden;
    width: auto
}

.video-js .vjs-control-bar {
    background-color: #2b333fb3;
    bottom: 0;
    display: none;
    height: 3em;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%
}

.vjs-has-started .vjs-control-bar {
    display: flex;
    opacity: 1;
    -o-transition: visibility .1s, opacity .1s;
    transition: visibility .1s, opacity .1s;
    visibility: visible
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 0;
    pointer-events: none;
    -o-transition: visibility 1s, opacity 1s;
    transition: visibility 1s, opacity 1s;
    visibility: visible
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-error .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar {
    display: none !important
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    visibility: visible
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
    display: table
}

.video-js .vjs-control {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    flex: none;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 4em
}

.vjs-button>.vjs-icon-placeholder:before {
    font-size: 1.8em;
    line-height: 1.67
}

.vjs-button>.vjs-icon-placeholder {
    display: block
}

.video-js .vjs-control:focus,
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before {
    text-shadow: 0 0 1em #fff
}

.video-js .vjs-control-text {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.vjs-no-flex .vjs-control {
    display: table-cell;
    vertical-align: middle
}

.video-js .vjs-custom-control-spacer {
    display: none
}

.video-js .vjs-progress-control {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    align-items: center;
    cursor: pointer;
    display: flex;
    flex: auto;
    min-width: 4em;
    touch-action: none
}

.video-js .vjs-progress-control.disabled {
    cursor: default
}

.vjs-live .vjs-progress-control {
    display: none
}

.vjs-liveui .vjs-progress-control {
    align-items: center;
    display: flex
}

.vjs-no-flex .vjs-progress-control {
    width: auto
}

.video-js .vjs-progress-holder {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    flex: auto;
    height: .3em;
    -o-transition: all .2s;
    transition: all .2s
}

.video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0 10px
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
    font-size: 1.66667em
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
    font-size: 1em
}

.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div,
.video-js .vjs-progress-holder .vjs-play-progress {
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 0
}

.video-js .vjs-play-progress {
    background-color: #fff
}

.video-js .vjs-play-progress:before {
    font-size: .9em;
    position: absolute;
    right: -.5em;
    top: -.333333em;
    z-index: 1
}

.video-js .vjs-load-progress {
    background: #73859f80
}

.video-js .vjs-load-progress div {
    background: #73859fbf
}

.video-js .vjs-time-tooltip {
    background-color: #fffc;
    border-radius: .3em;
    color: #000;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 6px 8px 8px;
    pointer-events: none;
    position: absolute;
    top: -3.4em;
    visibility: hidden;
    z-index: 1
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
    display: none
}

.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-time-tooltip {
    display: block;
    font-size: .6em;
    visibility: visible
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
    font-size: 1em
}

.video-js .vjs-progress-control .vjs-mouse-display {
    background-color: #000;
    display: none;
    height: 100%;
    position: absolute;
    width: 1px;
    z-index: 1
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    z-index: 0
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
    display: block
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
    opacity: 0;
    -o-transition: visibility 1s, opacity 1s;
    transition: visibility 1s, opacity 1s;
    visibility: hidden
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    display: none
}

.vjs-mouse-display .vjs-time-tooltip {
    background-color: #000c;
    color: #fff
}

.video-js .vjs-slider {
    -webkit-touch-callout: none;
    background-color: #73859f80;
    cursor: pointer;
    margin: 0 .45em;
    padding: 0;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    -khtml-user-select: none
}

.video-js .vjs-slider.disabled {
    cursor: default
}

.video-js .vjs-slider:focus {
    box-shadow: 0 0 1em #fff;
    text-shadow: 0 0 1em #fff
}

.video-js .vjs-mute-control {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    cursor: pointer;
    flex: none
}

.video-js .vjs-volume-control {
    cursor: pointer;
    display: flex;
    margin-right: 1em
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
    width: 5em
}

.video-js .vjs-volume-panel .vjs-volume-control {
    height: 1px;
    margin-left: -1px;
    opacity: 0;
    visibility: visible;
    width: 1px
}

.video-js .vjs-volume-panel {
    -o-transition: width 1s;
    transition: width 1s
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control {
    opacity: 1;
    position: relative;
    -o-transition: visibility .1s, opacity .1s, height .1s, width .1s, left 0s, top 0s;
    transition: visibility .1s, opacity .1s, height .1s, width .1s, left, top;
    visibility: visible
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal {
    height: 3em;
    margin-right: 0;
    width: 5em
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical {
    left: -3.5em;
    -o-transition: left 0s;
    transition: left
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active {
    -o-transition: width .1s;
    transition: width .1s;
    width: 10em
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
    width: 4em
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    height: 8em;
    left: -3000em;
    -o-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
    transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
    width: 3em
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    -o-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
    transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    height: 3em;
    opacity: 1;
    position: relative;
    -o-transition: none;
    transition: none;
    visibility: visible;
    width: 5em
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    bottom: 3em;
    left: .5em;
    position: absolute
}

.video-js .vjs-volume-panel {
    display: flex
}

.video-js .vjs-volume-bar {
    margin: 1.35em .45em
}

.vjs-volume-bar.vjs-slider-horizontal {
    height: .3em;
    width: 5em
}

.vjs-volume-bar.vjs-slider-vertical {
    height: 5em;
    margin: 1.35em auto;
    width: .3em
}

.video-js .vjs-volume-level {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: absolute
}

.video-js .vjs-volume-level:before {
    font-size: .9em;
    position: absolute;
    z-index: 1
}

.vjs-slider-vertical .vjs-volume-level {
    width: .3em
}

.vjs-slider-vertical .vjs-volume-level:before {
    left: -.3em;
    top: -.5em;
    z-index: 1
}

.vjs-slider-horizontal .vjs-volume-level {
    height: .3em
}

.vjs-slider-horizontal .vjs-volume-level:before {
    right: -.5em;
    top: -.3em
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
    width: 4em
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
    height: 100%
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
    width: 100%
}

.video-js .vjs-volume-vertical {
    background-color: #2b333fb3;
    bottom: 8em;
    height: 8em;
    width: 3em
}

.video-js .vjs-volume-horizontal .vjs-menu {
    left: -2em
}

.video-js .vjs-volume-tooltip {
    background-color: #fffc;
    border-radius: .3em;
    color: #000;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 6px 8px 8px;
    pointer-events: none;
    position: absolute;
    top: -3.4em;
    visibility: hidden;
    z-index: 1
}

.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-volume-tooltip {
    display: block;
    font-size: 1em;
    visibility: visible
}

.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip {
    left: 1em;
    top: -12px
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
    font-size: 1em
}

.video-js .vjs-volume-control .vjs-mouse-display {
    background-color: #000;
    display: none;
    height: 1px;
    position: absolute;
    width: 100%;
    z-index: 1
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
    height: 100%;
    width: 1px
}

.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
    z-index: 0
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
    display: block
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
    opacity: 0;
    -o-transition: visibility 1s, opacity 1s;
    transition: visibility 1s, opacity 1s;
    visibility: hidden
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
    display: none
}

.vjs-mouse-display .vjs-volume-tooltip {
    background-color: #000c;
    color: #fff
}

.vjs-poster {
    background-color: #000;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    display: inline-block;
    height: 100%;
    inset: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    vertical-align: middle
}

.vjs-has-started .vjs-poster {
    display: none
}

.vjs-audio.vjs-has-started .vjs-poster {
    display: block
}

.vjs-using-native-controls .vjs-poster {
    display: none
}

.video-js .vjs-live-control {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: flex;
    flex: auto;
    font-size: 1em;
    line-height: 3em
}

.vjs-no-flex .vjs-live-control {
    display: table-cell;
    text-align: left;
    width: auto
}

.video-js.vjs-liveui .vjs-live-control,
.video-js:not(.vjs-live) .vjs-live-control {
    display: none
}

.video-js .vjs-seek-to-live-control {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    flex: none;
    font-size: 1em;
    height: 100%;
    line-height: 3em;
    min-width: 4em;
    padding-left: .5em;
    padding-right: .5em;
    width: auto
}

.vjs-no-flex .vjs-seek-to-live-control {
    display: table-cell;
    text-align: left;
    width: auto
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
    display: none
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
    cursor: auto
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
    color: #888;
    margin-right: .5em
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
    color: red
}

.video-js .vjs-time-control {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    flex: none;
    font-size: 1em;
    line-height: 3em;
    min-width: 2em;
    padding-left: 1em;
    padding-right: 1em;
    width: auto
}

.video-js .vjs-current-time,
.video-js .vjs-duration,
.vjs-live .vjs-time-control,
.vjs-no-flex .vjs-current-time,
.vjs-no-flex .vjs-duration {
    display: none
}

.vjs-time-divider {
    display: none;
    line-height: 3em
}

.vjs-live .vjs-time-divider {
    display: none
}

.video-js .vjs-play-control {
    cursor: pointer
}

.video-js .vjs-play-control .vjs-icon-placeholder {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    flex: none
}

.vjs-text-track-display {
    inset: 0 0 3em;
    pointer-events: none;
    position: absolute
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
    bottom: 1em
}

.video-js .vjs-text-track {
    font-size: 1.4em;
    margin-bottom: .1em;
    text-align: center
}

.vjs-subtitles {
    color: #fff
}

.vjs-captions {
    color: #fc6
}

.vjs-tt-cue {
    display: block
}

video::-webkit-media-text-track-display {
    transform: translateY(-3em)
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
    transform: translateY(-1.5em)
}

.video-js .vjs-fullscreen-control,
.video-js .vjs-picture-in-picture-control {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    cursor: pointer;
    flex: none
}

.vjs-playback-rate .vjs-playback-rate-value,
.vjs-playback-rate>.vjs-menu-button {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.vjs-playback-rate .vjs-playback-rate-value {
    font-size: 1.5em;
    line-height: 2;
    pointer-events: none;
    text-align: center
}

.vjs-playback-rate .vjs-menu {
    left: 0;
    width: 4em
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
    font-size: 1.4em;
    text-align: center
}

.vjs-error .vjs-error-display:before {
    color: #fff;
    content: "X";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4em;
    left: 0;
    line-height: 1;
    margin-top: -.5em;
    position: absolute;
    text-align: center;
    text-shadow: .05em .05em .1em #000;
    top: 50%;
    vertical-align: middle;
    width: 100%
}

.vjs-loading-spinner {
    background-clip: padding-box;
    border: 6px solid #2b333fb3;
    border-radius: 25px;
    box-sizing: border-box;
    display: none;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .85;
    position: absolute;
    text-align: left;
    top: 50%;
    visibility: hidden;
    width: 50px
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
    animation: vjs-spinner-show 0s linear .3s forwards;
    display: block
}

.vjs-loading-spinner:after,
.vjs-loading-spinner:before {
    border: inherit;
    border-color: #fff #0000 #0000;
    border-radius: inherit;
    box-sizing: inherit;
    content: "";
    height: inherit;
    margin: -6px;
    opacity: 1;
    position: absolute;
    width: inherit
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before {
    animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
    border-top-color: #fff
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
    animation-delay: .44s;
    border-top-color: #fff
}

@keyframes vjs-spinner-show {
    to {
        visibility: visible
    }
}

@keyframes vjs-spinner-spin {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes vjs-spinner-spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f
    }

    20% {
        border-top-color: #73859f
    }

    35% {
        border-top-color: #fff
    }

    60% {
        border-top-color: #73859f
    }

    to {
        border-top-color: #73859f
    }
}

.vjs-chapters-button .vjs-menu ul {
    width: 24em
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    display: inline-block;
    margin-bottom: -.1em;
    vertical-align: middle
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
    content: "";
    font-family: VideoJS;
    font-size: 1.5em;
    line-height: inherit
}

.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    display: inline-block;
    margin-bottom: -.1em;
    vertical-align: middle
}

.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
    content: " ";
    font-family: VideoJS;
    font-size: 1.5em;
    line-height: inherit
}

.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-volume-control,
.video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-volume-control,
.video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-volume-control {
    display: none
}

.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
    width: auto
}

.video-js.vjs-layout-tiny .vjs-progress-control,
.video-js.vjs-layout-x-small .vjs-progress-control {
    display: none
}

.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    display: block;
    flex: auto
}

.video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer {
    width: auto
}

.vjs-modal-dialog.vjs-text-track-settings {
    background-color: #2b333fbf;
    color: #fff;
    height: 70%
}

.vjs-text-track-settings .vjs-modal-dialog-content {
    display: table
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-controls,
.vjs-text-track-settings .vjs-track-settings-font {
    display: table-cell
}

.vjs-text-track-settings .vjs-track-settings-controls {
    text-align: right;
    vertical-align: bottom
}

@supports (display:grid) {
    .vjs-text-track-settings .vjs-modal-dialog-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        padding: 20px 24px 0
    }

    .vjs-track-settings-controls .vjs-default-button {
        margin-bottom: 20px
    }

    .vjs-text-track-settings .vjs-track-settings-controls {
        grid-column: 1/-1
    }

    .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
    .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content,
    .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content {
        grid-template-columns: 1fr
    }
}

.vjs-track-setting>select {
    margin-bottom: .5em;
    margin-right: 1em
}

.vjs-text-track-settings fieldset {
    border: none;
    margin: 5px;
    padding: 3px
}

.vjs-text-track-settings fieldset span {
    display: inline-block
}

.vjs-text-track-settings fieldset span>select {
    max-width: 7.3em
}

.vjs-text-track-settings legend {
    color: #fff;
    margin: 0 0 5px
}

.vjs-text-track-settings .vjs-label {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    border: 0;
    display: block;
    height: 1px;
    margin: 0 0 5px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.vjs-track-settings-controls button:active,
.vjs-track-settings-controls button:focus {
    background-image: linear-gradient(0deg, #fff 88%, #73859f);
    outline-style: solid;
    outline-width: medium
}

.vjs-track-settings-controls button:hover {
    color: #2b333fbf
}

.vjs-track-settings-controls button {
    background-color: #fff;
    background-image: linear-gradient(-180deg, #fff 88%, #73859f);
    border-radius: 2px;
    color: #2b333f;
    cursor: pointer
}

.vjs-track-settings-controls .vjs-default-button {
    margin-right: 1em
}

html[lang="zh"] b,
html[lang="zh"] strong {
  font-family: "NotoSansSC";
}

@media print {
    .video-js>:not(.vjs-tech):not(.vjs-poster) {
        visibility: hidden
    }
}

.vjs-resize-manager {
    border: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1000
}

.js-focus-visible .video-js :focus:not(.focus-visible),
.video-js :focus:not(:focus-visible) {
    outline: none
}

@font-face {
    font-family: NotoSansSC Regular;
    font-style: normal;
    font-weight: 400;
    src: url(NotoSansSC-Regular.otf) format("truetype")
}

@font-face {
    font-display: block;
    font-family: stt;
    font-style: normal;
    font-weight: 400;
    src: url(stt.eot);
    src: url(stt.eot#iefix) format("embedded-opentype"), url(stt.ttf) format("truetype"), url(stt.woff) format("woff"), url(stt.svg#stt) format("svg")
}

@font-face {
    font-display: block;
    font-family: sttnew;
    font-style: normal;
    font-weight: 400;
    src: url(sttnew.eot);
    src: url(sttnew.eot#iefix) format("embedded-opentype"), url(sttnew.ttf) format("truetype"), url(sttnew.woff) format("woff"), url(sttnew.svg#sttnew) format("svg")
}

[class*=" icon-"],
[class^=icon-] {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: stt, sttnew !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

.icon-location:before {
    content: ""
}

.icon-locationPin:before {
    content: ""
}

.icon-campus:before {
    content: ""
}

.icon-good:before {
    content: ""
}

.icon-green-energy:before {
    content: ""
}

.icon-green-building:before {
    content: ""
}

.icon-increase:before {
    content: ""
}

.icon-market:before {
    content: ""
}

.icon-question:before {
    content: ""
}

.icon-loading:before {
    content: ""
}

.icon-volume-on:before {
    content: ""
}

.icon-volume-off:before {
    content: ""
}

.icon-pause:before {
    content: ""
}

.icon-samll-play:before {
    content: ""
}

.icon-disabled:before {
    content: ""
}

.icon-link:before {
    content: ""
}

.icon-filter:before {
    content: ""
}

.icon-sorting:before {
    content: ""
}

.icon-video:before {
    content: ""
}

.icon-infographic:before {
    content: ""
}

.icon-event:before {
    content: ""
}

.icon-whitepaper:before {
    content: ""
}

.icon-blog:before {
    content: ""
}

.icon-brochure:before {
    content: ""
}

.icon-access:before {
    content: ""
}

.icon-expertise:before {
    content: ""
}

.icon-phone:before {
    content: ""
}

.icon-quote:before {
    color: #d62828;
    content: ""
}

.icon-error:before {
    content: ""
}

.icon-untick:before {
    color: #a5a5a5;
    content: ""
}

.icon-tick:before {
    color: #d62828;
    content: ""
}

.icon-download:before {
    content: ""
}

.icon-success:before {
    content: ""
}

.icon-point:before {
    content: ""
}

/*.icon-deselect:before {
    content: ""
}

.icon-select:before {
    content: ""
}*/

.icon-radio-button-off:before {
    content: ""
}

.icon-radio-button-on:before {
    content: ""
}

.icon-tick-box-off:before {
    color: #a5a5a5;
    content: ""
}

.icon-tick-box-on:before {
    background-color: #5a5a5a;
    content: "";
    margin-left: -1em
}

.icon-arrow-left:before {
    content: ""
}

.icon-arrow-right:before {
    content: ""
}

.icon-chevron-up:before {
    content: ""
}

.icon-chevron-down-bold:before {
    content: ""
}

.icon-chevron-down:before {
    content: ""
}

.icon-chevron-left-bold:before {
    content: ""
}

.icon-chevron-left:before {
    content: ""
}

.icon-chevron-right-bold:before {
    content: ""
}

.icon-chevron-right:before {
    content: ""
}

.icon-map:before {
    content: ""
}

.icon-close:before {
    content: ""
}

.icon-home:before {
    content: ""
}

.icon-menu:before {
    content: ""
}

.icon-minus:before {
    content: ""
}

.icon-plus:before {
    content: ""
}

.icon-facebook:before {
    content: ""
}

.icon-instagram:before {
    content: ""
}

.icon-linkedin:before {
    content: ""
}

.icon-twitter:before {
    content: ""
}

.icon-wechat:before {
    content: ""
}

.icon-youtube:before {
    content: ""
}

.icon-play:before {
    content: ""
}

.icon-chevron-up-bold:before {
    content: ""
}

.icon-size:before {
    content: ""
}

.icon-assurance:before {
    content: ""
}

.icon-building:before {
    content: ""
}

.icon-ceiling:before {
    content: ""
}

.icon-text:before {
    content: ""
}

.icon-email:before {
    content: ""
}

.icon-enquiry:before {
    content: ""
}

.icon-floor:before {
    content: ""
}

.icon-language:before {
    content: ""
}

.icon-lock:before {
    content: ""
}

.icon-login:before {
    content: ""
}

.icon-power:before {
    content: ""
}

.icon-scalable:before {
    content: ""
}

.icon-search:before {
    content: ""
}

.icon-security:before {
    content: ""
}

.icon-server:before {
    content: ""
}

.icon-support:before {
    content: ""
}

.icon-time:before {
    content: ""
}

.icon-more:before {
    content: ""
}

.icon-virtual:before {
    content: ""
}

.icon-360 .path1:before {
    content: ""
}

.icon-360 .path2:before {
    content: "";
    margin-left: -1em
}

.icon-career:before {
    content: ""
}

.icon-ask:before {
    content: ""
}

.icon-connectivity {
    background-image: url(connectivity.svg);
    background-repeat: no-repeat;
    height: 48px;
    margin-top: 12px;
    padding-top: 0 !important;
    width: 48px
}

.icon-factsheet:before {
    content: ""
}

.body1,
.body2,
.label1,
.label2,
.list1,
.list2,
.list3,
.list4,
.note1,
.note2,
h1,
h2,
h3,
h4,
h5,
h6 {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-family: Lato, sans-serif
}

.h0,
h1,
h3 {
    font-weight: 900
}

.label2,
h2,
h4,
h5,
h6 {
    font-weight: 700
}

.h0 {
    --tw-text-opacity: 1;
    color: rgba(105, 105, 114, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 54px;
    line-height: 64px
}

h1 {
    font-size: 40px;
    line-height: 44px
}

h2 {
    font-size: 36px;
    line-height: 36px
}

h3 {
    font-size: 48px;
    line-height: 64px
}

h4 {
    font-size: 24px;
    line-height: 32px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 17px
}

:focus-visible {
    box-shadow: 0 0 5px #00b0e1;
    outline: 3px solid #00b0e1
}

.body1,
.body2,
.label1,
.list1,
.list2,
.list3,
.note1,
h5,
h6 {
    line-height: 24px
}

.label2,
.list4,
.note2 {
    line-height: 16px
}

.list3,
.note1,
h2 {
    letter-spacing: 1px
}

.label1,
.label2 {
    letter-spacing: 3px
}

.label1 {
    font-size: 16px
}

.label2 {
    font-size: 13px
}

.body1 {
    font-size: 17px
}

.body2 {
    font-size: 15px
}

.note1 {
    font-size: 13px
}

.note2 {
    font-size: 12px
}

.list1 {
    font-size: 17px
}

.list2 {
    font-size: 15px
}

.list3 {
    font-size: 13px
}

.list4 {
    font-size: 12px
}

@media (min-width:767px) {
    .h0 {
        font-size: 100px;
        line-height: 132px
    }

    h1 {
        font-size: 56px;
        line-height: 56px
    }

    h2 {
        font-size: 38px;
        line-height: 44px
    }

    h3 {
        font-size: 46px;
        line-height: 72px
    }

    h4 {
        font-size: 26px;
        line-height: 32px
    }

    h5 {
        font-size: 20px;
        line-height: 28px
    }

    h6 {
        font-size: 18px;
        line-height: 24px
    }

    .list3,
    .note1 {
        letter-spacing: 1px
    }

    .label1 {
        font-size: 20px;
        line-height: 24px
    }

    .label2 {
        font-size: 13px;
        line-height: 16px
    }

    .body1 {
        font-size: 20px;
        line-height: 32px
    }

    .body2 {
        font-size: 16px
    }

    .body2,
    .note1 {
        line-height: 24px
    }

    .note1 {
        font-size: 13px
    }

    .note2 {
        font-size: 12px;
        line-height: 16px
    }

    .list1 {
        font-size: 20px;
        line-height: 32px
    }

    .list2 {
        font-size: 16px
    }

    .list2,
    .list3 {
        line-height: 24px
    }

    .list3 {
        font-size: 13px
    }

    .list4 {
        font-size: 12px;
        line-height: 16px
    }
}

@media (min-width:1079px) {
    .h0 {
        font-size: 106px;
        line-height: 140px
    }

    h1 {
        font-size: 64px;
        line-height: 64px
    }

    h2 {
        line-height: 54px
    }

    h2,
    h3 {
        font-size: 46px
    }

    h3 {
        line-height: 72px
    }
}

@media (min-width:1439px) {
    .h0 {
        --tw-text-opacity: 1;
        color: rgba(105, 105, 114, var(--tw-text-opacity));
        font-family: Lato, sans-serif;
        font-size: 140px;
        line-height: 180px
    }

    h1 {
        font-size: 72px;
        line-height: 72px
    }

    h2 {
        font-size: 50px;
        line-height: 54px
    }

    h3 {
        font-size: 56px;
        line-height: 72px
    }
}

.gradient-dark-top {
    background-image: linear-gradient(#000000b3, #0000);
    z-index: 1
}

.gradient-dark-left,
.gradient-dark-top {
    display: inline-block;
    height: inherit;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.gradient-dark-left {
    background-image: linear-gradient(90deg, #000000b3, #0000);
    z-index: 2
}

.gradient-light-top {
    background-image: linear-gradient(#ffffffb3, #fff0);
    z-index: 1
}

.gradient-light-left,
.gradient-light-top {
    content: "";
    display: inline-block;
    height: inherit;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.gradient-light-left {
    background-image: linear-gradient(90deg, #ffffffb3, #fff0);
    z-index: 2
}

.bg-clip-top {
    clip-path: polygon(0 43px, 100% 0, 100% 100%, 0 100%)
}

@media (min-width:767px) {
    .bg-clip-top {
        clip-path: polygon(0 90px, 100% 0, 100% 100%, 0 100%)
    }
}

@media (min-width:1079px) {
    .bg-clip-top {
        clip-path: polygon(0 120px, 100% 0, 100% 100%, 0 100%)
    }
}

@media (min-width:1439px) {
    .bg-clip-top {
        clip-path: polygon(0 160px, 100% 0, 100% 100%, 0 100%)
    }
}

.bg-clip-bottom {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 42px), 0 100%)
}

@media (min-width:767px) {
    .bg-clip-bottom {
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 90px), 0 100%)
    }
}

@media (min-width:1079px) {
    .bg-clip-bottom {
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 120px), 0 100%)
    }
}

@media (min-width:1439px) {
    .bg-clip-bottom {
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 160px), 0 100%)
    }
}

.gradient-map-dark-top {
    background-image: linear-gradient(0deg, #5a5a5a00 50%, #5a5a5a80);
    display: inline-block;
    height: 200px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

body {
    margin: 0;
    padding: 0
}

.stt-icon {
    font-size: 24px
}

.stt-component-margin {
    margin-top: 64px
}

@media (min-width:767px) {
    .stt-component-margin {
        margin-top: 72px
    }
}

@media (min-width:1079px) {
    .stt-component-margin {
        margin-top: 80px
    }
}

.stt-component-margin-40 {
    margin-top: 40px
}

.stt-component-margin .hide,
.stt_hide {
    display: none
}

.stt-common-filters {
    display: block
}

.stt-common-filters .stt-form-item {
    display: none
}

.stt-label-tag {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    display: inline-block;
    padding: 2px 8px
}

@media (min-width:767px) {
    .stt-label-tag {
        padding-bottom: 4px;
        padding-top: 4px
    }
}

.stt-gradients {
    background-image: linear-gradient(90deg, #d62828, #d6282800);
    height: 4px;
    width: 100%
}

.tab {
    display: flex;
    justify-content: center;
    padding-bottom: 40px
}

.tab .tabitem {
    border-bottom-width: 4px;
    border-color: rgba(210, 210, 210, var(--tw-border-opacity));
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    cursor: pointer;
    font-family: Lato, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 24px;
    padding-bottom: 16px;
    text-align: center;
    text-transform: uppercase;
    width: 255px
}

.tab .tabitem,
.tab .tabitem:hover {
    --tw-border-opacity: 1;
    --tw-text-opacity: 1
}

.tab .tabitem:hover {
    border-color: rgba(214, 40, 40, var(--tw-border-opacity));
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

@media (min-width:767px) {
    .tab .tabitem {
        width: 210px
    }
}

@media (min-width:1079px) {
    .tab .tabitem {
        width: 255px
    }
}

.tab .tabitem.active {
    --tw-border-opacity: 1;
    border-color: rgba(214, 40, 40, var(--tw-border-opacity));
    color: #e02a2a
}

.tab .tabitem.js-stt_new_tabitem:last-child:hover {
    --tw-border-opacity: 1;
    --tw-text-opacity: 1;
    border-color: rgba(210, 210, 210, var(--tw-border-opacity));
    color: rgba(90, 90, 90, var(--tw-text-opacity))
}

.stt-mobile-tab {
    margin-bottom: 40px;
    margin-top: 40px;
    position: relative
}

.stt-mobile-tab-wrapper {
    --tw-border-opacity: 1;
    --tw-text-opacity: 1;
    align-items: center;
    border-bottom-width: 4px;
    border-color: rgba(214, 40, 40, var(--tw-border-opacity));
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
    text-transform: uppercase
}

.stt-mobile-tab-wrapper .icon-chevron-down-bold {
    font-size: 24px
}

.stt-mobile-tab-wrapper.selected .icon-chevron-down-bold {
    transform: rotate(180deg);
    transition: transform .5s ease-in-out
}

.stt-mobile-tab-list {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    box-shadow: 0 8px 16px #00000026;
    display: none;
    padding: 24px;
    position: absolute;
    width: 87.234vw;
    z-index: 9
}

.stt-mobile-tab-list .stt-mobile-new-tab-list-item,
.stt-mobile-tab-list-item {
    display: flex;
    padding-bottom: 8px;
    text-transform: uppercase
}

.stt-mobile-tab-list .stt-mobile-new-tab-list-item:last-child,
.stt-mobile-tab-list-item:last-child {
    padding-bottom: 0
}

.stt-mobile-tab-list .stt-mobile-new-tab-list-item.active,
.stt-mobile-tab-list-item.active {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.stt-mobile-tab-list .stt-mobile-new-tab-list-item.active:before,
.stt-mobile-tab-list-item.active:before {
    content: ""
}

.stt-mobile-tab-list .stt-mobile-new-tab-list-item:before,
.stt-mobile-tab-list-item:before {
    content: "";
    font-family: stt !important;
    font-size: 18px;
    margin-right: 8px
}

.stt-d-only {
    display: none
}

@media (min-width:767px) {
    .stt-d-only {
        display: flex
    }
}

.stt-m-only {
    display: block
}

@media (min-width:767px) {
    .stt-m-only {
        display: none
    }
}

.mobile-fullscreen-on {
    background-color: #0000004d;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000
}

.view-empty {
    padding-left: 6.383vw;
    padding-right: 6.383vw
}

@media (min-width:767px) {
    .view-empty {
        padding-left: 7.4074vw;
        padding-right: 7.4074vw
    }
}

@media (min-width:1079px) {
    .view-empty {
        padding-left: 6.94444vw;
        padding-right: 6.94444vw
    }
}

@media (min-width:1439px) {
    .view-empty {
        padding-left: 11.4583vw;
        padding-right: 11.4583vw
    }
}

.stt_no_result {
    --tw-bg-opacity: 1;
    align-items: center;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 64px;
    padding-top: 64px
}

@media (min-width:767px) {
    .stt_no_result {
        padding-bottom: 80px;
        padding-top: 80px
    }
}

.stt_no_result h4 {
    margin-bottom: 16px
}

.stt_no_result h4,
.stt_no_result p {
    text-align: center;
    width: 74.4681vw
}

@media (min-width:767px) {

    .stt_no_result h4,
    .stt_no_result p {
        padding: 0 14.8148vw;
        width: 100%
    }
}

@media (min-width:1079px) {

    .stt_no_result h4,
    .stt_no_result p {
        padding: 0 14.8148vw
    }
}

@media (min-width:1439px) {

    .stt_no_result h4,
    .stt_no_result p {
        padding: 0 13.1944vw
    }
}

.stt-backBtn:hover {
    --tw-text-opacity: 1;
    color: rgba(179, 33, 33, var(--tw-text-opacity));
    cursor: pointer
}

html[lang=zh] #stt-form-helpText,
html[lang=zh] .Successful-copy,
html[lang=zh] .accordion .accordion-container .accordion-container-content .accordion-container-content-list .accordion-container-content-list-item .control,
html[lang=zh] .body1,
html[lang=zh] .body2,
html[lang=zh] .btn-Primary,
html[lang=zh] .btn-Secondary,
html[lang=zh] .compact-Pri,
html[lang=zh] .compact-Sec,
html[lang=zh] .cta-banner .cta-banner-content .body1,
html[lang=zh] .cta-banner .cta-banner-content .label,
html[lang=zh] .cta-banner .cta-banner-content-bottom .content-bottom-item .item-link,
html[lang=zh] .cta-banner .cta-banner-content-bottom .content-bottom-item .label,
html[lang=zh] .failure-copy,
html[lang=zh] .foooter-trademark .foooter-trademark-bottom a,
html[lang=zh] .foooter-trademark .foooter-trademark-top .foooter-trademark-top-link,
html[lang=zh] .footer-Services .footer-Services-wrapper .footer-Services-item .footer-Services-item-button .footer-Services-item-text,
html[lang=zh] .footer-Services .footer-Services-wrapper .footer-Services-item .footer-Services-item-list .services-list-link,
html[lang=zh] .footer-sub-contact .footer-sub-flex .footer-sub-contact-text,
html[lang=zh] .footer-sub-contact label,
html[lang=zh] .footer-subscribe .footer-sub-btn .footer-sub-btn-text,
html[lang=zh] .form-type-checkbox .form-required,
html[lang=zh] .form-type-password input[type=password],
html[lang=zh] .four-col-c-container .four-col-c .swiper .swiper-wrapper h4,
html[lang=zh] .h0,
html[lang=zh] .iti__country-list .iti__country,
html[lang=zh] .label1,
html[lang=zh] .label2,
html[lang=zh] .list1,
html[lang=zh] .list2,
html[lang=zh] .list3,
html[lang=zh] .list4,
html[lang=zh] .note1,
html[lang=zh] .note2,
html[lang=zh] .stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-detail-title .stt-countryMap-two-back,
html[lang=zh] .stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-detail-title .stt-countryMap-two-nav-text,
html[lang=zh] .stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list .stt-countryMap-map-panel-content-list-item-wrapper .stt-countryMap-map-panel-content-list-item-content h6,
html[lang=zh] .stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list .stt-countryMap-map-panel-content-list-item-wrapper .stt-countryMap-map-panel-content-list-item-content-bottom,
html[lang=zh] .stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list .stt-countryMap-map-panel-content-list-item-wrapper .stt-countryMap-map-panel-content-list-item-content-top-text,
html[lang=zh] .stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list .stt-countryMap-map-panel-content-list-item-wrapper .stt-countryMap-map-panel-content-list-item-detail .stt-countryMap-map-panel-content-list-item-location .stt-countryMap-map-panel-content-list-item-location-bottom .bottom-text,
html[lang=zh] .stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list .stt-countryMap-map-panel-content-list-item-wrapper .stt-countryMap-map-panel-content-list-item-detail .stt-countryMap-map-panel-content-list-item-location .stt-countryMap-map-panel-content-list-item-location-top .top-text,
html[lang=zh] .stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list .stt-countryMap-map-panel-content-list-item-wrapper .stt-countryMap-map-panel-content-list-item-detail .stt-worldMap-map-panel-content-list .stt-worldMap-map-panel-content-list-item .stt-worldMap-map-panel-content-list-item-title.body1,
html[lang=zh] .stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list .stt-countryMap-map-panel-content-list-item-wrapper .stt-countryMap-map-panel-content-list-item-detail .stt-worldMap-map-panel-content-list .stt-worldMap-map-panel-content-list-item .stt-worldMap-map-panel-content-list-item-title.body2,
html[lang=zh] .stt-form-TextInput .stt-form__textarea--key,
html[lang=zh] .stt-form-TextInput .stt-form__textarea--number,
html[lang=zh] .stt-form-container .stt-form-container-content .form-item-phone-number .form-item--error-message,
html[lang=zh] .stt-form-container .stt-form-container-content .stt-form-phone .iti__flag-container .iti__selected-dial-code,
html[lang=zh] .stt-form-title .body1,
html[lang=zh] .stt-form-title h2,
html[lang=zh] .stt-form-title label,
html[lang=zh] .stt-form__error-text,
html[lang=zh] .stt-form__text--key,
html[lang=zh] .stt_article,
html[lang=zh] .stt_filters-left,
html[lang=zh] .stt_filters-right,
html[lang=zh] .stt_pager .pager__item--next,
html[lang=zh] .stt_pager .pager__item--previous,
html[lang=zh] .tab .tabitem,
html[lang=zh] .text-cta,
html[lang=zh] .text-formatted li,
html[lang=zh] h1,
html[lang=zh] h2,
html[lang=zh] h3,
html[lang=zh] h4,
html[lang=zh] h5,
html[lang=zh] h6 {
    font-family: NotoSansSC Regular, sans-serif
}

@media (min-width:767px) {
    html[lang=zh] .four-col-c-container .four-col-c .swiper .swiper-wrapper h4 {
        font-family: NotoSansSC Regular, sans-serif
    }
}

@media (min-width:1079px) {

    html[lang=zh] .four-col-c-container .four-col-c .swiper .swiper-wrapper .swiper-slide:hover h4,
    html[lang=zh] .four-col-c-container .four-col-c .swiper .swiper-wrapper h4 {
        font-family: NotoSansSC Regular, sans-serif
    }
}

html[lang=zh] .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .first-slide-item:hover .item-content .body3 {
    font-family: NotoSansSC Regular, sans-serif
}

@media (min-width:767px) {
    html[lang=zh] .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .first-slide-item:hover .item-content .body3 {
        font-family: NotoSansSC Regular, sans-serif
    }
}

@media (min-width:1079px) {
    html[lang=zh] .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .first-slide-item:hover .item-content .body3 {
        font-family: NotoSansSC Regular, sans-serif
    }
}

@media (min-width:1439px) {
    html[lang=zh] .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .first-slide-item:hover .item-content .body3 {
        font-family: NotoSansSC Regular, sans-serif
    }
}

html[lang=zh] .fullBleedCard-container-content-card-text-inner .text-rte p,
html[lang=zh] .stt_massageBox-less,
html[lang=zh] .stt_massageBox-more {
    font-family: NotoSansSC Regular, sans-serif
}

@media (min-width:767px) {
    html[lang=zh] .notification-bar {
        font-family: NotoSansSC Regular, sans-serif
    }
}

html[lang=zh] .stt-video-container .video-js-masterheader.override-style.vjs-fullscreen .vjs-time-control,
html[lang=zh] .stt-video-container .video-js.override-style.vjs-fullscreen .vjs-time-control,
html[lang=zh] .stt-video-container.mobile-fullscreen-on .vjs-time-control,
html[lang=zh] .video-wrapper .video-box .video-content .video-content-text,
html[lang=zh] .video-wrapper .video-box .video-text .body1,
html[lang=zh] .video-wrapper .video-box .video-text .label,
html[lang=zh] .video-wrapper .video-box .video-text h2 {
    font-family: NotoSansSC Regular, sans-serif
}

.compact-mr {
    margin-right: 16px
}

@media (min-width:767px) {
    .compact-mr {
        margin-right: 24px
    }
}

.btn-Secondary {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    display: inline-block;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 24px;
    outline: 1px solid #d62828;
    outline-offset: -1px;
    padding: 10px 16px;
    text-transform: uppercase
}

.btn-Secondary:focus-visible {
    box-shadow: 0 0 5px #00b0e1;
    outline: 3px solid #00b0e1
}

.btn-Secondary .icon-arrow-right {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    content: "";
    display: inline-block;
    font-size: 24px;
    margin-left: 8px;
    transition: transform .35s ease-in-out;
    vertical-align: bottom
}

@media (min-width:767px) {
    .btn-Secondary {
        font-size: 15px;
        padding: 12px 20px
    }
}

.btn-Secondary:hover {
    outline: 2px solid #b32121;
    outline-offset: -2px
}

.btn-Secondary:hover,
.btn-Secondary:hover .icon-arrow-right {
    --tw-text-opacity: 1;
    color: rgba(179, 33, 33, var(--tw-text-opacity))
}

.btn-Secondary:hover .icon-arrow-right {
    transform: translateX(8px);
    transition: transform .35s ease-in-out
}

.btn-Primary {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgba(214, 40, 40, var(--tw-bg-opacity));
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    display: inline-block;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 24px;
    padding: 10px 16px;
    text-transform: uppercase;
    width: fit-content
}

.btn-Primary:focus-visible {
    box-shadow: 0 0 5px #00b0e1;
    outline: 3px solid #00b0e1
}

.btn-Primary .icon-arrow-right {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    display: inline-block;
    font-size: 24px;
    margin-left: 8px;
    transition: transform .35s ease-in-out;
    vertical-align: bottom
}

@media (min-width:767px) {
    .btn-Primary {
        font-size: 15px;
        padding: 12px 20px
    }
}

.btn-Primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(179, 33, 33, var(--tw-bg-opacity))
}

.btn-Primary:hover,
.btn-Primary:hover .icon-arrow-right {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.btn-Primary:hover .icon-arrow-right {
    transform: translateX(8px);
    transition: transform .35s ease-in-out
}

.btn-Primary .icon-brochure {
    font-size: 24px;
    margin-right: 3px
}

.btn-Primary .text-button-link {
    display: inherit;
    font-size: 14px;
    height: 24px;
    letter-spacing: 2px;
    line-height: 24px;
    vertical-align: super;
    padding-top: 5px;
}

@media (min-width:767px) {
    .btn-Primary .text-button-link {
        font-size: 15px
    }
}

.text-cta {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    display: inline-block;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 24px;
    min-width: max-content;
    text-transform: uppercase
}

.text-cta:focus-visible {
    box-shadow: 0 0 5px #00b0e1;
    outline: 3px solid #00b0e1
}

@media (min-width:767px) {
    .text-cta {
        font-size: 15px;
        letter-spacing: 2px
    }
}

.text-cta .text-bottom-link {
    display: unset
}

.text-cta .icon-chevron-right,
.text-cta .icon-chevron-right-bold {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    display: inline-block;
    font-size: 24px;
    transition: transform .35s ease-in-out;
    vertical-align: bottom
}

.text-cta:hover .text-bottom-link {
    --tw-text-opacity: 1;
    color: rgba(179, 33, 33, var(--tw-text-opacity));
    text-decoration: underline
}

.text-cta:hover .icon-chevron-right,
.text-cta:hover .icon-chevron-right-bold {
    --tw-text-opacity: 1;
    color: rgba(179, 33, 33, var(--tw-text-opacity));
    transform: translateX(8px);
    transition: transform .35s ease-in-out
}

.compact-Pri {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgba(214, 40, 40, var(--tw-bg-opacity));
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    display: inline-block;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 24px;
    padding: 10px 16px;
    text-transform: uppercase
}

.compact-Pri:focus-visible {
    box-shadow: 0 0 5px #00b0e1;
    outline: 3px solid #00b0e1
}

.compact-Pri:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(179, 33, 33, var(--tw-bg-opacity));
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.compact-Pri:hover,
.compact-Sec {
    --tw-text-opacity: 1;
    text-transform: uppercase
}

.compact-Sec {
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    display: inline-block;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 24px;
    outline: 1px solid #d62828;
    outline-offset: -1px;
    padding: 10px 16px
}

.compact-Sec:focus-visible {
    box-shadow: 0 0 5px #00b0e1;
    outline: 3px solid #00b0e1
}

.compact-Sec:hover {
    --tw-text-opacity: 1;
    color: rgba(179, 33, 33, var(--tw-text-opacity));
    outline: 2px solid #b32121;
    outline-offset: -2px;
    text-transform: uppercase
}

@media (min-width:767px) {

    .compact-Pri,
    .compact-Sec {
        font-size: 15px;
        line-height: 24px;
        padding: 12px 20px
    }
}

.icon-text-cta {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-family: lato !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase;
    vertical-align: text-bottom
}

.icon-text-cta:focus-visible {
    box-shadow: 0 0 5px #00b0e1;
    outline: 3px solid #00b0e1
}

.icon-text-cta:hover {
    --tw-text-opacity: 1;
    color: rgba(179, 33, 33, var(--tw-text-opacity));
    text-decoration: underline
}

@media (min-width:767px) {
    .icon-text-cta {
        font-size: 15px;
        line-height: 24px
    }
}

.icon-text {
    font-size: 24px;
    margin-right: 8px
}

.cta-hyperlink,
.icon-text {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.cta-hyperlink {
    cursor: pointer
}

.cta-hyperlink:hover {
    --tw-text-opacity: 1;
    color: rgba(179, 33, 33, var(--tw-text-opacity));
    text-decoration: underline
}

.footer {
    background-color: #f5f5f5
}

.footer .region-footer-content {
    display: flex;
    flex-wrap: wrap;
    padding-left: 6.383vw;
    padding-right: 6.383vw
}

@media (min-width:767px) {
    .footer .region-footer-content {
        padding-left: 7.4074vw;
        padding-right: 7.4074vw
    }
}

@media (min-width:1079px) {
    .footer .region-footer-content {
        padding-left: 6.94444vw;
        padding-right: 6.94444vw
    }
}

@media (min-width:1439px) {
    .footer .region-footer-content {
        grid-column-gap: 30px;
        display: grid;
        grid-template-columns: 18.403vw auto;
        grid-template-rows: auto;
        padding-left: 8.681vw;
        padding-right: 8.681vw
    }
}

.footer .region-footer-content.no-webform .footer-sub-flex {
    display: block
}

@media (min-width:767px) {
    .footer .region-footer-content.no-webform .footer-sub-flex {
        display: flex
    }
}

@media (min-width:1439px) {
    .footer .region-footer-content.no-webform .footer-sub-flex {
        display: block;
	margin-top: 45px;
    }
}

.footer .region-footer-content.no-webform .footer-sub-contact {
    grid-area: 1/1/2/2;
    order: 2
}

@media (min-width:767px) {
    .footer .region-footer-content.no-webform .footer-sub-contact {
        order: 1
    }
}

.footer .region-footer-content.no-webform .footer-sub-contact-text {
    margin-right: 30px
}

.footer-Services {
    --tw-text-opacity: 1;
    border-bottom-width: 1px;
    border-style: solid;
    color: rgba(210, 210, 210, var(--tw-text-opacity));
    flex: 1;
    order: 1
}

@media (min-width:767px) {
    .footer-Services {
        flex: 100%;
        order: 3;
        padding-top: 28px
    }
}

@media (min-width:1079px) {
    .footer-Services {
        padding-top: 32px
    }
}

@media (min-width:1439px) {
    .footer-Services {
        border-style: none;
        grid-area: 1/2/3/3;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0
    }
}

@media (min-width:767px) {
    .footer-Services .footer-Services-wrapper {
        display: flex
    }
}

@media (min-width:1079px) {
    .footer-Services .footer-Services-wrapper {
        justify-content: left
    }
}

@media (min-width:767px) {
    .footer-Services .footer-Services-wrapper .left-item {
        margin-right: 17.21vw
    }
}

@media (min-width:1079px) {
    .footer-Services .footer-Services-wrapper .left-item {
        margin-right: 0
    }
}

.footer-Services .footer-Services-wrapper .footer-Services-item {
    margin-bottom: 20px
}

@media (min-width:767px) {
    .footer-Services .footer-Services-wrapper .footer-Services-item {
        height: unset
    }
}

@media (min-width:1079px) {
    .footer-Services .footer-Services-wrapper .footer-Services-item {
        margin-right: 2.79vw;
        width: 15vw
    }
}

@media (min-width:1439px) {
    .footer-Services .footer-Services-wrapper .footer-Services-item {
        width: 10.764vw
    }
}

@media (min-width:1079px) {
    .footer-Services .footer-Services-wrapper .footer-Services-item:last-child {
        margin-right: 0
    }
}

.footer-Services .footer-Services-wrapper .footer-Services-item .footer-Services-item-button {
    align-items: center;
    display: flex;
    position: relative
}

.footer-Services .footer-Services-wrapper .footer-Services-item .footer-Services-item-button:focus-visible {
    box-shadow: 0 0 5px #00b0e1;
    outline: 3px solid #00b0e1
}

@media (min-width:767px) {
    .footer-Services .footer-Services-wrapper .footer-Services-item .footer-Services-item-button {
        display: unset;
        min-width: max-content
    }
}

@media (min-width:1079px) {
    .footer-Services .footer-Services-wrapper .footer-Services-item .footer-Services-item-button {
        position: none;
        text-align: left;
	min-height: 40px;
	display: flex;
	align-items: flex-start;
    }
}

.footer-Services .footer-Services-wrapper .footer-Services-item .footer-Services-item-button .footer-Services-item-text {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    display: inline-block;
    font-family: Lato, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 1.23;
    min-width: 78.72vw;
    text-align: left;
    text-transform: uppercase;
    vertical-align: top
}

.footer-Services .footer-Services-wrapper .footer-Services-item .footer-Services-item-button .footer-Services-item-text:focus-visible {
    box-shadow: 0 0 5px #00b0e1;
    outline: 3px solid #00b0e1
}

@media (min-width:767px) {
    .footer-Services .footer-Services-wrapper .footer-Services-item .footer-Services-item-button .footer-Services-item-text {
        display: inline;
        vertical-align: text-top
    }
}

@media (min-width:1079px) {
    .footer-Services .footer-Services-wrapper .footer-Services-item .footer-Services-item-button .footer-Services-item-text {
        display: inherit;
        min-width: unset;
        width: 15vw
    }
}

@media (min-width:1439px) {
    .footer-Services .footer-Services-wrapper .footer-Services-item .footer-Services-item-button .footer-Services-item-text {
        width: 10.764vw
    }
}

@media (min-width:1079px) {
    .footer-Services .footer-Services-wrapper .footer-Services-item .footer-Services-item-button .footer-Services-item-text:hover {
        --tw-text-opacity: 1;
        color: rgba(214, 40, 40, var(--tw-text-opacity))
    }
}

.footer-Services .footer-Services-wrapper .footer-Services-item .footer-Services-item-button .footer-Services-item-icon {
    display: inline-block
}

@media (min-width:767px) {
    .footer-Services .footer-Services-wrapper .footer-Services-item .footer-Services-item-button .footer-Services-item-icon {
        display: unset
    }
}

@media (min-width:1079px) {
    .footer-Services .footer-Services-wrapper .footer-Services-item .footer-Services-item-button .footer-Services-item-icon {
        display: none
    }
}

.footer-Services .footer-Services-wrapper .footer-Services-item .footer-Services-item-button .footer-Services-item-icon.icon-chevron-up {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-size: 24px
}

.footer-Services .footer-Services-wrapper .footer-Services-item .footer-Services-item-button .footer-Services-item-icon.icon-chevron-up:before {
    position: relative
}

@media (min-width:767px) {
    .footer-Services .footer-Services-wrapper .footer-Services-item .footer-Services-item-button .footer-Services-item-icon.icon-chevron-up:before {
        top: 5px
    }
}

@media (min-width:1079px) {
    .footer-Services .footer-Services-wrapper .footer-Services-item .footer-Services-item-button .footer-Services-item-icon.icon-chevron-up:before {
        position: none;
        top: 0
    }
}

.footer-Services .footer-Services-wrapper .footer-Services-item .footer-Services-item-button .footer-Services-item-icon.icon-chevron-down {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-size: 24px
}

.footer-Services .footer-Services-wrapper .footer-Services-item .footer-Services-item-button .footer-Services-item-icon.icon-chevron-down:before {
    position: relative
}

@media (min-width:767px) {
    .footer-Services .footer-Services-wrapper .footer-Services-item .footer-Services-item-button .footer-Services-item-icon.icon-chevron-down:before {
        top: 5px
    }
}

@media (min-width:1079px) {
    .footer-Services .footer-Services-wrapper .footer-Services-item .footer-Services-item-button .footer-Services-item-icon.icon-chevron-down:before {
        position: none;
        top: 0
    }
}

.footer-Services .footer-Services-wrapper .footer-Services-item .footer-Services-item-list {
    display: none;
    margin-top: 20px
}

@media (min-width:1079px) {
    .footer-Services .footer-Services-wrapper .footer-Services-item .footer-Services-item-list {
        display: block
    }
}

.footer-Services .footer-Services-wrapper .footer-Services-item .footer-Services-item-list .footer-Services-item-list-text {
    display: flex;
    flex-direction: column
}

@media (min-width:767px) {
    .footer-Services .footer-Services-wrapper .footer-Services-item .footer-Services-item-list .footer-Services-item-list-text {
        text-decoration: none
    }
}

.footer-Services .footer-Services-wrapper .footer-Services-item .footer-Services-item-list .services-list-link {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.85;
    margin-top: unset;
    text-decoration: none
}

@media (min-width:767px) {
    .footer-Services .footer-Services-wrapper .footer-Services-item .footer-Services-item-list .services-list-link {
        --tw-text-opacity: 1;
        color: rgba(90, 90, 90, var(--tw-text-opacity))
    }
}

.footer-Services .footer-Services-wrapper .footer-Services-item .footer-Services-item-list .services-list-link:focus-visible {
    box-shadow: 0 0 5px #00b0e1;
    outline: 3px solid #00b0e1
}

.footer-Services .footer-Services-wrapper .footer-Services-item .footer-Services-item-list .services-list-link:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

@media (min-width:767px) {
    .footer-Services .footer-Services-wrapper .footer-Services-item-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

@media (min-width:1079px) {
    .footer-Services .footer-Services-wrapper .footer-Services-item-wrapper {
        flex-wrap: unset;
        justify-content: unset
    }
}

@media (min-width:767px) {
    .footer-Services .footer-Services-wrapper .footer-Services-item-wrapper .footer-Services-item {
        margin-right: 3.92vw;
        width: 33%
    }
}

@media (min-width:1079px) {
    .footer-Services .footer-Services-wrapper .footer-Services-item-wrapper .footer-Services-item {
        margin-right: 2.79vw;
        width: auto
    }

    .footer-Services .footer-Services-wrapper .footer-Services-item-wrapper .footer-Services-item:last-child {
        margin-right: 0
    }
}

.foooter-trademark {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    order: 3;
    padding: 24px 6.383vw;
    text-align: center
}

@media (min-width:767px) {
    .foooter-trademark {
        padding: 16px 7.4074vw
    }
}

@media (min-width:1079px) {
    .foooter-trademark {
        align-items: unset;
        justify-content: space-between;
        padding-left: 6.94444vw;
        padding-right: 6.94444vw;
        text-align: unset
    }
}

@media (min-width:1439px) {
    .foooter-trademark {
        --tw-text-opacity: 1;
        border-style: solid;
        border-top-width: 1px;
        color: rgba(210, 210, 210, var(--tw-text-opacity));
        grid-area: 3/1/3/3;
        padding: 16px 8.681vw
    }
}

@media (min-width:1079px) {
    .foooter-trademark .region-footer-bottom {
        display: flex;
        justify-content: space-between
    }
}

.foooter-trademark .foooter-trademark-top .foooter-trademark-top-link {
    --tw-border-opacity: 1;
    --tw-text-opacity: 1;
    border-color: rgba(90, 90, 90, var(--tw-border-opacity));
    border-right: 1px solid;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.85;
    margin-left: 6px;
    padding-right: 6px
}

.foooter-trademark .foooter-trademark-top .foooter-trademark-top-link:focus-visible {
    box-shadow: 0 0 5px #00b0e1;
    outline: 3px solid #00b0e1
}

.foooter-trademark .foooter-trademark-top .foooter-trademark-top-link:last-child {
    border: none;
    margin-right: 0
}

.foooter-trademark .foooter-trademark-top .foooter-trademark-top-link:first-of-type {
    margin-left: 0
}

.foooter-trademark .foooter-trademark-top .foooter-trademark-top-link:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.foooter-trademark .foooter-trademark-bottom a {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.85
}

.foooter-trademark .foooter-trademark-bottom a:focus-visible {
    box-shadow: 0 0 5px #00b0e1;
    outline: 3px solid #00b0e1
}

.goBack-button {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    bottom: 89px;
    height: 48px;
    position: fixed;
    right: 32px;
    width: 48px;
    z-index: 999
}

@media (min-width:1079px) {
    .goBack-button {
        height: 64px;
        width: 64px
    }
}

.goBack-button .icon-chevron-up-bold {
    font-size: 24px;
    margin: 12px
}

@media (min-width:1079px) {
    .goBack-button .icon-chevron-up-bold {
        font-size: 24px;
        margin: 20px
    }
}

.footer-subscribe {
    --tw-text-opacity: 1;
    color: rgba(210, 210, 210, var(--tw-text-opacity));
    flex: 100%;
    margin-top: 24px;
    order: 2
}

@media (min-width:767px) {
    .footer-subscribe {
        border: none;
        display: flex;
        flex: auto;
        margin-right: 0;
        margin-top: 0;
        order: 1;
        padding-right: 0;
        width: calc(100% - 43.0248vw - 24px)
    }
}

@media (min-width:1079px) {
    .footer-subscribe {
        flex: none;
        width: unset
    }
}

@media (min-width:1439px) {
    .footer-subscribe {
        display: block;
        grid-area: 1/1/2/2;
        margin-bottom: 32px;
        margin-right: 0;
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }
}

@media (min-width:767px) {
    .footer-subscribe .footer-sub-btn {
        flex: 1;
        margin-bottom: 40px;
        margin-right: 30px;
        width: auto
    }
}

@media (min-width:1079px) {
    .footer-subscribe .footer-sub-btn {
        flex: none;
        margin-bottom: 0;
        width: 26.8519vw
    }
}

@media (min-width:1439px) {
    .footer-subscribe .footer-sub-btn {
        margin-right: 0;
        width: 18.403vw
    }
}

.footer-subscribe .footer-sub-btn .footer-sub-btn-text {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 16px;
    margin-bottom: 17px;
    text-transform: uppercase
}

@media (min-width:767px) {
    .footer-subscribe .footer-sub-btn .footer-sub-btn-text {
        margin-bottom: 16px
    }
}

.footer-sub-contact {
    --tw-text-opacity: 1;
    border-bottom-width: 1px;
    border-style: solid;
    color: rgba(210, 210, 210, var(--tw-text-opacity));
    flex: 100%;
    order: 2
}

@media (min-width:767px) {
    .footer-sub-contact {
        border: none;
        flex: auto;
        width: calc(100% - 43.0248vw - 54px)
    }
}

@media (min-width:1079px) {
    .footer-sub-contact {
        width: 26.8519vw
    }
}

@media (min-width:1439px) {
    .footer-sub-contact {
        flex: none;
        grid-area: 2/1/2/2;
        margin-right: 30px;
        padding-right: 0;
        width: 100%
    }
}

.footer-sub-contact label {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    display: block;
    font-family: Lato, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 16px;
    margin-bottom: 18px;
    margin-top: 25px
}

@media (min-width:767px) {
    .footer-sub-contact label {
        margin-top: 0;
        width: 40.741vw
    }
}

@media (min-width:1079px) {
    .footer-sub-contact label {
        width: 26.852vw
    }
}

@media (min-width:1439px) {
    .footer-sub-contact label {
        margin-bottom: 16px;
        width: 100%
    }
}

@media (min-width:1079px) {
    .footer-sub-contact .footer-sub-flex {
        display: flex
    }
}

@media (min-width:1439px) {
    .footer-sub-contact .footer-sub-flex {
        display: block
    }
}

.footer-sub-contact .footer-sub-flex a:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.footer-sub-contact .footer-sub-flex .footer-sub-contact-text {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    display: block;
    font-family: Lato, sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 24px;
    margin-right: 30px
}

.footer-sub-contact .footer-sub-flex .contact-text-ave {
    margin-bottom: 18px
}

@media (min-width:767px) {
    .footer-sub-contact .footer-sub-flex .contact-text-ave {
        margin-bottom: 16px;
        width: auto
    }
}

@media (min-width:1079px) {
    .footer-sub-contact .footer-sub-flex .contact-text-ave {
        width: 26.852vw
    }
}

@media (min-width:1439px) {
    .footer-sub-contact .footer-sub-flex .contact-text-ave {
        margin-bottom: 16px;
        width: 100%
    }
}

@media (min-width:767px) {
    .footer-sub-contact .footer-sub-flex .footer-sub-flex-em {
        width: auto
    }
}

@media (min-width:1079px) {
    .footer-sub-contact .footer-sub-flex .footer-sub-flex-em {
        width: 26.852vw
    }
}

@media (min-width:1439px) {
    .footer-sub-contact .footer-sub-flex .footer-sub-flex-em {
        width: 100%
    }
}

.footer-sub-contact .footer-sub-flex .footer-sub-flex-em .contact-text-email {
    margin-bottom: 1px
}

@media (min-width:767px) {
    .footer-sub-contact .footer-sub-flex .footer-sub-flex-em .contact-text-email {
        margin-bottom: 0
    }
}

@media (min-width:1439px) {
    .footer-sub-contact .footer-sub-flex .footer-sub-flex-em .contact-text-email {
        margin-bottom: 0
    }
}

.footer-sub-contact .footer-sub-flex .footer-sub-flex-em .contact-text-phone {
    margin-bottom: 26px
}

@media (min-width:767px) {
    .footer-sub-contact .footer-sub-flex .footer-sub-flex-em .contact-text-phone {
        margin-bottom: 0
    }
}

@media (min-width:1439px) {
    .footer-sub-contact .footer-sub-flex .footer-sub-flex-em .contact-text-phone {
        margin-bottom: 32px
    }
}

.pop-up .pop-up-container {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity))
}

@media (min-width:767px) {
    .pop-up .pop-up-container {
        height: auto;
        width: 610px
    }
}

@media (min-width:1439px) {
    .pop-up .pop-up-container {
        min-height: 584px;
        min-width: 730px
    }
}

.pop-up .pop-up-container .icon-close {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity))
}

.stt-form__selector {
    margin-bottom: 16px;
    position: relative
}

@media (min-width:767px) {
    .stt-form__selector {
        margin-bottom: 24px
    }
}

.stt-form__selector--label {
    flex: none
}

.stt-form__selector--main {
    flex: 1;
    position: relative
}

.stt-form__selector--main .stt-form--error {
    left: 0
}

.stt-form__selector--display {
    --tw-text-opacity: 1;
    color: rgba(165, 165, 165, var(--tw-text-opacity));
    pointer-events: none
}

.stt-form__selector--display.dark-color {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity))
}

.stt-form__selector--key {
    border: 0;
    padding: 0 0 10px;
    text-align: left;
    width: 100%
}

.stt-form__selector--key[aria-expanded=true] .stt-form__selector--icon {
    transform: rotate(-180deg)
}

.stt-form__selector--key:focus {
    border: 0
}

.stt-form__selector--icon {
    display: block;
    font-size: 20px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 5px;
    transition: all 1s
}

.stt-form__selector--icon.down {
    transform: rotate(-180deg)
}

.stt-form__selector--panel {
    background-color: #fff;
    display: none;
    max-height: 152px;
    overflow: auto;
    position: absolute;
    top: 33px;
    width: 100%;
    z-index: 1
}

.stt-form__selector--panel li {
    cursor: pointer;
    padding: 8px 30px
}

.stt-form__dropdown {
    position: relative;
    width: 100%
}

@media (min-width:767px) {
    .stt-form__dropdown {
        margin-bottom: 24px;
        width: 40.75vw
    }
}

@media (min-width:1079px) {
    .stt-form__dropdown {
        width: 26.86vw
    }
}

@media (min-width:1439px) {
    .stt-form__dropdown {
        width: 24.31vw
    }
}

.stt-form__dropdown input::-webkit-input-placeholder {
    --tw-text-opacity: 1;
    color: rgba(165, 165, 165, var(--tw-text-opacity));
    font-size: 15px;
    line-height: 24px
}

.stt-form__dropdown.selected {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity))
}

.stt-form__dropdown.selected .lh-form__dropdown--menu {
    --tw-border-opacity: 1;
    border-color: rgba(90, 90, 90, var(--tw-border-opacity))
}

.stt-form__dropdown--menu {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    border-bottom-width: 1px;
    border-color: rgba(90, 90, 90, var(--tw-border-opacity));
    display: flex;
    height: 56px;
    justify-content: space-between;
    padding: 16px;
    text-align: center;
    width: 100%
}

.stt-form__dropdown--menu[aria-expanded=true] {
    background-color: #fff;
    border-bottom-width: 2px;
    box-shadow: 0 8px 16px #00000026
}

.stt-form__dropdown--menu[aria-expanded=true] [class*="--arrown"] {
    transform: rotate(180deg)
}

.stt-form__dropdown--menu:hover {
    background-color: #fff;
    border-bottom-width: 2px;
    box-shadow: 0 8px 16px #00000026
}

.stt-form__dropdown--panel {
    background-color: #fff;
    box-shadow: 0 8px 16px #00000026;
    display: none;
    max-height: 250px;
    overflow: auto;
    padding: 24px 20px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 12
}

.stt-form__dropdown--panel--hitem {
    align-items: center;
    display: flex;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 8px;
    text-align: left;
    text-transform: none
}

.stt-form__dropdown--panel--hitem .icon {
    font-size: 22px
}

.stt-form__dropdown--panel--hitem .icon.icon-select {
    display: none
}

.stt-form__dropdown--panel--hitem:last-child {
    margin-bottom: 0
}

.stt-form__dropdown--panel--hitem:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    cursor: pointer
}

.stt-form__dropdown--panel--hitem:hover .icon-deselect {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
}

.stt-form__dropdown--panel--hitem.selected {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.stt-form__dropdown--panel--hitem.selected .icon-deselect:before {
    content: ""
}

.stt-form__dropdown--panel--hitem.selected:hover .icon-deselect {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.stt-form__dropdown--arrown {
    display: block;
    font-size: 24px;
    pointer-events: none;
    transition: all .5s
}

.stt-form__selector[multiple=multiple] .stt-form__dropdown--panel {
    margin-top: 0
}

.stt-form__selector[multiple=multiple] .stt-form__dropdown--panel .stt-form__dropdown--panel--hitem {
    display: flex;
    font-weight: 400;
    padding-bottom: 8px;
    text-transform: none
}

.stt-form__selector[multiple=multiple] .stt-form__dropdown--panel .stt-form__dropdown--panel--hitem .icon-select {
    display: none
}

.stt-form__selector[multiple=multiple] .stt-form__dropdown--panel .stt-form__dropdown--panel--hitem .icon-select:before {
    color: #d62828;
    content: ""
}

.stt-form__selector[multiple=multiple] .stt-form__dropdown--panel .stt-form__dropdown--panel--hitem .icon-deselect {
    display: block
}

.stt-form__selector[multiple=multiple] .stt-form__dropdown--panel .stt-form__dropdown--panel--hitem .icon-deselect:before {
    color: #a5a5a5;
    content: ""
}

.stt-form__selector[multiple=multiple] .stt-form__dropdown--panel .stt-form__dropdown--panel--hitem:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    cursor: pointer
}

.stt-form__selector[multiple=multiple] .stt-form__dropdown--panel .stt-form__dropdown--panel--hitem.defalutSelected {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.stt-form__selector[multiple=multiple] .stt-form__dropdown--panel .stt-form__dropdown--panel--hitem.defalutSelected .icon-select {
    display: block
}

.stt-form__selector[multiple=multiple] .stt-form__dropdown--panel .stt-form__dropdown--panel--hitem.defalutSelected .icon-deselect {
    display: none
}

@media (min-width:1079px) {
    .stt-form__selector[multiple=multiple] .stt-form__dropdown--panel .stt-form__dropdown--panel--hitem.defalutSelected {
        --tw-text-opacity: 1;
        color: rgba(90, 90, 90, var(--tw-text-opacity))
    }

    .stt-form__selector[multiple=multiple] .stt-form__dropdown--panel .stt-form__dropdown--panel--hitem.defalutSelected .icon-select {
        display: none
    }

    .stt-form__selector[multiple=multiple] .stt-form__dropdown--panel .stt-form__dropdown--panel--hitem.defalutSelected .icon-deselect {
        display: block
    }
}

.stt-form__selector[multiple=multiple] .stt-form__dropdown--panel .stt-form__dropdown--panel--hitem.selected {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.stt-form__selector[multiple=multiple] .stt-form__dropdown--panel .stt-form__dropdown--panel--hitem.selected .icon-select {
    display: block
}

.stt-form__selector[multiple=multiple] .stt-form__dropdown--panel .stt-form__dropdown--panel--hitem.selected .icon-deselect {
    display: none
}

.stt-form__selector[multiple=multiple] .stt-form__dropdown--panel .stt-form__dropdown--panel--hitem .icon {
    margin-right: 8px
}

.stt-form-title {
    margin-bottom: 40px;
    margin-left: 6.383vw;
    margin-right: 6.383vw;
    text-align: center
}

@media (min-width:767px) {
    .stt-form-title {
        margin-left: 14.815vw;
        margin-right: 14.815vw
    }
}

@media (min-width:1079px) {
    .stt-form-title {
        margin-left: 21.759vw;
        margin-right: 21.759vw
    }
}

.stt-form-title label {
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    display: block;
    font-size: 13px;
    letter-spacing: 3px;
    line-height: 16px
}

.stt-form-title h2,
.stt-form-title label {
    --tw-text-opacity: 1;
    font-family: Lato, sans-serif;
    font-weight: 700;
    margin-bottom: 16px
}

.stt-form-title h2 {
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-size: 36px;
    letter-spacing: 1px;
    line-height: 36px
}

@media (min-width:767px) {
    .stt-form-title h2 {
        font-size: 38px;
        line-height: 44px
    }
}

@media (min-width:1079px) {
    .stt-form-title h2 {
        font-size: 50px;
        line-height: 54px;
        margin-bottom: 24px
    }
}

.stt-form-title .body1 {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px
}

@media (min-width:767px) {
    .stt-form-title .body1 {
        font-size: 20px;
        line-height: 32px
    }
}

.stt-form-container {
    margin-left: 6.383vw;
    margin-right: 6.383vw
}

@media (min-width:767px) {
    .stt-form-container {
        margin-left: 7.4074vw;
        margin-right: 7.4074vw
    }
}

@media (min-width:1079px) {
    .stt-form-container {
        margin-left: 21.76vw;
        margin-right: 21.76vw
    }
}

@media (min-width:1439px) {
    .stt-form-container {
        margin-left: 24.66vw;
        margin-right: 24.66vw
    }
}

.stt-form-container .description {
    display: none
}

@media (min-width:767px) {
    .stt-form-container .stt-form-container-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

.stt-form-container .stt-form-container-content .stt-newSletter-form {
    margin-top: 40px;
    width: 100%
}

@media (min-width:767px) {
    .stt-form-container .stt-form-container-content .stt-newSletter-form {
        margin-top: 56px
    }
}

.stt-form-container .stt-form-container-content .stt-newSletter-form .form-type-processed-text {
    width: 100%
}

.stt-form-container .stt-form-container-content .stt-newSletter-form .form-type-processed-text .form-type-processed-text .note2:nth-child(2) {
    padding-top: 16px
}

.stt-form-container .stt-form-container-content .form-actions,
.stt-form-container .stt-form-container-content .form-item-phone-number,
.stt-form-container .stt-form-container-content .form-type-email,
.stt-form-container .stt-form-container-content .form-type-textarea {
    width: 100%
}

.stt-form-container .stt-form-container-content .form-item-first-name {
    flex: 1
}

.stt-form-container .stt-form-container-content input:focus-visible {
    outline: none
}

.stt-form-container .stt-form-container-content input:focus {
    box-shadow: 0 1px #5a5a5a
}

.stt-form-container .stt-form-container-content .stt-form-phone .iti__flag-container .iti__selected-flag {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.stt-form-container .stt-form-container-content .stt-form-phone .iti__flag-container .iti__selected-dial-code {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 15px;
    line-height: 24px
}

@media (min-width:767px) {
    .stt-form-container .stt-form-container-content .stt-form-phone .iti__flag-container .iti__selected-dial-code {
        font-size: 16px
    }
}

.stt-form-container .stt-form-container-content .form-item-phone-number {
    margin-bottom: 24px
}

.stt-form-container .stt-form-container-content .form-item-phone-number .form-item--error-message {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    display: none !important;
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 16px
}

.stt-form-container .stt-form-container-content .form-item-phone-number .form-item--error-message:before,
.stt-form-container .stt-form-container-content .form-type-checkbox #edit-terms-of-service {
    display: none
}

.stt-form-container .stt-form-container-content .form-type-checkbox label:before {
    color: #a5a5a5;
    content: "";
    font-family: stt;
    font-size: 16px;
    margin-right: 8px;
    vertical-align: sub
}

.stt-form-container .stt-form-container-content .form-type-checkbox #edit-terms-of-service:checked+label:before {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    content: "";
    font-family: stt;
    font-size: 16px;
    margin-right: 8px
}

.stt-form-container .form-actions {
    margin-bottom: 0;
    margin-top: 0
}

.stt-form-container .form-actions .webform-button--reset,
.stt-form-container .form-actions .webform-button--submit {
    display: none
}

@media (min-width:767px) {
    .stt-form-container .form-actions {
        margin-bottom: 0;
        margin-top: 0
    }
}

.stt-form-container .form-actions .btn-Primary {
    margin-left: 0
}

.stt-form__text {
    margin-bottom: 16px;
    position: relative;
    width: 100%
}

@media (min-width:767px) {
    .stt-form__text {
        margin-bottom: 24px;
        width: 40.75vw
    }
}

@media (min-width:1079px) {
    .stt-form__text {
        width: 26.86vw
    }
}

@media (min-width:1439px) {
    .stt-form__text {
        width: 24.31vw
    }
}

.stt-form__text .stt-form__text:nth-child(2n) {
    margin-right: 0
}

.stt-form__text--key {
    --tw-text-opacity: 1;
    border: 0;
    box-shadow: 0 1px #5a5a5a;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    padding: 16px;
    position: relative;
    width: 100%
}

.stt-form__text--key:hover {
    box-shadow: 0 2px #5a5a5a
}

@media (min-width:767px) {
    .stt-form__text--key {
        font-size: 16px;
        margin-bottom: 0
    }
}

.stt-form__text--key:focus {
    box-shadow: none
}

.stt-form__text input::-webkit-input-placeholder {
    --tw-text-opacity: 1;
    color: rgba(165, 165, 165, var(--tw-text-opacity));
    font-size: 15px;
    line-height: 24px
}

.stt-form--error {
    border-color: red;
    margin-bottom: 8px
}

.stt-form__error-text {
    --tw-text-opacity: 1;
    color: rgba(179, 33, 33, var(--tw-text-opacity));
    display: none;
    font-family: Lato, sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
    margin-left: 16px;
    margin-top: 8px
}

.stt-form__error-icon {
    display: none;
    position: absolute;
    right: 16px;
    top: 16px
}

.stt-form__error-icon .icon-error {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    font-size: 24px
}

.stt-form-phone {
    width: 100%
}

.stt-form-phone .stt-form__dropdown {
    border-bottom: 1px solid #5a5a5a;
    display: flex;
    height: 57px;
    margin-bottom: 8px;
    position: relative;
    width: 100%
}

.stt-form-phone .stt-form__dropdown:hover {
    border-bottom: 2px solid #5a5a5a
}

.stt-form-phone .stt-form__dropdown--menu {
    border: none
}

.stt-form-phone .stt-form__dropdown--menu .stt-form--display {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px
}

@media (min-width:767px) {
    .stt-form-phone .stt-form__dropdown--menu .stt-form--display {
        font-size: 16px
    }
}

.stt-form-phone .stt-form__dropdown--menu .numbig {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity))
}

.stt-form-phone .stt-form__dropdown--menu:hover {
    border-bottom: 2px solid #5a5a5a
}

.stt-form-phone .stt-form__dropdown .form-phone-icon {
    border: none;
    max-width: 127px
}

@media (min-width:767px) {
    .stt-form-phone .stt-form__dropdown .form-phone-icon {
        max-width: 136px
    }
}

.stt-form-phone .stt-form__dropdown .form-phone-icon:after {
    content: "|"
}

.stt-form-phone .stt-form__dropdown .stt-form__text--key {
    border-bottom: none;
    margin-bottom: 0
}

.stt-form-phone .stt-form__dropdown .stt-form__error-img {
    position: absolute;
    right: 16px;
    top: 16px
}

.stt-form-phone .stt-form__dropdown .stt-form__text,
.stt-form-phone .stt-form__dropdown .stt-form__text .iti {
    width: 100%
}

.stt-form-phone .stt-form__dropdown .stt-form__text .iti .iti__flag-container {
    padding: 16px
}

.stt-form-phone .stt-form__dropdown .stt-form__text .iti .iti__flag-container .iti__selected-flag .iti__arrow {
    margin-left: 8px
}

.stt-form-phone .stt-form__dropdown .stt-form__text .iti .stt-form__text--key {
    padding-left: 111px !important
}

.stt-form-TextInput {
    width: 100%
}

.stt-form-TextInput .stt-form__textarea {
    height: 144px;
    width: 100%
}

@media (min-width:767px) {
    .stt-form-TextInput .stt-form__textarea {
        height: 152px
    }
}

.stt-form-TextInput .stt-form__textarea--key {
    --tw-text-opacity: 1;
    border: none;
    border-bottom: 1px solid #5a5a5a;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    display: block;
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 400;
    height: 144px;
    letter-spacing: 0;
    line-height: 24px;
    resize: none;
    width: 100%
}

@media (min-width:767px) {
    .stt-form-TextInput .stt-form__textarea--key {
        height: 152px
    }
}

.stt-form-TextInput .stt-form__textarea--key:hover {
    border-bottom: 2px solid #5a5a5a
}

.stt-form-TextInput .stt-form__textarea--key:focus {
    box-shadow: none
}

.stt-form-TextInput .stt-form__textarea textarea::-webkit-input-placeholder {
    --tw-text-opacity: 1;
    color: rgba(165, 165, 165, var(--tw-text-opacity));
    font-size: 15px;
    line-height: 24px
}

.stt-form-TextInput .stt-form__textarea--number {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 16px;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 8px;
    text-align: right
}

@media (min-width:767px) {
    .stt-form-TextInput .stt-form__textarea--number {
        margin-left: auto;
        margin-right: auto;
        margin-top: 16px
    }
}

.form-item-business-email,
.form-item-business-email .stt-form__text {
    width: 100%
}

.stt-form-container select {
    display: none
}

html {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity))
}

.user-login-form {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 40px 80px
}

.user-login-form .description {
    display: none
}

.user-login-form .form-type-password {
    display: flex;
    flex-direction: column
}

.user-login-form .form-type-password input[type=password] {
    --tw-text-opacity: 1;
    border: none;
    border-bottom: 1px solid #5a5a5a;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    display: block;
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 16px;
    padding: 16px 12px;
    resize: none;
    width: 100%
}

@media (min-width:767px) {
    .user-login-form .form-type-password input[type=password] {
        margin-bottom: 24px;
        width: 40.75vw
    }
}

@media (min-width:1079px) {
    .user-login-form .form-type-password input[type=password] {
        width: 26.86vw
    }
}

@media (min-width:1439px) {
    .user-login-form .form-type-password input[type=password] {
        width: 24.31vw
    }
}

.user-login-form .form-type-password input[type=password]:hover {
    border-bottom: 2px solid #5a5a5a
}

.user-login-form .form-type-password input[type=password]:focus {
    box-shadow: none
}

#stt-form-helpText {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    display: none;
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 16px;
    padding-left: 16px;
    padding-top: 8px
}

.form-item-business-email #stt-form-helpText {
    display: block
}

.recaptcha {
    margin-bottom: 24px;
    margin-top: 16px
}

@media (min-width:767px) {
    .recaptcha {
        margin-top: 24px
    }
}

@media (min-width:1079px) {
    .recaptcha {
        margin-bottom: 32px
    }
}

.Successful-copy {
    background-color: #349e491a;
    border-color: #77b259;
    border-width: 1px;
    color: #349e49;
    display: none;
    font-family: Lato, sans-serif;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 24px;
    margin-top: 24px;
    padding: 12px 16px
}

@media (min-width:767px) {
    .Successful-copy {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media (min-width:1079px) {
    .Successful-copy {
        margin-top: 32px
    }
}

.failure-copy {
    --tw-text-opacity: 1;
    background-color: #b321211a;
    border-color: #b32121;
    border-width: 1px;
    color: rgba(179, 33, 33, var(--tw-text-opacity));
    display: none;
    font-family: Lato, sans-serif;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 24px;
    margin-top: 24px;
    padding: 12px 16px
}

@media (min-width:767px) {
    .failure-copy {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media (min-width:1079px) {
    .failure-copy {
        margin-top: 32px
    }
}

.stt-form-container .stt-form-container-button .js-button-reset[disabled=disabled],
.stt-form-container .stt-form-container-button .js-button-submit[disabled=disabled] {
    opacity: .3
}

.stt-form-container .stt-form-container-button .js-button-submit[disabled=disabled]:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 40, 40, var(--tw-bg-opacity))
}

.stt-form-container .stt-form-container-button .js-button-reset[disabled=disabled]:hover {
    outline-color: #d62828;
    outline-offset: -1px;
    outline-width: 1px
}

.iti__country-list {
    left: 0;
    top: 57px
}

.form-type-checkbox {
    margin-bottom: 16px;
    margin-top: 16px;
    width: 100%
}

@media (min-width:767px) {
    .form-type-checkbox {
        margin-bottom: 24px
    }
}

.form-type-checkbox .form-checkbox {
    display: none;
    vertical-align: middle
}

.form-type-checkbox .form-required {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 12px;
    line-height: 16px;
    vertical-align: middle
}

.form-type-checkbox .form-required .form-required-personal,
.form-type-checkbox .form-required .form-required-terms {
    color: #e90017
}

.form-type-checkbox .form-required .form-required-personal:hover,
.form-type-checkbox .form-required .form-required-terms:hover {
    --tw-text-opacity: 1;
    color: rgba(179, 33, 33, var(--tw-text-opacity));
    text-decoration: underline
}

.form-type-checkbox .form-required:after {
    display: none
}

.form-type-checkbox input[type=checkbox] {
    height: 16px;
    overflow: visible;
    vertical-align: sub;
    visibility: hidden;
    width: 16px
}

.form-type-checkbox input[type=checkbox]:after {
    border: 1px solid #999999e6;
    border-radius: 4px;
    color: red;
    content: "";
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    height: 14px;
    line-height: 1;
    text-align: center;
    visibility: visible;
    width: 14px
}

.form-type-checkbox input[type=checkbox]:hover:after {
    border-color: #5a5a5a
}

.form-type-checkbox input[type=checkbox]:checked:after {
    background-color: red;
    color: #fff;
    content: "✓"
}

.iti__country-list .iti__country {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 15px;
    line-height: 24px
}

@media (min-width:767px) {
    .iti__country-list .iti__country {
        font-size: 16px
    }
}

.text-formatted blockquote,
.text-formatted dd,
.text-formatted dl,
.text-formatted figure,
.text-formatted h1,
.text-formatted h2,
.text-formatted h3,
.text-formatted h4,
.text-formatted h5,
.text-formatted h6,
.text-formatted hr,
.text-formatted p,
.text-formatted pre {
    margin-top: 0
}

.text-formatted h4 {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.text-formatted li {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 15px;
    line-height: 24px
}

.text-formatted li p {
    flex: 1;
    margin-top: -23px;
    margin-bottom: 10px
}

.text-formatted h6.stt-li-level1 {
    display: grid;
    font-size: 17px;
    font-weight: 700;
    grid-template-columns: 24px calc(100% - 24px);
    line-height: 24px
}

.text-formatted h6.stt-li-level1:before {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    content: "";
    font-family: stt !important;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 8px
}

.text-formatted h6.stt-li-level1+ol li,
.text-formatted h6.stt-li-level1+ul li {
    margin-left: 24px
}

.text-formatted h6:before {
    display: flex;
    justify-content: center
}

.text-formatted ol {
    counter-reset: section
}

.text-formatted ol li:before {
    content: counter(section) ".";
    counter-increment: section;
    text-align: center;
    width: 24px
}

.text-formatted ul {
    padding-left: 24px
}

.text-formatted ul li:before {
    content: "•";
    display: inline-block;
    margin-left: -24px;
    text-align: center;
    width: 24px
}

.text-formatted ul li ul {
    padding-left: 0
}

.text-formatted ul li ul li {
    margin-left: 24px
}

.text-formatted ul li ul li:before {
    content: "◦";
    text-align: center;
    width: 24px
}

.stt_pager {
    margin-top: 40px
}

.stt_pager .pager__item {
    padding: 0 8px
}

.stt_pager .pager__item.is-active {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    text-decoration: underline
}

.stt_pager .pager__item--next,
.stt_pager .pager__item--previous {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 24px;
    padding: 0 8px
}

.stt_pager .pager__item--next>a,
.stt_pager .pager__item--previous>a {
    line-height: 24px
}

.notification-bar {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgba(214, 40, 40, var(--tw-bg-opacity));
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    font-weight: 400;
    padding: 8px 6.383vw;
    position: relative
}

@media (min-width:767px) {
    .notification-bar {
        font-family: Lato, sans-serif;
        font-weight: 400;
        padding-left: 32px;
        padding-right: 32px
    }
}

@media (min-width:1079px) {
    .notification-bar {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media (min-width:1439px) {
    .notification-bar {
        padding-left: 32px;
        padding-right: 32px
    }
}

.notification-bar__left {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    width: 82.9787vw
}

@media (min-width:767px) {
    .notification-bar__left {
        display: block;
        width: 90.2216vw
    }
}

.notification-bar__measures {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px
}

@media (min-width:1079px) {
    .notification-bar__measures {
        margin-left: 8px
    }
}

.notification-bar .text-cta,
.notification-bar .text-cta .icon-chevron-right-bold {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.notification-bar .text-cta .icon-chevron-right-bold {
    font-size: 16px;
    transition: transform .35s ease-in-out
}

.notification-bar .text-cta .icon-chevron-right-bold:before {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 24px
}

.notification-bar .text-cta:hover,
.notification-bar .text-cta:hover .icon-chevron-right-bold {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.notification-bar .text-cta:hover .icon-chevron-right-bold {
    transform: translateX(8px);
    transition: transform .35s ease-in-out
}

.notification-bar__close {
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    right: 8px;
    top: 8px
}

.social {
    position: fixed;
    right: 0;
    z-index: 2
}

.social-container-content {
    align-items: center;
    background: #ffffffb3;
    display: flex;
    flex-direction: column;
    font-size: 24px;
    max-width: 40px;
    padding: 12px 8px
}

.social-container-content a {
    margin-bottom: 12px
}

.social-container-content a:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.social-container-content a:last-child {
    margin-bottom: 0
}

.social-container-content [class*=icon-] {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity))
}

.social-container-content [class*=icon-]:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.social-container .wechat {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    display: none
}

.social-container .wechat-container {
    max-width: 220px;
    padding: 32px 18px 18px;
    text-align: center
}

.social-container .wechat-container span {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    right: 8px;
    top: 8px
}

.social-container .wechat-container .body2 {
    padding-bottom: 8px;
    padding-left: 14px;
    padding-right: 14px
}

.masterhead {
    height: 100vh;
    position: relative;
    z-index: 1
}

.masterhead-carousel {
    height: 100%;
    list-style: none;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.masterhead-image img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.masterhead-subpage {
    height: 87.766vw
}

@media (min-width:767px) {
    .masterhead-subpage {
        height: 48.3951vw
    }
}

@media (min-width:1079px) {
    .masterhead-subpage {
        height: 480px
    }
}

.masterhead-subpage .masterhead-textArea {
    margin: 0;
    padding-left: 6.383vw;
    padding-right: 6.383vw;
    position: absolute;
    top: 40px;
    width: 100%
}

@media (min-width:767px) {
    .masterhead-subpage .masterhead-textArea {
        padding: 0 7.40741vw;
        top: 40px
    }
}

@media (min-width:1079px) {
    .masterhead-subpage .masterhead-textArea {
        padding-left: 6.944vw;
        padding-right: 6.944vw;
        top: 40px
    }
}

@media (min-width:1439px) {
    .masterhead-subpage .masterhead-textArea {
        padding-left: 11.4583vw;
        padding-right: 11.4583vw;
        top: 40px
    }
}

.masterhead-subpage .masterhead-textArea .masterhead-cta a:focus-visible,
.masterhead-subpage .masterhead-textArea .masterhead-cta:focus-visible {
    box-shadow: 0 0 5px #00b0e1;
    outline: 3px solid #00b0e1
}

@media (min-width:1439px) {
    .masterhead-subpage .masterhead-h1 {
        width: 100%
    }
}

@media (min-width:767px) {

    .masterhead-subpage .masterhead-body,
    .masterhead-subpage .masterhead-label {
        max-width: 70.3704vw
    }
}

@media (min-width:1079px) {

    .masterhead-subpage .masterhead-body,
    .masterhead-subpage .masterhead-label {
        max-width: 56.4815vw
    }
}

@media (min-width:1439px) {

    .masterhead-subpage .masterhead-body,
    .masterhead-subpage .masterhead-label {
        max-width: 44.0972vw
    }
}

.masterhead-video {
    height: 100%;
    width: 100%
}

.masterhead-video-play {
    --tw-border-opacity: 1;
    --tw-text-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    border-radius: 9999px;
    border-width: 2px;
    box-shadow: 0 0 8px #00000080;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    cursor: pointer;
    font-size: 64px;
    left: 6.383vw;
    margin: 0;
    position: absolute;
    top: 96px;
    z-index: 3
}

@media (min-width:767px) {
    .masterhead-video-play {
        font-size: 80px;
        left: 7.40741vw;
        top: 104px
    }
}

.masterhead-video-play:hover {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scale-x: 1.2;
    --tw-scale-y: 1.2;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-duration: .3s
}

@media (min-width:1079px) {
    .masterhead-video-play {
        font-size: 124px;
        left: unset;
        right: 14.3519vw;
        top: 272px
    }
}

@media (min-width:1439px) {
    .masterhead-video-play {
        right: 18.0556vw;
        top: 288px
    }
}

.masterhead-textArea {
    animation-delay: 2s;
    margin-left: 6.383vw;
    margin-right: 6.383vw;
    position: absolute;
    top: 184px;
    width: 328px;
    z-index: 3
}

@media (min-width:767px) {
    .masterhead-textArea {
        margin: 0 7.40741vw;
        top: 216px;
        width: 570px
    }
}

@media (min-width:1079px) {
    .masterhead-textArea {
        margin-left: 6.944vw;
        margin-right: 6.944vw;
        top: 120px;
        width: 610px
    }
}

@media (min-width:1439px) {
    .masterhead-textArea {
        margin-left: 11.4583vw;
        margin-right: 11.4583vw;
        top: 160px;
        width: 635px
    }
}

.masterhead-label {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    margin-bottom: 8px;
    text-shadow: 0 0 8px #00000080
}

@media (min-width:767px) {
    .masterhead-label {
        margin-bottom: 16px
    }
}

.masterhead-h1 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    margin-bottom: 16px;
    text-shadow: 0 0 8px #00000080;
    width: 703px;
}
body.vn-vn #home_masthead_vn .masterhead-h1 {
    line-height: 1.2em;
}

body.vn-vn #home_masthead_vn {
    min-height: 848px !important;
}
body.vn-vn #home_masthead_vn .gradient-dark-left,
body.vn-vn #home_masthead_vn .gradient-dark-top{
    min-height: 848px !important;
}

@media (min-width:1079px) {
    .masterhead-h1 {
        margin-bottom: 24px
    }
}

.masterhead-body {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    margin-bottom: 24px;
    text-shadow: 0 0 8px #00000080
}

@media (min-width:1079px) {
    .masterhead-body {
        margin-bottom: 32px
    }
}

.masterhead .stt-swiper-pagination {
    bottom: 42px;
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 1;
    z-index: 3
}

@media (min-width:767px) {
    .masterhead .stt-swiper-pagination {
        bottom: 90px
    }
}

@media (min-width:1079px) {
    .masterhead .stt-swiper-pagination {
        bottom: 120px
    }
}

@media (min-width:1439px) {
    .masterhead .stt-swiper-pagination {
        bottom: 160px
    }
}

.masterhead .stt-swiper-pagination .swiper-pagination-bullet {
    --tw-bg-opacity: 1;
    --tw-bg-opacity: .3;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    border-radius: 0;
    height: 2px;
    margin: 0;
    width: 40px
}

.masterhead .stt-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1
}

.masterhead-theme-dark .masterhead-body,
.masterhead-theme-dark .masterhead-h1,
.masterhead-theme-dark .masterhead-label,
.masterhead-theme-dark .masterhead-video-play {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    text-shadow: unset
}

.masterhead-theme-dark .masterhead-video-play {
    --tw-border-opacity: 1;
    border-color: rgba(90, 90, 90, var(--tw-border-opacity));
    box-shadow: unset
}

.masterhead-theme-dark .stt-swiper-pagination .swiper-pagination-bullet {
    --tw-bg-opacity: 1;
    background-color: rgba(90, 90, 90, var(--tw-bg-opacity));
    opacity: .3
}

.masterhead-theme-dark .stt-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    --tw-bg-opacity: 1;
    background-color: rgba(90, 90, 90, var(--tw-bg-opacity));
    opacity: 1
}

.stt-video-container {
    height: 100%;
    width: 100%
}

.stt-video-container video {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.stt-video-container.mobile-fullscreen-on .video-js {
    background-color: #0000;
    height: 212px !important;
    top: 50%;
    transform: translateY(-50%)
}

@media (min-width:767px) {
    .stt-video-container.mobile-fullscreen-on .video-js {
        height: 460px !important
    }
}

@media (min-width:1079px) {
    .stt-video-container.mobile-fullscreen-on .video-js {
        height: 100% !important
    }
}

.stt-video-container.mobile-fullscreen-on .video-js video {
    object-fit: cover
}

.stt-video-container .video-js-masterheader.override-style.vjs-fullscreen .vjs-control-bar,
.stt-video-container .video-js.override-style.vjs-fullscreen .vjs-control-bar,
.stt-video-container.mobile-fullscreen-on .vjs-control-bar {
    background-color: #0000;
    background-image: linear-gradient(#0000, #000000b3);
    display: flex !important;
    flex-wrap: wrap;
    height: 80px;
    padding: 36px 16px 8px
}

@media (min-width:767px) {

    .stt-video-container .video-js-masterheader.override-style.vjs-fullscreen .vjs-control-bar,
    .stt-video-container .video-js.override-style.vjs-fullscreen .vjs-control-bar,
    .stt-video-container.mobile-fullscreen-on .vjs-control-bar {
        height: 160px;
        padding: 100px 24px 16px
    }
}

.stt-video-container .video-js-masterheader.override-style.vjs-fullscreen .video-js-fullscreen-close-btn,
.stt-video-container .video-js.override-style.vjs-fullscreen .video-js-fullscreen-close-btn,
.stt-video-container.mobile-fullscreen-on .video-js-fullscreen-close-btn {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 24px;
    justify-content: center;
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 1
}

@media (min-width:767px) {

    .stt-video-container .video-js-masterheader.override-style.vjs-fullscreen .video-js-fullscreen-close-btn,
    .stt-video-container .video-js.override-style.vjs-fullscreen .video-js-fullscreen-close-btn,
    .stt-video-container.mobile-fullscreen-on .video-js-fullscreen-close-btn {
        font-size: 32px
    }
}

.stt-video-container .video-js-masterheader.override-style.vjs-fullscreen .vjs-time-control,
.stt-video-container .video-js.override-style.vjs-fullscreen .vjs-time-control,
.stt-video-container.mobile-fullscreen-on .vjs-time-control {
    display: block;
    flex-wrap: wrap;
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 24px
}

.stt-video-container .video-js-masterheader.override-style.vjs-fullscreen .vjs-current-time,
.stt-video-container .video-js-masterheader.override-style.vjs-fullscreen .vjs-duration,
.stt-video-container .video-js-masterheader.override-style.vjs-fullscreen .vjs-time-divider,
.stt-video-container .video-js.override-style.vjs-fullscreen .vjs-current-time,
.stt-video-container .video-js.override-style.vjs-fullscreen .vjs-duration,
.stt-video-container .video-js.override-style.vjs-fullscreen .vjs-time-divider,
.stt-video-container.mobile-fullscreen-on .vjs-current-time,
.stt-video-container.mobile-fullscreen-on .vjs-duration,
.stt-video-container.mobile-fullscreen-on .vjs-time-divider {
    color: #ffffffb3;
    height: 24px;
    line-height: 24px;
    padding: 0;
    text-shadow: 0 0 8px #00000080
}

@media (min-width:767px) {

    .stt-video-container .video-js-masterheader.override-style.vjs-fullscreen .vjs-current-time,
    .stt-video-container .video-js-masterheader.override-style.vjs-fullscreen .vjs-duration,
    .stt-video-container .video-js-masterheader.override-style.vjs-fullscreen .vjs-time-divider,
    .stt-video-container .video-js.override-style.vjs-fullscreen .vjs-current-time,
    .stt-video-container .video-js.override-style.vjs-fullscreen .vjs-duration,
    .stt-video-container .video-js.override-style.vjs-fullscreen .vjs-time-divider,
    .stt-video-container.mobile-fullscreen-on .vjs-current-time,
    .stt-video-container.mobile-fullscreen-on .vjs-duration,
    .stt-video-container.mobile-fullscreen-on .vjs-time-divider {
        height: 32px;
        line-height: 32px
    }
}

.stt-video-container .video-js-masterheader.override-style.vjs-fullscreen .vjs-time-divider,
.stt-video-container .video-js.override-style.vjs-fullscreen .vjs-time-divider,
.stt-video-container.mobile-fullscreen-on .vjs-time-divider {
    min-width: auto
}

.stt-video-container .video-js-masterheader.override-style.vjs-fullscreen .vjs-play-control,
.stt-video-container .video-js-masterheader.override-style.vjs-fullscreen .vjs-time-control,
.stt-video-container .video-js-masterheader.override-style.vjs-fullscreen .vjs-volume-panel,
.stt-video-container .video-js.override-style.vjs-fullscreen .vjs-play-control,
.stt-video-container .video-js.override-style.vjs-fullscreen .vjs-time-control,
.stt-video-container .video-js.override-style.vjs-fullscreen .vjs-volume-panel,
.stt-video-container.mobile-fullscreen-on .vjs-play-control,
.stt-video-container.mobile-fullscreen-on .vjs-time-control,
.stt-video-container.mobile-fullscreen-on .vjs-volume-panel {
    order: 2
}

.stt-video-container .video-js-masterheader.override-style.vjs-fullscreen .vjs-button>.vjs-icon-placeholder:before,
.stt-video-container .video-js.override-style.vjs-fullscreen .vjs-button>.vjs-icon-placeholder:before,
.stt-video-container.mobile-fullscreen-on .vjs-button>.vjs-icon-placeholder:before {
    font-size: 24px;
    line-height: 24px
}

@media (min-width:767px) {

    .stt-video-container .video-js-masterheader.override-style.vjs-fullscreen .vjs-button>.vjs-icon-placeholder:before,
    .stt-video-container .video-js.override-style.vjs-fullscreen .vjs-button>.vjs-icon-placeholder:before,
    .stt-video-container.mobile-fullscreen-on .vjs-button>.vjs-icon-placeholder:before {
        font-size: 32px;
        line-height: 32px
    }
}

.stt-video-container .video-js-masterheader.override-style.vjs-fullscreen .vjs-play-control,
.stt-video-container .video-js.override-style.vjs-fullscreen .vjs-play-control,
.stt-video-container.mobile-fullscreen-on .vjs-play-control {
    height: 24px;
    width: 24px
}

@media (min-width:767px) {

    .stt-video-container .video-js-masterheader.override-style.vjs-fullscreen .vjs-play-control,
    .stt-video-container .video-js.override-style.vjs-fullscreen .vjs-play-control,
    .stt-video-container.mobile-fullscreen-on .vjs-play-control {
        height: 32px;
        width: 32px
    }
}

.stt-video-container .video-js-masterheader.override-style.vjs-fullscreen .vjs-play-control .vjs-control,
.stt-video-container .video-js.override-style.vjs-fullscreen .vjs-play-control .vjs-control,
.stt-video-container.mobile-fullscreen-on .vjs-play-control .vjs-control {
    width: 100%
}

.stt-video-container .video-js-masterheader.override-style.vjs-fullscreen .vjs-play-control,
.stt-video-container .video-js.override-style.vjs-fullscreen .vjs-play-control,
.stt-video-container.mobile-fullscreen-on .vjs-play-control {
    margin-right: 8px
}

.stt-video-container .video-js-masterheader.override-style.vjs-fullscreen .vjs-volume-panel,
.stt-video-container .video-js.override-style.vjs-fullscreen .vjs-volume-panel,
.stt-video-container.mobile-fullscreen-on .vjs-volume-panel {
    align-items: center;
    height: 24px;
    margin-right: 24px;
    width: auto !important
}

@media (min-width:767px) {

    .stt-video-container .video-js-masterheader.override-style.vjs-fullscreen .vjs-volume-panel,
    .stt-video-container .video-js.override-style.vjs-fullscreen .vjs-volume-panel,
    .stt-video-container.mobile-fullscreen-on .vjs-volume-panel {
        height: 32px
    }
}

.stt-video-container .video-js-masterheader.override-style.vjs-fullscreen .vjs-volume-panel .vjs-mute-control,
.stt-video-container .video-js.override-style.vjs-fullscreen .vjs-volume-panel .vjs-mute-control,
.stt-video-container.mobile-fullscreen-on .vjs-volume-panel .vjs-mute-control {
    height: 24px;
    margin-right: 16px;
    width: 24px
}

@media (min-width:767px) {

    .stt-video-container .video-js-masterheader.override-style.vjs-fullscreen .vjs-volume-panel .vjs-mute-control,
    .stt-video-container .video-js.override-style.vjs-fullscreen .vjs-volume-panel .vjs-mute-control,
    .stt-video-container.mobile-fullscreen-on .vjs-volume-panel .vjs-mute-control {
        height: 32px;
        width: 32px
    }
}

.stt-video-container .video-js-masterheader.override-style.vjs-fullscreen .vjs-volume-panel .vjs-volume-control,
.stt-video-container .video-js.override-style.vjs-fullscreen .vjs-volume-panel .vjs-volume-control,
.stt-video-container.mobile-fullscreen-on .vjs-volume-panel .vjs-volume-control {
    align-items: center;
    display: flex;
    height: 2px;
    transition: none;
    width: 60px !important
}

.stt-video-container .video-js-masterheader.override-style.vjs-fullscreen .vjs-volume-panel .vjs-volume-control .vjs-volume-bar,
.stt-video-container .video-js.override-style.vjs-fullscreen .vjs-volume-panel .vjs-volume-control .vjs-volume-bar,
.stt-video-container.mobile-fullscreen-on .vjs-volume-panel .vjs-volume-control .vjs-volume-bar {
    margin: 0
}

.stt-video-container .video-js-masterheader.override-style.vjs-fullscreen .vjs-volume-control,
.stt-video-container .video-js.override-style.vjs-fullscreen .vjs-volume-control,
.stt-video-container.mobile-fullscreen-on .vjs-volume-control {
    height: 3em;
    margin-right: 0;
    opacity: 1;
    width: 5em
}

.stt-video-container .video-js-masterheader.override-style.vjs-fullscreen .vjs-progress-control,
.stt-video-container .video-js.override-style.vjs-fullscreen .vjs-progress-control,
.stt-video-container.mobile-fullscreen-on .vjs-progress-control {
    height: 4px;
    margin-bottom: 8px;
    width: 100%
}

@media (min-width:767px) {

    .stt-video-container .video-js-masterheader.override-style.vjs-fullscreen .vjs-progress-control,
    .stt-video-container .video-js.override-style.vjs-fullscreen .vjs-progress-control,
    .stt-video-container.mobile-fullscreen-on .vjs-progress-control {
        margin-bottom: 16px
    }
}

.stt-video-container .video-js-masterheader.override-style.vjs-fullscreen .vjs-progress-control .vjs-progress-holder,
.stt-video-container .video-js.override-style.vjs-fullscreen .vjs-progress-control .vjs-progress-holder,
.stt-video-container.mobile-fullscreen-on .vjs-progress-control .vjs-progress-holder {
    margin: 0
}

.stt-video-container .video-js-masterheader.override-style.vjs-fullscreen .vjs-progress-control div,
.stt-video-container .video-js.override-style.vjs-fullscreen .vjs-progress-control div,
.stt-video-container.mobile-fullscreen-on .vjs-progress-control div {
    background: #fff6
}

.stt-video-container .video-js-masterheader.override-style.vjs-fullscreen .vjs-progress-control .vjs-slider-bar,
.stt-video-container .video-js.override-style.vjs-fullscreen .vjs-progress-control .vjs-slider-bar,
.stt-video-container.mobile-fullscreen-on .vjs-progress-control .vjs-slider-bar {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 40, 40, var(--tw-bg-opacity))
}

.stt-video-container .video-js-masterheader.override-style.vjs-fullscreen .abLoopButton,
.stt-video-container .video-js-masterheader.override-style.vjs-fullscreen .vjs-fullscreen-control,
.stt-video-container .video-js-masterheader.override-style.vjs-fullscreen .vjs-picture-in-picture-control,
.stt-video-container .video-js-masterheader.override-style.vjs-fullscreen .vjs-remaining-time,
.stt-video-container .video-js-masterheader.override-style:not(.vjs-fullscreen) .vjs-big-play-button,
.stt-video-container .video-js-masterheader.override-style:not(.vjs-fullscreen) .vjs-close-button,
.stt-video-container .video-js-masterheader.override-style:not(.vjs-fullscreen) .vjs-control-bar,
.stt-video-container .video-js-masterheader.override-style:not(.vjs-fullscreen) .vjs-loading-spinner,
.stt-video-container .video-js-masterheader.override-style:not(.vjs-fullscreen) .vjs-modal-dialog,
.stt-video-container .video-js-masterheader.override-style:not(.vjs-fullscreen) .vjs-modal-dialog-content,
.stt-video-container .video-js-masterheader.override-style:not(.vjs-fullscreen) .vjs-remaining-time,
.stt-video-container .video-js-masterheader.override-style:not(.vjs-fullscreen) .vjs-text-track-display,
.stt-video-container .video-js.override-style.vjs-fullscreen .abLoopButton,
.stt-video-container .video-js.override-style.vjs-fullscreen .vjs-fullscreen-control,
.stt-video-container .video-js.override-style.vjs-fullscreen .vjs-picture-in-picture-control,
.stt-video-container .video-js.override-style.vjs-fullscreen .vjs-remaining-time,
.stt-video-container .video-js.override-style:not(.vjs-fullscreen) .vjs-big-play-button,
.stt-video-container .video-js.override-style:not(.vjs-fullscreen) .vjs-close-button,
.stt-video-container .video-js.override-style:not(.vjs-fullscreen) .vjs-control-bar,
.stt-video-container .video-js.override-style:not(.vjs-fullscreen) .vjs-loading-spinner,
.stt-video-container .video-js.override-style:not(.vjs-fullscreen) .vjs-modal-dialog,
.stt-video-container .video-js.override-style:not(.vjs-fullscreen) .vjs-modal-dialog-content,
.stt-video-container .video-js.override-style:not(.vjs-fullscreen) .vjs-remaining-time,
.stt-video-container .video-js.override-style:not(.vjs-fullscreen) .vjs-text-track-display,
.stt-video-container.mobile-fullscreen-on .abLoopButton,
.stt-video-container.mobile-fullscreen-on .vjs-fullscreen-control,
.stt-video-container.mobile-fullscreen-on .vjs-picture-in-picture-control,
.stt-video-container.mobile-fullscreen-on .vjs-remaining-time {
    display: none
}

.stt-video-container .video-js-masterheader.override-style,
.stt-video-container .video-js.override-style {
    height: 100%;
    overflow: hidden;
    width: 100%
}

.plainText {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.plainText-withClipTop {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
    height: 43px
}

@media (min-width:767px) {
    .plainText-withClipTop {
        height: 90px
    }
}

@media (min-width:1079px) {
    .plainText-withClipTop {
        height: 120px
    }
}

@media (min-width:1439px) {
    .plainText-withClipTop {
        height: 160px
    }
}

.plainText-container {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
    padding-left: 6.383vw;
    padding-right: 6.383vw;
    text-align: center
}

.plainText-container-withClipTop {
    padding-top: 40px
}

@media (min-width:767px) {
    .plainText-container {
        padding-left: 7.4074vw;
        padding-right: 7.4074vw
    }
}

@media (min-width:1079px) {
    .plainText-container {
        padding-left: 6.944vw;
        padding-right: 6.944vw
    }
}

@media (min-width:1439px) {
    .plainText-container {
        padding-left: 11.4583vw;
        padding-right: 11.4583vw
    }
}

.plainText-container-content-description {
    margin-left: auto;
    margin-right: auto
}

.plainText-container-content-description .body1,
.plainText-container-content-description .note2,
.plainText-container-content-description h2 {
    padding-top: 16px
}

.plainText-container-content-description .label2 {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

@media (min-width:767px) {
    .plainText-container-content-description {
        width: 70.3704vw
    }
}

@media (min-width:1079px) {
    .plainText-container-content-description {
        width: 71.2963vw
    }

    .plainText-container-content-description .body1 {
        padding-top: 24px
    }
}

@media (min-width:1439px) {
    .plainText-container-content-description {
        width: 63.8889vw
    }
}

.plainText-container-content.plainText-container-content-left {
    display: flex;
    flex-direction: column;
    text-align: center
}

@media (min-width:767px) {
    .plainText-container-content.plainText-container-content-left {
        flex-flow: wrap;
        text-align: left
    }
}

.plainText-container-content.plainText-container-content-left .plainText-container-content-description {
    margin-left: 0;
    margin-right: 0
}

@media (min-width:767px) {
    .plainText-container-content.plainText-container-content-left .plainText-container-content-description {
        margin-right: 30px;
        max-width: 44.4444vw;
        padding-bottom: 0
    }
}

@media (min-width:1079px) {
    .plainText-container-content.plainText-container-content-left .plainText-container-content-description {
        margin-right: 0;
        max-width: 53.7037vw;
        padding-right: 50px
    }
}

.plainText-container-content.plainText-container-content-left .plainText-container-content-description .body1,
.plainText-container-content.plainText-container-content-left .plainText-container-content-description .note2 {
    padding-left: 0;
    padding-right: 0
}

.plainText-container-content.plainText-container-content-left .plainText-container-content-description.adapt-width {
    margin-right: 0;
    padding-right: 0
}

@media (min-width:767px) {
    .plainText-container-content.plainText-container-content-left .plainText-container-content-description.adapt-width {
        max-width: 70.3704vw
    }
}

@media (min-width:1079px) {
    .plainText-container-content.plainText-container-content-left .plainText-container-content-description.adapt-width {
        max-width: 71.2963vw
    }
}

.plainText-container-content.plainText-container-content-left .plainText-container-content-description h2 {
    padding-top: 0
}

.plainText-container-content.plainText-container-content-left .plainText-container-card {
    --tw-shadow: 0 0 16px 0 #00000026;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    flex: 1;
    order: 2
}

@media (min-width:767px) {
    .plainText-container-content.plainText-container-content-left .plainText-container-card {
        height: fit-content;
        margin-bottom: 0;
        order: unset
    }
}

.plainText-container-content.plainText-container-content-left .plainText-container-card .plainText-container-card-content {
    padding: 40px 30px;
    text-align: left
}

.plainText-container-content.plainText-container-content-left .plainText-container-card .plainText-container-card-content .img-placeholder {
    margin-bottom: 24px
}

@media (min-width:1079px) {
    .plainText-container-content.plainText-container-content-left .plainText-container-card {
        max-width: 350px
    }
}

.plainText-container-content .plainText-content-image {
    height: 90.6915vw;
    margin-bottom: 24px;
    margin-top: 40px;
    width: 87.234vw
}

@media (min-width:767px) {
    .plainText-container-content .plainText-content-image {
        height: 88.642vw;
        width: 85.1852vw
    }
}

@media (min-width:1079px) {
    .plainText-container-content .plainText-content-image {
        height: 89.6296vw;
        margin-bottom: 32px;
        width: 86.1111vw
    }
}

@media (min-width:1439px) {
    .plainText-container-content .plainText-content-image {
        height: 80.2778vw;
        width: 77.0833vw
    }
}

.plainText-container-content .plainText-content-image img {
    height: 100%;
    width: 100%
}

.plainText-container-content .small-image {
    height: 90.6915vw;
    width: 87.234vw
}

@media (min-width:767px) {
    .plainText-container-content .small-image {
        display: none
    }
}

.plainText-container-content .middle-image {
    display: none
}

@media (min-width:767px) {
    .plainText-container-content .middle-image {
        display: block;
        height: 88.642vw;
        width: 85.1852vw
    }
}

@media (min-width:1079px) {
    .plainText-container-content .middle-image {
        display: none
    }
}

.plainText-container-content .large-image {
    display: none
}

@media (min-width:1079px) {
    .plainText-container-content .large-image {
        display: block;
        height: 100%;
        width: 100%;
        padding: 0 100px;
    }
}

@media (min-width:1439px) {
    .plainText-container-content .large-image {
        height: 100%;
        width: 100%;
        padding: 0 100px;
    }
}

.plainText-container-content .plainText-content-button {
    margin-bottom: 24px;
    width: 100%
}

@media (min-width:767px) {
    .plainText-container-content .plainText-content-button {
        margin-bottom: 0
    }
}

.plainText-container-content .plainText-content-button .plainText-content-button-item {
    margin-top: 24px
}

@media (min-width:1079px) {
    .plainText-container-content .plainText-content-button .plainText-content-button-item {
        margin-top: 32px
    }
}

.plainText-container-number-list .body2,
.plainText-container-number-list h3 {
    --tw-text-opacity: 1;
    align-items: center;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    display: flex;
    justify-content: center
}

@media (min-width:767px) {
    .plainText-container-number-list {
        column-gap: 30px;
        display: flex;
        justify-content: center;
        padding-bottom: 72px
    }
}

@media (min-width:1079px) {
    .plainText-container-number-list {
        padding: 0 11.1111vw 80px
    }
}

@media (min-width:767px) {
    .plainText-container-number-list:last-child {
        flex-wrap: wrap;
        padding: 0 14.8148vw;
        row-gap: 24px
    }
}

@media (min-width:1079px) {
    .plainText-container-number-list:last-child {
        padding: 0
    }
}

.plainText-container-number-list:last-child .plainText-container-number-list-item:last-child {
    margin-bottom: 0
}

.plainText-container-number-list-item {
    margin-bottom: 24px
}

@media (min-width:767px) {
    .plainText-container-number-list-item {
        margin-bottom: 0;
        width: 210px
    }
}

@media (min-width:1439px) {
    .plainText-container-number-list-item {
        width: 17.7083vw
    }
}

.plainText-container-number-list-item .odometer.odometer-theme-minimal .odometer-digit {
    display: inline-block !important
}

.plainText-container .label {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    display: inline-block;
    padding-bottom: 16px;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

@media (min-width:767px) {
    .plainText-container .label {
        text-align: left
    }
}

.text-parallax .h0 {
    background-attachment: fixed;
    -webkit-background-clip: text;
    background-image: url(full-bleed-banner.jpg);
    color: #0000;
    padding-right: 6.383vw
}

@media (min-width:767px) {
    .text-parallax .h0 {
        padding-right: 7.4074vw
    }
}

@media (min-width:1079px) {
    .text-parallax .h0 {
        padding-left: 32px;
        padding-right: 6.94444vw
    }
}

@media (min-width:1439px) {
    .text-parallax .h0 {
        padding-right: 11.4583vw
    }
}

.text-parallax .parallax-text-right {
    padding-left: 6.383vw;
    padding-right: 0;
    text-align: right
}

@media (min-width:767px) {
    .text-parallax .parallax-text-right {
        padding-left: 7.4074vw
    }
}

@media (min-width:1079px) {
    .text-parallax .parallax-text-right {
        padding-left: 6.94444vw;
        padding-right: 32px
    }
}

@media (min-width:1439px) {
    .text-parallax .parallax-text-right {
        padding-left: 11.4583vw
    }
}

.bleed-banner {
    background-color: #f5f5f5;
    height: 100vh;
    position: relative
}

.bleed-banner img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.bleed-banner-textArea {
    box-sizing: content-box;
    padding-left: 6.38298vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 70.2128vw;
    z-index: 20
}

.bleed-banner-textArea .label2,
.bleed-banner-textArea h2 {
    padding-bottom: 16px
}

.bleed-banner-textArea .body2 {
    padding-bottom: 32px
}

.bleed-banner-textArea .label2 {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.bleed-banner-textArea .bleed-banner-body,
.bleed-banner-textArea .bleed-banner-cta,
.bleed-banner-textArea .bleed-banner-h2,
.bleed-banner-textArea .bleed-banner-label {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.bleed-banner-textArea .bleed-banner-cta {
    outline-color: #fff
}

.bleed-banner-textArea .bleed-banner-cta .icon-arrow-right {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

@media (min-width:767px) {
    .bleed-banner-textArea {
        padding-left: 7.40741vw;
        width: 55.5556vw
    }
}

@media (min-width:1079px) {
    .bleed-banner-textArea {
        text-outline: 82px;
        padding-left: 6.94444vw;
        width: 49.0741vw
    }
}

@media (min-width:1439px) {
    .bleed-banner-textArea {
        padding-left: 11.4583vw;
        width: 44.0972vw
    }
}

.bleed-banner-textArea.bleed-banner-textArea-right {
    position: absolute;
    right: 24px;
    text-align: right
}

@media (min-width:767px) {
    .bleed-banner-textArea.bleed-banner-textArea-right {
        right: 60px
    }
}

@media (min-width:1079px) {
    .bleed-banner-textArea.bleed-banner-textArea-right {
        right: 75px
    }
}

.bleed-banner-textArea.bleed-banner-textArea-right .body2,
.bleed-banner-textArea.bleed-banner-textArea-right .btn-Primary,
.bleed-banner-textArea.bleed-banner-textArea-right .label2,
.bleed-banner-textArea.bleed-banner-textArea-right h2 {
    outline-color: #fff
}

.bleed-banner-textArea.bleed-banner-textArea-right .btn-Primary:after {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.bleed-banner-textArea.bleed-banner-textArea-right .btn-Secondary {
    --tw-text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.bleed-banner-textArea.bleed-banner-textArea-light .bleed-banner-label {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.bleed-banner-textArea.bleed-banner-textArea-light .bleed-banner-body,
.bleed-banner-textArea.bleed-banner-textArea-light .bleed-banner-h2 {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity))
}

.bleed-banner-textArea.bleed-banner-textArea-light .bleed-banner-cta {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    outline-color: #d62828
}

.bleed-banner-textArea.bleed-banner-textArea-light .bleed-banner-cta .icon-arrow-right {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.bleed-banner .masterhead-video__item {
    height: 100%
}

.accordion {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity))
}

.accordion-container {
    padding-left: 6.383vw;
    padding-right: 6.383vw
}

@media (min-width:767px) {
    .accordion-container {
        padding-left: 7.4074vw;
        padding-right: 7.4074vw
    }
}

@media (min-width:1079px) {
    .accordion-container {
        padding-left: 6.944vw;
        padding-right: 6.944vw
    }
}

@media (min-width:1439px) {
    .accordion-container {
        padding-left: 11.4583vw;
        padding-right: 11.4583vw
    }
}

.accordion-container-content-description {
    padding-bottom: 40px;
    text-align: center
}

.accordion-container-content-description .label2,
.accordion-container-content-description .title {
    padding-bottom: 16px
}

.accordion-container-content-description .label2 {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.accordion-container-content-description .body2 {
    font-size: 17px;
    line-height: 1.41
}

@media (min-width:767px) {
    .accordion-container-content-description {
        padding-left: 7.4074vw;
        padding-right: 7.4074vw
    }

    .accordion-container-content-description .body2 {
        font-size: 20px;
        line-height: 1.6
    }
}

@media (min-width:1079px) {

    .accordion-container-content-description .body2,
    .accordion-container-content-description .label2,
    .accordion-container-content-description .title {
        margin: auto
    }

    .accordion-container-content-description .body2,
    .accordion-container-content-description .label2 {
        max-width: 530px
    }

    .accordion-container-content-description .title {
        max-width: 610px
    }
}

.accordion-container-content-list-item {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    margin-bottom: 16px
}

.accordion-container-content-list-item:last-child {
    margin-bottom: 0
}

.accordion-container-content-list-item .control {
    --tw-text-opacity: 1;
    align-items: center;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    display: flex;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 700;
    justify-content: space-between;
    line-height: 24px;
    padding: 16px 16px 16px 24px;
    text-align: left;
    width: 100%
}

@media (min-width:767px) {
    .accordion-container-content-list-item .control {
        font-size: 20px;
        line-height: 28px;
        padding: 18px 30px
    }
}

.accordion-container-content-list-item .control span {
    font-size: 24px;
    right: 16px
}

.accordion-container-content-list-item .control span:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

@media (min-width:767px) {
    .accordion-container-content-list-item .control span {
        right: 30px
    }
}

.accordion-container-content-list-item-content {
    --tw-border-opacity: 1;
    border-color: rgba(210, 210, 210, var(--tw-border-opacity));
    border-top-width: 1px;
    display: none;
    padding-top: 24px
}

@media (min-width:767px) {
    .accordion-container-content-list-item-content {
        padding-top: 32px
    }
}

.accordion-container-content-list-item-content>div {
    padding-bottom: 40px;
    padding-left: 6.383vw;
    padding-right: 6.383vw
}

@media (min-width:767px) {
    .accordion-container-content-list-item-content>div {
        padding-left: 30px;
        padding-right: 30px
    }
}

.accordion-container-content-list-item-content .list-item-description .body2 {
    font-size: 16px
}

.accordion-container-content-list-item-content .list-item-description img {
    height: 96px;
    margin-bottom: 16px;
    object-fit: cover;
    width: 96px
}

@media (min-width:767px) {
    .accordion-container-content-list-item-content .list-item-description {
        display: flex
    }

    .accordion-container-content-list-item-content .list-item-description img {
        margin-right: 30px;
        padding-bottom: 0
    }

    .accordion-container-content-list-item-content .list-item-contact-content {
        display: flex
    }
}

@media (min-width:1079px) {
    .accordion-container-content-list-item-content .list-item-contact-content {
        position: relative
    }
}

.accordion-container-content-list-item-content .list-item-contact-content-link {
    padding-bottom: 24px
}

.accordion-container-content-list-item-content .list-item-contact-content-link img {
    height: 168px;
    object-fit: cover;
    padding-bottom: 16px;
    width: 100%
}

@media (min-width:767px) {
    .accordion-container-content-list-item-content .list-item-contact-content-link img {
        height: 152px
    }
}

.accordion-container-content-list-item-content .list-item-contact-content-link .text-link {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    cursor: pointer;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 24px;
    margin-right: 0;
    text-transform: uppercase
}

.accordion-container-content-list-item-content .list-item-contact-content-link .text-link:hover {
    --tw-text-opacity: 1;
    color: rgba(179, 33, 33, var(--tw-text-opacity))
}

@media (min-width:767px) {
    .accordion-container-content-list-item-content .list-item-contact-content-link .text-link {
        font-size: 15px
    }

    .accordion-container-content-list-item-content .list-item-contact-content-link {
        margin-right: 30px;
        padding-bottom: 0;
        width: 260px
    }
}

.accordion-container-content-list-item-content .list-item-contact-content-link .download-file-icon {
    display: flex
}

.accordion-container-content-list-item-content .list-item-contact-content-link .download-file-icon span {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    font-size: 24px;
    margin-right: 8px
}

.accordion-container-content-list-item-content .list-item-contact-content-link .download-file-icon:hover span {
    --tw-text-opacity: 1;
    color: rgba(179, 33, 33, var(--tw-text-opacity))
}

@media (min-width:767px) {
    .accordion-container-content-list-item-content .list-item-contact-content-description {
        flex: 1
    }
}

.accordion-container-content-list-item-content .list-item-contact-content-description .btn-Secondary {
    margin-top: 24px
}

@media (min-width:1079px) {
    .accordion-container-content-list-item-content .list-item-contact-content-description .contact-block {
        max-width: 350px
    }

    .accordion-container-content-list-item-content .list-item-contact-content-description .btn-Secondary {
        margin-top: 0;
        position: absolute;
        right: 32px;
        top: 0
    }
}

.accordion-container-content-list-item-content .list-item-contact-content-description .contact-btn {
    position: unset
}

@media (min-width:1079px) {
    .accordion-container-content-list-item-content .list-item-contact-content-description .contact-btn {
        margin-top: 32px
    }
}

.accordion-container-content-list-item-content .list-item-contact-content-description h6 {
    display: none;
    padding-bottom: 16px
}

@media (min-width:767px) {
    .accordion-container-content-list-item-content .list-item-contact-content-description h6 {
        display: block
    }
}

.accordion-container-content-list-item-content .list-item-contact-content-description .note2 {
    align-items: center;
    display: grid;
    grid-template-columns: 32px 1fr;
    padding-bottom: 16px
}

.accordion-container-content-list-item-content .list-item-contact-content-description .note2 .icon-email:before,
.accordion-container-content-list-item-content .list-item-contact-content-description .note2 .icon-location:before {
    font-size: 24px;
    margin-right: 8px
}

@media (min-width:1079px) {
    .accordion-container-content-list-item-content .list-item-contact-content-description .body2 {
        padding-bottom: 0;
	display: flex;
        flex-direction: column;
    }
}

.accordion-container-content-list-item-content .list-item-contact-content-description .body2 p:has(.btn-Primary) {
    order: 4;
}

.accordion-container-content-list-item-content .list-icon {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
    display: flex;
    flex-wrap: wrap;
    gap: 32px 26px;
    justify-content: center;
    padding-top: 40px;
    text-align: center
}

@media (min-width:767px) {
    .accordion-container-content-list-item-content .list-icon {
        column-gap: 30px
    }
}

.accordion-container-content-list-item-content .list-icon-item [class^=icon-] {
    font-size: 48px;
    padding-bottom: 8px
}

.accordion-container-content-list-item-content .list-icon-item [class^=icon-]:before {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

@media (min-width:1079px) {
    .accordion-container-content-list-item-content .list-icon-item [class^=icon-] {
        padding-bottom: 0
    }

    .accordion-container-content-list-item-content .list-icon-item-text {
        text-align: left
    }
}

.accordion-container-content-list-item-content .list-icon-item .body2 {
    align-items: center;
    display: flex;
    height: 48px;
    padding-bottom: 8px
}

.accordion-container-content-list-item-content .list-icon-item .body2 sup {
    font-size: 65%
}

@media (min-width:1079px) {
    .accordion-container-content-list-item-content .list-icon-item {
        display: flex;
        justify-content: center
    }

    .accordion-container-content-list-item-content .list-icon-item.data-global {
        display: flex;
	margin-bottom: 20px;
        justify-content: flex-start;
        order: 3;
    }

    .accordion-container-content-list-item-content .list-icon-item span {
        padding-bottom: 0;
        padding-right: 12px
    }
}

@media (min-width:767px) {
    .accordion-container-content-list-item-content .list-icon {
        flex-wrap: nowrap;
	display: none;
    }
}

.accordion-container-content-list-item-content .list-item-standards {
    padding-top: 40px
}

@media (min-width:767px) {
    .accordion-container-content-list-item-content .list-item-standards {
        display: flex
    }
}

.accordion-container-content-list-item-content .list-item-standards-text .body2,
.accordion-container-content-list-item-content .list-item-standards-text h5 {
    padding-bottom: 16px
}

.accordion-container-content-list-item-content .list-item-standards-text .note2 {
    padding-bottom: 24px
}

@media (min-width:767px) {
    .accordion-container-content-list-item-content .list-item-standards-text .note2 {
        padding-bottom: 0
    }
}

.accordion-container-content-list-item-content .list-item-standards-text .note2 a {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.accordion-container-content-list-item-content .list-item-standards-text .note2 a:hover {
    --tw-text-opacity: 1;
    color: rgba(179, 33, 33, var(--tw-text-opacity));
    text-decoration: underline
}

@media (min-width:767px) {
    .accordion-container-content-list-item-content .list-item-standards-text {
        margin-right: 30px;
        width: calc(100% - 330px)
    }
}

@media (min-width:1079px) {
    .accordion-container-content-list-item-content .list-item-standards-text {
        margin-right: 50px;
        width: calc(100% - 470px)
    }
}

.accordion-container-content-list-item-content .list-item-standards-list .body2 {
    align-items: center;
    display: flex;
    padding-bottom: 16px
}

@media (min-width:767px) {
    .accordion-container-content-list-item-content .list-item-standards-list .body2 {
        padding-bottom: 0
    }
}

@media (min-width:1079px) {
    .accordion-container-content-list-item-content .list-item-standards-list .body2 {
        width: calc(50% - 30px)
    }
}

.accordion-container-content-list-item-content .list-item-standards-list .body2:last-child {
    padding-bottom: 0
}

.accordion-container-content-list-item-content .list-item-standards-list .body2 span {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    font-size: 24px
}

@media (min-width:1079px) {
    .accordion-container-content-list-item-content .list-item-standards-list .body2 span {
        font-size: 28px
    }
}

@media (min-width:767px) {
    .accordion-container-content-list-item-content .list-item-standards-list {
        display: flex;
        flex: 1;
        flex-wrap: wrap;
        gap: 24px
    }
}

@media (min-width:1079px) {
    .accordion-container-content-list-item-content .list-item-standards-list {
        column-gap: 30px
    }
}

.accordion-container-content-list-item.expanded {
    --tw-shadow: 0 0 16px 0 #00000026;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.accordion-container-content-list-item.expanded .control span:before {
    content: ""
}

.accordion-container-content-list-item.expanded .accordion-container-content-list-item-content {
    display: block
}

@media (min-width:1079px) {
    .accordion-container-content-list.accordion-c .control {
        font-size: 26px;
        line-height: 32px;
        padding-right: 20px
    }
}

@media (min-width:767px) {
    .accordion-container-content-list.accordion-c .control span {
        right: 20px
    }
}

.accordion-container-content-list.accordion-c .accordion-container-content-list-item-content {
    --tw-border-opacity: 1;
    border-color: rgba(214, 40, 40, var(--tw-border-opacity));
    border-top-width: 4px;
    padding-top: 0
}

.accordion-container-content-list.accordion-c .accordion-container-content-list-item-content>div {
    padding-left: 0;
    padding-right: 0
}

.accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list .title-list {
    display: none
}

@media (min-width:1079px) {
    .accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list .title-list {
        column-gap: 30px;
        display: flex;
        padding: 16px 30px
    }

    .accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list .title-list .label2 {
        width: 13.8889vw
    }
}

@media (min-width:1439px) {
    .accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list .title-list .label2 {
        width: 13.5417vw
    }
}

.accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list .title-list .subtitle-list {
    column-gap: 30px;
    display: flex;
    width: calc(100% - 13.8889vw - 30px)
}

@media (min-width:1439px) {
    .accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list .title-list .subtitle-list {
        width: calc(100% - 13.5417vw - 30px)
    }
}

.accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list .title-list .subtitle-list .label2 {
    width: calc(33.3333% - 6.48148vw - 30px)
}

.accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list .title-list .subtitle-list .label2:first-child {
    width: 19.4444vw
}

@media (min-width:1439px) {
    .accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list .title-list .subtitle-list .label2 {
        width: calc(33.3333% - 5.90278vw - 30px)
    }

    .accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list .title-list .subtitle-list .label2:first-child {
        width: 17.7083vw
    }
}

.accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list-item {
    padding: 16px 6.383vw
}

.accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list-item:nth-child(2n) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity))
}

@media (min-width:767px) {
    .accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list-item {
        padding: 24px 30px
    }
}

@media (min-width:1079px) {
    .accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list-item {
        column-gap: 30px;
        display: flex;
        padding-bottom: 12px;
        padding-top: 12px
    }
}

.accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list-item-desc .title {
    padding-bottom: 8px
}

.accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list-item-desc .title a {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list-item-desc .title a:hover {
    --tw-text-opacity: 1;
    color: rgba(179, 33, 33, var(--tw-text-opacity));
    text-decoration: underline
}

.accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list-item-desc .title a.hover-unset {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity))
}

.accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list-item-desc .title a.hover-unset:hover {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    text-decoration: none
}

@media (min-width:1079px) {
    .accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list-item-desc {
        width: 13.8889vw
    }
}

@media (min-width:1439px) {
    .accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list-item-desc {
        width: 13.5417vw
    }
}

.accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list-item-content {
    --tw-border-opacity: 1;
    border-color: rgba(210, 210, 210, var(--tw-border-opacity));
    border-top-width: 1px;
    display: none;
    margin-top: 16px
}

@media (min-width:767px) {
    .accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list-item-content {
        column-gap: 30px;
        display: flex
    }
}

@media (min-width:1079px) {
    .accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list-item-content {
        border-width: 0;
        margin-top: 0;
        width: calc(100% - 13.8889vw - 30px)
    }
}

.accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list-item-content .text-block {
    padding-top: 16px
}

.accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list-item-content .text-block .label2,
.accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list-item-content .text-block:last-child .body2 {
    padding-bottom: 8px
}

@media (min-width:767px) {
    .accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list-item-content .text-block {
        width: calc(33.3333% - 5.55556vw - 30px)
    }

    .accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list-item-content .text-block:first-child {
        width: 22.2222vw
    }
}

@media (min-width:1079px) {
    .accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list-item-content .text-block {
        padding-top: 0;
        width: calc(33.3333% - 6.48148vw - 30px)
    }

    .accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list-item-content .text-block:first-child {
        width: 19.4444vw
    }

    .accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list-item-content .text-block .label2 {
        display: none
    }
}

@media (min-width:1439px) {
    .accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list-item-content .text-block {
        width: calc(33.3333% - 5.90278vw - 30px)
    }

    .accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list-item-content .text-block:first-child {
        width: 17.7083vw
    }
}

.accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list-item .js-control-mobile {
    display: inline-block;
    padding-top: 8px
}

@media (min-width:767px) {
    .accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list-item .js-control-mobile {
        display: none
    }
}

.accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list-item .js-control-mobile button {
    display: flex
}

.accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list-item .js-control-mobile button:before {
    font-size: 24px;
    order: 1
}

.accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list-item .js-control-mobile .less,
.accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list-item.expanded .js-control-mobile .more {
    display: none
}

.accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list-item.expanded .js-control-mobile .less {
    display: flex
}

.accordion-container-content-list.accordion-c .accordion-container-content-list-item-content .country-list-item.expanded .country-list-item-content {
    display: block
}

.accordion-c-mt {
    margin-top: 24px
}

@media (min-width:767px) {
    .accordion-c-mt {
        margin-top: 32px
    }
}

@media (min-width:1079px) {
    .accordion-c-mt {
        margin-top: 40px
    }
}

.four-card {
    position: relative
}

@media (min-width:767px) {
    .four-card .container {
        max-width: 100%
    }
}

@media (min-width:1079px) {
    .four-card .container {
        padding-left: 6.94444vw;
        padding-right: 6.94444vw
    }
}

@media (min-width:1439px) {
    .four-card .container {
        padding: 0 11.4583vw
    }
}

.four-card .container .content {
    height: unset
}

.four-card .container .content .icon-list {
    padding-top: 40px
}

@media (min-width:767px) {
    .four-card .container .content .icon-list {
        margin-left: 3.7037vw
    }
}

@media (min-width:1079px) {
    .four-card .container .content .icon-list {
        margin-left: 0;
        padding-bottom: 48px;
        padding-top: 48px;
        position: relative
    }
}

.four-card .container .content .icon-list .content {
    height: unset
}

.four-card .container .content .icon-list .content .icon-item {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
    background: #fff;
    margin-left: 24px;
    padding: 40px 30px;
    text-align: center;
    width: 70.2128vw
}

@media (min-width:767px) {
    .four-card .container .content .icon-list .content .icon-item {
        margin-left: 30px;
        width: 40.7407vw
    }
}

@media (min-width:1079px) {
    .four-card .container .content .icon-list .content .icon-item {
        flex: 1;
        margin-left: 0;
        width: 100%
    }

    .four-card .container .content .icon-list .content .icon-item:nth-child(odd) {
        --tw-bg-opacity: 1;
        background-color: rgba(210, 210, 210, var(--tw-bg-opacity))
    }
}

@media (min-width:1439px) {
    .four-card .container .content .icon-list .content .icon-item {
        padding-bottom: 80px
    }
}

.four-card .container .content .icon-list .content .icon-item span {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    display: inline-block;
    font-size: 48px;
    padding-bottom: 32px
}

@media (min-width:767px) {
    .four-card .container .content .icon-list .content .icon-item span {
        padding-bottom: 24px
    }
}

@media (min-width:1079px) {
    .four-card .container .content .icon-list .content .icon-item span {
        padding-bottom: 32px
    }
}

.four-card .container .content .icon-list .content .icon-item .icon-connectivity {
    margin-bottom: 32px;
    margin-top: 0;
    padding-bottom: 0
}

@media (min-width:767px) {
    .four-card .container .content .icon-list .content .icon-item .icon-connectivity {
        margin-bottom: 24px
    }
}

@media (min-width:1079px) {
    .four-card .container .content .icon-list .content .icon-item .icon-connectivity {
        margin-bottom: 32px
    }
}

.four-card .container .content .icon-list .content .icon-item-desc .title {
    padding-bottom: 16px
}

@media (min-width:1079px) {
    .four-card .container .content .icon-list .content.swiper-wrapper.three-col-card .icon-item {
        flex: unset;
        width: 26.2037vw
    }
}

@media (min-width:1439px) {
    .four-card .container .content .icon-list .content.swiper-wrapper.three-col-card .icon-item {
        width: 23.6111vw
    }
}

.four-card .container .content .icon-list .content.swiper-wrapper .card-list-item-content-width {
    width: calc(100% - 70.2128vw - 24px)
}

@media (min-width:767px) {
    .four-card .container .content .icon-list .content.swiper-wrapper .card-list-item-content-width {
        width: calc(100% - 40.7407vw - 30px)
    }
}

@media (min-width:1079px) {
    .four-card .container .content .icon-list .content.swiper-wrapper .card-list-item-content-width {
        display: none
    }
}

.four-card .slider-img {
    display: none;
    height: 464px;
    object-fit: cover;
    width: 26.3889vw
}

@media (min-width:1439px) {
    .four-card .slider-img {
        width: 29.1667vw
    }
}

@media (min-width:1079px) {
    .four-card .slider-img {
        bottom: 0;
        display: block;
        position: absolute;
        right: 0
    }
}

.three-column-slider-b-container {
    background-color: #f5f5f5;
    padding-left: 0
}

@media (min-width:767px) {
    .three-column-slider-b-container {
        padding-left: 7.40741vw
    }
}

@media (min-width:1079px) {
    .three-column-slider-b-container {
        padding-left: 6.944vw
    }
}

@media (min-width:1439px) {
    .three-column-slider-b-container {
        padding-left: 11.4583vw;
        padding-right: 0
    }
}

.three-column-slider-b-container h3 {
    text-align: center
}

@media (min-width:767px) {
    .three-column-slider-b-container h3 {
        text-align: left
    }

    .three-column-slider-b-container .three-col-b {
        position: relative
    }
}

@media (min-width:1079px) {
    .three-column-slider-b-container .three-col-b {
        position: relative
    }
}

.three-column-slider-b-container .three-col-b .three-col-heading .label {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    display: block;
    font-family: Lato, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 16px;
    text-align: center
}

@media (min-width:767px) {
    .three-column-slider-b-container .three-col-b .three-col-heading .label {
        --tw-text-opacity: 1;
        color: rgba(214, 40, 40, var(--tw-text-opacity));
        font-family: Lato, sans-serif;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 3px;
        line-height: 16px;
        text-align: left
    }
}

@media (min-width:1079px) {
    .three-column-slider-b-container .three-col-b .three-col-heading .label {
        --tw-text-opacity: 1;
        color: rgba(214, 40, 40, var(--tw-text-opacity));
        font-family: Lato, sans-serif;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 3px;
        line-height: 16px;
        text-align: left
    }
}

.three-column-slider-b-container .three-col-b .three-col-heading h2 {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    margin-top: 16px;
    text-align: center
}

@media (min-width:767px) {
    .three-column-slider-b-container .three-col-b .three-col-heading h2 {
        text-align: left
    }
}

.three-column-slider-b-container .three-col-b .three-col-heading .body1 {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 17px;
    line-height: 24px;
    margin-left: 6.383vw;
    margin-right: 6.383vw;
    margin-top: 16px;
    text-align: center
}

@media (min-width:767px) {
    .three-column-slider-b-container .three-col-b .three-col-heading .body1 {
        --tw-text-opacity: 1;
        color: rgba(90, 90, 90, var(--tw-text-opacity));
        font-family: Lato, sans-serif;
        font-size: 20px;
        line-height: 32px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 16px;
        max-width: 55.5556vw;
        text-align: left
    }
}

@media (min-width:1079px) {
    .three-column-slider-b-container .three-col-b .three-col-heading .body1 {
        --tw-text-opacity: 1;
        color: rgba(90, 90, 90, var(--tw-text-opacity));
        font-family: Lato, sans-serif;
        font-size: 20px;
        line-height: 32px;
        margin-top: 24px;
        max-width: 49.0741vw;
        text-align: left
    }
}

.three-column-slider-b-container .three-col-b .swiper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 6.38298vw;
    width: 100%
}

@media (min-width:767px) {
    .three-column-slider-b-container .three-col-b .swiper {
        padding-left: 0;
        width: 92.5926vw
    }
}

@media (min-width:1079px) {
    .three-column-slider-b-container .three-col-b .swiper {
        padding-left: 0;
        width: 100%
    }
}

.three-column-slider-b-container .three-col-b .swiper .swiper-wrapper {
    height: auto;
    margin-top: 40px
}

.three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .swiper-slide {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    height: 100%;
    width: 80.8511vw
}

@media (min-width:767px) {
    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .swiper-slide {
        width: 37.5309vw
    }
}

@media (min-width:1079px) {
    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .swiper-slide {
        background-color: #f5f5f5cc;
        height: 40.7407vw;
        width: 29.6296vw
    }
}

@media (min-width:1439px) {
    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .swiper-slide {
        height: 36.3889vw;
        width: 26.3889vw
    }
}

@media (min-width:1079px) {
    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .swiper-slide .item-img {
        position: relative
    }
}

.three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .swiper-slide .item-img img {
    height: 74.4681vw;
    object-fit: cover;
    width: 100%
}

@media (min-width:767px) {
    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .swiper-slide .item-img img {
        height: 34.5679vw
    }
}

@media (min-width:1079px) {
    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .swiper-slide .item-img img {
        height: 40.7407vw;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
}

@media (min-width:1439px) {
    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .swiper-slide .item-img img {
        height: 36.3889vw
    }
}

.three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .swiper-slide .item-content {
    display: block;
    padding: 24px 30px 40px
}

@media (min-width:1079px) {
    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .swiper-slide .item-content {
        background-image: linear-gradient(#5a5a5a00, #5a5a5a);
        bottom: 0;
        height: 320px;
        left: 0;
        position: absolute;
        width: 100%
    }
}

.three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .swiper-slide .item-content .label {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    display: block;
    font-family: Lato, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 16px;
    margin-bottom: 16px
}

@media (min-width:1079px) {
    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .swiper-slide .item-content .label {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
        margin-bottom: 15px;
        margin-top: 89px;
        text-shadow: 0 0 8px #00000080
    }
}

.three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .swiper-slide .item-content .Rectangle,
.three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .swiper-slide .item-content .body3,
.three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .swiper-slide .item-content .text-cta,
.three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .swiper-slide .item-content h5 {
    display: none;
    font-family: Lato, sans-serif;
}

.three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .swiper-slide .item-content h4 {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 16px;
    min-height: 96px;
    word-break: break-word
}

@media (min-width:767px) {
    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .swiper-slide .item-content h4 {
        font-size: 20px;
        line-height: 28px;
        min-height: 112px;
        word-break: break-word
    }
}

@media (min-width:1079px) {
    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .swiper-slide .item-content h4 {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
        font-size: 26px;
        line-height: 32px;
        min-height: unset;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

.three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .swiper-slide .item-content .body2 {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px
}

@media (min-width:1079px) {
    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .swiper-slide .item-content .body2 {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity))
    }

    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .swiper-slide:hover .item-content {
        background-color: #d62828cc;
        background-image: none;
        height: 100%
    }

    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .swiper-slide:hover .item-content .label {
        display: block;
        font-size: 13px;
        letter-spacing: 3px;
        line-height: 16px;
        margin-top: 80px
    }

    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .swiper-slide:hover .item-content h5 {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
        display: block;
        font-size: 20px;
        letter-spacing: 0;
        line-height: 28px;
        margin-bottom: 24px;
        word-break: break-word
    }

    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .swiper-slide:hover .item-content .Rectangle {
        background-image: linear-gradient(90deg, #fff, #fff0);
        display: block;
        height: 4px;
        margin-bottom: 24px;
        width: 260px
    }

    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .swiper-slide:hover .item-content .body3 {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
        display: block;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 16px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .swiper-slide:hover .item-content h4 {
        display: none
    }

    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .swiper-slide:hover .item-content .body2 {
        margin-bottom: 24px
    }

    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .swiper-slide:hover .item-content .text-cta {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
        display: block
    }

    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .swiper-slide:hover .item-content .text-cta:after {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity))
    }
}

.three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .card-list-item-content-width {
    background-color: #f5f5f5;
    width: calc(100% - 80.8511vw - 24px)
}

@media (min-width:767px) {
    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .card-list-item-content-width {
        width: calc(100% - 37.5309vw - 24px)
    }
}

@media (min-width:1079px) {
    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .card-list-item-content-width {
        width: calc(100% - 29.6296vw - 24px)
    }
}

@media (min-width:1439px) {
    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .card-list-item-content-width {
        width: calc(100% - 26.3889vw - 30px)
    }
}

@media (min-width:1079px) {
    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .first-slide-item {
        height: 40.7407vw;
        width: 44.4444vw
    }
}

@media (min-width:1439px) {
    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .first-slide-item {
        height: 36.3889vw;
        width: 39.5833vw
    }
}

@media (min-width:1079px) {
    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .first-slide-item .item-img {
        position: relative
    }

    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .first-slide-item .item-img img {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .first-slide-item .item-content {
        background-image: linear-gradient(#5a5a5a00, #5a5a5a);
        bottom: 0;
        height: 320px;
        left: 0;
        padding-left: 30px;
        padding-right: 30px;
        position: absolute;
        width: 100%
    }

    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .first-slide-item .item-content .label {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
        display: block;
        font-family: Lato, sans-serif;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 3px;
        line-height: 16px;
        margin-bottom: 16px;
        margin-top: 120px;
        text-shadow: 0 0 8px #00000080
    }
}

.three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .first-slide-item .item-content .Rectangle,
.three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .first-slide-item .item-content .body3,
.three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .first-slide-item .item-content .text-cta,
.three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .first-slide-item .item-content h5 {
    display: none;
    font-family: Lato, sans-serif;
}

@media (min-width:767px) {
    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .first-slide-item .item-content h4 {
        word-break: break-word
    }
}

@media (min-width:1079px) {
    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .first-slide-item .item-content h4 {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
        font-family: Lato, sans-serif;
        font-size: 26px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 32px;
        margin-bottom: 16px;
        word-break: break-word
    }

    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .first-slide-item .item-content .body2 {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
        font-family: Lato, sans-serif;
        font-size: 12px;
        letter-spacing: 0;
        line-height: 16px
    }

    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .first-slide-item:hover .item-content {
        background-color: #d62828cc;
        background-image: none;
        height: 100%
    }

    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .first-slide-item:hover .item-content .label {
        font-size: 13px;
        letter-spacing: 3px;
        line-height: 16px;
        margin-top: 108px
    }

    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .first-slide-item:hover .item-content h5 {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
        display: block;
        font-size: 20px;
        letter-spacing: 0;
        line-height: 28px;
        margin-bottom: 24px;
        word-break: break-word
    }

    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .first-slide-item:hover .item-content .Rectangle {
        background-image: linear-gradient(90deg, #fff, #fff0);
        display: block;
        height: 4px;
        margin-bottom: 24px;
        width: 420px
    }

    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .first-slide-item:hover .item-content .body3 {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
        display: block;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 16px;
	 overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;

    }

    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .first-slide-item:hover .item-content h4 {
        display: none
    }

    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .first-slide-item:hover .item-content .body2 {
        margin-bottom: 24px
    }

    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .first-slide-item:hover .item-content .text-cta {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
        display: block
    }

    .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .first-slide-item:hover .item-content .text-cta:after {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity))
    }
}

.three-column-slider-b-container .three-col-b .swiper-bottom {
    margin-top: 24px;
    text-align: center
}

@media (min-width:767px) {
    .three-column-slider-b-container .three-col-b .swiper-bottom {
        margin-bottom: 10px;
        margin-top: 32px;
        text-align: left
    }
}

.three-column-slider-b-container .three-col-b .swiper-bottom .button-warpper {
    display: none
}

@media (min-width:767px) {
    .three-column-slider-b-container .three-col-b .swiper-bottom .button-warpper {
        display: inline-block;
        margin-left: -10px;
        position: relative;
        width: 120px
    }
}

.three-column-slider-b-container .three-col-b .swiper-bottom .button-warpper .item-button {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    border-style: solid;
    border-width: 1px;
    height: 36px;
    width: 36px
}

.three-column-slider-b-container .three-col-b .swiper-bottom .button-warpper .swiper-button-prev {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity))
}

.three-column-slider-b-container .three-col-b .swiper-bottom .button-warpper .swiper-button-prev:after {
    content: normal
}

.three-column-slider-b-container .three-col-b .swiper-bottom .button-warpper .swiper-button-prev:before {
    font-size: 24px
}

.three-column-slider-b-container .three-col-b .swiper-bottom .button-warpper .swiper-button-prev:focus-visible {
    box-shadow: 0 0 5px #00b0e1;
    outline: 3px solid #00b0e1
}

.three-column-slider-b-container .three-col-b .swiper-bottom .button-warpper .swiper-button-next {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity))
}

.three-column-slider-b-container .three-col-b .swiper-bottom .button-warpper .swiper-button-next:after {
    content: normal
}

.three-column-slider-b-container .three-col-b .swiper-bottom .button-warpper .swiper-button-next:before {
    font-size: 24px
}

.three-column-slider-b-container .three-col-b .swiper-bottom .button-warpper .swiper-button-next:hover,
.three-column-slider-b-container .three-col-b .swiper-bottom .button-warpper .swiper-button-prev:hover {
    border-color: #d62828;
    color: #d62828
}

.three-column-slider-b-container .three-col-b .swiper-bottom .button-warpper .swiper-button-next:focus-visible,
.three-column-slider-b-container .three-col-b .swiper-bottom .button-warpper .swiper-button-prev:focus-visible {
    box-shadow: 0 0 5px #00b0e1;
    outline: 3px solid #00b0e1
}

.three-column-slider-b-container .three-col-b .swiper-bottom .text-cta span {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 24px
}

.three-column-slider-b-container .three-col-b .swiper-bottom .text-cta .text-bottom-link {
    display: unset
}

html[lang=zh] .three-column-slider-b-container .three-col-b .three-col-heading .label {
    font-family: NotoSansSC Regular, sans-serif
}

@media (min-width:767px) {
    html[lang=zh] .three-column-slider-b-container .three-col-b .three-col-heading .label {
        font-family: NotoSansSC Regular, sans-serif
    }
}

@media (min-width:1079px) {
    html[lang=zh] .three-column-slider-b-container .three-col-b .three-col-heading .label {
        font-family: NotoSansSC Regular, sans-serif
    }
}

html[lang=zh] .three-column-slider-b-container .three-col-b .three-col-heading .body1 {
    font-family: NotoSansSC Regular, sans-serif
}

@media (min-width:767px) {
    html[lang=zh] .three-column-slider-b-container .three-col-b .three-col-heading .body1 {
        font-family: NotoSansSC Regular, sans-serif
    }
}

@media (min-width:1079px) {
    html[lang=zh] .three-column-slider-b-container .three-col-b .three-col-heading .body1 {
        font-family: NotoSansSC Regular, sans-serif
    }
}

html[lang=zh] .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .swiper-slide .body2,
html[lang=zh] .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .swiper-slide .label,
html[lang=zh] .three-column-slider-b-container .three-col-b .swiper .swiper-wrapper .swiper-slide h4 {
    font-family: NotoSansSC Regular, sans-serif
}

@media (min-width:1079px) {

    html[lang=zh] .three-column-slider-b-container .three-col-b .swiper .first-slide-item .item-content .body2,
    html[lang=zh] .three-column-slider-b-container .three-col-b .swiper .first-slide-item .item-content .label,
    html[lang=zh] .three-column-slider-b-container .three-col-b .swiper .first-slide-item .item-content h4 {
        font-family: NotoSansSC Regular, sans-serif
    }
}

.three-column-slider-c-container {
    background-color: #f5f5f5;
    padding-left: 0
}

@media (min-width:767px) {
    .three-column-slider-c-container {
        padding-left: 7.40741vw
    }
}

@media (min-width:1079px) {
    .three-column-slider-c-container {
        padding-left: 6.94444vw;
        padding-right: 6.94444vw
    }
}

@media (min-width:1439px) {
    .three-column-slider-c-container {
        padding-left: 11.4583vw;
        padding-right: 11.4583vw
    }
}

@media (min-width:767px) {
    .three-column-slider-c-container .three-col-c {
        position: relative
    }
}

@media (min-width:1079px) {
    .three-column-slider-c-container .three-col-c {
        position: relative
    }
}

.three-column-slider-c-container .three-col-c .three-col-heading {
    padding-left: 24px;
    padding-right: 24px
}

@media (min-width:767px) {
    .three-column-slider-c-container .three-col-c .three-col-heading {
        padding-left: 0;
        padding-right: 0
    }
}

.three-column-slider-c-container .three-col-c .three-col-heading .label {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    display: block;
    font-family: Lato, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 16px;
    text-align: center
}

@media (min-width:767px) {
    .three-column-slider-c-container .three-col-c .three-col-heading .label {
        --tw-text-opacity: 1;
        color: rgba(214, 40, 40, var(--tw-text-opacity));
        font-family: Lato, sans-serif;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 3px;
        line-height: 16px;
        text-align: left
    }
}

@media (min-width:1079px) {
    .three-column-slider-c-container .three-col-c .three-col-heading .label {
        --tw-text-opacity: 1;
        color: rgba(214, 40, 40, var(--tw-text-opacity));
        font-family: Lato, sans-serif;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 3px;
        line-height: 16px;
        text-align: left
    }
}

.three-column-slider-c-container .three-col-c .three-col-heading h2 {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    margin-top: 16px;
    text-align: center
}

@media (min-width:767px) {
    .three-column-slider-c-container .three-col-c .three-col-heading h2 {
        --tw-text-opacity: 1;
        color: rgba(90, 90, 90, var(--tw-text-opacity));
        margin-top: 16px;
        text-align: left
    }
}

@media (min-width:1079px) {
    .three-column-slider-c-container .three-col-c .three-col-heading h2 {
        --tw-text-opacity: 1;
        color: rgba(90, 90, 90, var(--tw-text-opacity));
        margin-top: 16px;
        text-align: left
    }
}

.three-column-slider-c-container .three-col-c .three-col-heading body1 {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    display: block;
    font-family: Lato, sans-serif;
    font-size: 17px;
    line-height: 24px;
    margin-top: 24px;
    max-width: 87.234vw;
    text-align: center
}

@media (min-width:767px) {
    .three-column-slider-c-container .three-col-c .three-col-heading body1 {
        --tw-text-opacity: 1;
        color: rgba(90, 90, 90, var(--tw-text-opacity));
        font-family: Lato, sans-serif;
        font-size: 20px;
        line-height: 32px;
        margin-top: 24px;
        max-width: 55.5556vw;
        text-align: left
    }
}

@media (min-width:1079px) {
    .three-column-slider-c-container .three-col-c .three-col-heading body1 {
        --tw-text-opacity: 1;
        color: rgba(90, 90, 90, var(--tw-text-opacity));
        font-family: Lato, sans-serif;
        font-size: 20px;
        line-height: 32px;
        margin-top: 24px;
        max-width: 49.0741vw;
        text-align: left
    }
}

.three-column-slider-c-container .three-col-c .swiper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 6.38298vw;
    width: 100%
}

@media (min-width:767px) {
    .three-column-slider-c-container .three-col-c .swiper {
        padding-left: 0;
        width: 92.5926vw
    }
}

@media (min-width:1079px) {
    .three-column-slider-c-container .three-col-c .swiper {
        padding-left: 0;
        width: 100%
    }
}

.three-column-slider-c-container .three-col-c .swiper .swiper-wrapper {
    height: auto;
    margin-top: 40px
}

.three-column-slider-c-container .three-col-c .swiper .swiper-wrapper.haslabel {
    margin-top: 64px
}

.three-column-slider-c-container .three-col-c .swiper .swiper-wrapper .swiper-slide {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    display: flex;
    height: 100px;
    width: 303px
}

@media (min-width:767px) {
    .three-column-slider-c-container .three-col-c .swiper .swiper-wrapper .swiper-slide {
        background-color: #f5f5f5cc;
        height: 120px;
        width: 35.8025vw
    }
}

@media (min-width:1079px) {
    .three-column-slider-c-container .three-col-c .swiper .swiper-wrapper .swiper-slide {
        width: 26.8519vw
    }
}

@media (min-width:1439px) {
    .three-column-slider-c-container .three-col-c .swiper .swiper-wrapper .swiper-slide {
        width: 24.3056vw
    }
}

.three-column-slider-c-container .three-col-c .swiper .swiper-wrapper .swiper-slide .item-link {
    display: flex;
    position: relative
}

.three-column-slider-c-container .three-col-c .swiper .swiper-wrapper .swiper-slide .item-link .new-market {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgba(52, 158, 73, var(--tw-bg-opacity));
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    font-size: 12px;
    height: 20px;
    left: 0;
    letter-spacing: 0;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: -20px;
    width: 96px
}

@media (min-width:767px) {
    .three-column-slider-c-container .three-col-c .swiper .swiper-wrapper .swiper-slide .item-link .new-market {
        height: 24px;
        line-height: 24px;
        top: -24px
    }
}

.three-column-slider-c-container .three-col-c .swiper .swiper-wrapper .swiper-slide .item-link .item-img {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 210, 210, var(--tw-bg-opacity));
    height: 100px;
    text-align: center;
    width: 100px
}

@media (min-width:767px) {
    .three-column-slider-c-container .three-col-c .swiper .swiper-wrapper .swiper-slide .item-link .item-img {
        float: left;
        height: 120px;
        width: 120px
    }
}

.three-column-slider-c-container .three-col-c .swiper .swiper-wrapper .swiper-slide .item-link .item-img img {
    display: inline-block;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.three-column-slider-c-container .three-col-c .swiper .swiper-wrapper .swiper-slide .item-link .item-img .icon-building {
    display: inline-block;
    font-size: 40px;
    margin-top: 30px
}

@media (min-width:767px) {
    .three-column-slider-c-container .three-col-c .swiper .swiper-wrapper .swiper-slide .item-link .item-img .icon-building {
        font-size: 48px;
        margin-top: 36px
    }
}

.three-column-slider-c-container .three-col-c .swiper .swiper-wrapper .swiper-slide .item-link .item-img .icon-building:before {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.three-column-slider-c-container .three-col-c .swiper .swiper-wrapper .swiper-slide .item-link .item-content {
    height: 100px;
    width: 203px
}

@media (min-width:767px) {
    .three-column-slider-c-container .three-col-c .swiper .swiper-wrapper .swiper-slide .item-link .item-content {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        float: right;
        height: 120px;
        width: 20.9877vw
    }
}

@media (min-width:1079px) {
    .three-column-slider-c-container .three-col-c .swiper .swiper-wrapper .swiper-slide .item-link .item-content {
        width: 15.7407vw
    }
}

@media (min-width:1439px) {
    .three-column-slider-c-container .three-col-c .swiper .swiper-wrapper .swiper-slide .item-link .item-content {
        width: 15.9722vw
    }
}

.three-column-slider-c-container .three-col-c .swiper .swiper-wrapper .swiper-slide .item-link .item-content h5 {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 24px;
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 22px
}

@media (min-width:767px) {
    .three-column-slider-c-container .three-col-c .swiper .swiper-wrapper .swiper-slide .item-link .item-content h5 {
        font-size: 20px;
        line-height: 28px;
        margin-top: 30px
    }
}

.three-column-slider-c-container .three-col-c .swiper .swiper-wrapper .swiper-slide .item-link .item-content body2 {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    display: block;
    font-family: Lato, sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 24px;
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 8px;
    width: 155px
}

@media (min-width:767px) {
    .three-column-slider-c-container .three-col-c .swiper .swiper-wrapper .swiper-slide .item-link .item-content body2 {
        width: 122px
    }
}

.three-column-slider-c-container .three-col-c .swiper .swiper-wrapper .swiper-slide:hover {
    background-color: #fff;
    box-shadow: 0 0 16px #00000026
}

.three-column-slider-c-container .three-col-c .swiper .swiper-wrapper .frist-item {
    position: relative
}

.three-column-slider-c-container .three-col-c .swiper .swiper-wrapper .frist-item .new-market {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgba(52, 158, 73, var(--tw-bg-opacity));
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    font-size: 12px;
    height: 20px;
    left: 0;
    letter-spacing: 0;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: -20px;
    width: 96px
}

@media (min-width:767px) {
    .three-column-slider-c-container .three-col-c .swiper .swiper-wrapper .frist-item .new-market {
        height: 24px;
        line-height: 24px;
        top: -24px
    }
}

.three-column-slider-c-container .three-col-c .swiper .swiper-wrapper .card-list-item-content-width {
    background-color: #f5f5f5;
    width: calc(100% - 80.8511vw - 24px)
}

@media (min-width:767px) {
    .three-column-slider-c-container .three-col-c .swiper .swiper-wrapper .card-list-item-content-width {
        width: calc(100% - 35.8025vw - 30px)
    }
}

@media (min-width:1079px) {
    .three-column-slider-c-container .three-col-c .swiper .swiper-wrapper .card-list-item-content-width {
        width: calc(100% - 26.8519vw - 24px)
    }
}

@media (min-width:1439px) {
    .three-column-slider-c-container .three-col-c .swiper .swiper-wrapper .card-list-item-content-width {
        width: calc(100% - 24.3056vw - 30px)
    }
}

.three-column-slider-c-container .three-col-c .swiper .swiper-wrapper .card-list-item-content-width:hover {
    background-color: unset;
    box-shadow: none
}

@media (min-width:767px) {
    .three-column-slider-c-container .three-col-c .swiper .swiper-wrapper .blank-card {
        display: none
    }
}

@media (min-width:1079px) {
    .three-column-slider-c-container .three-col-c .swiper .swiper-wrapper .blank-card {
        display: block
    }
}

.three-column-slider-c-container .three-col-c .swiper .swiper-bottom {
    margin-top: 24px;
    text-align: center
}

@media (min-width:767px) {
    .three-column-slider-c-container .three-col-c .swiper .swiper-bottom {
        margin-bottom: 10px;
        margin-top: 32px;
        text-align: left
    }
}

.three-column-slider-c-container .three-col-c .swiper .swiper-bottom .button-warpper {
    display: none
}

@media (min-width:767px) {
    .three-column-slider-c-container .three-col-c .swiper .swiper-bottom .button-warpper {
        display: inline-block;
        left: -10px;
        position: relative;
        width: 120px
    }
}

.three-column-slider-c-container .three-col-c .swiper .swiper-bottom .button-warpper .item-button {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    border-style: solid;
    border-width: 1px;
    height: 36px;
    width: 36px
}

.three-column-slider-c-container .three-col-c .swiper .swiper-bottom .button-warpper .swiper-button-prev {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity))
}

.three-column-slider-c-container .three-col-c .swiper .swiper-bottom .button-warpper .swiper-button-prev:after {
    content: normal
}

.three-column-slider-c-container .three-col-c .swiper .swiper-bottom .button-warpper .swiper-button-prev:before {
    font-size: 24px
}

.three-column-slider-c-container .three-col-c .swiper .swiper-bottom .button-warpper .swiper-button-next {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity))
}

.three-column-slider-c-container .three-col-c .swiper .swiper-bottom .button-warpper .swiper-button-next:after {
    content: normal
}

.three-column-slider-c-container .three-col-c .swiper .swiper-bottom .button-warpper .swiper-button-next:before {
    font-size: 24px
}

.three-column-slider-c-container .three-col-c .swiper .swiper-bottom .button-warpper .swiper-button-next:hover,
.three-column-slider-c-container .three-col-c .swiper .swiper-bottom .button-warpper .swiper-button-prev:hover {
    border-color: #d62828;
    color: #d62828
}

.three-column-slider-c-container .three-col-c .swiper .swiper-bottom .button-warpper .swiper-button-next:focus-visible,
.three-column-slider-c-container .three-col-c .swiper .swiper-bottom .button-warpper .swiper-button-prev:focus-visible {
    box-shadow: 0 0 5px #00b0e1;
    outline: 3px solid #00b0e1
}

.three-column-slider-c-container .three-col-c .swiper .swiper-bottom .text-cta .text-bottom-link {
    display: unset
}

.three-column-slider-c-container .three-col-c .swiper .swiper-bottom .text-cta span {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 24px
}

html[lang=zh] .three-column-slider-c-container .three-col-c .three-col-heading .label {
    font-family: NotoSansSC Regular, sans-serif
}

@media (min-width:767px) {
    html[lang=zh] .three-column-slider-c-container .three-col-c .three-col-heading .label {
        font-family: NotoSansSC Regular, sans-serif
    }
}

@media (min-width:1079px) {
    html[lang=zh] .three-column-slider-c-container .three-col-c .three-col-heading .label {
        font-family: NotoSansSC Regular, sans-serif
    }
}

html[lang=zh] .three-column-slider-c-container .three-col-c .swiper .swiper-wrapper .swiper-slide .item-link .item-content h5 {
    font-family: NotoSansSC Regular, sans-serif
}

.four-column-slider-b-container {
    background-color: #f5f5f5;
    padding-left: 0
}

@media (min-width:767px) {
    .four-column-slider-b-container {
        padding-left: 7.40741vw
    }
}

@media (min-width:1079px) {
    .four-column-slider-b-container {
        padding-left: 6.94444vw
    }
}

.four-column-slider-b-container .four-slider-c {
    position: relative
}

.four-column-slider-b-container .four-slider-c .four-col-heading .label {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 16px;
    text-align: center
}

@media (min-width:767px) {
    .four-column-slider-b-container .four-slider-c .four-col-heading .label {
        --tw-text-opacity: 1;
        color: rgba(214, 40, 40, var(--tw-text-opacity));
        font-family: Lato, sans-serif;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 3px;
        line-height: 16px;
        text-align: left
    }
}

@media (min-width:1079px) {
    .four-column-slider-b-container .four-slider-c .four-col-heading .label {
        --tw-text-opacity: 1;
        color: rgba(214, 40, 40, var(--tw-text-opacity));
        font-family: Lato, sans-serif;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 3px;
        line-height: 16px;
        text-align: left
    }
}

.four-column-slider-b-container .four-slider-c .four-col-heading h2 {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 36px;
    margin-top: 16px;
    text-align: center
}

@media (min-width:767px) {
    .four-column-slider-b-container .four-slider-c .four-col-heading h2 {
        --tw-text-opacity: 1;
        color: rgba(90, 90, 90, var(--tw-text-opacity));
        font-family: Lato, sans-serif;
        font-size: 38px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 44px;
        margin-top: 16px;
        text-align: left
    }
}

@media (min-width:1079px) {
    .four-column-slider-b-container .four-slider-c .four-col-heading h2 {
        --tw-text-opacity: 1;
        color: rgba(90, 90, 90, var(--tw-text-opacity));
        font-family: Lato, sans-serif;
        font-size: 46px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 54px;
        margin-top: 16px;
        text-align: left
    }
}

.four-column-slider-b-container .four-slider-c .four-col-heading .body1 {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 17px;
    line-height: 24px;
    margin-top: 24px;
    max-width: 87.234vw;
    text-align: center
}

@media (min-width:767px) {
    .four-column-slider-b-container .four-slider-c .four-col-heading .body1 {
        --tw-text-opacity: 1;
        color: rgba(90, 90, 90, var(--tw-text-opacity));
        font-family: Lato, sans-serif;
        font-size: 20px;
        line-height: 32px;
        margin-top: 24px;
        max-width: 55.5556vw;
        text-align: left
    }
}

@media (min-width:1079px) {
    .four-column-slider-b-container .four-slider-c .four-col-heading .body1 {
        --tw-text-opacity: 1;
        color: rgba(90, 90, 90, var(--tw-text-opacity));
        font-family: Lato, sans-serif;
        font-size: 20px;
        line-height: 32px;
        margin-top: 24px;
        max-width: 49.0741vw;
        text-align: left
    }
}

.four-column-slider-b-container .four-slider-c .swiper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 6.38298vw;
    width: 100%
}

@media (min-width:767px) {
    .four-column-slider-b-container .four-slider-c .swiper {
        padding-left: 0;
        width: 92.5926vw
    }
}

@media (min-width:1079px) {
    .four-column-slider-b-container .four-slider-c .swiper {
        padding-left: 0;
        width: 100%
    }
}

.four-column-slider-b-container .four-slider-c .swiper .swiper-wrapper {
    height: auto;
    margin-top: 40px
}

.four-column-slider-b-container .four-slider-c .swiper .swiper-wrapper .swiper-slide {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    height: 312px;
    width: 206px
}

@media (min-width:767px) {
    .four-column-slider-b-container .four-slider-c .swiper .swiper-wrapper .swiper-slide {
        height: 388px;
        width: 240px
    }
}

@media (min-width:1079px) {
    .four-column-slider-b-container .four-slider-c .swiper .swiper-wrapper .swiper-slide {
        background-color: #f5f5f5cc;
        height: 388px;
        width: 19.4444vw
    }
}

.four-column-slider-b-container .four-slider-c .swiper .swiper-wrapper .swiper-slide .item-img {
    position: relative
}

.four-column-slider-b-container .four-slider-c .swiper .swiper-wrapper .swiper-slide .item-img img {
    height: 312px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media (min-width:767px) {
    .four-column-slider-b-container .four-slider-c .swiper .swiper-wrapper .swiper-slide .item-img img {
        height: 388px
    }
}

.four-column-slider-b-container .four-slider-c .swiper .swiper-wrapper .swiper-slide .item-content {
    bottom: 0;
    height: 100%;
    left: 0;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    width: 100%
}

.four-column-slider-b-container .four-slider-c .swiper .swiper-wrapper .swiper-slide .item-content .label {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 16px;
    margin-bottom: 16px;
    margin-top: 40px
}

@media (min-width:1079px) {
    .four-column-slider-b-container .four-slider-c .swiper .swiper-wrapper .swiper-slide .item-content .label {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
        margin-bottom: 15px;
        margin-top: 40px;
        text-shadow: 0 0 8px #00000080
    }
}

.four-column-slider-b-container .four-slider-c .swiper .swiper-wrapper .swiper-slide .item-content .text-cta {
    display: none
}

.four-column-slider-b-container .four-slider-c .swiper .swiper-wrapper .swiper-slide .item-content h5 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 16px;
    word-break: break-word
}

@media (min-width:767px) {
    .four-column-slider-b-container .four-slider-c .swiper .swiper-wrapper .swiper-slide .item-content h5 {
        font-size: 20px;
        line-height: 28px
    }
}

@media (min-width:1079px) {
    .four-column-slider-b-container .four-slider-c .swiper .swiper-wrapper .swiper-slide .item-content h5 {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
        font-size: 20px;
        line-height: 28px
    }
}

.four-column-slider-b-container .four-slider-c .swiper .swiper-wrapper .swiper-slide .item-content .body2 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px
}

@media (min-width:1079px) {
    .four-column-slider-b-container .four-slider-c .swiper .swiper-wrapper .swiper-slide .item-content .body2 {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity))
    }

    .four-column-slider-b-container .four-slider-c .swiper .swiper-wrapper .swiper-slide:hover .item-content {
        background-color: #d62828cc;
        background-image: none;
        height: 100%
    }

    .four-column-slider-b-container .four-slider-c .swiper .swiper-wrapper .swiper-slide:hover .item-content .label {
        font-size: 13px;
        letter-spacing: 3px;
        line-height: 16px;
        margin-top: 40px
    }

    .four-column-slider-b-container .four-slider-c .swiper .swiper-wrapper .swiper-slide:hover .item-content h5 {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
        display: block;
        font-size: 20px;
        letter-spacing: 0;
        line-height: 28px;
        margin-bottom: 16px;
        word-break: break-word
    }

    .four-column-slider-b-container .four-slider-c .swiper .swiper-wrapper .swiper-slide:hover .item-content .body2 {
        margin-bottom: 52px
    }

    .four-column-slider-b-container .four-slider-c .swiper .swiper-wrapper .swiper-slide:hover .item-content .text-cta {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
        display: block
    }

    .four-column-slider-b-container .four-slider-c .swiper .swiper-wrapper .swiper-slide:hover .item-content .text-cta:after {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity))
    }
}

.four-column-slider-b-container .four-slider-c .swiper-bottom {
    text-align: center
}

@media (min-width:767px) {
    .four-column-slider-b-container .four-slider-c .swiper-bottom {
        margin-bottom: 10px;
        margin-top: 24px;
        text-align: left
    }
}

.four-column-slider-b-container .four-slider-c .swiper-bottom .button-warpper {
    display: none
}

@media (min-width:767px) {
    .four-column-slider-b-container .four-slider-c .swiper-bottom .button-warpper {
        display: inline-block;
        left: -10px;
        position: relative;
        width: 120px
    }
}

.four-column-slider-b-container .four-slider-c .swiper-bottom .button-warpper .item-button {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    border-style: solid;
    border-width: 1px;
    height: 36px;
    width: 36px
}

.four-column-slider-b-container .four-slider-c .swiper-bottom .button-warpper .swiper-button-prev {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity))
}

.four-column-slider-b-container .four-slider-c .swiper-bottom .button-warpper .swiper-button-prev:after {
    content: normal
}

.four-column-slider-b-container .four-slider-c .swiper-bottom .button-warpper .swiper-button-prev:before {
    font-size: 24px
}

.four-column-slider-b-container .four-slider-c .swiper-bottom .button-warpper .swiper-button-next {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity))
}

.four-column-slider-b-container .four-slider-c .swiper-bottom .button-warpper .swiper-button-next:after {
    content: normal
}

.four-column-slider-b-container .four-slider-c .swiper-bottom .button-warpper .swiper-button-next:before {
    font-size: 24px
}

.four-column-slider-b-container .four-slider-c .swiper-bottom .button-warpper .swiper-button-next:hover,
.four-column-slider-b-container .four-slider-c .swiper-bottom .button-warpper .swiper-button-prev:hover {
    border-color: #d62828;
    color: #d62828
}

.four-column-slider-b-container .four-slider-c .swiper-bottom .button-warpper .swiper-button-next:focus-visible,
.four-column-slider-b-container .four-slider-c .swiper-bottom .button-warpper .swiper-button-prev:focus-visible {
    box-shadow: 0 0 5px #00b0e1;
    outline: 3px solid #00b0e1
}

.four-column-slider-b-container .four-slider-c .swiper-bottom .text-cta {
    margin-top: 24px
}

html[lang=zh] .four-column-slider-b-container .four-slider-c .four-col-heading .label {
    font-family: NotoSansSC Regular, sans-serif
}

@media (min-width:767px) {
    html[lang=zh] .four-column-slider-b-container .four-slider-c .four-col-heading .label {
        font-family: NotoSansSC Regular, sans-serif
    }
}

@media (min-width:1079px) {
    html[lang=zh] .four-column-slider-b-container .four-slider-c .four-col-heading .label {
        font-family: NotoSansSC Regular, sans-serif
    }
}

html[lang=zh] .four-column-slider-b-container .four-slider-c .four-col-heading h2 {
    font-family: NotoSansSC Regular, sans-serif
}

@media (min-width:767px) {
    html[lang=zh] .four-column-slider-b-container .four-slider-c .four-col-heading h2 {
        font-family: NotoSansSC Regular, sans-serif
    }
}

@media (min-width:1079px) {
    html[lang=zh] .four-column-slider-b-container .four-slider-c .four-col-heading h2 {
        font-family: NotoSansSC Regular, sans-serif
    }
}

html[lang=zh] .four-column-slider-b-container .four-slider-c .four-col-heading .body1 {
    font-family: NotoSansSC Regular, sans-serif
}

@media (min-width:767px) {
    html[lang=zh] .four-column-slider-b-container .four-slider-c .four-col-heading .body1 {
        font-family: NotoSansSC Regular, sans-serif
    }
}

@media (min-width:1079px) {
    html[lang=zh] .four-column-slider-b-container .four-slider-c .four-col-heading .body1 {
        font-family: NotoSansSC Regular, sans-serif
    }
}

html[lang=zh] .four-column-slider-b-container .four-slider-c .swiper .swiper-wrapper {
    height: auto;
    margin-top: 40px
}

html[lang=zh] .four-column-slider-b-container .four-slider-c .swiper .swiper-wrapper .swiper-slide .item-content .body2,
html[lang=zh] .four-column-slider-b-container .four-slider-c .swiper .swiper-wrapper .swiper-slide .item-content .label,
html[lang=zh] .four-column-slider-b-container .four-slider-c .swiper .swiper-wrapper .swiper-slide .item-content h5 {
    font-family: NotoSansSC Regular, sans-serif
}

.breadcrumb {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
    box-shadow: 0 8px 16px #00000026;
    padding: 8px 16px
}

@media (min-width:767px) {
    .breadcrumb {
        padding: 12px 32px
    }
}

.breadcrumb-link:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.breadcrumb ol {
    display: flex
}

.breadcrumb ol li {
    display: flex;
    font-weight: 400
}

.breadcrumb ol li,
.breadcrumb ol li:first-child {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity))
}

.breadcrumb ol li:last-child {
    display: none;
    font-weight: 700
}

@media (min-width:767px) {
    .breadcrumb ol li:last-child {
        display: flex
    }
}

.breadcrumb ol li:before {
    content: ""
}

.breadcrumb .is-sticky {
    box-shadow: 0 8px 16px #00000026;
    position: fixed;
    top: 80px;
    width: 100%;
    z-index: 9999
}

.four-col-c-container {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity))
}

.four-col-c-container .four-col-c {
    display: flex;
    justify-content: center;
    padding-left: 6.383vw;
    padding-right: 6.383vw
}

@media (min-width:767px) {
    .four-col-c-container .four-col-c {
        padding: 0 7.40741vw;
        position: relative
    }
}

@media (min-width:1079px) {
    .four-col-c-container .four-col-c {
        padding-left: 6.944vw;
        padding-right: 6.944vw
    }
}

@media (min-width:1439px) {
    .four-col-c-container .four-col-c {
        padding-left: 11.4583vw;
        padding-right: 11.4583vw
    }
}

.four-col-c-container .four-col-c .swiper .swiper-wrapper {
    height: auto
}

.four-col-c-container .four-col-c .swiper .swiper-wrapper .swiper-slide {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    height: auto;
    padding-bottom: 40px;
    padding-top: 40px;
    width: 70.2128vw
}

@media (min-width:767px) {
    .four-col-c-container .four-col-c .swiper .swiper-wrapper .swiper-slide {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        margin-right: 30px;
        width: 40.7407vw
    }
}

@media (min-width:1079px) {
    .four-col-c-container .four-col-c .swiper .swiper-wrapper .swiper-slide {
        background-color: #f5f5f5cc;
        width: 19.4444vw
    }
}

@media (min-width:1439px) {
    .four-col-c-container .four-col-c .swiper .swiper-wrapper .swiper-slide {
        width: 17.7083vw
    }
}

.four-col-c-container .four-col-c .swiper .swiper-wrapper .swiper-slide:last-child {
    margin-right: 0 !important
}

.four-col-c-container .four-col-c .swiper .swiper-wrapper .swiper-slide .item-icon {
    height: 88px;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 88px
}

@media (min-width:767px) {
    .four-col-c-container .four-col-c .swiper .swiper-wrapper .swiper-slide .item-icon {
        margin-bottom: 24px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:1079px) {
    .four-col-c-container .four-col-c .swiper .swiper-wrapper .swiper-slide .item-icon {
        margin-bottom: 32px;
        margin-left: 0;
        margin-right: 0
    }
}

.four-col-c-container .four-col-c .swiper .swiper-wrapper .swiper-slide .item-icon img {
    height: 88px
}

.four-col-c-container .four-col-c .swiper .swiper-wrapper .swiper-slide h4 {
    font-family: Lato, sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 12px;
    text-align: center
}

@media (min-width:767px) {
    .four-col-c-container .four-col-c .swiper .swiper-wrapper .swiper-slide h4 {
        font-family: Lato, sans-serif;
        font-size: 26px;
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 12px;
        text-align: center
    }
}

@media (min-width:1079px) {
    .four-col-c-container .four-col-c .swiper .swiper-wrapper .swiper-slide h4 {
        font-family: Lato, sans-serif;
        font-size: 26px;
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 16px;
        text-align: left
    }
}

.four-col-c-container .four-col-c .swiper .swiper-wrapper .swiper-slide .Rectangle {
    background-image: linear-gradient(90deg, #d62828, #d6282800);
    height: 4px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    width: 210px
}

@media (min-width:767px) {
    .four-col-c-container .four-col-c .swiper .swiper-wrapper .swiper-slide .Rectangle {
        margin-left: auto;
        margin-right: auto;
        width: 270px
    }
}

@media (min-width:1079px) {
    .four-col-c-container .four-col-c .swiper .swiper-wrapper .swiper-slide .Rectangle {
        margin-left: 0;
        margin-right: 0;
        width: 210px
    }
}

.four-col-c-container .four-col-c .swiper .swiper-wrapper .swiper-slide .body2 {
    letter-spacing: normal;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 55.8511vw
}

@media (min-width:767px) {
    .four-col-c-container .four-col-c .swiper .swiper-wrapper .swiper-slide .body2 {
        letter-spacing: normal;
        margin-left: auto;
        margin-right: auto;
        width: 33.3333vw
    }
}

@media (min-width:1079px) {
    .four-col-c-container .four-col-c .swiper .swiper-wrapper .swiper-slide .body2 {
        letter-spacing: normal;
        margin-bottom: 0;
        text-align: left;
        width: 19.4444vw
    }
}

@media (min-width:1439px) {
    .four-col-c-container .four-col-c .swiper .swiper-wrapper .swiper-slide .body2 {
        width: 17.7083vw
    }
}

.four-col-c-container .four-col-c .swiper .swiper-wrapper .swiper-slide .text-cta {
    bottom: 40px;
    display: block;
    position: absolute;
    text-align: center;
    width: 100%
}

@media (min-width:767px) {
    .four-col-c-container .four-col-c .swiper .swiper-wrapper .swiper-slide .text-cta {
        display: block
    }
}

@media (min-width:1079px) {
    .four-col-c-container .four-col-c .swiper .swiper-wrapper .swiper-slide .text-cta {
        display: none;
        margin-left: 30px;
        margin-right: auto;
        width: fit-content
    }
}

/* @media (min-width:1439px) {
    .four-col-c-container .four-col-c .swiper .swiper-wrapper .swiper-slide.noLinks {
        pointer-events: none
    }
} */

@media (min-width:1079px) {
    .four-col-c-container .four-col-c .swiper .swiper-wrapper .swiper-slide:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        width: 19.4444vw
    }
}

@media (min-width:1439px) {
    .four-col-c-container .four-col-c .swiper .swiper-wrapper .swiper-slide:hover {
        width: 17.7083vw
    }
}

@media (min-width:1079px) {
    .four-col-c-container .four-col-c .swiper .swiper-wrapper .swiper-slide:hover .item-icon {
        display: none
    }

    .four-col-c-container .four-col-c .swiper .swiper-wrapper .swiper-slide:hover h4 {
        font-family: Lato, sans-serif;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: normal;
        line-height: 28px;
        margin-bottom: 20px;
        margin-left: 30px;
        margin-right: 30px
    }

    .four-col-c-container .four-col-c .swiper .swiper-wrapper .swiper-slide:hover .Rectangle {
        margin-bottom: 24px;
        margin-left: 30px;
        margin-right: 30px;
        width: 150px
    }

    .four-col-c-container .four-col-c .swiper .swiper-wrapper .swiper-slide:hover .body2 {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 24px;
        margin-bottom: 24px;
        padding-left: 30px;
        padding-right: 30px
    }
}

.four-col-c-container .four-col-c .swiper .swiper-wrapper .swiper-slide:hover .text-cta {
    display: block
}

.four-col-c-container .four-col-c .swiper .swiper-wrapper .swiper-slide:hover .text-cta:before {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.four-col-c-container .four-col-c .button-warpper {
    display: none
}

@media (min-width:767px) {
    .four-col-c-container .four-col-c .button-warpper {
        bottom: -40px;
        display: block;
        left: -10px;
        position: absolute;
        width: 120px
    }
}

@media (min-width:1079px) {
    .four-col-c-container .four-col-c .button-warpper {
        bottom: -40px;
        display: block;
        left: -10px;
        position: absolute;
        width: 120px
    }
}

.four-col-c-container .four-col-c .button-warpper .item-button {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    border-style: solid;
    border-width: 1px;
    height: 36px;
    width: 36px
}

.four-col-c-container .four-col-c .button-warpper .swiper-button-prev {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity))
}

.four-col-c-container .four-col-c .button-warpper .swiper-button-prev:after {
    font-size: 24px
}

.four-col-c-container .four-col-c .button-warpper .swiper-button-next {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity))
}

.four-col-c-container .four-col-c .button-warpper .swiper-button-next:after {
    font-size: 24px
}

.four-col-c-container .four-col-c .button-warpper .swiper-button-next:hover,
.four-col-c-container .four-col-c .button-warpper .swiper-button-prev:hover {
    --tw-border-opacity: 1;
    --tw-text-opacity: 1;
    border-color: rgba(214, 40, 40, var(--tw-border-opacity));
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

@media (min-width:767px) {
    .four-col-c-container .four-col-c .button-warpper .text-cta {
        bottom: -8px;
        left: 125px;
        position: absolute
    }
}

@media (min-width:1079px) {
    .four-col-c-container .four-col-c .button-warpper .text-cta {
        bottom: -8px;
        left: 125px;
        position: absolute
    }
}

.four-col-c-container .four-col-c .slider-img {
    display: none
}

@media (min-width:767px) {
    .four-col-c-container .four-col-c .slider-img {
        bottom: -7.40741vw;
        display: block;
        height: 440px;
        position: absolute;
        right: 0;
        width: 270px
    }
}

@media (min-width:1079px) {
    .four-col-c-container .four-col-c .slider-img {
        bottom: -6.2963vw;
        display: block;
        height: 464px;
        position: absolute;
        right: 0;
        width: 285px
    }
}

.cta-banner {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 40, 40, var(--tw-bg-opacity));
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .9
}

@media (min-width:767px) {
    .cta-banner {
        display: flex;
        margin-left: 7.82269vw;
        margin-right: 7.82269vw
    }
}

@media (min-width:1079px) {
    .cta-banner {
        flex: 0 auto;
        margin-left: 6.94444vw;
        margin-right: 6.94444vw
    }
}

@media (min-width:1439px) {
    .cta-banner {
        margin-left: 11.4583vw;
        margin-right: 11.4583vw
    }
}

.cta-banner-placeholder {
    background-image: url(https://picsum.photos/182/320?random=2)
}

.cta-banner .cta-banner-content {
    margin-left: 6.38298vw;
    margin-right: 6.38298vw
}

@media (min-width:767px) {
    .cta-banner .cta-banner-content {
        margin-left: 5.21512vw;
        margin-right: 6.25815vw
    }
}

@media (min-width:1079px) {
    .cta-banner .cta-banner-content {
        margin-left: 4.62963vw;
        margin-right: 7.40741vw
    }
}

.cta-banner .cta-banner-content .body1,
.cta-banner .cta-banner-content .label,
.cta-banner .cta-banner-content h2 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.cta-banner .cta-banner-content .label {
    display: block;
    font-family: Lato, sans-serif;
    font-size: 13px;
    letter-spacing: 3px;
    line-height: 16px;
    margin-bottom: 12px;
    padding-top: 58px;
    text-align: center
}

@media (min-width:767px) {
    .cta-banner .cta-banner-content .label {
        margin-bottom: 16px;
        max-width: 53.455vw;
        padding-top: 72px;
        text-align: left
    }
}

@media (min-width:1079px) {
    .cta-banner .cta-banner-content .label {
        max-width: 37.0714vw;
        padding-top: 80px
    }
}

.cta-banner .cta-banner-content h2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    text-align: center
}

@media (min-width:767px) {
    .cta-banner .cta-banner-content h2 {
        font-size: 38px;
        letter-spacing: 1px;
        line-height: 44px;
        max-width: 53.455vw;
        padding-bottom: 16px;
        text-align: left
    }
}

@media (min-width:1079px) {
    .cta-banner .cta-banner-content h2 {
        font-size: 46px;
        letter-spacing: 1px;
        line-height: 54px;
        max-width: 37.0714vw;
        padding-bottom: 24px
    }
}

.cta-banner .cta-banner-content .body1 {
    font-family: Lato, sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.41;
    padding-bottom: 12px;
    text-align: center;
    transition-property: none
}

@media (min-width:767px) {
    .cta-banner .cta-banner-content .body1 {
        font-size: 20px;
        letter-spacing: 0;
        line-height: 32px;
        max-width: 53.455vw;
        padding-bottom: 0;
        text-align: left
    }
}

@media (min-width:1079px) {
    .cta-banner .cta-banner-content .body1 {
        font-size: 20px;
        line-height: 32px;
        max-width: 37.0714vw
    }
}

.cta-banner .cta-banner-content-bottom {
    display: flex;
    justify-content: space-between;
    padding-bottom: 64px;
    padding-top: 28px
}

@media (min-width:767px) {
    .cta-banner .cta-banner-content-bottom {
        display: block;
        margin-bottom: 40px;
        margin-right: 40px;
        margin-top: 40px;
        padding-bottom: 0;
        padding-top: 0
    }
}

@media (min-width:1079px) {
    .cta-banner .cta-banner-content-bottom {
        margin-right: 16px;
        margin-top: 0
    }
}

.cta-banner .cta-banner-content-bottom .left-cta {
    margin-left: 6.38298vw
}

@media (min-width:767px) {
    .cta-banner .cta-banner-content-bottom .left-cta {
        margin-left: 0
    }
}

@media (min-width:1079px) {
    .cta-banner .cta-banner-content-bottom .left-cta {
        margin-bottom: 16px;
        margin-top: 40px
    }
}

.cta-banner .cta-banner-content-bottom .right-cta {
    margin-right: 6.38298vw
}

@media (min-width:767px) {
    .cta-banner .cta-banner-content-bottom .right-cta {
        margin-right: 0
    }
}

.cta-banner .cta-banner-content-bottom .content-bottom-item {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    display: block
}

.cta-banner .cta-banner-content-bottom .content-bottom-item .item-icon {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    font-size: 0;
    margin-left: 52px;
    margin-right: 52px;
    padding-top: 28px
}

@media (min-width:767px) {
    .cta-banner .cta-banner-content-bottom .content-bottom-item .item-icon {
        padding-top: 32px
    }
}

@media (min-width:1079px) {
    .cta-banner .cta-banner-content-bottom .content-bottom-item .item-icon {
        margin-left: 52px;
        margin-right: 52px;
        padding-top: 32px
    }
}

.cta-banner .cta-banner-content-bottom .content-bottom-item .item-icon span {
    font-size: 48px
}

.cta-banner .cta-banner-content-bottom .content-bottom-item .label {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    display: block;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.71;
    margin-top: 16px;
    padding-bottom: 28px;
    text-align: center;
    text-transform: uppercase
}

@media (min-width:767px) {
    .cta-banner .cta-banner-content-bottom .content-bottom-item .label {
        margin-bottom: 28px;
        padding-bottom: 32px
    }
}

@media (min-width:1079px) {
    .cta-banner .cta-banner-content-bottom .content-bottom-item .label {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 0
    }
}

@media (min-width:767px) {
    .cta-banner .cta-banner-content-bottom .content-bottom-item.right-cta .label {
        margin-bottom: 0
    }
}

.cta-banner .cta-banner-content-bottom .content-bottom-item:hover .item-icon,
.cta-banner .cta-banner-content-bottom .content-bottom-item:hover .label {
    --tw-text-opacity: 1;
    color: rgba(179, 33, 33, var(--tw-text-opacity))
}

.cta-banner .cta-banner-img {
    display: none
}

@media (min-width:1079px) {
    .cta-banner .cta-banner-img {
        display: inline-block;
        height: 320px;
        margin-right: 4.63392vw;
        margin-top: 40px;
        width: 16.8675vw
    }

    .cta-banner .cta-banner-img .item-img {
        height: 100%;
        object-fit: cover;
        width: 100%
    }
}

.banner-sub {
    background-color: unset;
    height: auto;
    overflow: hidden;
    position: relative
}

@media (min-width:767px) {
    .banner-sub {
        overflow: unset
    }
}

.banner-sub .sub-img {
    height: 520px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

@media (min-width:767px) {
    .banner-sub {
        --tw-bg-opacity: 1;
        background-color: rgba(18, 105, 166, var(--tw-bg-opacity));
        display: block;
        margin-left: 0;
        margin-right: 0;
        padding: 72px 7.4074vw
    }
}

@media (min-width:1079px) {
    .banner-sub {
        padding: 80px 6.94444vw
    }
}

@media (min-width:1439px) {
    .banner-sub {
        padding-left: 11.4583vw;
        padding-right: 11.4583vw
    }
}

.banner-sub .cta-banner-content-wrapper {
    padding: 17.0213vw 0
}

@media (min-width:767px) {
    .banner-sub .cta-banner-content-wrapper {
        background-color: #d62828e6;
        display: flex;
        justify-content: space-between;
        margin-top: 0;
        padding: 0 5.21512vw 0 0
    }
}

.banner-sub .cta-banner-content-wrapper .cta-banner-content {
    background-color: #d62828e6;
    margin-left: 0;
    margin-right: 0;
    padding-left: 6.38298vw;
    padding-right: 6.38298vw
}

@media (min-width:767px) {
    .banner-sub .cta-banner-content-wrapper .cta-banner-content {
        background-color: unset;
        margin-left: 5.21512vw;
        margin-right: 6.25815vw;
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:1079px) {
    .banner-sub .cta-banner-content-wrapper .cta-banner-content {
        margin-left: 4.63392vw;
        margin-right: 3.52178vw;
        width: 59.3142vw
    }
}

@media (min-width:1439px) {
    .banner-sub .cta-banner-content-wrapper .cta-banner-content {
        margin-left: 4.51703vw;
        margin-right: 4.7255vw;
        width: 52.8145vw
    }
}

.banner-sub .cta-banner-content-wrapper .cta-banner-content .label {
    margin-bottom: 16px;
    max-height: 87.234vw
}

@media (min-width:1079px) {
    .banner-sub .cta-banner-content-wrapper .cta-banner-content .label {
        max-width: 59.3142vw
    }
}

.banner-sub .cta-banner-content-wrapper .cta-banner-content h2 {
    padding-bottom: 16px
}

@media (min-width:1079px) {
    .banner-sub .cta-banner-content-wrapper .cta-banner-content h2 {
        max-width: 59.3142vw
    }
}

@media (min-width:767px) {
    .banner-sub .cta-banner-content-wrapper .cta-banner-content .body1 {
        margin-bottom: 60px
    }
}

@media (min-width:1079px) {
    .banner-sub .cta-banner-content-wrapper .cta-banner-content .body1 {
        margin-bottom: 80px;
        max-width: 59.3142vw
    }
}

.banner-sub .cta-banner-content-bottom {
    background-color: #d62828e6;
    display: block
}

@media (min-width:767px) {
    .banner-sub .cta-banner-content-bottom {
        background-color: unset;
        margin-bottom: 0;
        margin-right: 0;
        margin-top: 0
    }
}

@media (min-width:1079px) {
    .banner-sub .cta-banner-content-bottom {
        margin-bottom: 75px;
        margin-top: 75px
    }
}

.banner-sub .cta-banner-content-bottom .content-bottom-item {
    display: block;
    margin-left: 6.38298vw;
    margin-right: 6.38298vw
}

@media (min-width:767px) {
    .banner-sub .cta-banner-content-bottom .content-bottom-item {
        margin-left: 0;
        margin-right: 0
    }
}

@media (min-width:1079px) {
    .banner-sub .cta-banner-content-bottom .content-bottom-item {
        width: 152px
    }
}

.banner-sub .cta-banner-content-bottom .content-bottom-item .item-icon {
    display: flex;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-top: 0
}

@media (min-width:767px) {
    .banner-sub .cta-banner-content-bottom .content-bottom-item .item-icon {
        display: block;
        flex-direction: column;
        margin-bottom: 58px;
        margin-top: 58px;
        padding-left: 36px;
        padding-right: 36px;
        padding-top: 0
    }
}

@media (min-width:1079px) {
    .banner-sub .cta-banner-content-bottom .content-bottom-item .item-icon {
        margin-bottom: 0;
        margin-top: 0
    }
}

.banner-sub .cta-banner-content-bottom .content-bottom-item .item-icon span {
    font-size: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-top: 20px
}

@media (min-width:767px) {
    .banner-sub .cta-banner-content-bottom .content-bottom-item .item-icon span {
        display: block;
        padding: 32px 0 0;
        text-align: center
    }
}

@media (min-width:1079px) {
    .banner-sub .cta-banner-content-bottom .content-bottom-item .item-icon span {
        font-size: 48px
    }
}

.banner-sub .cta-banner-content-bottom .content-bottom-item .item-icon .item-link {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.71;
    padding-bottom: 28px;
    padding-right: 24px;
    padding-top: 28px;
    text-transform: uppercase;
    text-align:center;
}

@media (min-width:767px) {
    .banner-sub .cta-banner-content-bottom .content-bottom-item .item-icon .item-link {
        display: block;
        margin-top: 16px;
        padding: 0 0 32px;
    }
}

@media (min-width:1079px) {
    .banner-sub .cta-banner-content-bottom .content-bottom-item .item-icon .item-link {
        font-size: 15px;
        line-height: 1.6;
	text-align: center;
    }
}

.banner-sub .cta-banner-content-bottom .content-bottom-item .label {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    display: block;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.71;
    margin-bottom: 28px;
    margin-top: 16px;
    text-align: center;
    text-transform: uppercase
}

@media (min-width:767px) {
    .banner-sub .cta-banner-content-bottom .content-bottom-item .label {
        padding-bottom: 32px
    }
}

@media (min-width:1079px) {
    .banner-sub .cta-banner-content-bottom .content-bottom-item .label {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 0
    }
}

@media (min-width:1439px) {
    .fullBleedCard-container-content {
        display: flex
    }
}

.fullBleedCard-container-content-card {
    flex: 1
}

@media (min-width:1079px) {
    .fullBleedCard-container-content-card {
        height: 720px;
        position: relative
    }
}

@media (min-width:1439px) {
    .fullBleedCard-container-content-card {
        height: 810px;
        width: calc(100% - 420px)
    }
}

.fullBleedCard-container-content-card img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.fullBleedCard-container-content-card-text {
    align-items: center;
    background-color: #d62828e6;
    display: flex;
    padding: 40px 6.38298vw
}

@media (min-width:767px) {
    .fullBleedCard-container-content-card-text {
        padding-left: 7.4074vw;
        padding-right: 7.4074vw
    }
}

@media (min-width:1079px) {
    .fullBleedCard-container-content-card-text {
        height: 100%;
        padding: 73px 50px;
        position: absolute;
        right: 0;
        top: 0;
        width: 58.7963vw
    }
}

@media (min-width:1439px) {
    .fullBleedCard-container-content-card-text {
        padding: 67px 4.51389vw;
        width: 41.6667vw
    }
}

.fullBleedCard-container-content-card-text a,
.fullBleedCard-container-content-card-text div,
.fullBleedCard-container-content-card-text h2 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.fullBleedCard-container-content-card-text .label2 {
    padding-bottom: 16px;
    text-transform: uppercase
}

.fullBleedCard-container-content-card-text h2 {
    padding-bottom: 16px
}

@media (min-width:1079px) {
    .fullBleedCard-container-content-card-text h2 {
        padding-bottom: 24px
    }
}

.fullBleedCard-container-content-card-text .body1 {
    padding-bottom: 24px
}

.fullBleedCard-container-content-card-text .body2 {
    padding-bottom: 16px
}

.fullBleedCard-container-content-card-text .text-download {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    display: flex;
    font-size: 14px;
    margin-right: 0;
    margin-top: 24px;
    padding: 12px 20px
}

.fullBleedCard-container-content-card-text .text-download:hover {
    --tw-text-opacity: 1;
    color: rgba(179, 33, 33, var(--tw-text-opacity))
}

.fullBleedCard-container-content-card-text .text-download {
    width: fit-content
}

@media (min-width:1079px) {
    .fullBleedCard-container-content-card-text .text-download {
        margin-top: 32px
    }
}

.fullBleedCard-container-content-card-text .text-download .icon-text-cta {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.fullBleedCard-container-content-card-text .text-download .icon-text-cta:hover {
    --tw-text-opacity: 1;
    color: rgba(179, 33, 33, var(--tw-text-opacity))
}

.fullBleedCard-container-content-card-text .text-download span {
    font-size: 24px;
    margin-right: 8px
}

.fullBleedCard-container-content-card-text-inner .text-rte p {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    margin-top: 0
}

.fullBleedCard-container-content-description {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding: 40px 6.38298vw
}

@media (min-width:767px) {
    .fullBleedCard-container-content-description {
        padding-left: 7.4074vw;
        padding-right: 7.4074vw
    }
}

@media (min-width:1079px) {
    .fullBleedCard-container-content-description {
        align-items: center;
        display: flex;
        padding-left: 6.94444vw;
        padding-right: 6.94444vw
    }
}

@media (min-width:1439px) {
    .fullBleedCard-container-content-description {
        padding: 67px 4.51389vw;
        width: 29.1667vw
    }
}

.fullBleedCard-container-content-description-inner {
    flex: 1
}

.fullBleedCard-container-content-description h4 {
    padding-bottom: 12px
}

@media (min-width:1079px) {
    .fullBleedCard-container-content-description h4 {
        padding-bottom: 16px
    }
}

.fullBleedCard-container-content-description .full-Gradients {
    background-image: linear-gradient(90deg, #d62828, #d6282800);
    height: 4px;
    margin-bottom: 24px
}

@media (min-width:767px) {
    .fullBleedCard-container-content-description-list {
        column-gap: 30px;
        display: grid;
        grid-template-columns: repeat(2, calc(50% - 15px))
    }
}

@media (min-width:1079px) {
    .fullBleedCard-container-content-description-list {
        grid-template-columns: repeat(3, calc(33.3333% - 20px))
    }
}

@media (min-width:1439px) {
    .fullBleedCard-container-content-description-list {
        display: block
    }
}

.fullBleedCard-container-content-description-list-item {
    display: flex;
    margin-top: 24px;
    width: 100%
}

.fullBleedCard-container-content-description-list-item:first-of-type {
    margin-top: 0
}

@media (min-width:767px) {
    .fullBleedCard-container-content-description-list-item:nth-of-type(2) {
        margin-top: 0
    }
}

@media (min-width:1079px) {
    .fullBleedCard-container-content-description-list-item:nth-of-type(3) {
        margin-top: 0
    }
}

@media (min-width:1439px) {

    .fullBleedCard-container-content-description-list-item:nth-of-type(2),
    .fullBleedCard-container-content-description-list-item:nth-of-type(3) {
        margin-top: 24px
    }
}

.fullBleedCard-container-content-description-list-item:last-child {
    padding-bottom: 0
}

.fullBleedCard-container-content-description-list-item .text {
    width: 100%
}

.fullBleedCard-container-content-description-list-item span {
    color: #d62828;
    font-size: 28px
}

.fullBleedCard-container-content-description-list-item h5 {
    padding-bottom: 8px
}

@media (min-height:80px) {
    [id] {
        scroll-margin-top: 120px
    }
}

.fakenav {
    height: 80px
}

.stt-navbar {
    height: 56px;
    position: absolute;
    width: 100%;
    z-index: 50
}

@media (min-width:767px) {
    .stt-navbar {
        height: 64px
    }
}

@media (min-width:1079px) {
    .stt-navbar {
        height: 80px
    }
}

.stt-navbar-menulist {
    display: none
}

@media (min-width:1079px) {
    .stt-navbar-menulist {
        align-items: center;
        display: flex;
	padding-right: 40px;
    }
}

.stt-navbar.active,
.stt-navbar.is-sticky {
    box-shadow: 0 8px 16px #00000026;
    position: fixed;
    top: 0;
    z-index: 99999
}

.stt-navbar.active .stt-navbar-wrapper,
.stt-navbar.is-sticky .stt-navbar-wrapper {
    background-color: #f5f5f5
}

.stt-navbar.active .stt-navbar-wrapper .stt-navbar-logo>img,
.stt-navbar.is-sticky .stt-navbar-wrapper .stt-navbar-logo>img {
    filter: unset
}

.stt-navbar.active .stt-navbar-wrapper .stt-navbar-burger .icon-menu,
.stt-navbar.active .stt-navbar-wrapper .stt-navbar-menu-item>.body2,
.stt-navbar.is-sticky .stt-navbar-wrapper .stt-navbar-burger .icon-menu,
.stt-navbar.is-sticky .stt-navbar-wrapper .stt-navbar-menu-item>.body2 {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    text-shadow: unset
}

.stt-navbar.active .stt-navbar-wrapper .stt-navbar-icon-list>.icon,
.stt-navbar.active .stt-navbar-wrapper .stt-navbar-menu-item>.icon,
.stt-navbar.is-sticky .stt-navbar-wrapper .stt-navbar-icon-list>.icon,
.stt-navbar.is-sticky .stt-navbar-wrapper .stt-navbar-menu-item>.icon {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity))
}

.stt-navbar.active .stt-navbar-wrapper .stt-navbar-icon-list>.icon:hover,
.stt-navbar.active .stt-navbar-wrapper .stt-navbar-menu-item>.icon:hover,
.stt-navbar.is-sticky .stt-navbar-wrapper .stt-navbar-icon-list>.icon:hover,
.stt-navbar.is-sticky .stt-navbar-wrapper .stt-navbar-menu-item>.icon:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    cursor: pointer
}

.stt-navbar.active .stt-navbar-wrapper .icon,
.stt-navbar.is-sticky .stt-navbar-wrapper .icon,
.stt-navbar .stt-navbar-wrapper.burger-active .icon {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity))
}

.stt-navbar.active .stt-navbar-wrapper .icon:hover,
.stt-navbar.is-sticky .stt-navbar-wrapper .icon:hover,
.stt-navbar .stt-navbar-wrapper.burger-active .icon:hover {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    cursor: pointer
}

.stt-navbar.active .stt-navbar-wrapper .stt-navbar-contact,
.stt-navbar.is-sticky .stt-navbar-wrapper .stt-navbar-contact,
.stt-navbar .stt-navbar-wrapper.burger-active .stt-navbar-contact {
    --tw-border-opacity: 1;
    --tw-text-opacity: 1;
    border-color: rgba(90, 90, 90, var(--tw-border-opacity));
    box-shadow: unset;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    text-shadow: unset
}

.stt-navbar.active .stt-navbar-wrapper .stt-navbar-contact:hover .icon,
.stt-navbar.is-sticky .stt-navbar-wrapper .stt-navbar-contact:hover .icon,
.stt-navbar .stt-navbar-wrapper.burger-active .stt-navbar-contact .icon {
    cursor: pointer
}

.stt-navbar.active .stt-navbar-wrapper .stt-navbar-contact:hover,
.stt-navbar.is-sticky .stt-navbar-wrapper .stt-navbar-contact:hover,
.stt-navbar .stt-navbar-wrapper.burger-active .stt-navbar-contact:hover {
    --tw-border-opacity: 1;
    --tw-text-opacity: 1;
    border-color: rgba(214, 40, 40, var(--tw-border-opacity));
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    cursor: pointer
}

.stt-navbar.active .stt-navbar-wrapper .stt-navbar-icon-list .icon,
.stt-navbar.is-sticky .stt-navbar-wrapper .stt-navbar-icon-list .icon {
    text-shadow: unset
}

.stt-navbar h5:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    cursor: pointer
}

.stt-navbar-subpage {
    position: relative
}

.stt-navbar-subpage-compain {
    box-shadow: 0 8px 16px #00000026
}

.stt-navbar-subpage-compain .stt-navbar-desktop {
    padding-bottom: 18px;
    padding-top: 18px
}

.stt-navbar-subpage-compain .stt-navbar-desktop .stt-navbar-menu {
    margin-right: 0
}

.stt-navbar-subpage-compain .stt-navbar-desktop .stt-navbar-menu-item .body2:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.stt-navbar-subpage-compain .stt-navbar-wrapper.burger-active,
.stt-navbar-subpage-compain .stt-navbar-wrapper.burger-active .stt-navbar-mobile {
    height: auto
}

.stt-navbar-subpage-compain .stt-navbar-wrapper.burger-active .stt-navbar-mobile .stt-navbar-menu-item .body2:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.stt-navbar-subpage-compain .stt-navbar-wrapper.burger-active .stt-navbar-mobile .stt-navbar-mobile-container {
    padding-bottom: 40px;
    padding-top: 40px
}

@media (min-width:767px) {
    .stt-navbar-subpage-compain .stt-navbar-wrapper.burger-active .stt-navbar-mobile .stt-navbar-mobile-container {
        padding-bottom: 32px;
        padding-top: 32px
    }
}

.stt-navbar-subpage-compain .stt-navbar-wrapper.burger-active .stt-navbar-mobile .stt-navbar-mobile-menu-wrapper {
    border: 0;
    min-height: unset
}

.stt-navbar-subpage-compain .stt-navbar-wrapper.burger-active .stt-navbar-mobile .stt-navbar-mobile-menu-wrapper .stt-navbar-menu {
    height: auto
}

.stt-navbar-subpage .stt-navbar-wrapper {
    --tw-border-opacity: 1;
    background-color: #f5f5f5;
    border-bottom-width: 1px;
    border-color: rgba(210, 210, 210, var(--tw-border-opacity))
}

.stt-navbar-subpage .stt-navbar-wrapper .stt-navbar-logo>img {
    filter: unset
}

.stt-navbar-subpage .stt-navbar-wrapper .stt-navbar-icon-list>.icon,
.stt-navbar-subpage .stt-navbar-wrapper .stt-navbar-menu-item>.body2,
.stt-navbar-subpage .stt-navbar-wrapper .stt-navbar-menu-item>.icon {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    text-shadow: unset
}

.stt-navbar-subpage .stt-navbar-wrapper .stt-navbar-icon-list>.icon:hover,
.stt-navbar-subpage .stt-navbar-wrapper .stt-navbar-menu-item>.icon:hover {
    cursor: pointer
}

.stt-navbar-subpage .stt-navbar-wrapper .icon {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    text-shadow: unset
}

.stt-navbar-subpage .stt-navbar-wrapper .icon:hover {
    cursor: pointer
}

.stt-navbar-subpage .stt-navbar-wrapper .stt-navbar-contact {
    --tw-border-opacity: 1;
    --tw-text-opacity: 1;
    border-color: rgba(90, 90, 90, var(--tw-border-opacity));
    box-shadow: unset;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    text-shadow: unset
}

.stt-navbar-subpage .stt-navbar-wrapper .stt-navbar-contact:hover,
.stt-navbar-subpage .stt-navbar-wrapper .stt-navbar-contact:hover .icon {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    cursor: pointer
}

.stt-navbar-subpage .stt-navbar-wrapper .stt-navbar-burger .icon-menu {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    text-shadow: unset
}

.stt-navbar-subpage .stt-navbar-wrapper .stt-navbar-contact:hover {
    --tw-border-opacity: 1;
    --tw-text-opacity: 1;
    border-color: rgba(214, 40, 40, var(--tw-border-opacity));
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    cursor: pointer
}

.stt-navbar-mobile {
    display: none;
    max-height: 100vh;
    overflow: hidden
}

@media (min-width:767px) {
    .stt-navbar-mobile {
        min-height: 400px
    }
}

.stt-navbar-mobile-footer {
    display: flex
}

.stt-navbar-mobile-menu-wrapper {
    --tw-border-opacity: 1;
    border-bottom-width: 0;
    border-color: rgba(210, 210, 210, var(--tw-border-opacity))
}

@media (min-width:767px) {
    .stt-navbar-mobile-menu-wrapper {
        min-height: calc(100% - 75px)
    }
}

.stt-navbar-mobile-sub-container {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    display: none;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%
}

.stt-navbar-mobile-sub-container.dflex {
    display: flex
}

.stt-navbar-mobile-sub-title {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    border-bottom-width: 1px;
    border-color: rgba(210, 210, 210, var(--tw-border-opacity));
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    display: flex;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 24px;
    margin-left: 6.38298vw;
    margin-right: 6.38298vw;
    padding-bottom: 16px;
    padding-top: 16px;
    width: calc(100% - 12.766vw)
}

.stt-navbar-mobile-sub-title-wrapper {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    position: fixed;
    top: 56px;
    width: 100%;
    z-index: 99
}

.stt-navbar-mobile-sub-title .icon-chevron-left {
    font-size: 24px
}

@media (min-width:767px) {
    .stt-navbar-mobile-sub-title {
        margin-left: 7.40741vw;
        margin-right: 7.40741vw;
        padding-bottom: 24px;
        padding-top: 24px;
        width: calc(100% - 14.8148vw)
    }
}

.stt-navbar-mobile-sub-title:hover {
    --tw-text-opacity: 1;
    color: rgba(179, 33, 33, var(--tw-text-opacity))
}

.stt-navbar-mobile-sub-content {
    min-height: calc(100vh - 57px);
    overflow: scroll;
    width: 100%
}

@media (min-width:767px) {
    .stt-navbar-mobile-sub-content {
        min-height: unset
    }
}

.stt-navbar-mobile-sub-content .stt-navbar-dropdown {
    display: block !important;
    padding: 0
}

.stt-navbar-mobile-sub-content-lang-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 57px;
    padding-top: 24px;
    width: 87.234vw
}

@media (min-width:767px) {
    .stt-navbar-mobile-sub-content-lang-wrapper {
        flex-direction: row;
        margin-top: 73px;
        width: 85.1852vw
    }
}

.stt-navbar-mobile-sub-content-lang-wrapper li {
    flex: 1;
    margin-bottom: 8px
}

.stt-navbar-mobile-sub-content-lang-wrapper li .icon {
    margin-right: 8px
}

.stt-navbar-mobile-sub-content-lang-wrapper li:last-child {
    margin-bottom: 0
}

@media (min-width:767px) {
    .stt-navbar-mobile-sub-content-lang-wrapper li {
        margin-bottom: 0
    }
}

.stt-navbar-mobile-sub-content-lang-wrapper .selected a {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.stt-navbar-mobile-sub-content-lang-wrapper .selected .icon-deselect:before {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    content: ""
}

.stt-navbar-mobile-sub-content li {
    display: flex
}

.stt-navbar-mobile-sub-content li .body2.active,
.stt-navbar-mobile-sub-content li .body2.active .icon {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

@media (min-width:767px) {
    .stt-navbar-mobile-sub-content-wrapper {
        padding-bottom: 0
    }
}

.stt-navbar-mobile-sub-content .stt-navbar-section {
    flex-direction: column
}

.stt-navbar-mobile-sub-content .stt-navbar-section-left {
    padding: 81px 6.38298vw 24px
}

@media (min-width:767px) {
    .stt-navbar-mobile-sub-content .stt-navbar-section-left {
        padding-top: 101px
    }
}

.stt-navbar-mobile-sub-content .stt-navbar-section-left .body2 {
    display: none
}

@media (min-width:767px) {
    .stt-navbar-mobile-sub-content .stt-navbar-section-left .body2 {
        display: flex;
        margin-top: 16px
    }

    .stt-navbar-mobile-sub-content .stt-navbar-section-left {
        padding-bottom: 40px;
        padding-left: 7.40741vw;
        padding-right: 7.40741vw
    }
}

.stt-navbar-mobile-sub-content .stt-navbar-section-right {
    min-height: calc(100vh - 193px);
    padding: 40px 6.38298vw
}

@media (min-width:767px) {
    .stt-navbar-mobile-sub-content .stt-navbar-section-right {
        min-height: calc(100% - 72px);
        padding-bottom: 40px;
        padding-left: 7.40741vw;
        padding-right: 7.40741vw
    }
}

.stt-navbar-mobile-sub-content .stt-navbar-section-right-menu {
    flex-wrap: wrap
}

.stt-navbar-mobile-sub-content .stt-navbar-section-right-btn {
    display: block;
    margin-top: 32px;
    width: 100%
}

@media (min-width:767px) {
    .stt-navbar-mobile-sub-content .stt-navbar-section-right-btn {
        width: 40.7407vw
    }
}

.stt-navbar-mobile-sub-content .stt-navbar-section-right-item {
    flex-basis: 100%;
    margin-right: 0
}

.stt-navbar-mobile-sub-content .stt-navbar-section-right-item .body2 {
    display: none
}

@media (min-width:767px) {
    .stt-navbar-mobile-sub-content .stt-navbar-section-right-item .body2 {
        display: flex
    }

    .stt-navbar-mobile-sub-content .stt-navbar-section-right-item {
        flex-basis: 47%;
        margin-right: 30px
    }

    .stt-navbar-mobile-sub-content .stt-navbar-section-right-item:nth-of-type(2n) {
        margin-right: 0
    }
}

.stt-navbar-mobile .stt-navbar-contact {
    box-shadow: unset;
    text-shadow: unset
}

.stt-navbar-mobile .stt-navbar-icon-list .stt-navbar-menu-item .icon {
    text-shadow: unset
}

.stt-navbar-icon-list .stt-navbar-menu-item .right-border {
   padding: 0 3px 0 7px;
}
.stt-navbar-icon-list .stt-navbar-menu-item .icon .selected-lan {
    font-size: 16px;
    font-family: Lato, sans-serif;
}
.stt-navbar .body2 {
    display: flex;
    line-height: 24px
}

.stt-navbar .body2 .icon-select {
    display: none;
    text-shadow: unset
}

.stt-navbar .body2 .icon-deselect {
    display: block;
    text-shadow: unset
}

.stt-navbar .body2.active,
.stt-navbar .body2.active .icon-select {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.stt-navbar .body2.active .icon-select {
    display: block
}

.stt-navbar .body2.active .icon-deselect {
    display: none
}

.stt-navbar .body2:hover>.icon {
    cursor: pointer
}

.stt-navbar .body2 .icon {
    font-size: 24px
}

/*.stt-navbar-lang~.stt-navbar-dropdown {
    right: 0
}*/

.stt-navbar-lang~.stt-navbar-dropdown .body2.active .icon {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.stt-navbar-lang~.stt-navbar-dropdown .body2 .icon {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    text-shadow: unset
}

.stt-navbar-dropdown {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    display: none;
    padding: 15px 15px;
    position: absolute;
    top: 80px;
    z-index: 3
}

.stt-navbar-dropdown li {
    margin-bottom: 16px
}

.stt-navbar-dropdown li:last-child {
    margin-bottom: 0
}

.stt-navbar-dropdown li .body2 {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    text-shadow: unset
}

.stt-navbar-dropdown li .body2:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    cursor: pointer
}

.stt-navbar-dropdown.language-switcher-dropdown li a   {
    white-space: nowrap;
}

.stt-navbar-wrapper.burger-active {
    background-color: #f5f5f5;
    box-shadow: 0 8px 16px #00000026;
    flex-direction: column;
    height: 100vh;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0
}

@media (min-width:767px) {
    .stt-navbar-wrapper.burger-active {
        height: 464px
    }
}

.stt-navbar-wrapper.burger-active .stt-navbar-logo>img {
    filter: unset
}

.stt-navbar-wrapper.burger-active .stt-navbar-desktop {
    padding-bottom: 16px;
    padding-top: 16px
}

.stt-navbar-wrapper.burger-active .stt-navbar-mobile {
    display: flex;
    position: relative
}

.stt-navbar-wrapper.burger-active .stt-navbar-mobile-container {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    box-shadow: 0 8px 16px #00000026;
    display: flex;
    flex-direction: column;
    padding: 32px 6.38298vw 24px;
    width: 100vw;
    height: 100vh;
}

@media (min-width:767px) {
    .stt-navbar-wrapper.burger-active .stt-navbar-mobile-container {
        padding-left: 7.40741vw;
        padding-right: 7.40741vw
    }
}

.stt-navbar-wrapper.burger-active .stt-navbar-mobile-container .stt-navbar-menu {
    display: block;
   /*  height: calc(100vh - 180px); */
    overflow: auto
}

@media (min-width:767px) {
    .stt-navbar-wrapper.burger-active .stt-navbar-mobile-container .stt-navbar-menu {
        display: flex;
        flex-wrap: wrap;
        height: auto;
        justify-content: space-between
    }
}

.stt-navbar-wrapper.burger-active .stt-navbar-mobile-container .stt-navbar-menu-item {
    flex-basis: 100%;
    padding-bottom: 16px
}

@media (min-width:767px) {
    .stt-navbar-wrapper.burger-active .stt-navbar-mobile-container .stt-navbar-menu-item {
        flex-basis: 47%
    }

    .stt-navbar-wrapper.burger-active .stt-navbar-mobile-container .stt-navbar-menu-item:nth-of-type(2n) {
        margin-right: 0
    }
}

.stt-navbar-wrapper.burger-active .stt-navbar-mobile-container .stt-navbar-menu .body2 {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    display: flex;
    justify-content: space-between;
    text-shadow: unset;
    width: 100%
}

.stt-navbar-wrapper.burger-active .stt-navbar-mobile-container .stt-navbar-menu .icon {
    margin-left: 8px
}

.stt-navbar-wrapper.burger-active .stt-navbar-mobile-container .stt-navbar-contact {
    --tw-border-opacity: 1;
    --tw-text-opacity: 1;
    border-color: rgba(90, 90, 90, var(--tw-border-opacity));
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    display: flex;
    padding: 12px
}

.stt-navbar-wrapper.burger-active .stt-navbar-mobile-container .stt-navbar-mobile-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 24px
}

.stt-navbar-wrapper.burger-active .stt-navbar-mobile-container .stt-navbar-mobile-footer .icon:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.stt-navbar-wrapper.burger-active .stt-navbar-mobile-container .stt-navbar-icon-list {
    display: flex
}

.stt-navbar-wrapper.burger-active .stt-navbar-mobile-container .stt-navbar-icon-list .stt-navbar-menu-item {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    margin-right: 24px;
    padding-bottom: 0
}

.stt-navbar-wrapper.burger-active .stt-navbar-mobile-container .stt-navbar-icon-list .stt-navbar-menu-item:last-child {
    margin-right: 0
}

@media (min-width:1079px) {
    .stt-navbar-wrapper.burger-active .stt-navbar-mobile-container .stt-navbar-icon-list .stt-navbar-menu-item {
        padding-bottom: 16px
    }
}

.stt-navbar-logo img {
    filter: drop-shadow(0 0 8px #00000080) brightness(0) invert();
    height: auto;
    width: 166px
}

@media (min-width:1439px) {
    .stt-navbar-logo img {
        width: 228px
    }
}

.stt-navbar-icon-list {
    display: none
}

@media (min-width:1079px) {
    .stt-navbar-icon-list {
        display: flex;
        margin-left: 24px
    }
}

.stt-navbar-icon-list .stt-navbar-menu-item {
    margin-right: 8px
}

.stt-navbar-icon-list .stt-navbar-menu-item:last-child {
    margin-right: 0
}

.stt-navbar-icon-list .stt-navbar-menu-item .icon {
    text-shadow: 0 0 4px #00000080;
    display: flex;
    align-items: center;
    font-weight: 700;
    display: flex;
    align-items: center;
	font-weight: 700;
}

.stt-navbar-icon-list .stt-navbar-menu-item .stt-navbar-dropdown .selected a {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.stt-navbar-icon-list .stt-navbar-menu-item .stt-navbar-dropdown .selected .icon-deselect:before {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
  /*  content: "" */
}

.stt-navbar-burger {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-size: 24px
}

@media (min-width:1079px) {
    .stt-navbar-burger, .stt-navbar-mobileIcon {
        display: none !important;
    }
}

.stt-navbar-mobileIcon {
    display: flex;
    align-items: center;
    gap: 20px;
}

.stt-navbar-mobileIcon  .stt-navbar-contact {
    display: flex;
    padding: 5px 10px;
}


.stt-navbar-burger .icon-close {
    display: none
}

.stt-navbar-burger .icon-menu {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    display: block;
    text-shadow: 0 0 4px #00000080
}
.success-message {
    width: 864px;
    margin: 0 auto;
    font-size: 20px;
    font-family: 'Lato';
    padding: 20px;
    border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
    border: 1px solid;
    color: #325e1c;
    text-align: center;
}

@media screen and (max-width: 639px) {
    .success-message {
        width: 100%;
    }
}
.stt-navbar-burger.burger-active .icon-close {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    display: block
}

.stt-navbar-burger.burger-active .icon-menu {
    display: none
}

.stt-navbar .icon {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-size: 24px
}

.stt-navbar-desktop {
    --tw-bg-opacity: 0;
    --tw-text-opacity: 1;
    align-items: center;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    display: flex;
    height: 56px;
    justify-content: space-between;
    padding: 18px 16px;
    position: relative
}

@media (min-width:767px) {
    .stt-navbar-desktop {
        height: 64px;
        padding-left: 32px
    }
}

@media (min-width:1079px) {
    .stt-navbar-desktop {
        height: 80px;
        padding: 16px 32px
    }
}

.stt-navbar-desktop .icon {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

@media (min-width:767px) {
    .stt-navbar-desktop .stt-navbar-section {
        display: none
    }
}

.stt-navbar-desktop-dark-theme {
    cursor: pointer
}

.stt-navbar-desktop-dark-theme .stt-navbar-logo>img {
    filter: unset
}

.stt-navbar-desktop-dark-theme .stt-navbar-icon-list>.icon,
.stt-navbar-desktop-dark-theme .stt-navbar-menu-item>.body2,
.stt-navbar-desktop-dark-theme .stt-navbar-menu-item>.icon {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity))
}

.stt-navbar-desktop-dark-theme .stt-navbar-icon-list>.icon:hover,
.stt-navbar-desktop-dark-theme .stt-navbar-menu-item>.icon:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    cursor: pointer
}

.stt-navbar-desktop-dark-theme .icon,
.stt-navbar-desktop-dark-theme .icon:hover {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity))
}

.stt-navbar-desktop-dark-theme .icon:hover {
    cursor: pointer
}

.stt-navbar-desktop-dark-theme .stt-navbar-burger .icon-menu {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity))
}

.stt-navbar-desktop-dark-theme .stt-navbar-contact {
    --tw-border-opacity: 1;
    --tw-text-opacity: 1;
    border-color: rgba(90, 90, 90, var(--tw-border-opacity));
    color: rgba(90, 90, 90, var(--tw-text-opacity))
}

.stt-navbar-desktop-dark-theme .stt-navbar-contact:hover,
.stt-navbar-desktop-dark-theme .stt-navbar-contact:hover .icon {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    cursor: pointer
}

.stt-navbar-desktop-dark-theme .stt-navbar-contact:hover {
    --tw-border-opacity: 1;
    --tw-text-opacity: 1;
    border-color: rgba(214, 40, 40, var(--tw-border-opacity));
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    cursor: pointer
}

@media (min-width:1079px) {
    .stt-navbar-desktop:hover {
        background-color: #f5f5f5;
        cursor: pointer
    }

    .stt-navbar-desktop:hover .stt-navbar-logo>img {
        filter: unset
    }

    .stt-navbar-desktop:hover .stt-navbar-icon-list>.icon,
    .stt-navbar-desktop:hover .stt-navbar-menu-item>.body2,
    .stt-navbar-desktop:hover .stt-navbar-menu-item>.icon {
        --tw-text-opacity: 1;
        color: rgba(90, 90, 90, var(--tw-text-opacity));
        text-shadow: unset
    }

    .stt-navbar-desktop:hover .stt-navbar-icon-list>.icon:hover,
    .stt-navbar-desktop:hover .stt-navbar-menu-item>.icon:hover {
        --tw-text-opacity: 1;
        color: rgba(214, 40, 40, var(--tw-text-opacity));
        cursor: pointer
    }

    .stt-navbar-desktop:hover .icon,
    .stt-navbar-desktop:hover .icon:hover {
        --tw-text-opacity: 1;
        color: rgba(90, 90, 90, var(--tw-text-opacity))
    }

    .stt-navbar-desktop:hover .icon:hover {
        cursor: pointer
    }

    .stt-navbar-desktop:hover .stt-navbar-contact {
        --tw-border-opacity: 1;
        --tw-text-opacity: 1;
        border-color: rgba(90, 90, 90, var(--tw-border-opacity));
        box-shadow: unset;
        color: rgba(90, 90, 90, var(--tw-text-opacity));
        text-shadow: unset
    }

    .stt-navbar-desktop:hover .stt-navbar-contact:hover,
    .stt-navbar-desktop:hover .stt-navbar-contact:hover .icon {
        --tw-text-opacity: 1;
        color: rgba(214, 40, 40, var(--tw-text-opacity));
        cursor: pointer
    }

    .stt-navbar-desktop:hover .stt-navbar-contact:hover {
        --tw-border-opacity: 1;
        --tw-text-opacity: 1;
        border-color: rgba(214, 40, 40, var(--tw-border-opacity));
        color: rgba(214, 40, 40, var(--tw-text-opacity));
        cursor: pointer
    }
}

.stt-navbar-section-left {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

@media (min-width:1079px) {
    .stt-navbar-section-left {
        padding: 40px 2.03704vw 40px 6.944vw;
        width: 337.77px;
    }
}

@media (min-width:1439px) {
    .stt-navbar-section-left {
        padding-left: 11.4583vw;
        width: 29.1667vw
    }
}

@media (min-width:1079px) {
    .stt-navbar-section-left-body2 {
        margin-top: 16px
    }
}

.stt-navbar-section-left .btn-Primary {
    margin-top: 24px
}

@media (min-width:767px) {
    .stt-navbar-section-left .btn-Primary {
        margin-top: 32px
    }
}

.stt-navbar-section-left .btn-Primary:after {
    content: "";
    display: inline-block;
    font-family: stt !important;
    font-size: 22px;
    margin-left: 8px;
    vertical-align: bottom
}

.stt-navbar-section-left .btn-Primary:after,
.stt-navbar-section-left .btn-Primary:hover:after {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    transition: transform .35s ease-in-out
}

.stt-navbar-section-left .btn-Primary:hover:after {
    transform: translateX(8px)
}

.stt-navbar-section-right {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity))
}

@media (min-width:1079px) {
    .stt-navbar-section-right {
        padding: 40px 6.944vw 40px 2.77778vw;
        width: calc(100% - 337.77px);
    }
}

@media (min-width:1439px) {
    .stt-navbar-section-right {
        padding-right: 11.4583vw
    }
}

.stt-navbar-section-right-item {
    margin-right: 30px
}

.stt-navbar-section-right-item:not(:first-child) {
    margin-top: 16px
}

@media (min-width:767px) {
    .stt-navbar-section-right-item:nth-child(n+2) {
        margin-top: 0
    }

    .stt-navbar-section-right-item:nth-child(n+3) {
        margin-top: 16px
    }
}

@media (min-width:1079px) {
    .stt-navbar-section-right-item {
        margin-top: 0;
        width: 16.4444vw
    }

    .stt-navbar-section-right-item:nth-child(3n) {
        margin-right: 0;
        margin-top: 0
    }

    .stt-navbar-section-right-item:nth-child(n+4) {
        margin-top: 40px
    }
}

@media (min-width:1439px) {
  /*  .stt-navbar-section-right-item {
        width: 17.7083vw
   }*/

    .stt-navbar-section-right-item:nth-child(3n) {
        margin-right: 0
    }
}

@media (min-width:767px) {
    .stt-navbar-section-right-item .body2 {
        margin-top: 8px
    }
}

@media (min-width:1079px) {
    .stt-navbar-section-right-item.no-content {
        margin-top: 0
    }

    .stt-navbar-section-right-item.no-content:nth-child(n+4) {
        margin-top: 16px
    }
}

.stt-navbar-section-right-menu {
    display: flex;
    flex-wrap: wrap
}

.stt-navbar-section-right-btn {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    box-shadow: 0 0 16px #00000026;
    display: block;
    margin-top: 32px;
    padding: 16px 20px;
    position: relative;
    width: 17.7083vw
}

@media (min-width:1079px) {
    .stt-navbar-section-right-btn {
        width: 19.4444vw
    }
}

@media (min-width:1439px) {
    .stt-navbar-section-right-btn {
        width: 17.7083vw
    }
}

.stt-navbar-section-right-btn:hover {
    cursor: pointer;
    transition: transform .25s
}

.stt-navbar-section-right-btn:hover:before {
    --tw-bg-opacity: 1;
    animation: animate .5s ease-out;
    background-color: rgba(214, 40, 40, var(--tw-bg-opacity));
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99
}

@keyframes animate {
    0% {
        width: 0
    }

    50% {
        width: 50%
    }

    to {
        width: 100%
    }
}

.stt-navbar-menu {
    display: none
}

@media (min-width:1079px) {
    .stt-navbar-menu {
        display: flex;
        margin-right: 24px
    }

    .stt-navbar-menu-1080 {
        display: flex
    }
}

@media (min-width:1439px) {
    .stt-navbar-menu-1080 {
        display: none
    }
}

.stt-navbar-menu-1440 {
    display: none
}

@media (min-width:1079px) {
    .stt-navbar-menu-1440 {
        display: none
    }
}

@media (min-width:1439px) {
    .stt-navbar-menu-1440 {
        display: flex
    }
}

.stt-navbar-menu .body2 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    display: flex;
    font-weight: 700
}

.stt-navbar-menu .body2,
.stt-navbar-menu .icon-more {
    text-shadow: 0 0 4px #00000080
}

.stt-navbar-menu-wrapper {
    /*--tw-border-opacity:1;border-color:rgba(210,210,210,var(--tw-border-opacity));border-top-width:1px;box-shadow:0 8px 16px #00000026;*/
    left: 0;
    position: absolute;
    top: 80px;
    width: 100%;
}

.stt-navbar-section {
    --tw-border-opacity: 1;
    border-color: rgba(210, 210, 210, var(--tw-border-opacity));
    border-top-width: 1px;
    box-shadow: 0 8px 16px #00000026;
}

.stt-navbar-menu-item {
    display: flex
}

.stt-navbar-menu-item.active .icon-chevron-down {
    transform: rotate(180deg);
    transition: transform .5s ease-in-out
}

@media (min-width:1079px) {
    .stt-navbar-menu-item {
        margin-right: 16px
    }
}

@media (min-width:1439px) {
    .stt-navbar-menu-item {
        margin-right: 24px
    }
}

.stt-navbar-menu-item:last-child {
    margin-right: 0
}

.stt-navbar-menu:hover~.stt-navbar-menu-line {
    transform: scaleX(1)
}

.stt-navbar-menu-line {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 40, 40, var(--tw-bg-opacity));
    height: 2px;
    position: absolute;
    top: 52px;
    transform: scaleX(0);
    transition: all .3s ease-in-out
}

.stt-navbar .icon-more:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    cursor: pointer
}

.stt-navbar-icon-list>li>.icon:hover {
    cursor: pointer
}

.stt-navbar-sticky {
    display: contents
}

.stt-navbar-contact {
    --tw-border-opacity: 1;
    --tw-text-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    border-width: 1px;
    box-shadow: 0 0 4px #00000080;
    box-sizing: border-box;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    display: none;
    text-shadow: 0 0 4px #00000080
}

@media (min-width:1079px) {
    .stt-navbar-contact {
        display: flex;
        margin-right: 0;
        padding: 12px
    }
}

.stt-navbar-contact:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 40, 40, var(--tw-border-opacity));
    cursor: pointer
}

.stt-navbar-contact:hover,
.stt-navbar-contact:hover>.icon {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 40, 40, var(--tw-text-opacity)) !important;
}

.stt-navbar-contact .icon-email {
    margin-right: 8px
}

@media (min-width:1079px) {
    .stt-navbar-contact .icon-email {
        margin-right: 8px
    }
}

.nav-sticky {
    position: absolute;
    width: 100%;
    z-index: 999
}

.nav-sticky.active,
.nav-sticky.is-sticky {
    position: fixed
}

.nav-sticky.active .stt-navbar-wrapper,
.nav-sticky.is-sticky .stt-navbar-wrapper {
    background-color: #f5f5f5
}

.nav-sticky.active .stt-navbar-wrapper .stt-navbar-logo>img,
.nav-sticky.is-sticky .stt-navbar-wrapper .stt-navbar-logo>img {
    filter: unset
}

.nav-sticky.active .stt-navbar-wrapper .stt-navbar-icon-list>.icon,
.nav-sticky.active .stt-navbar-wrapper .stt-navbar-menu-item>.body2,
.nav-sticky.active .stt-navbar-wrapper .stt-navbar-menu-item>.icon,
.nav-sticky.is-sticky .stt-navbar-wrapper .stt-navbar-icon-list>.icon,
.nav-sticky.is-sticky .stt-navbar-wrapper .stt-navbar-menu-item>.body2,
.nav-sticky.is-sticky .stt-navbar-wrapper .stt-navbar-menu-item>.icon {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity))
}

.nav-sticky.active .stt-navbar-wrapper .stt-navbar-icon-list>.icon:hover,
.nav-sticky.active .stt-navbar-wrapper .stt-navbar-menu-item>.icon:hover,
.nav-sticky.is-sticky .stt-navbar-wrapper .stt-navbar-icon-list>.icon:hover,
.nav-sticky.is-sticky .stt-navbar-wrapper .stt-navbar-menu-item>.icon:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    cursor: pointer
}

.nav-sticky.active .stt-navbar-wrapper .icon-more,
.nav-sticky.is-sticky .stt-navbar-wrapper .icon-more {
    text-shadow: unset
}

.nav-sticky.active .stt-navbar-wrapper .icon,
.nav-sticky.is-sticky .stt-navbar-wrapper .icon {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity))
}

b b .nav-sticky.active .stt-navbar-wrapper .icon:hover,
b b .nav-sticky.is-sticky .stt-navbar-wrapper .icon:hover {
    cursor: pointer
}

.nav-sticky.active .stt-navbar-wrapper .stt-navbar-contact,
.nav-sticky.is-sticky .stt-navbar-wrapper .stt-navbar-contact {
    --tw-border-opacity: 1;
    --tw-text-opacity: 1;
    border-color: rgba(90, 90, 90, var(--tw-border-opacity));
    color: rgba(90, 90, 90, var(--tw-text-opacity))
}

.nav-sticky.active .stt-navbar-wrapper .stt-navbar-contact:hover,
.nav-sticky.is-sticky .stt-navbar-wrapper .stt-navbar-contact:hover {
    text-shadow: unset
}

.nav-sticky.active .stt-navbar-wrapper .stt-navbar-contact:hover .icon,
.nav-sticky.is-sticky .stt-navbar-wrapper .stt-navbar-contact:hover .icon {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    cursor: pointer
}

.nav-sticky.active .stt-navbar-wrapper .stt-navbar-contact:hover,
.nav-sticky.is-sticky .stt-navbar-wrapper .stt-navbar-contact:hover {
    --tw-border-opacity: 1;
    --tw-text-opacity: 1;
    border-color: rgba(214, 40, 40, var(--tw-border-opacity));
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    cursor: pointer
}

.stt-worldMap {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
    padding: 0 6.38298vw
}

@media (min-width:767px) {
    .stt-worldMap {
        padding: 0 7.40741vw
    }
}

@media (min-width:1079px) {
    .stt-worldMap {
        padding: 0 2.96296vw
    }
}

@media (min-width:1439px) {
    .stt-worldMap {
        padding: 0 2.22222vw
    }
}

.stt-worldMap-location {
    display: flex;
    justify-content: flex-start;
    overflow: auto;
    padding-bottom: 40px;
    padding-top: 40px
}

.stt-worldMap-location::-webkit-scrollbar {
    display: none
}

@media (min-width:1079px) {
    .stt-worldMap-location {
        justify-content: center;
        overflow: unset
    }
}

.stt-worldMap-location-tags {
    -ms-overflow-style: none;
    display: flex;
    margin-right: 100px;
    scrollbar-width: none
}

@media (min-width:1079px) {
    .stt-worldMap-location-tags {
        margin-right: 0;
        overflow: inherit;
        padding: 0
    }
    .stt-worldMap .stt-worldMap-location-tags {
        max-width: 1000px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
}

.stt-worldMap-location-tags li {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    border-color: #0000;
    border-radius: 18px;
    border-width: 1px;
    box-shadow: 0 2px 8px #00000080;
    cursor: pointer;
    flex: none;
    margin-right: 8px;
    padding: 6px 16px
}

.stt-worldMap-location-tags li.active,
.stt-worldMap-location-tags li:hover {
    --tw-border-opacity: 1;
    --tw-text-opacity: 1;
    border-color: rgba(214, 40, 40, var(--tw-border-opacity));
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.stt-worldMap-location-tags li:first-child {
    margin-left: 6px
}

.stt-worldMap-map-marker {
    display: none
}

@media (min-width:1079px) {
    .stt-worldMap-map-marker {
        --tw-border-opacity: 1;
        --tw-bg-opacity: 1;
        --tw-text-opacity: 1;
        align-items: center;
        background-color: rgba(214, 40, 40, var(--tw-bg-opacity));
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
        border-radius: 9999px;
        border-width: 1px;
        box-shadow: 0 0 8px #000000b3;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
        cursor: pointer;
        display: flex;
        height: 32px;
        justify-content: center;
        position: absolute;
        width: 32px
    }

    .stt-worldMap-map-marker.active:after {
        animation: circle-anim 2s linear infinite;
        background-color: #d6282833;
        border-radius: 50%;
        content: "";
        display: flex;
        height: 68px;
        position: absolute;
        width: 68px
    }

    @keyframes circle-anim {
        0% {
            transform: scale(.2)
        }

        50% {
            transform: scale(.5)
        }

        to {
            transform: scale(1)
        }
    }
}

.stt-worldMap-map-container {
    position: relative
}

.stt-worldMap-map-container-map {
    display: none
}

@media (min-width:1079px) {
    .stt-worldMap-map-container-map {
        aspect-ratio: 1376/770;
        display: block;
        object-fit: contain;
        width: 100%
    }
}

.stt-worldMap-map-panel {
    box-shadow: 0 0 16px #00000026;
    display: none;
    position: relative;
    width: 87.234vw
}

@media (min-width:767px) {
    .stt-worldMap-map-panel {
        margin: auto;
        width: 55.5556vw
    }
}

@media (min-width:1079px) {
    .stt-worldMap-map-panel {
        left: 4.16667vw;
        position: absolute;
        top: 0;
        width: 35.1852vw
    }
    .stt-worldMap .stt-worldMap-map-panel   {
        top: 50%;
        transform: translate(0, -50%);
    }
}

@media (min-width:1439px) {
    .stt-worldMap-map-panel {
        left: 9.23611vw;
        width: 380px
    }
}

.stt-worldMap-map-panel.active {
    display: block
}

.stt-worldMap-map-panel img {
    height: 158px;
    object-fit: cover;
    width: 100%
}

@media (min-width:767px) {
    .stt-worldMap-map-panel img {
        height: 220px
    }
}

@media (min-width:1079px) {
    .stt-worldMap-map-panel img {
        height: 184px
    }
}

.stt-worldMap-map-panel-cta {
    display: inline-block;
    margin-top: 24px
}

.stt-worldMap-map-panel-cta [class^=icon-] {
    font-size: 22px
}

.stt-worldMap-map-panel-content {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding: 32px 30px 40px
}

.stt-worldMap-map-panel-content-title:after {
    background-image: linear-gradient(90deg, #ed5151, #d6282800);
    content: "";
    display: flex;
    height: 4px;
    margin-top: 16px;
    width: 100%
}

.stt-worldMap-map-panel-content-list {
    margin-top: 24px
}

.stt-worldMap-map-panel-content-list-item {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    align-items: center;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
    border-bottom-width: 1px;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    display: flex;
    height: 40px;
    padding-left: 12px;
    padding-right: 12px
}

.stt-worldMap-map-panel-content-list-item-title {
    flex: 1;
    margin-right: 30px
}

.stt-worldMap-map-panel-content-list-item-content {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    flex: 1;
    text-align: right
}

#countryMap {
    bottom: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.stt-countryMap {
    height: 810px;
    position: relative;
    width: 100%
}

@media (min-width:767px) {
    .stt-countryMap {
        height: 720px
    }
}

.stt-countryMap-location {
    justify-content: flex-start;
    position: absolute;
    width: 100%;
    z-index: 1
}

@media (min-width:767px) {
    .stt-countryMap-location {
        left: 7.40741vw;
        width: calc(100% - 7.40741vw)
    }
}

@media (min-width:1079px) {
    .stt-countryMap-location {
        justify-content: center;
        left: 6.94444vw;
        width: calc(100% - 6.94444vw)
    }
}

.stt-countryMap-location .stt-worldMap-location-tags li:first-child {
    margin-left: 24px
}

.stt-countryMap .gradient-map-dark-top {
    pointer-events: none
}

.stt-countryMap .stt-worldMap-map-marker {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    align-items: center;
    background-color: rgba(214, 40, 40, var(--tw-bg-opacity));
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    border-radius: 9999px;
    border-width: 1px;
    box-shadow: 0 0 8px #000000b3;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    cursor: pointer;
    display: flex;
    height: 32px;
    justify-content: center;
    position: absolute;
    width: 32px
}

.stt-countryMap .stt-worldMap-map-marker.active:after {
    background-color: #d6282833;
    border-radius: 50%;
    content: "";
    display: flex;
    height: 68px;
    position: absolute;
    width: 68px
}

.stt-countryMap .stt-worldMap-map-container {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    bottom: 374px;
    display: none;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    transform: translateY(374px);
    width: 100%
}

@media (min-width:767px) {
    .stt-countryMap .stt-worldMap-map-container {
        border-top-left-radius: normal;
        border-top-right-radius: normal;
        bottom: unset;
        display: block;
        overflow: unset;
        position: relative;
        transform: translateY(0);
        width: normal
    }
}

.stt-countryMap .stt-worldMap-map-container #map {
    bottom: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel {
    pointer-events: auto;
    width: 100%
}

@media (min-width:767px) {
    .stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel {
        left: 7.40741vw;
        margin: 0;
        top: 116px;
        width: 43.2099vw
    }
}

@media (min-width:1079px) {
    .stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel {
        left: 6.94444vw;
        top: 116px;
        width: 385px
    }
}

@media (min-width:1439px) {
    .stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel {
        left: 11.4583vw;
        top: 165px
    }
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel.active {
    display: block
}

@media (min-width:767px) {
    .stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel.active {
        display: block
    }
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .content-index {
    display: none
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content-border {
    background-color: #d8d8d8;
    height: 4px;
    margin: auto;
    width: 64px
}

@media (min-width:767px) {
    .stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content-border {
        display: none
    }
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content {
    padding-top: 12px;
    width: 100%
}

@media (min-width:767px) {
    .stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content {
        padding-top: 40px
    }
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-detail-title {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-detail-title .stt-countryMap-two-back {
    --tw-text-opacity: 1;
    align-items: center;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    cursor: pointer;
    display: flex;
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-detail-title .stt-countryMap-two-back:before {
    content: "";
    font-family: stt !important;
    font-size: 24px
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-detail-title .stt-countryMap-two-back:hover {
    --tw-text-opacity: 1;
    color: rgba(179, 33, 33, var(--tw-text-opacity))
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-detail-title .stt-countryMap-two-nav-text {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-detail-title .stt-countryMap-two-nav-text .compact-Sec {
    padding-bottom: 6px;
    padding-top: 6px
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list {
    margin-top: 24px;
    min-height: 85px;
    max-height: 346px;
    overflow: auto
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list > div:first-child {
    margin-bottom: 20px;
}
@media (min-width:1439px) {
    .stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list {
        max-height: 344px
    }
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list .stt-countryMap-map-panel-content-list-item-wrapper:last-child .stt-countryMap-map-panel-content-list-item {
    margin-bottom: 0
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list .stt-countryMap-map-panel-content-list-item-wrapper .stt-countryMap-map-panel-content-list-item {
    cursor: pointer;
    display: flex;
    margin-bottom: 16px
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list .stt-countryMap-map-panel-content-list-item-wrapper .stt-countryMap-map-panel-content-list-item-img {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
    font-size: 48px;
    height: 72px;
    line-height: inherit;
    text-align: center;
    width: 72px
}

@media (min-width:767px) {
    .stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list .stt-countryMap-map-panel-content-list-item-wrapper .stt-countryMap-map-panel-content-list-item-img {
        height: 80px;
        width: 80px
    }
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list .stt-countryMap-map-panel-content-list-item-wrapper .stt-countryMap-map-panel-content-list-item-img:before {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list .stt-countryMap-map-panel-content-list-item-wrapper .stt-countryMap-map-panel-content-list-item-img img {
    display: inline-block;
    height: 100%;
    width: 100%
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list .stt-countryMap-map-panel-content-list-item-wrapper .stt-countryMap-map-panel-content-list-item-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 16px;
    width: calc(100% - 88px)
}

@media (min-width:767px) {
    .stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list .stt-countryMap-map-panel-content-list-item-wrapper .stt-countryMap-map-panel-content-list-item-content {
        width: calc(100% - 96px)
    }
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list .stt-countryMap-map-panel-content-list-item-wrapper .stt-countryMap-map-panel-content-list-item-content-top {
    margin-bottom: 8px
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list .stt-countryMap-map-panel-content-list-item-wrapper .stt-countryMap-map-panel-content-list-item-content-top-text {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    display: inline-block;
    font-family: Lato, sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
    padding: 4px 8px
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list .stt-countryMap-map-panel-content-list-item-wrapper .stt-countryMap-map-panel-content-list-item-content-top-text.bg-orange {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 138, 33, var(--tw-bg-opacity))
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list .stt-countryMap-map-panel-content-list-item-wrapper .stt-countryMap-map-panel-content-list-item-content-top-text.bg-green {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 158, 73, var(--tw-bg-opacity))
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list .stt-countryMap-map-panel-content-list-item-wrapper .stt-countryMap-map-panel-content-list-item-content h6 {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list .stt-countryMap-map-panel-content-list-item-wrapper .stt-countryMap-map-panel-content-list-item-content h6.noteCar {
    margin-top: 16px
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list .stt-countryMap-map-panel-content-list-item-wrapper .stt-countryMap-map-panel-content-list-item-content-bottom {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    min-height: 25px;
    line-height: 24px
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list .stt-countryMap-map-panel-content-list-item-wrapper .stt-countryMap-map-panel-content-list-item:last-child {
    margin-bottom: 0
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list .stt-countryMap-map-panel-content-list-item-wrapper .stt-countryMap-map-panel-content-list-item-detail {
    display: none;
    flex-wrap: wrap
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list .stt-countryMap-map-panel-content-list-item-wrapper .stt-countryMap-map-panel-content-list-item-detail .stt-countryMap-map-panel-content-list-item-location {
    margin-top: 16px
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list .stt-countryMap-map-panel-content-list-item-wrapper .stt-countryMap-map-panel-content-list-item-detail .stt-countryMap-map-panel-content-list-item-location .stt-countryMap-map-panel-content-list-item-location-top {
    display: flex;
    margin-bottom: 8px
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list .stt-countryMap-map-panel-content-list-item-wrapper .stt-countryMap-map-panel-content-list-item-detail .stt-countryMap-map-panel-content-list-item-location .stt-countryMap-map-panel-content-list-item-location-top .top-icon {
    display: inline-block
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list .stt-countryMap-map-panel-content-list-item-wrapper .stt-countryMap-map-panel-content-list-item-detail .stt-countryMap-map-panel-content-list-item-location .stt-countryMap-map-panel-content-list-item-location-top .top-icon:before {
    --tw-text-opacity: 1;
    color: rgba(165, 165, 165, var(--tw-text-opacity));
    font-size: 24px;
    line-height: 16px
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list .stt-countryMap-map-panel-content-list-item-wrapper .stt-countryMap-map-panel-content-list-item-detail .stt-countryMap-map-panel-content-list-item-location .stt-countryMap-map-panel-content-list-item-location-top .top-text {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
    margin-left: 8px;
    word-break: break-all
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list .stt-countryMap-map-panel-content-list-item-wrapper .stt-countryMap-map-panel-content-list-item-detail .stt-countryMap-map-panel-content-list-item-location .stt-countryMap-map-panel-content-list-item-location-bottom {
    display: flex
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list .stt-countryMap-map-panel-content-list-item-wrapper .stt-countryMap-map-panel-content-list-item-detail .stt-countryMap-map-panel-content-list-item-location .stt-countryMap-map-panel-content-list-item-location-bottom .bottom-icon {
    display: inline-block
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list .stt-countryMap-map-panel-content-list-item-wrapper .stt-countryMap-map-panel-content-list-item-detail .stt-countryMap-map-panel-content-list-item-location .stt-countryMap-map-panel-content-list-item-location-bottom .bottom-icon:before {
    --tw-text-opacity: 1;
    color: rgba(165, 165, 165, var(--tw-text-opacity));
    font-size: 24px;
    line-height: 24px
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list .stt-countryMap-map-panel-content-list-item-wrapper .stt-countryMap-map-panel-content-list-item-detail .stt-countryMap-map-panel-content-list-item-location .stt-countryMap-map-panel-content-list-item-location-bottom .bottom-text {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
    margin-left: 8px;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: center
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list .stt-countryMap-map-panel-content-list-item-wrapper .stt-countryMap-map-panel-content-list-item-detail .stt-worldMap-map-panel-content-list {
    margin-top: 16px;
    width: 100%
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list .stt-countryMap-map-panel-content-list-item-wrapper .stt-countryMap-map-panel-content-list-item-detail .stt-worldMap-map-panel-content-list .stt-worldMap-map-panel-content-list-item {
    font-family: Lato, sans-serif;
    font-weight: 700;
    height: unset;
    justify-content: space-between;
    min-height: 40px
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list .stt-countryMap-map-panel-content-list-item-wrapper .stt-countryMap-map-panel-content-list-item-detail .stt-worldMap-map-panel-content-list .stt-worldMap-map-panel-content-list-item .stt-worldMap-map-panel-content-list-item-title {
    flex: none;
    max-width: 173px;
    word-break: break-all
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list .stt-countryMap-map-panel-content-list-item-wrapper .stt-countryMap-map-panel-content-list-item-detail .stt-worldMap-map-panel-content-list .stt-worldMap-map-panel-content-list-item .stt-worldMap-map-panel-content-list-item-title.body1 {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 32px;
    margin-right: 0
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list .stt-countryMap-map-panel-content-list-item-wrapper .stt-countryMap-map-panel-content-list-item-detail .stt-worldMap-map-panel-content-list .stt-worldMap-map-panel-content-list-item .stt-worldMap-map-panel-content-list-item-title.body2 {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px
}

.stt-countryMap .stt-worldMap-map-container .stt-worldMap-map-panel .stt-worldMap-map-panel-content .stt-countryMap-map-panel-content-list .stt-countryMap-map-panel-content-list-item-wrapper .stt-countryMap-map-panel-content-list-item-detail.active {
    display: flex
}

.stt-countryMap .positioning {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    bottom: 24px;
    height: 48px;
    position: absolute;
    right: 24px;
    text-align: center;
    width: 48px
}

.stt-countryMap .positioning .icon-map {
    font-size: 24px;
    line-height: 48px
}

@media (min-width:767px) {
    .stt-countryMap .positioning {
        bottom: 32px;
        right: 32px
    }
}

.stt-timeline {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
    padding-left: 6.383vw;
    padding-right: 6.383vw
}

@media (min-width:767px) {
    .stt-timeline {
        padding-left: 7.40741vw
    }
}

@media (min-width:1079px) {
    .stt-timeline {
        padding-left: 6.944vw;
        padding-right: 0
    }
}

@media (min-width:1439px) {
    .stt-timeline {
        padding-left: 11.4583vw
    }
}

.stt-timeline-filters .stt_filters-dropdown-inner-wrapper {
    height: 376px;
    max-height: 376px
}

@media (min-width:1079px) {
    .stt-timeline-filters .stt_filters-dropdown-inner-wrapper {
        height: inherit;
        max-height: inherit
    }

    .stt-timeline-heading {
        padding-right: 6.944vw
    }
}

@media (min-width:1439px) {
    .stt-timeline-heading {
        padding-right: 11.4583vw
    }
}

.stt-timeline-heading-label {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    margin-bottom: 16px;
    text-transform: uppercase
}

.stt-timeline-heading-h2 {
    margin-bottom: 16px
}

.stt-timeline-heading-body {
    margin-bottom: 24px
}

.stt-timeline-dropdown {
    margin-top: 40px
}

.stt-timeline-desktop {
    display: none
}

@media (min-width:1079px) {
    .stt-timeline-desktop {
        display: block
    }
}

.stt-timeline-mobile {
    display: block;
    position: relative
}

@media (min-width:1079px) {
    .stt-timeline-mobile {
        display: none
    }
}

.stt-timeline-mobile-item {
    align-items: start;
    display: flex;
    flex-direction: column;
    padding-bottom: 24px;
    padding-left: 64px;
    text-align: left;
    width: 328px
}

@media (min-width:767px) {
    .stt-timeline-mobile-item {
        align-items: end;
        padding: 0;
        text-align: right;
        width: calc(50% - 15px)
    }
}

.stt-timeline-mobile-item-year {
    position: relative
}

.stt-timeline-mobile-item-year:after {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 24px;
    z-index: 30
}

@media (min-width:767px) {
    .stt-timeline-mobile-item-year:after {
        left: -30px;
        width: 30px
    }
}

.stt-timeline-mobile h3 {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    margin-left: 0
}

@media (min-width:767px) {
    .stt-timeline-mobile h3 {
        margin-left: 37px
    }
}

.stt-timeline-mobile .stt-timeline-listItem-body2,
.stt-timeline-mobile .stt-timeline-listItem-date,
.stt-timeline-mobile .stt-timeline-listItem-h5,
.stt-timeline-mobile .stt-timeline-listItem-img {
    margin-left: 0;
    margin-right: 0
}

@media (min-width:767px) {

    .stt-timeline-mobile .stt-timeline-listItem-body2,
    .stt-timeline-mobile .stt-timeline-listItem-date,
    .stt-timeline-mobile .stt-timeline-listItem-h5,
    .stt-timeline-mobile .stt-timeline-listItem-img {
        margin-right: 30px
    }
}

.stt-timeline-mobile .stt-timeline-list {
    display: block
}

.stt-timeline-mobile .stt-timeline-listItem-img {
    height: 164px
}

@media (min-width:767px) {
    .stt-timeline-mobile .stt-timeline-listItem-img {
        height: 184px
    }
}

.stt-timeline-mobile .stt-timeline-listItem {
    border-width: 0;
    display: flex;
    padding: 0;
    width: 100%
}

.stt-timeline-mobile .stt-timeline-listItem-body2 {
    margin-bottom: 0
}

.stt-timeline-mobile .stt-timeline-listItem:not(:first-child) .stt-timeline-mobile-item {
    --tw-border-opacity: 1;
    border-color: rgba(214, 40, 40, var(--tw-border-opacity));
    border-top-width: 1px;
    padding-top: 16px
}

.stt-timeline-vertical {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 40, 40, var(--tw-bg-opacity));
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px;
    z-index: 10
}

@media (min-width:767px) {
    .stt-timeline-vertical {
        left: calc(50% - 15px);
        width: 30px
    }
}

.stt-timeline-wrapper {
    margin-top: 24px;
    overflow: hidden
}

@media (min-width:767px) {
    .stt-timeline-wrapper {
        margin-top: 35px
    }
}

@media (min-width:1079px) {
    .stt-timeline-wrapper {
        margin-top: 40px
    }
}

.stt-timeline-wrapper-mainline {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 40, 40, var(--tw-bg-opacity));
    display: flex
}

.stt-timeline-wrapper-mainline h3 {
    --tw-border-opacity: 1;
    --tw-text-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    border-right-width: 1px;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    padding-left: 30px;
    padding-right: 30px
}

.stt-timeline-wrapper-top-list {
    display: flex;
    margin-left: 168px
}

/* fix for issue track */
body.page-node-22.kr-kr .stt-timeline-wrapper-top-list {
    margin-left: 183px;
}
/* end fix for issue track */

@media (min-width:1079px) {
    .stt-timeline-wrapper-top-list {
        height: calc(50%)
    }
}

@media (min-width:1439px) {
    .stt-timeline-wrapper-top-list {
        margin-left: 190px
    }
}

.stt-timeline-wrapper-item {
    display: none
}

.stt-timeline-wrapper-item.current {
    display: block
}

.stt-timeline-wrapper-bottom-list {
    display: flex;
    margin-left: 349px;
    padding-bottom: 25px;
}

.stt-timeline-wrapper-bottom-list .stt-timeline-listItem-date {
    order: 4
}

.stt-timeline-wrapper-bottom-list .stt-timeline-listItem-img {
    order: 3
}

.stt-timeline-wrapper-bottom-list .stt-timeline-listItem-h5 {
    margin-top: 24px;
    order: 1
}

.stt-timeline-wrapper-bottom-list .stt-timeline-listItem-body2 {
    order: 2
}

.stt-timeline-wrapper-bottom-list .stt-timeline-listItem {
    justify-content: flex-end
}

.stt-timeline-list {
    display: flex;
    transition: transform .6s
}

.stt-timeline-listItem {
    --tw-border-opacity: 1;
    border-color: rgba(214, 40, 40, var(--tw-border-opacity));
    border-left-width: 1px;
    display: flex;
    flex-direction: column;
    padding: 0 65px 0 30px;
    width: 319px
}

@media (min-width:1079px) {
    .stt-timeline-listItem:last-child {
        padding: 0 0 0 30px;
        width: 254px
    }
}

.stt-timeline-listItem-date {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgba(214, 40, 40, var(--tw-bg-opacity));
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    padding: 8px 16px;
    width: fit-content
}

@media (min-width:767px) {
    .stt-timeline-listItem-l2r:not(:nth-child(-n+2)) {
        margin-top: -72px
    }
}

.stt-timeline-listItem-r2l {
    flex-direction: row
}

@media (min-width:767px) {
    .stt-timeline-listItem-r2l {
        flex-direction: row-reverse;
        margin-top: -3px
    }

    .stt-timeline-listItem-r2l .stt-timeline-mobile-item {
        align-items: start;
        text-align: left
    }

    .stt-timeline-listItem-r2l .stt-timeline-mobile-item .stt-timeline-listItem-body2,
    .stt-timeline-listItem-r2l .stt-timeline-mobile-item .stt-timeline-listItem-date,
    .stt-timeline-listItem-r2l .stt-timeline-mobile-item .stt-timeline-listItem-h5,
    .stt-timeline-listItem-r2l .stt-timeline-mobile-item .stt-timeline-listItem-img {
        margin-left: 30px;
        margin-right: 0
    }

    .stt-timeline-listItem-r2l:not(:first-child) {
        margin-top: -72px
    }
}

.stt-timeline-listItem-h5 {
    margin-top: 16px
}

.stt-timeline-listItem-img {
    height: 120px;
    object-fit: cover;
    width: 100%
}

@media (min-width:1079px) {
    .stt-timeline-listItem-img {
        width: 18.0556vw
    }
}

@media (min-width:1439px) {
    .stt-timeline-listItem-img {
        width: 100%
    }
}

.stt-timeline-listItem-body2 {
    margin-bottom: 40px;
    margin-top: 20px
}

.stt-button-group {
    margin-top: 32px
}

@media (min-width:767px) {
    .stt-button-group {
        display: block;
        width: 120px
    }
    .stt-timeline .stt-button-group {
        margin-top: 80px;
    }
}

.stt-button-group .stt-button {
    --tw-border-opacity: 1;
    border-color: rgba(90, 90, 90, var(--tw-border-opacity));
    border-style: solid;
    border-width: 1px;
    height: 36px;
    padding: 6px;
    width: 36px
}

.stt-button-group .stt-button:disabled {
    --tw-border-opacity: 1;
    --tw-text-opacity: 1;
    border-color: rgba(210, 210, 210, var(--tw-border-opacity));
    color: rgba(210, 210, 210, var(--tw-text-opacity))
}

.stt-button-group .stt-button-next {
    margin-left: 24px
}

.stt-button-group .stt-button-next:after {
    content: ""
}

.stt-button-group .stt-button-prev:after {
    content: ""
}

.stt-button-group .stt-button-next,
.stt-button-group .stt-button-prev {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-family: stt !important;
    font-size: 24px;
    position: relative
}

.stt-button-group .stt-button-next:hover,
.stt-button-group .stt-button-prev:hover {
    --tw-border-opacity: 1;
    --tw-text-opacity: 1;
    border-color: rgba(214, 40, 40, var(--tw-border-opacity));
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.stt-button-group .stt-button-next:after,
.stt-button-group .stt-button-prev:after {
    font-size: 24px;
    left: 6px;
    position: absolute;
    top: 0
}

.stt-button-group .stt-button-next[disabled=disabled]:hover,
.stt-button-group .stt-button-prev[disabled=disabled]:hover {
    --tw-border-opacity: 1;
    --tw-text-opacity: 1;
    border-color: rgba(210, 210, 210, var(--tw-border-opacity));
    color: rgba(210, 210, 210, var(--tw-text-opacity))
}

.stt_massageBox {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
    margin-bottom: 80px
}

.stt_massageBox-less,
.stt_massageBox-more {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 24px
}

.stt_massageBox-more {
    bottom: 0;
    left: calc(50% - 38px);
    position: absolute;
    z-index: 9
}

.stt_massageBox-less {
    display: none;
    margin-top: 24px;
    text-align: center;
    width: 100%
}

.stt_massageBox-showmore {
    height: auto
}

.stt_massageBox-showmore .stt_massageBox-wrapper {
    height: auto;
    margin-bottom: 0;
    position: relative
}

.stt_massageBox-showmore .stt_massageBox-wrapper:hover .stt_massageBox-more {
    display: none
}

.stt_massageBox-showmore .stt_massageBox-right-message {
    max-height: fit-content;
    overflow: auto
}

.stt_massageBox-showmore .stt_massageBox-more {
    display: none
}

.stt_massageBox-showmore .stt_massageBox-less {
    display: block
}

.stt_massageBox-social {
    --tw-bg-opacity: 1;
    align-items: center;
    background-color: rgba(214, 40, 40, var(--tw-bg-opacity));
    bottom: 0;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: 0;
    width: 40px
}

.stt_massageBox-social .icon-linkedin {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    font-size: 24px
}

.stt_massageBox-white-shadow:after {
    background-image: linear-gradient(#fff0, #fff);
    bottom: 0;
    content: "";
    height: 80px;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%
}

.stt_massageBox-wrapper {
    --tw-bg-opacity: 1;
    align-items: center;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 6.383vw;
    margin-right: 6.383vw;
    padding: 40px 6.38298vw;
    position: relative;
    z-index: 99
}

@media (min-width:767px) {
    .stt_massageBox-wrapper {
        justify-content: space-between;
        margin: 0 7.40741vw;
        padding: 44px 50px
    }
}

@media (min-width:1079px) {
    .stt_massageBox-wrapper {
        align-items: flex-start;
        box-shadow: 0 0 16px #00000026;
        flex-direction: row;
        margin-left: 6.944vw;
        margin-right: 6.944vw;
        padding: 80px 50px;
        width: calc(100% - 13.888vw)
    }
}

@media (min-width:1439px) {
    .stt_massageBox-wrapper {
        margin-left: 11.4583vw;
        margin-right: 11.4583vw;
        padding: 80px 4.51389vw;
        width: calc(100% - 23.08vw)
    }
}

.stt_massageBox-wrapper:before {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 40, 40, var(--tw-bg-opacity));
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99
}

.stt_massageBox-desktop {
    display: none
}

@media (min-width:767px) {
    .stt_massageBox-desktop {
        display: block
    }
}

.stt_massageBox-mobile {
    display: block;
    margin-bottom: 40px;
    text-align: center
}

@media (min-width:767px) {
    .stt_massageBox-mobile {
        display: none;
        margin-bottom: 0
    }
}

.stt_massageBox-left {
    align-items: center;
    display: flex;
    flex-direction: column
}

@media (min-width:767px) {
    .stt_massageBox-left {
        align-items: flex-end;
        flex-direction: row;
        width: 100%
    }
}

@media (min-width:1079px) {
    .stt_massageBox-left {
        align-items: flex-end;
        display: flex;
        flex-direction: column;
        margin-top: 0;
        width: 17.5926vw
    }
}

@media (min-width:1439px) {
    .stt_massageBox-left {
        display: flex;
        flex-direction: column;
        width: 15.2778vw
    }
}

.stt_massageBox-left-content {
    margin-top: 16px;
    text-align: center
}

@media (min-width:767px) {
    .stt_massageBox-left-content {
        margin-top: 0;
        text-align: left;
        width: 36.9136vw
    }
}

@media (min-width:1079px) {
    .stt_massageBox-left-content {
        width: 100%
    }
}

.stt_massageBox-left-img {
    height: 61.7021vw;
    position: relative;
    width: 61.7021vw
}

@media (min-width:767px) {
    .stt_massageBox-left-img {
        height: 23.4568vw;
        margin-right: 30px;
        width: 23.4568vw
    }
}

@media (min-width:1079px) {
    .stt_massageBox-left-img {
        height: 190px;
        margin-right: 0;
        width: 100%
    }
}

@media (min-width:1439px) {
    .stt_massageBox-left-img {
        height: 15.2778vw
    }
}

.stt_massageBox-left-img img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

@media (min-width:767px) {
    .stt_massageBox-left-name {
        padding-top: 0
    }
}

@media (min-width:1079px) {
    .stt_massageBox-left-name {
        padding-top: 16px
    }
}

.stt_massageBox-left-title {
    padding-top: 8px
}

@media (min-width:767px) {
    .stt_massageBox-right {
        margin-top: 24px
    }
}

@media (min-width:1079px) {
    .stt_massageBox-right {
        margin-top: 0;
        width: 54.6296vw
    }
}

@media (min-width:1439px) {
    .stt_massageBox-right {
        width: 48.2639vw
    }
}

.stt_massageBox-right-label {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.stt_massageBox-right-title {
    margin-top: 16px
}

.stt_massageBox-right-message {
    margin-top: 24px;
    max-height: 160px;
    overflow: hidden;
    position: relative;
    text-align: center
}

@media (min-width:767px) {
    .stt_massageBox-right-message {
        max-height: 176px;
        text-align: left
    }
}

@media (min-width:1079px) {
    .stt_massageBox-right-message {
        max-height: 320px
    }
}

.stt-locationMap {
    display: flex;
    flex-direction: column
}

@media (min-width:767px) {
    .stt-locationMap {
        padding-left: 7.40741vw
    }
}

@media (min-width:1079px) {
    .stt-locationMap {
        flex-direction: row;
        padding-left: 6.944vw
    }
}

@media (min-width:1439px) {
    .stt-locationMap {
        padding-left: 11.4583vw
    }
}

.stt-locationMap-info {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgba(214, 40, 40, var(--tw-bg-opacity));
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    display: flex;
    flex-direction: column;
    padding: 64px 24px
}

@media (min-width:767px) {
    .stt-locationMap-info {
        padding: 72px 60px 72px 65px
    }
}

@media (min-width:1079px) {
    .stt-locationMap-info {
        padding: 80px 50px 96px;
        width: 49.0741vw
    }
}

@media (min-width:1439px) {
    .stt-locationMap-info {
        padding: 80px 65px 96px;
        width: 37.5vw
    }
}

.stt-locationMap-info-detail,
.stt-locationMap-info-subtitle,
.stt-locationMap-info-title {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.stt-locationMap-info-subtitle {
    margin-top: 24px
}

@media (min-width:1079px) {
    .stt-locationMap-info-subtitle {
        margin-top: 32px
    }
}

.stt-locationMap-info-contact {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px
}

@media (min-width:1079px) {
    .stt-locationMap-info-contact {
        margin-top: 32px
    }
}

.stt-locationMap-info-contact-email,
.stt-locationMap-info-contact-tel {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    display: flex
}

.stt-locationMap-info-contact-tel {
    margin-bottom: 8px;
    margin-right: 16px
}

@media (min-width:1079px) {
    .stt-locationMap-info-contact-tel {
        margin-right: 24px
    }
}

.stt-locationMap-info-detail {
    margin-top: 16px
}

.stt-locationMap-icon {
    font-size: 24px;
    margin-right: 8px
}

.stt-locationMap-marker {
    background-color: rgba(214, 40, 40, var(--tw-bg-opacity));
    box-shadow: 0 0 8px #000000b3;
    height: 32px;
    width: 32px
}

.stt-locationMap-marker,
.stt-locationMap-marker:after {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    border-radius: 9999px;
    border-width: 1px
}

.stt-locationMap-marker:after {
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    content: "";
    height: 12px;
    left: calc(50% - 6px);
    position: absolute;
    top: calc(50% - 6px);
    width: 12px
}

.stt-locationMap-wrapper {
    height: 271px;
    width: 100%
}

@media (min-width:767px) {
    .stt-locationMap-wrapper {
        height: 400px
    }
}

@media (min-width:1079px) {
    .stt-locationMap-wrapper {
        height: auto;
        width: 43.9815vw
    }
}

@media (min-width:1439px) {
    .stt-locationMap-wrapper {
        width: 51.0417vw
    }
}

.pop-up {
    align-items: center;
    background-color: #0000004d;
    display: none;
    height: 100%;
    justify-content: center;
    left: 0;
    overflow: scroll;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999
}

@media (min-width:1079px) {
    .pop-up {
        z-index: 999
    }
}

.pop-up-container {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    border-color: rgba(214, 40, 40, var(--tw-border-opacity));
    border-top-width: 4px;
    position: relative
}

.pop-up-container .icon-close {
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    right: 16px;
    top: 12px
}

@media (min-width:767px) {
    .pop-up-container .icon-close {
        font-size: 32px
    }
}

.pop-up-container.our-people-card-pop-up {
    display: flex;
    flex-direction: column;
    max-height: 100%;
    width: 100%
}

@media (min-width:767px) {
    .pop-up-container.our-people-card-pop-up {
        max-height: 680px;
        padding-bottom: 40px;
        width: 85.1852vw
    }
}

@media (min-width:1079px) {
    .pop-up-container.our-people-card-pop-up {
        max-height: 560px;
        width: 76.8519vw
    }
}

@media (min-width:1439px) {
    .pop-up-container.our-people-card-pop-up {
        max-height: 650px;
        min-height: unset;
        width: 68.0556vw
    }
}

.pop-up-container.our-people-card-pop-up .icon-close {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    display: inline-block;
    height: 40px;
    position: unset;
    width: 100%
}

.pop-up-container.our-people-card-pop-up .icon-close:before {
    float: right;
    padding-right: 16px;
    padding-top: 12px
}

.pop-up-container.our-people-card-pop-up .pop-up-container-content {
    overflow: auto;
    padding: 0 4.25532vw 40px 6.38298vw
}

@media (min-width:767px) {
    .pop-up-container.our-people-card-pop-up .pop-up-container-content {
        padding: 0 5.18519vw 0 6.17284vw
    }
}

@media (min-width:1079px) {
    .pop-up-container.our-people-card-pop-up .pop-up-container-content {
        padding-left: 2.77778vw;
        padding-right: 6.66667vw
    }
}

@media (min-width:1439px) {
    .pop-up-container.our-people-card-pop-up .pop-up-container-content {
        padding-left: 2.08333vw;
        padding-right: 6.04167vw
    }
}

.pop-up-container.our-people-card-pop-up .pop-up-container-content .desc {
    display: none;
    flex-direction: column;
    text-align: center
}

@media (min-width:767px) {
    .pop-up-container.our-people-card-pop-up .pop-up-container-content .desc {
        flex-direction: row;
        text-align: left
    }
}

@media screen and (min-width:811px) {
    .pop-up-container.our-people-card-pop-up .pop-up-container-content .desc {
        display: flex
    }
}

.pop-up-container.our-people-card-pop-up .pop-up-container-content .desc .label2 {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.pop-up-container.our-people-card-pop-up .pop-up-container-content .desc h4 .label2 {
    color: inherit !important;
    font-size: 18px;
    margin-left: .5em;
}

.pop-up-container.our-people-card-pop-up .pop-up-container-content .desc .label2,
.pop-up-container.our-people-card-pop-up .pop-up-container-content .desc h4 {
    padding-bottom: 8px
}

.pop-up-container.our-people-card-pop-up .pop-up-container-content .desc .subtitle {
    padding-bottom: 24px
}

.pop-up-container.our-people-card-pop-up .pop-up-container-content .desc .linkedin {
    display: block;
    margin-right: 0;
    position: relative
}

@media (min-width:767px) {
    .pop-up-container.our-people-card-pop-up .pop-up-container-content .desc .linkedin {
        height: 148px;
        margin-right: 30px;
        width: 210px
    }
}

@media (min-width:1439px) {
    .pop-up-container.our-people-card-pop-up .pop-up-container-content .desc .linkedin {
        height: 180px;
        width: 255px
    }
}

.pop-up-container.our-people-card-pop-up .pop-up-container-content .desc .linkedin span[class*="icon"] {
    --tw-bg-opacity: 1;
    align-items: center;
    background-color: rgba(214, 40, 40, var(--tw-bg-opacity));
    bottom: 0;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0
}

.pop-up-container.our-people-card-pop-up .pop-up-container-content .desc .linkedin span[class*="icon"]:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(179, 33, 33, var(--tw-bg-opacity))
}

.pop-up-container.our-people-card-pop-up .pop-up-container-content .desc .linkedin span[class*="icon"] {
    height: 40px;
    width: 40px
}

.pop-up-container.our-people-card-pop-up .pop-up-container-content .desc .linkedin span[class*="icon"]:before {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    font-size: 24px
}

.pop-up-container.our-people-card-pop-up .pop-up-container-content .desc .linkedin img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.pop-up-container.our-people-card-pop-up .pop-up-container-content .desc-text {
    flex: 1
}

.pop-up-container.our-people-card-pop-up .pop-up-container-content .desc.desc-mobile {
    display: block;
    flex-direction: column;
    text-align: left
}

@media screen and (min-width:811px) {
    .pop-up-container.our-people-card-pop-up .pop-up-container-content .desc.desc-mobile {
        display: none
    }
}

.pop-up-container.our-people-card-pop-up .pop-up-container-content .desc.desc-mobile .linkedin {
    margin-right: 0
}

@media (min-width:767px) {
    .pop-up-container.our-people-card-pop-up .pop-up-container-content .desc.desc-mobile .linkedin {
        display: flex;
        height: 136px;
        margin-bottom: 24px;
        text-align: left;
        width: 100%
    }
}

.pop-up-container.our-people-card-pop-up .pop-up-container-content .desc.desc-mobile .linkedin .img-block {
    height: 61.7021vw;
    position: relative;
    width: 100%
}

@media (min-width:767px) {
    .pop-up-container.our-people-card-pop-up .pop-up-container-content .desc.desc-mobile .linkedin .img-block {
        height: 16.7901vw;
        margin-right: 30px;
        width: 23.4568vw
    }
}

.pop-up-container.our-people-card-pop-up .pop-up-container-content .desc.desc-mobile .linkedin .desc-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 24px;
    padding-top: 16px
}

@media (min-width:767px) {
    .pop-up-container.our-people-card-pop-up .pop-up-container-content .desc.desc-mobile .linkedin .desc-text {
        padding-bottom: 0;
        padding-top: 0
    }
}

.pop-up-container.our-people-card-pop-up .pop-up-container-content .desc.desc-mobile .linkedin .desc-text .subtitle {
    padding-bottom: 0
}

@media (min-width:767px) {
    .pop-up-container.our-people-card-pop-up .pop-up-container-content .desc.desc-mobile .linkedin .desc-text .subtitle {
        padding-right: 8.64198vw
    }
}

@media (min-width:1079px) {
    .pop-up-container.our-people-card-pop-up .pop-up-container-content .desc.desc-mobile .linkedin .desc-text .subtitle {
        padding-right: 0
    }
}

.pop-up-container.our-people-card-pop-up .pop-up-container-content .desc.people-slider {
    flex-direction: column
}

@media (min-width:767px) {
    .pop-up-container.our-people-card-pop-up .pop-up-container-content .desc.people-slider {
        flex-direction: row
    }
}

.pop-up-container.our-people-card-pop-up .pop-up-container-content .desc.people-slider .linkedin {
    height: 43.617vw;
    margin: 0 auto;
    width: 61.7021vw
}

@media (min-width:767px) {
    .pop-up-container.our-people-card-pop-up .pop-up-container-content .desc.people-slider .linkedin {
        height: 136px;
        margin-right: 30px;
        width: 190px
    }
}

.pop-up-container.our-people-card-pop-up .pop-up-container-content .desc.people-slider .desc-text {
    margin-top: 16px;
    text-align: center
}

@media (min-width:767px) {
    .pop-up-container.our-people-card-pop-up .pop-up-container-content .desc.people-slider .desc-text {
        margin-top: 0;
        text-align: left
    }
}

.pop-up-container.our-people-card-pop-up .pop-up-container-content::-webkit-scrollbar {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 210, 210, var(--tw-bg-opacity));
    width: 8px
}

.pop-up-container.our-people-card-pop-up .pop-up-container-content::-webkit-scrollbar-thumb {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 165, 165, var(--tw-bg-opacity))
}

.our-people-card {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity))
}

.our-people-card-container {
    padding-left: 6.383vw;
    padding-right: 6.383vw
}

@media (min-width:767px) {
    .our-people-card-container {
        padding-left: 7.4074vw;
        padding-right: 7.4074vw
    }
}

@media (min-width:1079px) {
    .our-people-card-container {
        padding-left: 6.944vw;
        padding-right: 6.944vw
    }
}

@media (min-width:1439px) {
    .our-people-card-container {
        padding-left: 11.4583vw;
        padding-right: 11.4583vw
    }
}

.our-people-card-container-content .description {
    margin-bottom: 40px
}

.our-people-card-container-content .description .label2,
.our-people-card-container-content .description h2 {
    padding-bottom: 16px
}

@media (min-width:1079px) {
    .our-people-card-container-content .description h2 {
        padding-bottom: 24px
    }
}

.our-people-card-container-content .description .label2 {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.our-people-card-container-content .view-empty {
    padding-left: 0;
    padding-right: 0
}

.our-people-card-container-content .card-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 44px;
    row-gap: 24px
}

@media (min-width:767px) {
    .our-people-card-container-content .card-list {
        gap: 30px;
        padding: 0
    }
}

@media (min-width:1079px) {
    .our-people-card-container-content .card-list {
        gap: 40px 50px
    }
}

@media (min-width:1439px) {
    .our-people-card-container-content .card-list {
        gap: 40px 65px
    }
}

.our-people-card-container-content .card-list-item {
    --tw-shadow: 0 0 16px 0 #00000026;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    display: flex;
    flex-direction: column;
    width: 100%
}

.our-people-card-container-content .card-list-item:last-child {
    margin-bottom: 0
}

@media (min-width:767px) {
    .our-people-card-container-content .card-list-item {
        margin-bottom: 0;
        width: calc(50% - 15px)
    }
}

@media (min-width:1079px) {
    .our-people-card-container-content .card-list-item {
        width: calc(33.3333% - 33.3333px)
    }
}

@media (min-width:1439px) {
    .our-people-card-container-content .card-list-item {
        width: calc(33.3333% - 43.3333px)
    }
}

.our-people-card-container-content .card-list-item .linkedin {
    display: block;
    position: relative
}

.our-people-card-container-content .card-list-item .linkedin span {
    --tw-bg-opacity: 1;
    align-items: center;
    background-color: rgba(214, 40, 40, var(--tw-bg-opacity));
    bottom: 0;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: 0;
    width: 40px
}

.our-people-card-container-content .card-list-item .linkedin span:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(179, 33, 33, var(--tw-bg-opacity))
}

.our-people-card-container-content .card-list-item .linkedin span:before {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    font-size: 24px
}

.our-people-card-container-content .card-list-item-template {
    display: none
}

.our-people-card-container-content .card-list-item img {
    height: 168px;
    object-fit: cover;
    width: 100%
}

@media (min-width:767px) {
    .our-people-card-container-content .card-list-item img {
        height: 236px
    }
}

@media (min-width:1079px) {
    .our-people-card-container-content .card-list-item img {
        height: 196px
    }
}

@media (min-width:1439px) {
    .our-people-card-container-content .card-list-item img {
        height: 232px
    }
}

.our-people-card-container-content .card-list-item-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px
}

@media (min-width:767px) {
    .our-people-card-container-content .card-list-item-content {
        padding: 24px 30px 32px
    }
}

@media (min-width:1079px) {
    .our-people-card-container-content .card-list-item-content {
        padding-bottom: 40px;
        padding-top: 32px
    }
}

.our-people-card-container-content .card-list-item-content .label2 {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.our-people-card-container-content .card-list-item-content h4 .label2 {
    color: inherit !important;
    font-size: 18px;
    margin-left: .5em;
}

.our-people-card-container-content .card-list-item-content .label2,
.our-people-card-container-content .card-list-item-content h4,
.our-people-card-container-content .card-list-item-content h5 {
    padding-bottom: 8px
}

@media (min-width:1079px) {

    .our-people-card-container-content .card-list-item-content .label2,
    .our-people-card-container-content .card-list-item-content h4,
    .our-people-card-container-content .card-list-item-content h5 {
        padding-bottom: 16px
    }
}

/* .our-people-card-container-content .card-list-item-content h4,
.our-people-card-container-content .card-list-item-content h5 {
    flex: 1
} */

.our-people-card-container-content .card-list-item-content .text-cta {
    display: none;
    font-weight: 700
}

.our-people-card-container-content .card-list-item:hover {
    cursor: pointer;
    transition: transform .25s
}

.our-people-card-container-content .card-list-item:hover:before {
    --tw-bg-opacity: 1;
    animation: animate .5s ease-out;
    background-color: rgba(214, 40, 40, var(--tw-bg-opacity));
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99
}

.our-people-card-container-content .card-list-item:hover .text-cta {
    display: block
}

@media (min-width:1079px) {
    .our-people-card-container-content .card-list-item:hover {
        transform: scale(1.114, 1.077)
    }
}

@media (min-width:1439px) {
    .our-people-card-container-content .card-list-item:hover {
        transform: scale(1.096, 1.077)
    }
}

.our-people-card.our-resources-card .card-list {
    --tw-shadow: 0 0 16px 0 #00000026;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    gap: 0;
    padding: 0
}

@media (min-width:767px) {
    .our-people-card.our-resources-card .card-list {
        gap: 0
    }
}

@media (min-width:1079px) {
    .our-people-card.our-resources-card .card-list {
        gap: 0
    }
}

@media (min-width:1439px) {
    .our-people-card.our-resources-card .card-list {
        gap: 0
    }
}

.our-people-card.our-resources-card .card-list-item {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    border-bottom-width: 1px;
    border-color: rgba(210, 210, 210, var(--tw-border-opacity));
    box-shadow: none;
    position: relative
}

.our-people-card.our-resources-card .card-list-item:first-child {
    border-top-width: 0
}

@media (min-width:767px) {
    .our-people-card.our-resources-card .card-list-item {
        border-right-width: 1px;
        width: 50%
    }

    .our-people-card.our-resources-card .card-list-item:nth-of-type(2n) {
        border-right-width: 0
    }

    .our-people-card.our-resources-card .card-list-item:hover {
        --tw-bg-opacity: 1;
        --tw-shadow: 0 0 16px 0 #00000026;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        position: relative;
        transform: scale(1.09, 1.13);
        z-index: 10
    }
}

@media (min-width:1079px) {
    .our-people-card.our-resources-card .card-list-item {
        width: 33.3333%
    }

    .our-people-card.our-resources-card .card-list-item:nth-of-type(2n) {
        border-right-width: 1px
    }

    .our-people-card.our-resources-card .card-list-item:nth-of-type(3n) {
        border-right-width: 0
    }

    .our-people-card.our-resources-card .card-list-item:hover {
        transform: scale(1.106, 1.07)
    }
}

.our-people-card.our-resources-card .card-list-item .stt-label-tag {
    position: absolute;
    right: 0;
    top: 0
}

.our-people-card.our-resources-card .card-list-item-content {
    padding-top: 24px
}

@media (min-width:767px) {
    .our-people-card.our-resources-card .card-list-item-content {
        padding-bottom: 40px;
        padding-top: 40px
    }
}

@media (min-width:1079px) {
    .our-people-card.our-resources-card .card-list-item-content {
        padding-top: 40px
    }
}

.our-people-card.our-resources-card .card-list-item-content .label2 {
    padding-bottom: 0
}

.our-people-card.our-resources-card .card-list-item-content span {
    display: inline-block;
    font-size: 48px
}

.our-people-card.our-resources-card .card-list-item-content span[class*=icon-] {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.our-people-card.our-resources-card .card-list-item-content .img-block {
    height: 48px;
    margin-top: 12px;
    object-fit: cover;
    width: 48px
}

.our-people-card.our-resources-card .card-list-item-content h5,
.our-people-card.our-resources-card .card-list-item-content span {
    padding-top: 12px
}

.our-people-card.our-resources-card .card-list-item-content .body2 {
    padding-top: 8px;
    position: unset
}

@media (min-width:767px) {
    .our-people-card.our-news-card .img-block {
        height: 212px
    }
}

@media (min-width:1079px) {
    .our-people-card.our-news-card .img-block {
        height: 188px
    }
}

@media (min-width:1439px) {
    .our-people-card.our-news-card .img-block {
        height: 224px
    }
}

.our-people-card.our-news-card .img-block img {
    display: none;
    height: 100%;
    object-fit: cover;
    width: 100%
}

@media (min-width:767px) {
    .our-people-card.our-news-card .img-block img {
        display: block
    }

    .our-people-card.our-news-card .card-list-item,
    .our-people-card.our-news-card .card-list-item:nth-of-type(2n),
    .our-people-card.our-news-card .card-list-item:nth-of-type(3n) {
        border-right-width: 1px
    }
}

.our-people-card.our-news-card .card-list-item a {
    display: flex;
    flex: 1;
    flex-direction: column
}

@media (min-width:767px) {
    .our-people-card.our-news-card .card-list-item-content {
        padding-bottom: 40px;
        padding-top: 24px
    }
}

.our-people-card.our-news-card .card-list-item-content .note2,
.our-people-card.our-news-card .card-list-item-content h5 {
    padding-top: 16px
}

.our-people-card.our-news-card .card-list-item-content .body1 {
    display: none
}

.our-people-card.our-news-card .card-list-item.expanded a {
    display: flex;
    flex-direction: column;
    height: 100%
}

@media (min-width:767px) {
    .our-people-card.our-news-card .card-list-item.expanded a {
        flex-direction: row
    }

    .our-people-card.our-news-card .card-list-item.expanded {
        width: 100%
    }
}

@media (min-width:1079px) {
    .our-people-card.our-news-card .card-list-item.expanded {
        border-right-width: 1px;
        display: flex;
        min-height: 436px;
        width: 66.6667%
    }
}

.our-people-card.our-news-card .card-list-item.expanded .img-block {
    height: 184px
}

@media (min-width:767px) {
    .our-people-card.our-news-card .card-list-item.expanded .img-block {
        height: 100%;
        width: 50%
    }
}

.our-people-card.our-news-card .card-list-item.expanded .img-block img {
    display: block
}

.our-people-card.our-news-card .card-list-item.expanded .card-list-item-content {
    position: relative
}

@media (min-width:767px) {
    .our-people-card.our-news-card .card-list-item.expanded .card-list-item-content {
        flex: 1;
        height: 100%;
        padding-top: 40px
    }
}

.our-people-card.our-news-card .card-list-item.expanded .card-list-item-content h5 {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    padding-bottom: 0;
    text-overflow: ellipsis
}

@media (min-width:767px) {
    .our-people-card.our-news-card .card-list-item.expanded .card-list-item-content h5 {
        margin-bottom: 24px
    }
}

@media (min-width:1079px) {
    .our-people-card.our-news-card .card-list-item.expanded .card-list-item-content h5 {
        flex: none
    }
}

@media (min-width:1439px) {
    .our-people-card.our-news-card .card-list-item.expanded .card-list-item-content h5 {
        font-size: 26px
    }
}

.our-people-card.our-news-card .card-list-item.expanded .card-list-item-content .stt-gradients {
    display: none
}

@media (min-width:767px) {
    .our-people-card.our-news-card .card-list-item.expanded .card-list-item-content .stt-gradients {
        display: block
    }
}

.our-people-card.our-news-card .card-list-item.expanded .card-list-item-content .body1,
.our-people-card.our-news-card .card-list-item.expanded .card-list-item-content .body2 {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: none;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (min-width:767px) {

    .our-people-card.our-news-card .card-list-item.expanded .card-list-item-content .body1,
    .our-people-card.our-news-card .card-list-item.expanded .card-list-item-content .body2 {
        display: -webkit-box;
        padding-top: 24px
    }
}

@media (min-width:1079px) {
    .our-people-card.our-news-card .card-list-item.expanded .card-list-item-content .body1 {
        font-size: 16px
    }

    .our-people-card.our-news-card .card-list-item.expanded .card-list-item-content .note2 {
        bottom: 40px;
        position: absolute
    }
}

.block-views-exposed-filter-blockour-news-news-list h2,
div[class*=blockresources] h2 {
    padding: 16px 6.383vw 40px;
    text-align: center
}

@media (min-width:767px) {

    .block-views-exposed-filter-blockour-news-news-list h2,
    div[class*=blockresources] h2 {
        padding-left: 7.4074vw;
        padding-right: 7.4074vw;
        text-align: left
    }
}

@media (min-width:1079px) {

    .block-views-exposed-filter-blockour-news-news-list h2,
    div[class*=blockresources] h2 {
        padding-left: 6.944vw;
        padding-right: 6.944vw
    }
}

@media (min-width:1439px) {

    .block-views-exposed-filter-blockour-news-news-list h2,
    div[class*=blockresources] h2 {
        padding-left: 11.4583vw;
        padding-right: 11.4583vw
    }
}

.stt_filters {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgba(90, 90, 90, var(--tw-bg-opacity));
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    display: flex;
    justify-content: space-between;
    width: 100%
}

.stt_filters-left,
.stt_filters-right {
    display: flex;
    flex: 1;
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 24px;
    padding: 12px 16px;
    text-transform: uppercase
}

@media (min-width:767px) {

    .stt_filters-left,
    .stt_filters-right {
        flex: none;
        padding: 16px
    }
}

.stt_filters-left .stt-icon,
.stt_filters-right .stt-icon {
    margin-right: 8px
}

.stt_filters-left.active,
.stt_filters-left:hover,
.stt_filters-right.active,
.stt_filters-right:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 40, 40, var(--tw-bg-opacity))
}

.stt_filters_loading,
.stt_filters_nofound {
    align-items: center;
    display: none;
    flex-direction: column;
    height: 600px;
    margin-top: 70px;
    padding: 30px 24px
}

@media (min-width:767px) {

    .stt_filters_loading,
    .stt_filters_nofound {
        height: 705px
    }
}

.stt_filters_loading h4,
.stt_filters_nofound h4 {
    margin-top: 24px
}

.stt_filters_loading .icon,
.stt_filters_nofound .icon {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-size: 64px
}

.stt_filters_loading .rotating,
.stt_filters_nofound .rotating {
    animation: rotating 1s linear infinite
}

@keyframes rotating {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.stt_filters button:disabled,
.stt_filters button[disabled] {
    opacity: .6
}

.stt_filters-left {
    border-right: 1px solid #fff;
    position: relative
}

.stt_filters-right {
    border-left: 1px solid #fff
}

.stt_filters-dropdown {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
    box-shadow: 0 8px 16px #00000026;
    display: none;
    left: 0;
    position: absolute;
    top: 48px;
    width: 87.234vw;
    z-index: 99
}

@media (min-width:767px) {
    .stt_filters-dropdown {
        top: 56px;
        width: 330px
    }
}

@media (min-width:1079px) {
    .stt_filters-dropdown {
        width: 350px
    }
}

.stt_filters-dropdown-wrapper {
    margin-bottom: 24px
}

.stt_filters-dropdown-wrapper:last-child {
    margin-bottom: 0
}

.stt_filters-dropdown-inner-wrapper {
    height: max-content;
    max-height: 600px;
    overflow: auto;
    padding: 30px 24px
}

@media (min-width:767px) {
    .stt_filters-dropdown-inner-wrapper {
        height: max-content;
        max-height: 705px
    }
}

.stt_filters-dropdown-inner-item {
    margin-top: 24px
}

.stt_filters-dropdown-inner-item:first-child {
    margin-top: 0
}

.stt_filters-dropdown-btn-wrapper {
    display: flex
}

.stt_filters-dropdown-btn {
    flex: 1
}

.stt_filters-dropdown-btn.compact-Sec {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    outline: none
}

.stt_filters-dropdown-item,
.stt_filters-dropdown-item-multi {
    display: flex;
    font-weight: 400;
    padding-bottom: 8px;
    text-transform: none
}

.stt_filters-dropdown-item .icon-tick,
.stt_filters-dropdown-item-multi .icon-tick {
    display: none
}

.stt_filters-dropdown-item .icon-untick,
.stt_filters-dropdown-item-multi .icon-untick {
    display: block
}

.stt_filters-dropdown-item .icon-select,
.stt_filters-dropdown-item-multi .icon-select {
    display: none
}

.stt_filters-dropdown-item .icon-deselect,
.stt_filters-dropdown-item-multi .icon-deselect {
    display: block
}

.stt_filters-dropdown-item-multi:hover,
.stt_filters-dropdown-item:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    cursor: pointer
}

.stt_filters-dropdown-item-multi.defalutSelected,
.stt_filters-dropdown-item.defalutSelected {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.stt_filters-dropdown-item-multi.defalutSelected .icon-tick,
.stt_filters-dropdown-item.defalutSelected .icon-tick {
    display: block
}

.stt_filters-dropdown-item-multi.defalutSelected .icon-untick,
.stt_filters-dropdown-item.defalutSelected .icon-untick {
    display: none
}

.stt_filters-dropdown-item-multi.defalutSelected .icon-select,
.stt_filters-dropdown-item.defalutSelected .icon-select {
    display: block
}

.stt_filters-dropdown-item-multi.defalutSelected .icon-deselect,
.stt_filters-dropdown-item.defalutSelected .icon-deselect {
    display: none
}

@media (min-width:1079px) {

    .stt_filters-dropdown-item-multi.defalutSelected,
    .stt_filters-dropdown-item.defalutSelected {
        --tw-text-opacity: 1;
        color: rgba(90, 90, 90, var(--tw-text-opacity))
    }

    .stt_filters-dropdown-item-multi.defalutSelected .icon-select,
    .stt_filters-dropdown-item.defalutSelected .icon-select {
        display: none
    }

    .stt_filters-dropdown-item-multi.defalutSelected .icon-deselect,
    .stt_filters-dropdown-item.defalutSelected .icon-deselect {
        display: block
    }
}

.stt_filters-dropdown-item-multi.selected,
.stt_filters-dropdown-item.selected {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.stt_filters-dropdown-item-multi.selected .icon-tick,
.stt_filters-dropdown-item.selected .icon-tick {
    display: block
}

.stt_filters-dropdown-item-multi.selected .icon-untick,
.stt_filters-dropdown-item.selected .icon-untick {
    display: none
}

.stt_filters-dropdown-item-multi.selected .icon-select,
.stt_filters-dropdown-item.selected .icon-select {
    display: block
}

.stt_filters-dropdown-item-multi.selected .icon-deselect,
.stt_filters-dropdown-item.selected .icon-deselect {
    display: none
}

.stt_filters-dropdown-list {
    margin-top: 8px
}

.stt_filters_search {
    display: flex
}

.stt_filters_search_textField {
    --tw-border-opacity: 1;
    border-color: rgba(210, 210, 210, var(--tw-border-opacity));
    border-width: 1px;
    height: 48px;
    padding: 12px 20px;
    width: calc(100% - 48px)
}

.stt_filters_search_textField:focus {
    --tw-border-opacity: 1;
    border-color: rgba(90, 90, 90, var(--tw-border-opacity));
    border-width: 2px;
    box-shadow: none;
    outline: none
}

.stt_filters_search_textField.error:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 40, 40, var(--tw-border-opacity))
}

.stt_filters_search_Btn {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 40, 40, var(--tw-bg-opacity));
    font-size: 24px;
    height: 48px;
    width: 48px
}

.stt-customer-filter {
    padding-left: 6.383vw;
    padding-right: 6.383vw
}

@media (min-width:767px) {
    .stt-customer-filter {
        padding: 0 7.40741vw
    }
}

@media (min-width:1079px) {
    .stt-customer-filter {
        padding-left: 6.944vw;
        padding-right: 6.944vw
    }
}

@media (min-width:1439px) {
    .stt-customer-filter {
        padding-left: 11.4583vw;
        padding-right: 11.4583vw
    }
}

.stt-customer-filter .stt_filters-dropdown-item {
    flex-wrap: wrap;
    padding-bottom: 8px
}

.stt-customer-filter .stt_filters-dropdown-item_complex {
    align-items: center;
    display: flex;
    justify-content: space-between;
    line-height: 24px;
    width: 100%
}

.stt-customer-filter .stt_filters-dropdown-item_complex .icon-chevron-down-bold.active {
    transform: rotate(180deg);
    transition: transform .5s ease-in-out
}

.stt-customer-filter .stt_filters-dropdown-item_complex-left {
    display: flex;
    width: calc(100% - 24px)
}

.stt-customer-filter .stt_filters-dropdown-item_complex-left .icon-tick {
    display: none
}

.stt-customer-filter .stt_filters-dropdown-item_complex-left .icon-untick {
    display: block
}

.stt-customer-filter .stt_filters-dropdown-item_complex-left.selected {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.stt-customer-filter .stt_filters-dropdown-item_complex-left.selected .icon-tick {
    display: block
}

.stt-customer-filter .stt_filters-dropdown-item_complex-left.selected .icon-untick {
    display: none
}

.stt-customer-filter .stt_filters-dropdown-sub-item {
    display: none;
    padding-left: 32px
}

.stt-customer-filter .stt_filters-dropdown-sub-item-element {
    display: flex;
    margin-bottom: 8px
}

.stt-customer-filter .stt_filters-dropdown-sub-item-element:first-child {
    margin-top: 8px
}

.stt-customer-filter .stt_filters-dropdown-sub-item-element .icon-tick {
    display: none
}

.stt-customer-filter .stt_filters-dropdown-sub-item-element .icon-untick {
    display: block
}

.stt-customer-filter .stt_filters-dropdown-sub-item-element.selected {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.stt-customer-filter .stt_filters-dropdown-sub-item-element.selected .icon-tick {
    display: block
}

.stt-customer-filter .stt_filters-dropdown-sub-item-element.selected .icon-untick {
    display: none
}

.stt-customer-filter .stt_filters-dropdown-sub-item-element:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    cursor: pointer
}

.stt-customer-filter .stt_filters-dropdown-sub-item-element:last-child {
    margin-bottom: 0
}

.stt-customer-filter .stt_filters-dropdown-inner-wrapper {
    padding-bottom: 24px;
    padding-top: 24px
}

.stt-customer-filter .stt_filters-dropdown-inner-wrapper:not(:first-child) {
    padding-top: 0
}

.stt_rte {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity))
}

@media (min-width:1079px) {
    .stt_rte {
        padding-right: 0
    }
}

.stt_rte h4 {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.stt_rte.align-center {
    margin-left: 0;
    margin-right: 0
}

.stt_rte .text-cta:after {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    content: "";
    display: inline-block;
    font-family: stt !important;
    font-size: 16px;
    transition: transform .35s ease-in-out;
    vertical-align: bottom;
    width: 16px
}

.stt_rte .text-cta:hover {
    cursor: pointer;
    text-decoration: underline
}

.stt_rte .text-cta:hover,
.stt_rte .text-cta:hover:after {
    --tw-text-opacity: 1;
    color: rgba(179, 33, 33, var(--tw-text-opacity))
}

.stt_rte .text-cta:hover:after {
    transform: translateX(8px);
    transition: transform .35s ease-in-out
}

.stt_rte .btn-Secondary:after {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    content: "";
    display: inline-block;
    font-family: stt !important;
    font-size: 24px;
    margin-left: 8px;
    transition: transform .35s ease-in-out;
    vertical-align: bottom
}

.stt_rte .btn-Secondary:hover:after {
    --tw-text-opacity: 1;
    color: rgba(179, 33, 33, var(--tw-text-opacity));
    transform: translateX(8px);
    transition: transform .35s ease-in-out
}

.stt_rte .btn-Primary:after {
    content: "";
    display: inline-block;
    font-family: stt !important;
    font-size: 24px;
    margin-left: 8px;
    vertical-align: bottom
}

.stt_rte .btn-Primary:after,
.stt_rte .btn-Primary:hover:after {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    transition: transform .35s ease-in-out
}

.stt_rte .btn-Primary:hover:after {
    transform: translateX(8px)
}

.stt_rte.article-video {
    margin-top: 16px
}

.stt_rte.article-video .article-video-content {
    height: 184px
}

@media (min-width:767px) {
    .stt_rte.article-video .article-video-content {
        height: 396px
    }
}

@media (min-width:1079px) {
    .stt_rte.article-video .article-video-content {
        height: 324px
    }
}

@media (min-width:1439px) {
    .stt_rte.article-video .article-video-content {
        height: 400px
    }
}

.stt_rte.article-video .article-video-content .media-oembed-content {
    height: 100%;
    width: 100%
}

.stt_rte.call-out-block .call-out-block_container {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding: 40px 6.383vw
}

@media (min-width:767px) {
    .stt_rte.call-out-block .call-out-block_container {
        padding-left: 30px;
        padding-right: 30px
    }

    .stt_rte.call-out-block .call-out-block_container .content {
        display: flex
    }
}

.stt_rte.call-out-block .call-out-block_container .content .img-block {
    height: 54.2553vw;
    margin-bottom: 24px;
    width: 74.4681vw
}

@media (min-width:767px) {
    .stt_rte.call-out-block .call-out-block_container .content .img-block {
        height: 168px;
        margin-bottom: 0;
        margin-right: 30px;
        width: 225px
    }
}

.stt_rte.call-out-block .call-out-block_container .content .img-block img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.stt_rte.call-out-block .call-out-block_container .content .stt_rte.col-img .img-list {
    height: 54.2553vw;
    margin-bottom: 24px;
    width: 74.4681vw
}

@media (min-width:767px) {
    .stt_rte.call-out-block .call-out-block_container .content .stt_rte.col-img .img-list {
        height: 168px;
        margin-bottom: 0;
        width: 225px
    }
}

.stt_rte.call-out-block .call-out-block_container .content .stt_rte.col-img .img-list img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

@media (min-width:767px) {
    .stt_rte.call-out-block .call-out-block_container .content .desc {
        flex: 1
    }
}

.stt_rte.call-out-block .call-out-block_container .content .desc .body2,
.stt_rte.call-out-block .call-out-block_container .content .desc h4 {
    padding-bottom: 16px
}

@media (min-width:767px) {
    .stt_rte.call-out-block .call-out-block_container .content .desc .body2 {
        padding-bottom: 24px
    }
}

.stt_rte.col-img .container .content h4 {
    padding-bottom: 16px
}

.stt_rte.col-img .container .content .img-list img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.stt_rte.col-img .container .content .img-list.two-img-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: unset
}

@media (min-width:767px) {
    .stt_rte.col-img .container .content .img-list.two-img-list {
        flex-direction: row;
        gap: 0;
        justify-content: space-between
    }
}

.stt_rte.col-img .container .content .img-list.two-img-list article {
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0
}

@media (min-width:767px) {
    .stt_rte.col-img .container .content .img-list.two-img-list article:first-child {
        margin-bottom: 0;
        margin-right: 30px
    }
}

.stt_rte.col-img .container .content .img-list.two-img-list img {
    height: 208px
}

@media (min-width:1439px) {
    .stt_rte.col-img .container .content .img-list.two-img-list img {
        height: 212px
    }
}

@media (min-width:767px) {
    .stt_rte.col-img .container .content .img-list.two-img-list img {
        width: 40.7407vw
    }
}

@media (min-width:1079px) {
    .stt_rte.col-img .container .content .img-list.two-img-list img {
        height: 174px;
        width: 25.463vw
    }
}

@media (min-width:1439px) {
    .stt_rte.col-img .container .content .img-list.two-img-list img {
        height: 212px;
        width: 23.2639vw
    }
}

@media (min-width:767px) {
    .stt_rte.all-img-text .container .content .img-textA {
        display: flex
    }

    .stt_rte.all-img-text .container .content .img-textA .img-textA-desc,
    .stt_rte.all-img-text .container .content .img-textA .img-textA-note2 {
        flex: 1
    }
}

.stt_rte.all-img-text .container .content .img-textA-desc {
    padding-bottom: 24px
}

@media (min-width:767px) {
    .stt_rte.all-img-text .container .content .img-textA-desc {
        order: 1
    }
}

.stt_rte.all-img-text .container .content .img-textA-desc h4 {
    padding-bottom: 16px
}

@media (min-width:767px) {
    .stt_rte.all-img-text .container .content .img-textA-note2 {
        margin-right: 30px
    }
}

.stt_rte.all-img-text .container .content .img-textA-note2 .img-list,
.stt_rte.all-img-text .container .content .img-textA-note2 img {
    height: 208px;
    margin-bottom: 16px;
    object-fit: cover;
    width: 100%
}

@media (min-width:1079px) {

    .stt_rte.all-img-text .container .content .img-textA-note2 .img-list,
    .stt_rte.all-img-text .container .content .img-textA-note2 img {
        height: 174px
    }
}

@media (min-width:1439px) {

    .stt_rte.all-img-text .container .content .img-textA-note2 .img-list,
    .stt_rte.all-img-text .container .content .img-textA-note2 img {
        height: 212px
    }
}

@media (min-width:767px) {
    .stt_rte.all-img-text .container .content .img-textA.img-textB .img-textA-desc {
        width: 55.5556vw
    }
}

@media (min-width:1079px) {
    .stt_rte.all-img-text .container .content .img-textA.img-textB .img-textA-desc {
        width: 34.2593vw
    }
}

@media (min-width:1439px) {
    .stt_rte.all-img-text .container .content .img-textA.img-textB .img-textA-desc {
        width: 30.9028vw
    }
}

.stt_rte.all-img-text .container .content .img-textA.img-textB .img-textA-note2 {
    flex: unset
}

.stt_rte.all-img-text .container .content .img-textA.img-textB .img-textA-note2 .img-list,
.stt_rte.all-img-text .container .content .img-textA.img-textB .img-textA-note2 img {
    height: 368px;
    width: 100%
}

@media (min-width:767px) {
    .stt_rte.all-img-text .container .content .img-textA.img-textB .img-textA-note2 {
        width: 25.9259vw
    }

    .stt_rte.all-img-text .container .content .img-textA.img-textB .img-textA-note2 .img-list,
    .stt_rte.all-img-text .container .content .img-textA.img-textB .img-textA-note2 img {
        height: 252px;
        object-fit: cover;
        width: 100%
    }
}

@media (min-width:1079px) {
    .stt_rte.all-img-text .container .content .img-textA.img-textB .img-textA-note2 {
        width: 16.6667vw
    }

    .stt_rte.all-img-text .container .content .img-textA.img-textB .img-textA-note2 .img-list,
    .stt_rte.all-img-text .container .content .img-textA.img-textB .img-textA-note2 img {
        height: 220px
    }
}

@media (min-width:1439px) {
    .stt_rte.all-img-text .container .content .img-textA.img-textB .img-textA-note2 {
        width: 15.625vw
    }

    .stt_rte.all-img-text .container .content .img-textA.img-textB .img-textA-note2 .img-list,
    .stt_rte.all-img-text .container .content .img-textA.img-textB .img-textA-note2 img {
        height: 268px
    }
}

.stt_rte hr {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 210, 210, var(--tw-bg-opacity));
    border-width: 0;
    height: 1px
}

.stt_rte blockquote {
    margin: 0;
    padding-left: 62px;
    position: relative
}

@media (min-width:767px) {
    .stt_rte blockquote {
        margin: 0 11.1111vw
    }
}

@media (min-width:1079px) {
    .stt_rte blockquote {
        margin: 0 4.62963vw
    }
}

@media (min-width:1439px) {
    .stt_rte blockquote {
        margin: 0 4.51389vw
    }
}

.stt_rte blockquote:before {
    content: "";
    font-family: stt !important;
    font-size: 32px;
    left: 0;
    line-height: 32px;
    position: absolute;
    top: 0
}

.stt_rte blockquote p,
.stt_rte blockquote:before {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.stt_rte blockquote p {
    font-family: Lato, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px;
    padding-top: 32px
}

@media (min-width:767px) {
    .stt_rte blockquote p {
        font-size: 20px;
        line-height: 32px
    }
}

.stt_rte blockquote cite {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 16px
}

@media (min-width:767px) {
    .stt_rte blockquote cite {
        font-size: 12px;
        line-height: 16px
    }
}

.stt_rte.article-video .article-video-content .video-js {
    height: 100%;
    width: 100%
}

.stt_rte.article-video .article-video-content .video-js .vjs-control-bar {
    display: flex;
    opacity: 1
}

.stt_rte.article-video .article-video-content .video-js .vjs-big-play-button {
    display: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.stt_rte.article-video .article-video-content .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    content: ""
}

.stt_rte.article-video video {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.publish-date {
    text-align: center
}

.author-profile .container .content .label1 {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    font-weight: 700;
    padding-bottom: 8px
}

@media (min-width:767px) {
    .author-profile .container .content .label1 {
        padding-bottom: 16px
    }
}

.author-profile .container .content .author-profile-block {
    display: flex
}

.author-profile .container .content .author-profile-block img {
    border-radius: 50%;
    height: 72px;
    margin-right: 16px;
    width: 72px
}

.stt_share {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 24px;
    position: relative
}

@media (min-width:767px) {
    .stt_share {
        margin-top: 0
    }
}

@media (min-width:1079px) {
    .stt_share {
        margin-bottom: 0
    }
}

.stt_share .label2 {
    margin-bottom: 8px
}

@media (min-width:1079px) {
    .stt_share .label2 {
        margin-bottom: 8px
    }
}

.stt_share .at-style-responsive .at-share-btn,
.stt_share .at-style-responsive .stt-share-btn {
    height: 40px !important;
    line-height: 40px !important;
    margin: 0 1px 0 0;
    padding: 0;
    position: relative;
    width: 40px !important
}

.stt_share .at-style-responsive .at-share-btn>.at-icon-wrapper,
.stt_share .at-style-responsive .stt-share-btn>.at-icon-wrapper {
    display: none
}

.stt_share .at-style-responsive .at-share-btn:last-child,
.stt_share .at-style-responsive .stt-share-btn:last-child {
    margin-right: 0
}

.stt_share .at-style-responsive .at-svc-facebook:after,
.stt_share .at-style-responsive .at-svc-linkedin:after,
.stt_share .at-style-responsive .at-svc-twitter:after,
.stt_share .at-style-responsive .stt-share-link:after {
    --tw-text-opacity: 1;
    speak: never;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    font-family: stt;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    left: calc(50% - 12px);
    line-height: 1;
    position: absolute;
    text-transform: none;
    top: calc(50% - 12px)
}

.stt_share .at-style-responsive .at-svc-facebook:after {
    content: ""
}

.stt_share .at-style-responsive .at-svc-twitter:after {
    content: ""
}

.stt_share .at-style-responsive .at-svc-linkedin:after {
    content: ""
}

.stt_share .at-style-responsive .at-svc-link {
    display: none !important
}

.stt_share .at-style-responsive .at-svc-link:after {
    content: ""
}

.stt_share .at-style-responsive .stt-share-link {
    cursor: pointer;
    transition: all .2s ease-in-out
}

.stt_share .at-style-responsive .stt-share-link:hover {
    transform: translateY(-4px)
}

.stt_share .at-style-responsive .stt-share-link:after {
    content: ""
}

.stt_share .copy-msg {
    margin-bottom: 16px;
    margin-top: 8px;
    opacity: 0;
    transition: all .75s
}

.stt_share .copy-msg.label2 {
    font-weight: 400
}

.stt_share .copy-msg.copy-opacity {
    opacity: 1
}

.stt_share #copyText {
    position: absolute;
    top: -99999px
}

.stt-newSletter {
    display: none
}

.stt-newSletter-wrapper {
    margin-left: 6.383vw;
    margin-right: 6.383vw
}

@media (min-width:767px) {
    .stt-newSletter-wrapper {
        margin-left: 50px;
        margin-right: 50px
    }
}

@media (min-width:1439px) {
    .stt-newSletter-wrapper {
        margin-left: 65px;
        margin-right: 65px
    }
}

.stt-newSletter-wrapper .stt-newSletter-heading h4 {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 16px;
    padding-top: 44px
}

@media (min-width:767px) {
    .stt-newSletter-wrapper .stt-newSletter-heading h4 {
        font-size: 26px;
        padding-top: 40px
    }
}

.stt-newSletter-wrapper .stt-newSletter-heading .body2 {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 24px
}

@media (min-width:767px) {
    .stt-newSletter-wrapper .stt-newSletter-heading .body2 {
        font-size: 16px;
        margin-bottom: 32px
    }

    .stt-newSletter-wrapper .stt-newSletter-form {
        display: flex;
        flex-wrap: wrap;
        width: 510px
    }

    .stt-newSletter-wrapper .stt-newSletter-form .stt-form-item {
        flex: 1;
        margin-right: 30px;
        width: 240px
    }

    .stt-newSletter-wrapper .stt-newSletter-form .stt-form-item .stt-form__text {
        margin-bottom: 24px;
        width: 100%
    }
}

.stt-newSletter-wrapper .stt-newSletter-form .form-item-last-name .stt-form-item {
    margin-right: 0
}

@media (min-width:1439px) {
    .stt-newSletter-wrapper .stt-newSletter-form {
        width: 600px
    }

    .stt-newSletter-wrapper .stt-newSletter-form .stt-form-item {
        width: 285px
    }
}

.stt-newSletter-wrapper .stt-newSletter-text {
    margin-bottom: 24px;
    margin-top: 8px
}

@media (min-width:767px) {
    .stt-newSletter-wrapper .stt-newSletter-text {
        margin-bottom: 32px
    }
}

.stt-newSletter-wrapper .stt-newSletter-text p {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 16px
}

.stt-newSletter-wrapper .stt-newSletter-text .newSletter-text-top {
    margin-bottom: 12px
}

.stt-newSletter-wrapper .stt-newSletter-button {
    padding-bottom: 91px
}

@media (min-width:767px) {
    .stt-newSletter-wrapper .stt-newSletter-button {
        padding-bottom: 40px
    }
}

.stt-newSletter-wrapper .stt-newSletter-button .compact-Pri,
.stt-newSletter-wrapper .stt-newSletter-button .compact-Sec {
    cursor: pointer
}

.stt-newSletter-wrapper .stt-newSletter-button .compact-Pri[disabled=disabled],
.stt-newSletter-wrapper .stt-newSletter-button .compact-Sec[disabled=disabled] {
    cursor: default;
    opacity: .3
}

.stt-newSletter-wrapper .stt-newSletter-button .compact-Pri[disabled=disabled]:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 40, 40, var(--tw-bg-opacity))
}

.stt-newSletter-wrapper .stt-newSletter-button .compact-Sec[disabled=disabled]:hover {
    outline-color: #d62828;
    outline-offset: -1px;
    outline-width: 1px
}

.stt-newSletter .stt-newSletter-success {
    display: none;
    height: 100%;
    overflow: hidden;
    width: 100%
}

@media (min-width:767px) {
    .stt-newSletter .stt-newSletter-success {
        height: 600px
    }
}

@media (min-width:1439px) {
    .stt-newSletter .stt-newSletter-success {
        height: 584px
    }
}

.stt-newSletter .stt-newSletter-success .stt-newSletter-success-icon {
    --tw-text-opacity: 1;
    color: rgba(52, 158, 73, var(--tw-text-opacity));
    height: 64px;
    margin: 68px auto 24px;
    width: 64px
}

@media (min-width:767px) {
    .stt-newSletter .stt-newSletter-success .stt-newSletter-success-icon {
        margin-top: 72px
    }
}

.stt-newSletter .stt-newSletter-success .stt-newSletter-success-icon span {
    font-size: 64px
}

@media (min-width:1079px) {
    .stt-newSletter .stt-newSletter-success .stt-newSletter-success-icon {
        margin-bottom: 32px;
        margin-top: 80px
    }
}

.stt-newSletter .stt-newSletter-success h4 {
    letter-spacing: 0;
    margin-bottom: 16px;
    margin-left: 24px;
    margin-right: 24px;
    text-align: center
}

@media (min-width:767px) {
    .stt-newSletter .stt-newSletter-success h4 {
        font-size: 26px;
        line-height: 32px;
        margin-left: 80px;
        margin-right: 80px
    }
}

@media (min-width:1439px) {
    .stt-newSletter .stt-newSletter-success h4 {
        margin-left: 95px;
        margin-right: 95px
    }
}

.stt-newSletter .stt-newSletter-success .stt-newSletter-success-text {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin-left: 24px;
    margin-right: 24px;
    text-align: center
}

@media (min-width:767px) {
    .stt-newSletter .stt-newSletter-success .stt-newSletter-success-text {
        font-size: 16px;
        margin-left: 80px;
        margin-right: 80px
    }
}

@media (min-width:1439px) {
    .stt-newSletter .stt-newSletter-success .stt-newSletter-success-text {
        margin-left: 95px;
        margin-right: 95px
    }
}

.stt-newSletter .stt-newSletter-success .stt-newSletter-success-text .stt-newSletter-success-p {
    margin-bottom: 16px
}

.stt-newSletter .stt-bg-newSletter {
    height: 100vh
}

@media (min-width:767px) {
    .stt-newSletter .stt-bg-newSletter {
        height: unset
    }
}

.form-item {
    margin-bottom: 0;
    margin-top: 0
}

.stt-newSletter-wrapper .stt-newSletter-form .stt-newSletter-form {
    margin-bottom: 16px
}

.stt-newSletter-wrapper .stt-newSletter-form .stt-newSletter-form .form-type-processed-text {
    margin-bottom: 0
}

.stt-newSletter-wrapper .stt-newSletter-form .form-item-business-email {
    margin-right: 0;
    width: 100%
}

.stt-newSletter-wrapper .stt-newSletter-form input:focus-visible {
    outline: none
}

.stt-newSletter-wrapper .stt-newSletter-form input:focus {
    box-shadow: 0 2px #5a5a5a
}

.stt-newSletter-wrapper .stt-newSletter-form .description {
    display: none
}

.stt-newSletter-wrapper #edit-help-text--2 {
    margin-bottom: 0
}

.stt-newSletter-wrapper .form-type-webform-terms-of-service {
    margin-bottom: 0;
    margin-top: 0
}

.stt-newSletter-wrapper .form-type-checkbox #edit-terms-of-service,
.stt-newSletter-wrapper .form-type-checkbox #edit-terms-of-service--2 {
    display: none
}

.stt-newSletter-wrapper .form-type-checkbox label:before {
    color: #a5a5a5;
    content: "";
    font-family: stt;
    font-size: 16px;
    margin-right: 8px;
    vertical-align: sub
}

.stt-newSletter-wrapper .form-type-checkbox #edit-terms-of-service--2:checked+label:before,
.stt-newSletter-wrapper .form-type-checkbox #edit-terms-of-service:checked+label:before {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    content: "";
    font-family: stt;
    font-size: 16px;
    margin-right: 8px
}

html[lang=zh] .stt-newSletter .stt-newSletter-success .stt-newSletter-success-text,
html[lang=zh] .stt-newSletter-wrapper .stt-newSletter-heading .body2,
html[lang=zh] .stt-newSletter-wrapper .stt-newSletter-heading h4,
html[lang=zh] .stt-newSletter-wrapper .stt-newSletter-text p {
    font-family: NotoSansSC Regular, sans-serif
}

.three-column-slider-d-container {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity))
}

.three-column-slider-d-container .three-col-d .three-col-heading {
    margin-left: 6.383vw;
    margin-right: 6.383vw;
    text-align: center
}

@media (min-width:767px) {
    .three-column-slider-d-container .three-col-d .three-col-heading {
        margin-left: 0;
        margin-right: 0;
        text-align: left
    }
}

.three-column-slider-d-container .three-col-d .three-col-heading .label {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    display: block;
    font-family: Lato, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 16px;
    margin-bottom: 16px
}

@media (min-width:767px) {
    .three-column-slider-d-container .three-col-d .three-col-heading .label {
        margin-left: 7.4074vw;
        margin-right: 37.04vw
    }
}

@media (min-width:1079px) {
    .three-column-slider-d-container .three-col-d .three-col-heading .label {
        margin-left: 6.94444vw;
        margin-right: 43.982vw
    }
}

@media (min-width:1439px) {
    .three-column-slider-d-container .three-col-d .three-col-heading .label {
        margin-left: 11.4583vw;
        margin-right: 44.45vw
    }
}

.three-column-slider-d-container .three-col-d .three-col-heading h2 {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 36px;
    margin-bottom: 16px
}

@media (min-width:767px) {
    .three-column-slider-d-container .three-col-d .three-col-heading h2 {
        font-size: 38px;
        letter-spacing: 1px;
        line-height: 44px;
        margin-left: 7.4074vw;
        margin-right: 22.23vw
    }
}

@media (min-width:1079px) {
    .three-column-slider-d-container .three-col-d .three-col-heading h2 {
        font-size: 46px;
        margin-left: 6.94444vw;
        margin-right: 36.575vw
    }
}

@media (min-width:1439px) {
    .three-column-slider-d-container .three-col-d .three-col-heading h2 {
        font-size: 50px;
        line-height: 54px;
        margin-left: 11.4583vw;
        margin-right: 37.848vw
    }
}

.three-column-slider-d-container .three-col-d .three-col-heading .boay2,
.three-column-slider-d-container .three-col-d .three-col-heading .body1 {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    display: block;
    font-family: Lato, sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px
}

@media (min-width:767px) {

    .three-column-slider-d-container .three-col-d .three-col-heading .boay2,
    .three-column-slider-d-container .three-col-d .three-col-heading .body1 {
        font-size: 20px;
        line-height: 32px;
        margin-left: 7.4074vw;
        margin-right: 37.04vw
    }
}

@media (min-width:1079px) {

    .three-column-slider-d-container .three-col-d .three-col-heading .boay2,
    .three-column-slider-d-container .three-col-d .three-col-heading .body1 {
        margin-left: 6.94444vw;
        margin-right: 43.982vw
    }
}

@media (min-width:1439px) {

    .three-column-slider-d-container .three-col-d .three-col-heading .boay2,
    .three-column-slider-d-container .three-col-d .three-col-heading .body1 {
        margin-left: 11.46vw
    }
}

.three-column-slider-d-container .three-col-d .swiper {
    margin-left: 6.383vw;
    margin-top: 40px
}

@media (min-width:767px) {
    .three-column-slider-d-container .three-col-d .swiper {
        margin-left: 6.383vw
    }
}

@media (min-width:1079px) {
    .three-column-slider-d-container .three-col-d .swiper {
        margin-left: 6.94444vw;
        margin-right: 6.94444vw;
        width: 86.1111vw
    }
}

@media (min-width:1439px) {
    .three-column-slider-d-container .three-col-d .swiper {
        margin-left: 11.4583vw;
        margin-right: 11.4583vw;
        width: 77.0833vw
    }
}

.three-column-slider-d-container .three-col-d .swiper .swiper-wrapper {
    height: unset
}

.three-column-slider-d-container .three-col-d .swiper .swiper-wrapper .swiper-slide {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    height: auto;
    position: relative;
    width: 70.2128vw
}

@media (min-width:767px) {
    .three-column-slider-d-container .three-col-d .swiper .swiper-wrapper .swiper-slide {
        width: 35.8025vw
    }
}

@media (min-width:1079px) {
    .three-column-slider-d-container .three-col-d .swiper .swiper-wrapper .swiper-slide {
        margin-right: 30px;
        width: 26.8519vw
    }
}

@media (min-width:1439px) {
    .three-column-slider-d-container .three-col-d .swiper .swiper-wrapper .swiper-slide {
        width: 24.3056vw
    }
}

.three-column-slider-d-container .three-col-d .swiper .swiper-wrapper .swiper-slide .item-link {
    display: block;
    height: 100%
}

.three-column-slider-d-container .three-col-d .swiper .swiper-wrapper .swiper-slide .item-link .border-col {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 40, 40, var(--tw-bg-opacity));
    height: 4px;
    width: 100%
}

.three-column-slider-d-container .three-col-d .swiper .swiper-wrapper .swiper-slide .item-link .new-card {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 16px;
    padding: 4px 8px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0
}

.three-column-slider-d-container .three-col-d .swiper .swiper-wrapper .swiper-slide .item-link .new-origin {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 138, 33, var(--tw-bg-opacity));
    height: 20px
}

@media (min-width:1439px) {
    .three-column-slider-d-container .three-col-d .swiper .swiper-wrapper .swiper-slide .item-link .new-origin {
        height: 24px
    }
}

.three-column-slider-d-container .three-col-d .swiper .swiper-wrapper .swiper-slide .item-link .new-green {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 158, 73, var(--tw-bg-opacity));
    height: 24px
}

.three-column-slider-d-container .three-col-d .swiper .swiper-wrapper .swiper-slide .item-link .Video {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 16px;
    margin: 24px 6.383vw 12px;
    text-transform: uppercase
}

@media (min-width:767px) {
    .three-column-slider-d-container .three-col-d .swiper .swiper-wrapper .swiper-slide .item-link .Video {
        margin: 4.94vw 3.71vw 1.49vw
    }
}

@media (min-width:1079px) {
    .three-column-slider-d-container .three-col-d .swiper .swiper-wrapper .swiper-slide .item-link .Video {
        margin: 3.71vw 2.78vw 1.12vw
    }
}

@media (min-width:1439px) {
    .three-column-slider-d-container .three-col-d .swiper .swiper-wrapper .swiper-slide .item-link .Video {
        margin-bottom: .84vw;
        margin-left: 2.09vw;
        margin-top: 2.78vw
    }
}

.three-column-slider-d-container .three-col-d .swiper .swiper-wrapper .swiper-slide .item-link .slider-icon {
    display: block;
    height: 48px;
    margin-bottom: 12px;
    margin-left: 6.383vw;
    width: 48px
}

@media (min-width:767px) {
    .three-column-slider-d-container .three-col-d .swiper .swiper-wrapper .swiper-slide .item-link .slider-icon {
        margin-bottom: 1.49vw;
        margin-left: 3.71vw
    }
}

@media (min-width:1079px) {
    .three-column-slider-d-container .three-col-d .swiper .swiper-wrapper .swiper-slide .item-link .slider-icon {
        margin-bottom: 1.12vw;
        margin-left: 2.78vw
    }
}

@media (min-width:1439px) {
    .three-column-slider-d-container .three-col-d .swiper .swiper-wrapper .swiper-slide .item-link .slider-icon {
        margin-bottom: .84vw;
        margin-left: 2.09vw
    }
}

.three-column-slider-d-container .three-col-d .swiper .swiper-wrapper .swiper-slide .item-link .slider-icon span {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    font-size: 48px
}

.three-column-slider-d-container .three-col-d .swiper .swiper-wrapper .swiper-slide .item-link .slider-icon img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.three-column-slider-d-container .three-col-d .swiper .swiper-wrapper .swiper-slide .item-link h5 {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 8px;
    margin-left: 6.383vw;
    margin-right: 6.383vw
}

@media (min-width:767px) {
    .three-column-slider-d-container .three-col-d .swiper .swiper-wrapper .swiper-slide .item-link h5 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: .99vw;
        margin-left: 3.71vw;
        margin-right: 3.71vw
    }
}

@media (min-width:1079px) {
    .three-column-slider-d-container .three-col-d .swiper .swiper-wrapper .swiper-slide .item-link h5 {
        margin-bottom: .741vw;
        margin-left: 2.78vw;
        margin-right: 2.78vw
    }
}

@media (min-width:1439px) {
    .three-column-slider-d-container .three-col-d .swiper .swiper-wrapper .swiper-slide .item-link h5 {
        margin-bottom: .84vw;
        margin-left: 2.09vw;
        margin-right: 2.09vw
    }
}

.three-column-slider-d-container .three-col-d .swiper .swiper-wrapper .swiper-slide .item-link .body2 {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 72px;
    margin-left: 6.383vw;
    margin-right: 6.383vw
}

@media (min-width:767px) {
    .three-column-slider-d-container .three-col-d .swiper .swiper-wrapper .swiper-slide .item-link .body2 {
        font-size: 16px;
        margin-bottom: 88px;
        margin-left: 3.71vw;
        margin-right: 3.71vw
    }
}

@media (min-width:1079px) {
    .three-column-slider-d-container .three-col-d .swiper .swiper-wrapper .swiper-slide .item-link .body2 {
        margin-bottom: 40px;
        margin-left: 2.78vw;
        margin-right: 2.78vw
    }
}

@media (min-width:1439px) {
    .three-column-slider-d-container .three-col-d .swiper .swiper-wrapper .swiper-slide .item-link .body2 {
        margin-bottom: 64px;
        margin-left: 2.09vw
    }
}

.three-column-slider-d-container .three-col-d .swiper .swiper-wrapper .swiper-slide:hover {
    background-color: #fff;
    box-shadow: 0 0 16px #00000026
}

.three-column-slider-d-container .three-col-d .swiper .swiper-wrapper .card-list-item-content-width {
    background-color: #f5f5f5;
    width: calc(100% - 70.2128vw - 24px)
}

@media (min-width:767px) {
    .three-column-slider-d-container .three-col-d .swiper .swiper-wrapper .card-list-item-content-width {
        width: calc(100% - 35.8025vw - 30px)
    }
}

@media (min-width:1079px) {
    .three-column-slider-d-container .three-col-d .swiper .swiper-wrapper .card-list-item-content-width {
        width: calc(100% - 29.6296vw - 30px)
    }
}

@media (min-width:1439px) {
    .three-column-slider-d-container .three-col-d .swiper .swiper-wrapper .card-list-item-content-width {
        width: calc(100% - 26.3889vw - 30px)
    }
}

.three-column-slider-d-container .three-col-d .swiper .swiper-wrapper .card-list-item-content-width:hover {
    background-color: unset;
    box-shadow: none
}

.three-column-slider-d-container .three-col-d .swiper .swiper-wrapper .blank-card {
    display: none
}

@media (min-width:1079px) {
    .three-column-slider-d-container .three-col-d .swiper .swiper-wrapper .blank-card {
        display: block
    }
}

.three-column-slider-d-container .three-col-d .swiper .swiper-bottom {
    margin-top: 24px;
    text-align: center
}

@media (min-width:767px) {
    .three-column-slider-d-container .three-col-d .swiper .swiper-bottom {
        margin-bottom: 10px;
        margin-top: 32px;
        text-align: left
    }
}

.three-column-slider-d-container .three-col-d .swiper .swiper-bottom .button-warpper {
    display: none
}

@media (min-width:767px) {
    .three-column-slider-d-container .three-col-d .swiper .swiper-bottom .button-warpper {
        display: inline-block;
        left: -10px;
        position: relative;
        width: 120px
    }
}

.three-column-slider-d-container .three-col-d .swiper .swiper-bottom .button-warpper .item-button {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    border-style: solid;
    border-width: 1px;
    height: 36px;
    width: 36px
}

.three-column-slider-d-container .three-col-d .swiper .swiper-bottom .button-warpper .swiper-button-prev {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity))
}

.three-column-slider-d-container .three-col-d .swiper .swiper-bottom .button-warpper .swiper-button-prev:after {
    content: normal
}

.three-column-slider-d-container .three-col-d .swiper .swiper-bottom .button-warpper .swiper-button-prev:before {
    font-size: 24px
}

.three-column-slider-d-container .three-col-d .swiper .swiper-bottom .button-warpper .swiper-button-next {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity))
}

.three-column-slider-d-container .three-col-d .swiper .swiper-bottom .button-warpper .swiper-button-next:after {
    content: normal
}

.three-column-slider-d-container .three-col-d .swiper .swiper-bottom .button-warpper .swiper-button-next:before {
    font-size: 24px
}

.three-column-slider-d-container .three-col-d .swiper .swiper-bottom .button-warpper .swiper-button-next:hover,
.three-column-slider-d-container .three-col-d .swiper .swiper-bottom .button-warpper .swiper-button-prev:hover {
    border-color: #d62828;
    color: #d62828
}

.three-column-slider-d-container .three-col-d .swiper .swiper-bottom .button-warpper .swiper-button-next:focus-visible,
.three-column-slider-d-container .three-col-d .swiper .swiper-bottom .button-warpper .swiper-button-prev:focus-visible {
    box-shadow: 0 0 5px #00b0e1;
    outline: 3px solid #00b0e1
}

.three-column-slider-d-container .three-col-d .swiper .swiper-bottom .text-cta .text-bottom-link {
    display: unset
}

.three-column-slider-d-container .three-col-d .swiper .swiper-bottom .text-cta span {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 24px
}

html[lang=zh] .three-column-slider-d-container .three-col-d .swiper .swiper-wrapper .item-link .Video,
html[lang=zh] .three-column-slider-d-container .three-col-d .swiper .swiper-wrapper .item-link .new-card,
html[lang=zh] .three-column-slider-d-container .three-col-d .swiper .swiper-wrapper .item-link h5,
html[lang=zh] .three-column-slider-d-container .three-col-d .swiper .swiper-wrapper .item-link h5 .body2,
html[lang=zh] .three-column-slider-d-container .three-col-d .three-col-heading .boay2,
html[lang=zh] .three-column-slider-d-container .three-col-d .three-col-heading .body1,
html[lang=zh] .three-column-slider-d-container .three-col-d .three-col-heading .label,
html[lang=zh] .three-column-slider-d-container .three-col-d .three-col-heading h2 {
    font-family: NotoSansSC Regular, sans-serif
}

.accreditation-container .stt-common-filters {
    margin-bottom: 24px
}

@media (min-width:767px) {
    .accreditation-container .stt-common-filters {
        margin-bottom: 32px
    }
}

@media (min-width:1079px) {
    .accreditation-container .stt-common-filters {
        margin-bottom: 40px
    }
}

.accreditation-container .card-list {
    row-gap: 0
}

@media (min-width:767px) {
    .accreditation-container .card-list {
        row-gap: 30px
    }
}

.accreditation-container .card-list-item {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    margin-bottom: 24px
}

@media (min-width:767px) {
    .accreditation-container .card-list-item {
        margin-bottom: 0
    }
}

.accreditation-container .our-people-card-container-content .block-views-blockaccreditation-tab-content-awards {
    display: none
}

.accreditation-container .our-people-card-container-content .our-people-card .card-list-item img {
    height: 38.2979vw
}

@media (min-width:767px) {
    .accreditation-container .our-people-card-container-content .our-people-card .card-list-item img {
        height: 24.6914vw;
        object-fit: cover
    }
}

@media (min-width:1079px) {
    .accreditation-container .our-people-card-container-content .our-people-card .card-list-item img {
        height: 168px
    }
}

@media (min-width:1439px) {
    .accreditation-container .our-people-card-container-content .our-people-card .card-list-item img {
        height: 200px
    }
}

@media (min-width:767px) {
    .accreditation-container .our-people-card-container-content .our-people-card .card-list-item-content .label2 {
        padding-bottom: 16px
    }
}

.accreditation-container .stt_awards_description {
    margin-bottom: 24px
}

@media (min-width:767px) {
    .accreditation-container .stt_awards_description {
        margin-bottom: 32px
    }
}

@media (min-width:1079px) {
    .accreditation-container .stt_awards_description {
        margin-bottom: 40px
    }
}

.accreditation-container .stt_awards_description .body1,
.accreditation-container .stt_awards_description h2 {
    padding-top: 16px
}

.accreditation-container .stt_awards_description .label2 {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.block-views-exposed-filter-blockaccreditation-tab-content-awards,
.block-views-exposed-filter-blockaccreditation-tab-content-certification .stt_filters .stt_filters-right {
    display: none
}

.stt_article {
    background: none;
    display: flex;
    flex-direction: column;
    font-family: Lato, sans-serif;
    gap: 30px;
    margin-top: 64px;
    padding-left: 6.383vw;
    padding-right: 6.383vw
}

@media (min-width:767px) {
    .stt_article {
        margin-top: 72px;
        padding: 0 7.40741vw
    }
}

@media (min-width:1079px) {
    .stt_article {
        flex-direction: row;
        margin-top: 80px;
        padding-left: 6.944vw;
        padding-right: 6.944vw
    }
}

@media (min-width:1439px) {
    .stt_article {
        padding-left: 11.4583vw;
        padding-right: 11.4583vw
    }
}

.stt_article_main {
    order: 1;
    width: 100%
}
.stt_article_main.hideSidebar{
	padding-bottom: 60px;
}
@media (min-width:1079px) {
    .stt_article_main {
        flex-basis: 53.7037vw;
        order: unset
    }
}

@media (min-width:1439px) {
    .stt_article_main {
        flex-basis: 48.6111vw
    }
}

.stt_article_main .caption {
    display: block
}

.stt_article_sidebar_left {
    display: none
}

@media (min-width:1079px) {
    .stt_article_sidebar_left {
        display: block;
        flex-basis: 7.40741vw
    }
}

@media (min-width:1439px) {
    .stt_article_sidebar_left {
        flex-basis: 6.59722vw
    }
}

.stt_article_publish_date {
    display: block;
    margin-top: 24px
}

@media (min-width:1079px) {
    .stt_article_publish_date {
        display: none
    }
}

.stt_article_sidebar_right {
    order: 2
}

@media (min-width:1079px) {
    .stt_article_sidebar_right {
        flex-basis: 19.4444vw;
        order: unset;
        padding-top: 40px
    }
}

@media (min-width:1439px) {
    .stt_article_sidebar_right {
        flex-basis: 17.7083vw
    }
}

.stt_article_lastest {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    box-shadow: 0 0 16px #00000026;
    margin-bottom: 64px;
    padding: 40px 24px
}

@media (min-width:767px) {
    .stt_article_lastest {
        margin-bottom: 72px
    }
}

@media (min-width:1079px) {
    .stt_article_lastest {
        margin-bottom: 0
    }
}

@media (min-width:1439px) {
    .stt_article_lastest {
        padding: 40px 30px
    }
}

.stt_article_lastest h4:after {
    background-image: linear-gradient(90deg, #d62828, #d6282800);
    content: "";
    display: block;
    height: 4px;
    margin-bottom: 24px;
    margin-top: 16px
}

.stt_article_lastest .label2 {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    text-transform: uppercase
}

.stt_article_lastest h5 {
    margin-top: 16px
}

.stt_article_lastest h5:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.stt_article_lastest .note2 {
    margin-bottom: 16px;
    margin-top: 16px
}

.stt_article_lastest_item:not(:first-of-type) {
    --tw-text-opacity: 1;
    border-top-width: 1px;
    color: rgba(210, 210, 210, var(--tw-text-opacity));
    padding-top: 16px
}

.stt_article_lastest_item:last-of-type .note2 {
    margin-bottom: 0
}

.stt_article_profile {
    display: flex;
    flex-direction: column;
    margin-top: 40px
}

@media (min-width:767px) {
    .stt_article_profile {
        flex-direction: row;
        justify-content: space-between;
        margin-top: 24px
    }
}

@media (min-width:1079px) {
    .stt_article_profile {
        margin-top: 40px
    }
}

.stt_basicpage {
    display: flex;
    justify-content: center;
    padding-left: 6.383vw;
    padding-right: 6.383vw
}

@media (min-width:767px) {
    .stt_basicpage {
        padding: 0 7.40741vw
    }
}

@media (min-width:1079px) {
    .stt_basicpage {
        padding: 0 14.3519vw
    }
}

@media (min-width:1439px) {
    .stt_basicpage {
        padding: 0 18.0556vw
    }
}

.stt_basicpage_main {
    width: 100%
}

.stt_basicpage .author-profile {
    margin-bottom: 40px
}

.video-wrapper {
    background-image: url(https://picsum.photos/182/320?random=2)
}

.video-wrapper .video-box {
    padding: 64px 6.383vw
}

@media (min-width:767px) {
    .video-wrapper .video-box {
        padding: 72px 7.4074vw
    }
}

@media (min-width:1079px) {
    .video-wrapper .video-box {
        display: flex;
        padding: 80px 6.94444vw 0
    }
}

@media (min-width:1439px) {
    .video-wrapper .video-box {
        padding-left: 11.4583vw;
        padding-right: 11.4583vw
    }
}

.video-wrapper .video-box .video-text {
    margin-bottom: 40px
}

@media (min-width:1079px) {
    .video-wrapper .video-box .video-text {
        margin-bottom: 0;
        margin-right: 30px;
        max-width: 26.8519vw
    }
}

@media (min-width:1439px) {
    .video-wrapper .video-box .video-text {
        max-width: 24.3056vw
    }
}

.video-wrapper .video-box .video-text .label {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    display: block;
    font-family: Lato, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 16px;
    margin-bottom: 16px;
    text-align: center
}

@media (min-width:767px) {
    .video-wrapper .video-box .video-text .label {
        text-align: left
    }
}

.video-wrapper .video-box .video-text h2 {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 36px;
    margin-bottom: 16px;
    text-align: center
}

@media (min-width:767px) {
    .video-wrapper .video-box .video-text h2 {
        font-size: 38px;
        line-height: 44px;
        text-align: left
    }
}

@media (min-width:1079px) {
    .video-wrapper .video-box .video-text h2 {
        font-size: 50px;
        line-height: 54px;
        margin-bottom: 24px
    }
}

.video-wrapper .video-box .video-text .body1 {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    text-align: center
}

@media (min-width:767px) {
    .video-wrapper .video-box .video-text .body1 {
        font-size: 20px;
        line-height: 32px;
        text-align: left
    }
}

@media (min-width:1079px) {
    .video-wrapper .video-box .video-text .body1 {
        margin-bottom: 208px
    }
}

@media (min-width:1439px) {
    .video-wrapper .video-box .video-text .body1 {
        margin-bottom: 308px
    }
}

.video-wrapper .video-box .video-content iframe {
    height: 48.9362vw;
    width: 87.234vw
}

@media (min-width:767px) {
    .video-wrapper .video-box .video-content iframe {
        height: 48.642vw;
        width: 85.1852vw
    }
}

@media (min-width:1079px) {
    .video-wrapper .video-box .video-content iframe {
        height: 32.4074vw;
        width: 56.4815vw
    }
}

@media (min-width:1439px) {
    .video-wrapper .video-box .video-content iframe {
        height: 29.0278vw;
        width: 50.6944vw
    }
}

.video-wrapper .video-box .video-content .video-content-text {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
    margin-top: 16px;
    text-align: center
}

@media (min-width:767px) {
    .video-wrapper .video-box .video-content .video-content-text {
        text-align: left
    }
}

@media (min-width:1079px) {
    .video-wrapper .video-box .video-content .video-content-text {
        margin-bottom: 80px
    }
}

.three-people-slider .container {
    max-width: unset;
    padding-bottom: 48px
}

@media (min-width:767px) {
    .three-people-slider .container {
        padding-bottom: 72px;
        padding-left: calc(7.40741vw - 16px);
        padding-right: calc(7.40741vw - 16px)
    }
}

@media (min-width:1079px) {
    .three-people-slider .container {
        padding-bottom: 80px;
        padding-left: calc(6.94444vw - 16px);
        padding-right: calc(6.94444vw - 16px)
    }
}

@media (min-width:1439px) {
    .three-people-slider .container {
        padding-left: calc(11.4583vw - 16px);
        padding-right: calc(11.4583vw - 16px)
    }
}

.three-people-slider .container .content {
    position: relative
}

.three-people-slider .container .content .desc {
    padding-bottom: 24px;
    padding-left: 6.383vw;
    padding-right: 6.383vw
}

@media (min-width:767px) {
    .three-people-slider .container .content .desc {
        padding-left: 16px;
        padding-right: 16px
    }
}

.three-people-slider .container .content .desc .body1,
.three-people-slider .container .content .desc .label2,
.three-people-slider .container .content .desc .title {
    padding-bottom: 16px
}

.three-people-slider .container .content .desc .label2 {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    text-transform: uppercase
}

.three-people-slider .container .content .card-list {
    padding-bottom: 16px;
    padding-left: 6.383vw;
    padding-right: 6.383vw
}

@media (min-width:767px) {
    .three-people-slider .container .content .card-list {
        padding-bottom: 32px;
        padding-left: 16px;
        padding-right: 16px
    }
}

.three-people-slider .container .content .card-list-item {
    height: fit-content
}

.three-people-slider .container .content .card-list-item-content {
    --tw-shadow: 0 0 16px 0 #00000026;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    margin-right: 24px;
    position: relative;
    width: 63.8298vw
}

@media (min-width:767px) {
    .three-people-slider .container .content .card-list-item-content {
        margin-right: 30px;
        width: 40.7407vw
    }
}

@media (min-width:1079px) {
    .three-people-slider .container .content .card-list-item-content {
        margin-right: 50px;
        width: 25.5556vw
    }
}

@media (min-width:1439px) {
    .three-people-slider .container .content .card-list-item-content {
        margin-right: 65px;
        width: 22.6389vw
    }
}

.three-people-slider .container .content .card-list-item-content:last-child {
    margin-right: 0
}

.three-people-slider .container .content .card-list-item-content .img-block {
    position: relative
}

.three-people-slider .container .content .card-list-item-content .img-block img {
    height: 168px;
    object-fit: cover;
    width: 100%
}

@media (min-width:767px) {
    .three-people-slider .container .content .card-list-item-content .img-block img {
        height: 236px
    }
}

@media (min-width:1079px) {
    .three-people-slider .container .content .card-list-item-content .img-block img {
        height: 196px
    }
}

@media (min-width:1439px) {
    .three-people-slider .container .content .card-list-item-content .img-block img {
        height: 232px
    }
}

.three-people-slider .container .content .card-list-item-content .img-block a {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    align-items: center;
    background-color: rgba(214, 40, 40, var(--tw-bg-opacity));
    bottom: 0;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    display: flex;
    font-size: 24px;
    height: 32px;
    justify-content: center;
    position: absolute;
    right: 0;
    width: 32px
}

@media (min-width:767px) {
    .three-people-slider .container .content .card-list-item-content .img-block a {
        height: 40px;
        width: 40px
    }
}

.three-people-slider .container .content .card-list-item-content .desc {
    padding: 24px;
    position: relative
}

@media (min-width:767px) {
    .three-people-slider .container .content .card-list-item-content .desc {
        padding-bottom: 32px;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width:1079px) {
    .three-people-slider .container .content .card-list-item-content .desc {
        padding-bottom: 40px;
        padding-top: 32px
    }
}

.three-people-slider .container .content .card-list-item-content .desc .label2,
.three-people-slider .container .content .card-list-item-content .desc h4 {
    padding-bottom: 8px
}

@media (min-width:767px) {

    .three-people-slider .container .content .card-list-item-content .desc .label2,
    .three-people-slider .container .content .card-list-item-content .desc h4 {
        padding-bottom: 16px
    }
}

.three-people-slider .container .content .card-list-item-content .desc .body2 {
    bottom: 20px;
    position: absolute
}

@media (min-width:767px) {
    .three-people-slider .container .content .card-list-item-content .desc .body2 {
        bottom: 40px
    }
}

.three-people-slider .container .content .card-list-item-content:hover {
    transition: transform .25s
}

.three-people-slider .container .content .card-list-item-content:hover:before {
    --tw-bg-opacity: 1;
    animation: animate .5s ease-out;
    background-color: rgba(214, 40, 40, var(--tw-bg-opacity));
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99
}

.three-people-slider .container .content .card-list-item-content .card-list-item-template {
    display: none
}

.three-people-slider .container .content .card-list-item .card-list-item-content-width {
    width: calc(100% - 63.8298vw - 24px)
}

@media (min-width:767px) {
    .three-people-slider .container .content .card-list-item .card-list-item-content-width {
        width: calc(100% - 40.7407vw - 30px)
    }
}

@media (min-width:1079px) {
    .three-people-slider .container .content .card-list-item .card-list-item-content-width {
        width: calc(100% - 25.5556vw - 50px)
    }
}

@media (min-width:1439px) {
    .three-people-slider .container .content .card-list-item .card-list-item-content-width {
        width: calc(100% - 22.6389vw - 65px)
    }
}

.three-people-slider .container .content .swiper-btn {
    display: none;
    padding-left: 16px
}

@media (min-width:767px) {
    .three-people-slider .container .content .swiper-btn {
        display: flex
    }
}

.three-people-slider .container .content .swiper-btn .swiper-button-next,
.three-people-slider .container .content .swiper-btn .swiper-button-prev {
    --tw-border-opacity: 1;
    --tw-text-opacity: 1;
    border-color: rgba(90, 90, 90, var(--tw-border-opacity));
    border-width: 1px;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-size: 24px;
    height: 36px;
    margin-top: 0;
    width: 36px
}

.three-people-slider .container .content .swiper-btn .swiper-button-next:hover,
.three-people-slider .container .content .swiper-btn .swiper-button-prev:hover {
    --tw-border-opacity: 1;
    --tw-text-opacity: 1;
    border-color: rgba(214, 40, 40, var(--tw-border-opacity));
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.three-people-slider .container .content .swiper-btn .swiper-button-next,
.three-people-slider .container .content .swiper-btn .swiper-button-prev {
    position: unset
}

.three-people-slider .container .content .swiper-btn .swiper-button-next:after,
.three-people-slider .container .content .swiper-btn .swiper-button-prev:after {
    content: unset
}

.three-people-slider .container .content .swiper-btn .swiper-button-next {
    margin-left: 24px
}

.sitemap .container {
    padding-left: 6.383vw;
    padding-right: 6.383vw
}

@media (min-width:767px) {
    .sitemap .container {
        max-width: unset;
        padding-left: 7.4074vw;
        padding-right: 7.4074vw
    }
}

@media (min-width:1079px) {
    .sitemap .container {
        padding-left: 6.94444vw;
        padding-right: 6.94444vw
    }
}

@media (min-width:1439px) {
    .sitemap .container {
        padding-left: 11.4583vw;
        padding-right: 11.4583vw
    }
}

.sitemap .container .content h2 {
    padding-bottom: 40px
}

@media (min-width:767px) {
    .sitemap .container .content .sitemap-list {
        column-gap: 30px;
        display: flex;
        flex-wrap: wrap
    }
}

.sitemap .container .content .sitemap-list-item {
    padding-top: 40px
}

.sitemap .container .content .sitemap-list-item:nth-child(-n+1) {
    padding-top: 0
}

@media (min-width:767px) {
    .sitemap .container .content .sitemap-list-item {
        width: calc(50% - 15px)
    }

    .sitemap .container .content .sitemap-list-item:nth-child(-n+2) {
        padding-top: 0
    }
}

@media (min-width:1079px) {
    .sitemap .container .content .sitemap-list-item {
        width: calc(33.3333% - 20px)
    }

    .sitemap .container .content .sitemap-list-item:nth-child(-n+3) {
        padding-top: 0
    }
}

.sitemap .container .content .sitemap-list-item .text {
    padding-top: 16px
}

.sitemap .container .content .sitemap-list-item .text:last-child {
    padding-bottom: 0
}

.sitemap .container .content .sitemap-list-item .text a:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity))
}

.filter-three-col-card .filter-three-col-c-container .stt-mobile-tab {
    padding-left: 6.383vw;
    padding-right: 6.383vw
}

@media (min-width:1439px) {
    .filter-three-col-card .filter-three-col-c-container .stt-mobile-tab {
        padding-left: 0;
        padding-right: 0
    }
}

.filter-three-col-card .filter-three-col-c-container .tab .tabitem {
    font-family: Lato, sans-serif;
    font-weight: 700
}

.filter-three-col-card .filter-three-col-c-container .tab .active {
    color: #e02a2a
}

.filter-three-col-card .filter-three-col-c-container .three-col-cadr {
    display: none
}

.filter-three-col-card .filter-three-col-c-container .three-col-cadr .four-card .desc {
    padding-bottom: 40px;
    padding-left: 6.383vw;
    padding-right: 6.383vw;
    text-align: center
}

@media (min-width:767px) {
    .filter-three-col-card .filter-three-col-c-container .three-col-cadr .four-card .desc {
        padding-left: 7.4074vw;
        padding-right: 7.4074vw;
        text-align: left
    }
}

@media (min-width:1079px) {
    .filter-three-col-card .filter-three-col-c-container .three-col-cadr .four-card .desc {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        text-align: left
    }
}

.filter-three-col-card .filter-three-col-c-container .three-col-cadr .four-card .desc .label2 {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    margin-bottom: 16px
}

@media (min-width:767px) {
    .filter-three-col-card .filter-three-col-c-container .three-col-cadr .four-card .desc .label2 {
        max-width: 510px
    }
}

@media (min-width:1079px) {
    .filter-three-col-card .filter-three-col-c-container .three-col-cadr .four-card .desc .label2 {
        max-width: 530px
    }
}

@media (min-width:1439px) {
    .filter-three-col-card .filter-three-col-c-container .three-col-cadr .four-card .desc .label2 {
        max-width: 635px
    }
}

.filter-three-col-card .filter-three-col-c-container .three-col-cadr .four-card .desc h2 {
    margin-bottom: 16px
}

@media (min-width:767px) {
    .filter-three-col-card .filter-three-col-c-container .three-col-cadr .four-card .desc h2 {
        font-size: 38px;
        letter-spacing: 1px;
        line-height: 44px;
        max-width: 510px;
        word-break: unset
    }
}

@media (min-width:1079px) {
    .filter-three-col-card .filter-three-col-c-container .three-col-cadr .four-card .desc h2 {
        font-size: 46px;
        letter-spacing: 1px;
        line-height: 54px;
        margin-bottom: 24px;
        max-width: 610px
    }
}

@media (min-width:1439px) {
    .filter-three-col-card .filter-three-col-c-container .three-col-cadr .four-card .desc h2 {
        font-size: 50px;
        max-width: 730px
    }
}

@media (min-width:767px) {
    .filter-three-col-card .filter-three-col-c-container .three-col-cadr .four-card .desc .body1 {
        max-width: 510px
    }
}

@media (min-width:1079px) {
    .filter-three-col-card .filter-three-col-c-container .three-col-cadr .four-card .desc .body1 {
        max-width: 510px
    }
}

@media (min-width:1439px) {
    .filter-three-col-card .filter-three-col-c-container .three-col-cadr .four-card .desc .body1 {
        max-width: 635px
    }
}

.filter-three-col-card .filter-three-col-c-container .three-col-cadr .four-card .icon-list {
    margin-left: 6.383vw
}

@media (min-width:767px) {
    .filter-three-col-card .filter-three-col-c-container .three-col-cadr .four-card .icon-list {
        margin-left: 7.4074vw
    }
}

@media (min-width:1079px) {
    .filter-three-col-card .filter-three-col-c-container .three-col-cadr .four-card .icon-list {
        margin-left: 0
    }
}

.filter-three-col-card .filter-three-col-c-container .three-col-cadr .four-card .icon-list .content .icon-item {
    margin-left: 0;
    margin-right: 24px
}

@media (min-width:1079px) {
    .filter-three-col-card .filter-three-col-c-container .three-col-cadr .four-card .icon-list .content .icon-item {
        margin-right: 0
    }

    .filter-three-col-card .filter-three-col-c-container .three-col-cadr .four-card .icon-list .content .card-list-item-content-width {
        display: none
    }
}

.filter-three-col-card .filter-three-col-c-container .active {
    display: block
}

.stt_stackCard {
    display: flex;
    flex-direction: column
}

@media (min-width:1079px) {
    .stt_stackCard {
        flex-direction: row;
        max-height: 100vh
    }
}

.stt_stackCard-img {
    height: 100vw;
    width: 100%
}

@media (min-width:767px) {
    .stt_stackCard-img {
        height: 456px
    }
}

@media (min-width:1079px) {
    .stt_stackCard-img {
        height: auto;
        width: 50%
    }
}

.stt_stackCard-img img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.stt_stackCard-content-wrapper {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    overflow: hidden;
    position: relative;
    width: 100%
}

@media (min-width:1079px) {
    .stt_stackCard-content-wrapper {
        width: 50%
    }
}

.stt_stackCard-content-wrapper .btn-Primary:after {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    content: "";
    display: inline-block;
    font-family: stt !important;
    font-size: 24px;
    margin-left: 8px;
    transition: transform .35s ease-in-out;
    vertical-align: bottom
}

.stt_stackCard-content-wrapper .btn-Primary:hover {
    cursor: pointer
}

.stt_stackCard-content-wrapper .btn-Primary:hover:after {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    transform: translateX(8px);
    transition: transform .35s ease-in-out
}

.stt_stackCard-label2 {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    margin-bottom: 16px;
    text-transform: uppercase
}

.stt_stackCard-h2 {
    margin-bottom: 16px
}

.stt_stackCard-title {
    --tw-text-opacity: 1;
    color: rgba(165, 165, 165, var(--tw-text-opacity));
    margin-bottom: 24px
}

@media (min-width:1079px) {
    .stt_stackCard-title {
        margin-bottom: 32px
    }
}

.stt_stackCard-location {
    --tw-text-opacity: 1;
    color: rgba(165, 165, 165, var(--tw-text-opacity));
    display: flex;
    margin-bottom: 16px
}

.stt_stackCard-location .icon-location {
    font-size: 24px;
    margin-right: 8px
}

.stt_stackCard-location .note2 {
    line-height: 24px
}

.stt_stackCard .slide-in {
    animation: slide-in .5s forwards;
    position: relative
}

.stt_stackCard .slide-out {
    animation: slide-out .5s forwards;
    position: absolute
}

@keyframes slide-in {
    0% {
        transform: translateX(100%)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes slide-out {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(100%)
    }
}

.stt_stackCard-content-1 {
    height: 100%;
    padding: 40px 24px
}

@media (min-width:767px) {
    .stt_stackCard-content-1 {
        padding: 40px 7.40741vw
    }
}

@media (min-width:1079px) {
    .stt_stackCard-content-1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 80px 50px
    }
}

@media (min-width:1439px) {
    .stt_stackCard-content-1 {
        padding: 30px 65px
    }
}

.stt_stackCard-content-2 {
    height: 100%;
    padding: 40px 24px;
    position: absolute;
    transform: translateX(100%)
}

@media (min-width:767px) {
    .stt_stackCard-content-2 {
        padding: 40px 7.40741vw
    }
}

@media (min-width:1079px) {
    .stt_stackCard-content-2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 30px 50px
    }
}

@media (min-width:1439px) {
    .stt_stackCard-content-2 {
        padding: 30px 65px
    }
}

.stt_stackCard-content-2 .icon-chevron-left {
    font-size: 22px
}

.stt_stackCard-content-2-title {
    --tw-border-opacity: 1;
    align-items: center;
    border-bottom-width: 1px;
    border-color: rgba(210, 210, 210, var(--tw-border-opacity));
    display: flex;
    margin-bottom: 16px;
    padding-bottom: 16px
}

@media (min-width:767px) {
    .stt_stackCard-content-2-title {
        margin-bottom: 24px;
        padding-bottom: 24px
    }
}

.stt_stackCard-content-2-title .icon-chevron-left {
    margin-right: 8px
}

@media (min-width:1079px) {
    .stt_stackCard-right .stt_stackCard-img {
        order: 2
    }

    .stt_stackCard-right .stt_stackCard-content-wrapper {
        order: 1
    }
}

.stt_stackCard-right .slide-in {
    animation: slide-in-right .5s forwards;
    position: relative
}

.stt_stackCard-right .slide-out {
    animation: slide-out-right .5s forwards;
    left: 9999px;
    position: absolute
}

.stt_stackCard-right .stt_stackCard-content-2 {
    transform: translateX(-100%)
}

@keyframes slide-in-right {
    0% {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes slide-out-right {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

.html5-video-player a,
.html5-video-player a.ytp-impression-link {
    display: none !important;
}

.st-btn {
    margin-left: 1px;
}

.video-content {
    margin: 0 auto;
}

p.resources-video a {
    position: relative;
}

.video-wrapper .video-box {
    padding-top: 0px;
    padding-bottom: 45px;
}

p.resources-video a:before {
    content: '';
    position: absolute;
    background-image: url(https://sttgdc-prod.s3.ap-southeast-1.amazonaws.com/id-en/public/styles/medium/public/2022-06/icon-video.png?itok=FBmvTc0e);
    width: 56px;
    height: 56px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.card-list-item-content p.resources-video a:before {
    content: none;
    background-image: none;
}

@media (min-width: 1079px) .footer-sub-contact .footer-sub-flex .contact-text-ave {
    width: 36vw;
}

#edit-i-d-like-to-register-my-interest-for-a-tour-at-stt-jakarta-1+label {
    --tw-text-opacity: 1;
    color: rgba(90, 90, 90, var(--tw-text-opacity));
    font-family: Lato, sans-serif;
    font-size: 12px;
    line-height: 16px;
    vertical-align: middle;
}

.stt-form-container .stt-form-container-content .form-type-checkbox #edit-i-d-like-to-register-my-interest-for-a-tour-at-stt-jakarta-1:checked+label::before {
    --tw-text-opacity: 1;
    color: rgba(214, 40, 40, var(--tw-text-opacity));
    content: "";
    font-family: stt;
    font-size: 16px;
    margin-right: 8px;
}

.india {
    display: none;
}

body.in .global {
    display: none;
}

body.in .india {
    display: block;
}

html:lang(in) body.page-node-622 .swiper-btn {
    display: none !important;
}

body:not(.in) #st-1 .st-btn[data-network='whatsapp'] {
    display: none!important;
}

body.in #st-1 .st-btn[data-network='wechat'] {
    display: none!important;
}

/* change font size of the accrediation popup text */
.note2.accreditationBody {
    font-size: 14px;
}

@media (max-width: 1024px) {
    .masterhead-h1 {
        width: 100%;
    }
}

/* India news sidebar -> */
ul.h3-sidebar-list {
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    box-shadow: 0 0 16px #00000026;
    padding: 20px;
    list-style: none;
    margin-top: 30px;
    padding-left: 45px
}

.text-formatted ul.h3-sidebar-list li:before {
    content: none
}

.h3-sidebar-list li {
    /* padding-bottom: 15px;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 15px; */
    position: relative;
    padding-bottom: 15px;
    padding-top: 10px;
    display: flex;
    align-items: center;
}

.h3-sidebar-list li a {
    font-size: 16px;
}


/* .h3-sidebar-list li .article-timeline {
  position: relative;
} */

.h3-sidebar-list li .article-timeline::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #CBCBCB;
    left: -25px;
    border-radius: 50%;
    top: 40%;
}

.h3-sidebar-list li.active .article-timeline::before {
    background: #D62828;
}

.h3-sidebar-list li .article-timeline::after {
    content: '';
    position: absolute;
    background: #D2D2D2;
    height: 56%;
    width: 1px;
    left: -22px;
    top: 44px;
}

.h3-sidebar-list li:last-child .article-timeline::after {
    content: none;
}

.h3-sidebar-list li.active .article-timeline::after {
    background: #D62828;
}

.h3-sidebar-list li.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, rgba(216, 41, 41, 1) 0%, rgba(216, 41, 41, 1) 28%, rgba(255, 255, 255, 1) 77%);
}

.h3-sidebar-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.h3-sidebar-list.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
}

.h3-sidebar-list li.active a {
    color: #d62828;
}

.h3-sidebar-list {
    width: 12vw;
}
.stt_article_main.hideSidebar .sidebar   {
    display: none;
}

.stt_article_main .sidebar {
    position: absolute;
    left: 40px;
}

.body h3.sticky {
    position: fixed;
    top: 6%;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 25px 7.40741vw;
    border-bottom: 1px solid #ddd;
    z-index: 94035;
    box-shadow: 0 8px 16px #00000026;
    display: flex;
    justify-content: space-between;
}
/*.body h3.sticky .stt-icon {
    transform: rotate(90deg);
}*/

@media (max-width: 1024px) {
    .stt_article_main .sidebar {
        display: none;
    }
}
@media (max-width: 639px) {
    .stt_article_main .sidebar {
        display: block;
    } 
    .body h3.sticky {
        top: 55px;
    }
    #scroll-bar-tab {
        position: relative;
    }
    p#scroll-bar-tab::after {
        left: 38%;
        content: '';
        position: absolute;
        width: 46px;
        height: 4px;
        background: #C7C7C7;
        border-radius: 30px;
        text-align: center;
        top: -12px;
    }
    .body h3.sticky {
	    top: 55px;
	    padding: 15px 7.40741vw;
    }
    .stt_article_main .sidebar {
        bottom: 0;
        width: 100%;
        left: 0;
        top: auto;
    }
    .h3-sidebar-list.sticky {
        position: fixed;
        top: auto;
        bottom: 0;
        width: 100%;
        z-index: 99999;
    }
    .h3-sidebar-list li .article-timeline::after {
        content: none;
    }
    .h3-sidebar-list li .article-timeline::before{
        left: auto;
        right: 0;
    }
     .h3-sidebar-list li.active::after{
        content: none;
    }
}
/* India news sidebar <- */


/* font fix for h1 element to h2 style -> */
.stt_header {
    letter-spacing: 1px;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
}

@media (min-width: 767px) {
    .stt_header {
        font-size: 38px;
        line-height: 44px;
    }
}

@media (min-width: 1079px) {
    .stt_header {
        font-size: 46px;
        line-height: 54px;
    }
}

@media (min-width: 1439px) {
    .stt_header {
        font-size: 50px;
        line-height: 54px;
    }
}

@media screen and (max-width: 1078px)     {
    .stt-navbar-mobile-sub-content .stt-navbar-section-right-item h5   {
        font-size: 16px;
        line-height: 18px;
    }
}
/* font fix for h1 element to h2 style -< */


.fa-x-twitter {
    font-size:19px;
}

@media screen and (max-width: 1078px)     {
    .stt-navbar-mobile-sub-content .stt-navbar-section-right-item h5   {
        font-size: 16px;
        line-height: 18px;
    }
}



@font-face {
    font-family: NotoSansKR Regular;
    font-style: normal;
    font-weight: 400;
    src: url(NotoSansKR-Regular.ttf) format("truetype");
}

@font-face {
    font-family: NotoSansJP Regular;
    font-style: normal;
    font-weight: 400;
    src: url(NotoSansJP-Regular.ttf) format("truetype");
}

html[lang=zh] *:not([class*="icon-"]):not(.stt-button-next):not(.stt-button-prev):not(strong):not(strong *):not(b):not(b *):not(.subTitle) {
    font-family: NotoSansSC Regular, sans-serif !important;
}


html[lang=ko] *:not([class*="icon-"]):not(.stt-button-next):not(.stt-button-prev):not(strong):not(b):not(.subTitle)   {
    font-family: NotoSansKR Regular, sans-serif !important;
    word-break: auto-phrase;
}
html[lang=ko] strong:not([class*="icon-"]), html[lang=ko] b:not([class*="icon-"])   {
    font-family: NotoSansKR, sans-serif !important;
}


html[lang=ja] *:not(strong):not(b):not([class*="icon-"]):not(.stt-button-group .stt-button-next):not(.stt-button-group .stt-button-prev) {
    font-family: NotoSansJP Regular, sans-serif !important;
}
html[lang=ja] strong:not([class*="icon-"]), html[lang=ja] b:not([class*="icon-"])   {
    font-family: NotoSansJP, sans-serif !important;
}

@font-face {
    font-family: 'NotoSans-Regular';
    font-style: normal;
    font-weight: 400;
    src: url('NotoSans-Regular.ttf') format("truetype");
}
@font-face {
    font-family: 'NotoSans-Bold';
    font-style: normal;
    font-weight: 700;
    src: url('NotoSans-Bold.ttf') format("truetype");
}

html[lang=vi] *:not(strong):not(b):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not([class*="icon-"]):not(.stt-button-group .stt-button-next):not(.stt-button-group .stt-button-prev) {
    font-family: 'NotoSans-Regular', sans-serif !important;
}
html[lang=vi] h1:not([class*="icon-"]),
html[lang=vi] h2:not([class*="icon-"]),
html[lang=vi] h3:not([class*="icon-"]),
html[lang=vi] h4:not([class*="icon-"]),
html[lang=vi] h5:not([class*="icon-"]),
html[lang=vi] h6:not([class*="icon-"]),
html[lang=vi] strong:not([class*="icon-"]),
html[lang=vi] b:not([class*="icon-"])   {
    font-family: 'NotoSans-Bold', sans-serif !important;
}


/* Hide BOD tab in MY Leadership */
/* body.my-en .js-stt-ourpeople-tab .js-stt_tabitem:nth-of-type(2) {
    display: none;
} */
/* mobile */
/* body.my-en .js-stt-ourpeople-tab + .stt-mobile-tab {
    pointer-events: none;
} */
/* body.my-en .js-stt-ourpeople-tab + .stt-mobile-tab .icon-chevron-down-bold {
    display: none;
} */

/* Hide Certifications tab in MY Accreditation */
body.my-en .accreditation-tab .js-stt_tabitem:nth-of-type(1) {
    display: none;
}
body.my-en .accreditation-tab .js-stt_tabitem:nth-of-type(2) {
    --tw-border-opacity: 1;
    border-color: rgba(214, 40, 40, var(--tw-border-opacity));
    color: #e02a2a;
}
body.my-en .stt_awards_description_1 {
    display: none;
}
body.my-en .stt_awards_description_2 {
    display: block;
}
body.my-en  .block-views-blockaccreditation-tab-content-certification {
    display: none;
}
body.my-en  .block-views-blockaccreditation-tab-content-awards {
    display: block !important;
}
/* mobile */
body.my-en .accreditation-tab + .stt-mobile-tab {
    pointer-events: none;
}
body.my-en .accreditation-tab + .stt-mobile-tab .icon-chevron-down-bold {
    display: none;
}
/* hide tabs for my-en People/Accreditation */


/* hide EXECUTIVES tab for my-en */
/* body.my-en .js-stt-ourpeople-tab .js-stt_tabitem:nth-of-type(1) {
    display: none;
}
body.my-en .js-stt-ourpeople-tab .js-stt_tabitem:nth-of-type(2) {
    --tw-border-opacity: 1;
    border-color: rgba(214, 40, 40, var(--tw-border-opacity));
    color: #e02a2a;
}
body.my-en  .view-our-people-list.tab-content-1 {
    display: none !important;
}
body.my-en  .view-our-people-list.tab-content-2 {
    display: block !important;
}
body.my-en .js-stt-ourpeople-tab + .stt-mobile-tab {
    pointer-events: none;
}
body.my-en .js-stt-ourpeople-tab + .stt-mobile-tab .icon-chevron-down-bold {
    display: none;
} */
/* hide EXECUTIVES tab for my-en */


/* hide tabs for vn-en/vn-vn People/Accreditation */
body.vn-en .js-stt-ourpeople-tab .js-stt_tabitem:nth-of-type(2),
body.vn-vn .js-stt-ourpeople-tab .js-stt_tabitem:nth-of-type(2) {
    display: none;
}

body.vn-en .js-stt-ourpeople-tab + .stt-mobile-tab,
body.vn-vn .js-stt-ourpeople-tab + .stt-mobile-tab {
    pointer-events: none;
}

body.vn-en .js-stt-ourpeople-tab + .stt-mobile-tab .icon-chevron-down-bold,
body.vn-vn .js-stt-ourpeople-tab + .stt-mobile-tab .icon-chevron-down-bold {
    display: none;
}

body.vn-en .accreditation-tab .js-stt_tabitem:nth-of-type(1),
body.vn-vn .accreditation-tab .js-stt_tabitem:nth-of-type(1) {
    display: none;
}

body.vn-en .accreditation-tab .js-stt_tabitem:nth-of-type(2),
body.vn-vn .accreditation-tab .js-stt_tabitem:nth-of-type(2) {
    --tw-border-opacity: 1;
    border-color: rgba(214, 40, 40, var(--tw-border-opacity));
    color: #e02a2a;
}

body.vn-en .stt_awards_description_1,
body.vn-vn .stt_awards_description_1 {
    display: none;
}

body.vn-en .stt_awards_description_2,
body.vn-vn .stt_awards_description_2 {
    display: block;
}

body.vn-en  .block-views-blockaccreditation-tab-content-certification,
body.vn-vn  .block-views-blockaccreditation-tab-content-certification {
    display: none;
}
body.vn-en  .block-views-blockaccreditation-tab-content-awards,
body.vn-vn  .block-views-blockaccreditation-tab-content-awards {
    display: block !important;
}

body.vn-en .accreditation-tab + .stt-mobile-tab,
body.vn-vn .accreditation-tab + .stt-mobile-tab {
    pointer-events: none;
}

body.vn-en .accreditation-tab + .stt-mobile-tab .icon-chevron-down-bold,
body.vn-vn .accreditation-tab + .stt-mobile-tab .icon-chevron-down-bold {
    display: none;
}
/* hide tabs for vn-en/vn-vn People/Accreditation */



/* new block (5 column) */
.five-cols-container{
    font-family: Lato, sans-serif;
    padding-left: 11.4583vw;
    padding-right: 11.4583vw;
}

.five-cols-container .cols-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.five-cols-container .cols-wrapper .card{
    /* max-width: 235px; */
    width: calc(20% - 16px);
    background: #8080801c;
}
.five-cols-container .cols-wrapper .card .card-header {
    background: #000000c9;
    display: flex;
    padding: 5px 10px;
    gap: 10px;
    align-items: center;
}
.five-cols-container .cols-wrapper .card .card-header img{ 
    width: 50px;
}
.five-cols-container .cols-wrapper .card .card-header .title{ 
    color: #fff;
}
.five-cols-container .cols-wrapper .card .card-body {
    padding: 10px 20px;
    /* background: #8080801c; */
    /* min-height: 337px; */
}
@media screen and (max-width: 1079px)   {
    .five-cols-container .cols-wrapper .card    {
        width: calc(30% - 13px);
    }
}
@media screen and (max-width: 768px)   {
    .five-cols-container .cols-wrapper .card    {
        width: calc(50% - 10px);
    }
}
/* new block (5 column) */


/* new block (6 column) */
.sixCol {
    margin-left: 6.383vw;
    margin-right: 6.383vw;
    margin-top: 40px;
}

.sixCol__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.sixCol__container__item{
    aspect-ratio: 1 / 1 ;
    overflow: hidden;
    max-width: 300px;
    max-height: 300px;
    background: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 500px) {
    .sixCol__container__item {
        max-width: 100% !important;
        width: 100%;
    }
}

.sixCol__container__item img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (min-width: 767px) {
    .sixCol {
        margin-right: 6 6.383vw;
        margin-left: 6.383vw;
    }
    .sixCol__container {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1079px) {
    .sixCol {
        margin-left: 6.94444vw;
        margin-right: 6.94444vw;
        width: 86.1111vw;
    }
    .sixCol__container {
        grid-template-columns: repeat(8, 1fr);
    }
}

@media (min-width: 1439px) {
    .sixCol {
        margin-left: 11.4583vw;
        margin-right: 11.4583vw;
        width: 77.0833vw;
    }
    .sixCol__container {
        grid-template-columns: repeat(8, 1fr);
    }
}
/* new block (6 column) */



/* hide language switcher for vn-en */
/* body.vn-en header .stt-navbar-icon-list .js-stt-navbar-lang     {
    display: none !important;
} */


html[lang=ko] .stt-timeline-desktop {
    height: 790px;
}


/* hide contact in Carriers Listing accordions */
body.page-node-98 .accordion-container-content-list-item.Thailand .title-list .subtitle-list .label2:nth-child(4),
body.page-node-98 .accordion-container-content-list-item.Singapore .title-list .subtitle-list .label2:nth-child(4),
body.page-node-98 .accordion-container-content-list-item.Indonesia .title-list .subtitle-list .label2:nth-child(4),  
body.page-node-98 .accordion-container-content-list-item.Philippines .title-list .subtitle-list .label2:nth-child(4),
body.page-node-98 .accordion-container-content-list-item.Vietnam .title-list .subtitle-list .label2:nth-child(4)  {
    display: none;
}

body.page-node-98 .accordion-container-content-list-item.Thailand .country-list-item .country-list-item-content .text-block:nth-child(4),
body.page-node-98 .accordion-container-content-list-item.Singapore .country-list-item .country-list-item-content .text-block:nth-child(4),
body.page-node-98 .accordion-container-content-list-item.Indonesia .country-list-item .country-list-item-content .text-block:nth-child(4),
body.page-node-98 .accordion-container-content-list-item.Philippines .country-list-item .country-list-item-content .text-block:nth-child(4),
body.page-node-98 .accordion-container-content-list-item.Vietnam .country-list-item .country-list-item-content .text-block:nth-child(4) {
    display: none;
}

body.page-node-98 .accordion-container-content-list-item.Thailand .title-list .subtitle-list .label2:nth-child(2),
body.page-node-98 .accordion-container-content-list-item.Singapore .title-list .subtitle-list .label2:nth-child(2),
body.page-node-98 .accordion-container-content-list-item.Indonesia .title-list .subtitle-list .label2:nth-child(2),
body.page-node-98 .accordion-container-content-list-item.Philippines .title-list .subtitle-list .label2:nth-child(2),
body.page-node-98 .accordion-container-content-list-item.Vietnam .title-list .subtitle-list .label2:nth-child(2) {
    flex: 1;
}

body.page-node-98 .accordion-container-content-list-item.Thailand .country-list-item .country-list-item-content .text-block:nth-child(2),
body.page-node-98 .accordion-container-content-list-item.Singapore .country-list-item .country-list-item-content .text-block:nth-child(2),
body.page-node-98 .accordion-container-content-list-item.Indonesia .country-list-item .country-list-item-content .text-block:nth-child(2),
body.page-node-98 .accordion-container-content-list-item.Philippines .country-list-item .country-list-item-content .text-block:nth-child(2),
body.page-node-98 .accordion-container-content-list-item.Vietnam .country-list-item .country-list-item-content .text-block:nth-child(2) {
    flex: 1;
}
/* end hide */


/* update STT info map title font-size */
@media screen and (min-width: 1079px) {
    .stt-locationMap-info-title {
        font-size: 30px;
        line-height: 100%;
    }
}
/* end update STT info map title font-size */


/* hide awards tab for jp and jp-en */
body.jp-en .accreditation-tab .js-stt_tabitem:nth-of-type(2) {
    display: none;
}
body.jp-en .stt-mobile-tab.accreditation-tab .stt-mobile-tab-list-item:nth-of-type(2) {
    display: none;
}

body.jp-jp .accreditation-tab .js-stt_tabitem:nth-of-type(2) {
    display: none;
}
body.jp-jp .stt-mobile-tab.accreditation-tab .stt-mobile-tab-list-item:nth-of-type(2) {
    display: none;
}
/* hide awards tab for jp and jp-en */


/* hide awards tab for kr */
body.kr-kr .accreditation-tab .js-stt_tabitem:nth-of-type(2) {
    display: none;
}
body.kr-kr .stt-mobile-tab.accreditation-tab .stt-mobile-tab-list-item:nth-of-type(2) {
    display: none;
}
/* hide awards tab for kr */


/* update font size for kr https://app.productive.io/21368-clickr-media-pte-ltd/projects/230066/tasks/task/7859500?filter=NDIwNTA4&taskActivityId=119365836 */
body.kr-kr.page-node-93 .bleed-banner-body {
    font-size: 24px;
    line-height: 31px;
}

body.kr-kr.page-node-489 .filter-three-col-c-container .js-stt_tabitem, 
body.kr-kr.page-node-489 .filter-three-col-c-container .label2, 
body.kr-kr.page-node-22 #the-company_plain-text_overview .label2, 
body.kr-kr.page-node-90 .our-people-card-container  .label2, 
body.kr-kr.page-node-90 .our-people-card-container  .tabitem {
    font-size: 18px;
}

/* done update font size for kr https://app.productive.io/21368-clickr-media-pte-ltd/projects/230066/tasks/task/7859500?filter=NDIwNTA4&taskActivityId=119365836 */


/* fix for jp final feedback */
body.jp-jp.page-node-90 .our-people-card-container  .label2,
body.jp-jp.page-node-489 .filter-three-col-c-container .label2,
body.jp-jp.page-node-94 .accreditation-container .label2,
body.jp-jp.page-node-489 .filter-three-col-c-container .label2{
    display: none;
}
/* end fix for jp final feedback */


/* update text for subtitle in ourpople list */
body .card-list-item-content .subTitle {
    font-family: Lato, sans-serif !important;
    letter-spacing: 0.01em;
    font-size: 18px;
    display: block;
}
/* end update text for subtitle in ourpople list */


/* hide 'year' label of certifications tab from accreditation page */
body .accreditation-container .block-views-blockaccreditation-tab-content-certification .card-list-item-content .note2 {
    display: none;
}
/* hide 'year' label of certifications tab from accreditation page */


/* increase the height of masthead for SLFF page */
body.page-node-530 .masterhead-subpage {
    height: 600px;
}

@media screen and (max-width: 766px) {
    body.page-node-530 .masterhead-subpage {
        height: 400px;
    }
}

@media screen and (max-width: 500px) {
    body.page-node-530 .masterhead-subpage {
        height: 500px;
    }
}

@media screen and (max-width: 400px) {
    body.page-node-530 .masterhead-subpage {
        height: 600px;
    }
}

@media screen and (max-width: 360px) {
    body.page-node-530 .masterhead-subpage {
        height: 650px;
    }
}
/* increase the height of masthead for SLFF page */


.visually-hidden {
	display: none !important;
	visibility: hidden !important;
}


/* Footer Cookie Menu */
.optanon-show-settings {
    cursor: pointer;
}


/* FourColSliderC: show label on hover */
.four-slider-c .item-content {
    padding-top: 15px;
}
.four-slider-c .item-content .label,
.four-slider-c .item-content h5 {
    opacity: 0;
    transition: all .3s ease;
}
.four-slider-c .swiper-slide:hover .item-content .label,
.four-slider-c .swiper-slide:hover .item-content h5 {
    opacity: 1;
}
/* FourColSliderC: show label on hover */


/* LATEST HAPPENINGS Gradient Overlay */
.view-last-happenings .swiper-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .25) 25%, rgba(0, 0, 0, 0));
    z-index: 2;
}
.view-last-happenings .item-content {
    z-index: 3;
}


/*zh site font update*/
body.zh :not([class*="icon-"]):not(.stt-button-next):not(.stt-button-prev):not(strong):not(strong *):not(b):not(b *):not(.subTitle) {
    font-family: "NotoSansSC Regular", sans-serif !important;
}
/*zh site font update*/


/* Adjust margin for menu item without dropdown */
.stt-navbar-menu-item:not(:has(.icon)) {
    margin-right: 40px;
}



/* design update for jp site */
body.jp-jp {
    word-break: auto-phrase;
}
@media screen and (min-width: 767px) {
    body.jp-jp .masterhead-carousel .masterhead-h1 {
        font-size: 45px;
        line-height: 1.2;
    }
    body.jp-jp .text-parallax .h0 {
        font-size: 40px;
        padding-left: 7.40741vw;
    }
}

@media screen and (min-width: 1079px) {
    body.jp-jp .masterhead-carousel .masterhead-textArea {
        width: 60%;
    }

    body.jp-jp .masterhead-carousel .masterhead-h1 {
        font-size: 45px;
        line-height: 1.2;
        width: 100%;
    }

    body.jp-jp .text-parallax .h0 {
        font-size: 59px;
        padding-left: 6.94444vw;
    }

    body.jp-jp .cta-banner-content-wrapper .cta-banner-content-bottom .content-bottom-item .item-icon {
        padding: 0;
    }

        body.jp-jp .cta-banner .cta-banner-content .label {
        font-size: 16px;
    }

    body.jp-jp .cta-banner .cta-banner-content h2 {
        font-size: 40px;
        line-height: 1.4;
    }

    body.jp-jp .modSp {
        display: none;
    }
}


@media screen and (max-width: 767px) {
    body.jp-jp .masterhead-carousel .masterhead-h1 {
        font-size: 24px;
        line-height: 1.8;
    }

    body.jp-jp .text-parallax .h0 {
        padding: 0 20px;
        font-size: 40px;
        line-height: 1.2;
    }

    body.jp-jp .plainText h2.animate__animated {
        font-size: 33px;
        line-height: 1.4;
    }

    body.jp-jp #last-happening-title h2.animate__animated {
        font-size: 30px;
    }

    body.jp-jp .bleed-banner .bleed-banner-h2 {
        line-height: 1.4;
    }

    body.jp-jp .cta-banner .cta-banner-content .label {
        font-size: 20px;
    }

    body.jp-jp .cta-banner .cta-banner-content h2 {
        font-size: 30px;
        line-height: 1.4;
    }
    body.jp-jp .modPc {
        display: none;
    }
}

/* design update for jp site */

/* designn update for kr sites */
body.kr-en .js-stt-ourpeople-tab .js-stt_tabitem:nth-of-type(2),
body.kr-kr .js-stt-ourpeople-tab .js-stt_tabitem:nth-of-type(2) {
    display: none;
}

body.kr-en .js-stt-ourpeople-tab + .stt-mobile-tab,
body.kr-kr .js-stt-ourpeople-tab + .stt-mobile-tab {
    pointer-events: none;
}

body.kr-en .js-stt-ourpeople-tab + .stt-mobile-tab .icon-chevron-down-bold,
body.kr-kr .js-stt-ourpeople-tab + .stt-mobile-tab .icon-chevron-down-bold {
    display: none;
}

body.kr-en .accreditation-tab .js-stt_tabitem:nth-of-type(1),
body.kr-kr .accreditation-tab .js-stt_tabitem:nth-of-type(1) {
    display: none;
}
/* designn update for kr sites */
/* hide tabs for global,sg and IN BOD */
body.en .js-stt-ourpeople-tab .js-stt_tabitem:nth-of-type(2),
body.in .js-stt-ourpeople-tab .js-stt_tabitem:nth-of-type(2),
body.sg .js-stt-ourpeople-tab .js-stt_tabitem:nth-of-type(2) {
    display: none;
}

body.en .js-stt-ourpeople-tab + .stt-mobile-tab,
body.in .js-stt-ourpeople-tab + .stt-mobile-tab,
body.sg .js-stt-ourpeople-tab + .stt-mobile-tab {
    pointer-events: none;
}

body.en .js-stt-ourpeople-tab + .stt-mobile-tab .icon-chevron-down-bold,
body.in .js-stt-ourpeople-tab + .stt-mobile-tab .icon-chevron-down-bold,
body.sg .js-stt-ourpeople-tab + .stt-mobile-tab .icon-chevron-down-bold {
    display: none;
}

/* hide tabs for global,sg and IN BOD */
