/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
 @font-face {
    font-family: 'FontAwesome';
    src: url("../font/fontawesome-webfont.eot?v=4.7.0");
    src: url("../font/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),url("../font/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),url("../font/fontawesome-webfont.woff?v=4.7.0") format("woff"),url("../font/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),url("../font/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 16px/24px FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-remove:before,.fa-close:before,.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-gear:before,.fa-cog:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-rotate-right:before,.fa-repeat:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-warning:before,.fa-exclamation-triangle:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-gears:before,.fa-cogs:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,.fa-users:before {
    content: ""
}

.fa-chain:before,.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,.fa-scissors:before {
    content: ""
}

.fa-copy:before,.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-save:before,.fa-floppy-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-unsorted:before,.fa-sort:before {
    content: ""
}

.fa-sort-down:before,.fa-sort-desc:before {
    content: ""
}

.fa-sort-up:before,.fa-sort-asc:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,.fa-undo:before {
    content: ""
}

.fa-legal:before,.fa-gavel:before {
    content: ""
}

.fa-dashboard:before,.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-flash:before,.fa-bolt:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-paste:before,.fa-clipboard:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-unlink:before,.fa-chain-broken:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
    content: ""
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content: ""
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content: ""
}

.fa-euro:before,.fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,.fa-usd:before {
    content: ""
}

.fa-rupee:before,.fa-inr:before {
    content: ""
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content: ""
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content: ""
}

.fa-won:before,.fa-krw:before {
    content: ""
}

.fa-bitcoin:before,.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-turkish-lira:before,.fa-try:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
    content: ""
}

.fa-mortar-board:before,.fa-graduation-cap:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,.fa-car:before {
    content: ""
}

.fa-cab:before,.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
    content: ""
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
    content: ""
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
    content: ""
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,.fa-resistance:before,.fa-rebel:before {
    content: ""
}

.fa-ge:before,.fa-empire:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,.fa-weixin:before {
    content: ""
}

.fa-send:before,.fa-paper-plane:before {
    content: ""
}

.fa-send-o:before,.fa-paper-plane-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-hotel:before,.fa-bed:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-yc:before,.fa-y-combinator:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before {
    content: ""
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-tv:before,.fa-television:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-signing:before,.fa-sign-language:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
    content: ""
}

.fa-fa:before,.fa-font-awesome:before {
    content: ""
}

.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-vcard:before,.fa-address-card:before {
    content: ""
}

.fa-vcard-o:before,.fa-address-card-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before,.fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before {
    content: ""
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bathtub:before,.fa-s15:before,.fa-bath:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before,.fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://synostatic.synology.com/font/inter/inter-w400-1.woff2) format("woff2");
    unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://synostatic.synology.com/font/inter/inter-w400-2.woff2) format("woff2");
    unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://synostatic.synology.com/font/inter/inter-w400-3.woff2) format("woff2");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://synostatic.synology.com/font/inter/inter-w400-4.woff2) format("woff2");
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://synostatic.synology.com/font/inter/inter-w400-5.woff2) format("woff2");
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://synostatic.synology.com/font/inter/inter-w400-6.woff2) format("woff2");
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://synostatic.synology.com/font/inter/inter-w400-7.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://synostatic.synology.com/font/inter/inter-w500-1.woff2) format("woff2");
    unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://synostatic.synology.com/font/inter/inter-w500-2.woff2) format("woff2");
    unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://synostatic.synology.com/font/inter/inter-w500-3.woff2) format("woff2");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://synostatic.synology.com/font/inter/inter-w500-4.woff2) format("woff2");
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://synostatic.synology.com/font/inter/inter-w500-5.woff2) format("woff2");
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://synostatic.synology.com/font/inter/inter-w500-6.woff2) format("woff2");
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://synostatic.synology.com/font/inter/inter-w500-7.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://synostatic.synology.com/font/inter/inter-w600-1.woff2) format("woff2");
    unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://synostatic.synology.com/font/inter/inter-w600-2.woff2) format("woff2");
    unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://synostatic.synology.com/font/inter/inter-w600-3.woff2) format("woff2");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://synostatic.synology.com/font/inter/inter-w600-4.woff2) format("woff2");
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://synostatic.synology.com/font/inter/inter-w600-5.woff2) format("woff2");
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://synostatic.synology.com/font/inter/inter-w600-6.woff2) format("woff2");
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://synostatic.synology.com/font/inter/inter-w600-7.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://synostatic.synology.com/font/inter/inter-w700-1.woff2) format("woff2");
    unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://synostatic.synology.com/font/inter/inter-w700-2.woff2) format("woff2");
    unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://synostatic.synology.com/font/inter/inter-w700-3.woff2) format("woff2");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://synostatic.synology.com/font/inter/inter-w700-4.woff2) format("woff2");
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://synostatic.synology.com/font/inter/inter-w700-5.woff2) format("woff2");
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://synostatic.synology.com/font/inter/inter-w700-6.woff2) format("woff2");
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://synostatic.synology.com/font/inter/inter-w700-7.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"),local("Roboto-Light"),url(../font/Roboto_300_latin.eot) format("eot"),url(../font/Roboto_300_latin.ttf) format("ttf"),url(../font/Roboto_300_latin.woff) format("woff"),url(../font/Roboto_300_latin.woff2) format("woff2")
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"),local("Roboto-Light"),url(../font/Roboto_300_cyrillic.woff2) format("woff2");
    unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"),local("Roboto-Light"),url(../font/Roboto_300_greek.woff2) format("woff2");
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"),local("Roboto-Light"),url(../font/Roboto_300_latin-ext.woff2) format("woff2");
    unicode-range: U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"),local("Roboto-Bold"),url(../font/Roboto_700_latin.eot) format("eot"),url(../font/Roboto_700_latin.ttf) format("ttf"),url(../font/Roboto_700_latin.woff) format("woff"),url(../font/Roboto_700_latin.woff2) format("woff2")
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"),local("Roboto-Bold"),url(../font/Roboto_700_cyrillic.woff2) format("woff2");
    unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"),local("Roboto-Bold"),url(../font/Roboto_700_greek.woff2) format("woff2");
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"),local("Roboto-Bold"),url(../font/Roboto_700_latin-ext.woff2) format("woff2");
    unicode-range: U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: local("Roboto Black"),local("Roboto-Black"),url(../font/Roboto_900_latin.eot) format("eot"),url(../font/Roboto_900_latin.ttf) format("ttf"),url(../font/Roboto_900_latin.woff) format("woff"),url(../font/Roboto_900_latin.woff2) format("woff2")
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: local("Roboto Black"),local("Roboto-Black"),url(../font/Roboto_900_cyrillic.woff2) format("woff2");
    unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: local("Roboto Black"),local("Roboto-Black"),url(../font/Roboto_900_greek.woff2) format("woff2");
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: local("Roboto Black"),local("Roboto-Black"),url(../font/Roboto_900_latin-ext.woff2) format("woff2");
    unicode-range: U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Satisfy';
    font-style: normal;
    font-weight: 400;
    src: local("Satisfy"),url(../font/Satisfy_400_latin.eot) format("eot"),url(../font/Satisfy_400_latin.ttf) format("ttf"),url(../font/Satisfy_400_latin.woff) format("woff"),url(../font/Satisfy_400_latin.woff2) format("woff2")
}

.satisfy {
    font-family: Satisfy,"Open Sans",Arial,Helvetica,Verdana,sans-serif
}

.zh-tw .satisfy {
    font-family: Satisfy,"Open Sans",Arial,Helvetica,"微軟正黑體","Microsoft JhengHei","新細明體",Verdana,sans-serif
}

.zh-cn .satisfy {
    font-family: Satisfy,"Open Sans",Arial,Helvetica,"微软雅黑","Microsoft YaHei",Verdana,sans-serif
}

.ja-jp .satisfy {
    font-family: Satisfy,"Open Sans",Arial,Helvetica,"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","MS PGothic",Verdana,sans-serif
}

.ko-kr .satisfy {
    font-family: Satisfy,"Open Sans",Arial,Helvetica,dotum,gulim,Verdana,sans-serif
}

.zh-hk .satisfy {
    font-family: Satisfy,"Open Sans",Arial,Helvetica,"微軟正黑體","Microsoft JhengHei","新細明體",Verdana,sans-serif
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/*!
Pure v0.6.1
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*!
normalize.css v^3.0 | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

.hidden,[hidden] {
    display: none !important
}

.pure-img {
    max-width: 100%;
    height: auto;
    display: block
}

/*!
Pure v0.6.1
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
.pure-g {
    letter-spacing: -0.31em;
    *letter-spacing: normal;
    *word-spacing: -0.43em;
    text-rendering: optimizespeed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    table .pure-g {
        display: block
    }
}

.opera-only :-o-prefocus,.pure-g {
    word-spacing: -0.43em
}

.pure-u {
    display: inline-block;
    *display: inline;
    zoom:1;letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto
}

.pure-u-1,.pure-u-1-1,.pure-u-1-2,.pure-u-1-3,.pure-u-2-3,.pure-u-1-4,.pure-u-2-4,.pure-u-3-4,.pure-u-1-5,.pure-u-2-5,.pure-u-3-5,.pure-u-4-5,.pure-u-5-5,.pure-u-1-6,.pure-u-5-6,.pure-u-1-8,.pure-u-3-8,.pure-u-5-8,.pure-u-7-8,.pure-u-1-12,.pure-u-5-12,.pure-u-7-12,.pure-u-11-12,.pure-u-1-24,.pure-u-2-24,.pure-u-3-24,.pure-u-4-24,.pure-u-5-24,.pure-u-6-24,.pure-u-7-24,.pure-u-8-24,.pure-u-9-24,.pure-u-10-24,.pure-u-11-24,.pure-u-12-24,.pure-u-13-24,.pure-u-14-24,.pure-u-15-24,.pure-u-16-24,.pure-u-17-24,.pure-u-18-24,.pure-u-19-24,.pure-u-20-24,.pure-u-21-24,.pure-u-22-24,.pure-u-23-24,.pure-u-24-24 {
    display: inline-block;
    *display: inline;
    zoom:1;letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto
}

.pure-u-1-24 {
    width: 4.1667%;
    *width: 4.1357%
}

.pure-u-1-12,.pure-u-2-24 {
    width: 8.3333%;
    *width: 8.3023%
}

.pure-u-1-8,.pure-u-3-24 {
    width: 12.5000%;
    *width: 12.4690%
}

.pure-u-1-6,.pure-u-4-24 {
    width: 16.6667%;
    *width: 16.6357%
}

.pure-u-1-5 {
    width: 20%;
    *width: 19.9690%
}

.pure-u-5-24 {
    width: 20.8333%;
    *width: 20.8023%
}

.pure-u-1-4,.pure-u-6-24 {
    width: 25%;
    *width: 24.9690%
}

.pure-u-7-24 {
    width: 29.1667%;
    *width: 29.1357%
}

.pure-u-1-3,.pure-u-8-24 {
    width: 33.3333%;
    *width: 33.3023%
}

.pure-u-3-8,.pure-u-9-24 {
    width: 37.5000%;
    *width: 37.4690%
}

.pure-u-2-5 {
    width: 40%;
    *width: 39.9690%
}

.pure-u-5-12,.pure-u-10-24 {
    width: 41.6667%;
    *width: 41.6357%
}

.pure-u-11-24 {
    width: 45.8333%;
    *width: 45.8023%
}

.pure-u-1-2,.pure-u-2-4,.pure-u-12-24 {
    width: 50%;
    *width: 49.9690%
}

.pure-u-13-24 {
    width: 54.1667%;
    *width: 54.1357%
}

.pure-u-7-12,.pure-u-14-24 {
    width: 58.3333%;
    *width: 58.3023%
}

.pure-u-3-5 {
    width: 60%;
    *width: 59.9690%
}

.pure-u-5-8,.pure-u-15-24 {
    width: 62.5000%;
    *width: 62.4690%
}

.pure-u-2-3,.pure-u-16-24 {
    width: 66.6667%;
    *width: 66.6357%
}

.pure-u-17-24 {
    width: 70.8333%;
    *width: 70.8023%
}

.pure-u-3-4,.pure-u-18-24 {
    width: 75%;
    *width: 74.9690%
}

.pure-u-19-24 {
    width: 79.1667%;
    *width: 79.1357%
}

.pure-u-4-5 {
    width: 80%;
    *width: 79.9690%
}

.pure-u-5-6,.pure-u-20-24 {
    width: 83.3333%;
    *width: 83.3023%
}

.pure-u-7-8,.pure-u-21-24 {
    width: 87.5000%;
    *width: 87.4690%
}

.pure-u-11-12,.pure-u-22-24 {
    width: 91.6667%;
    *width: 91.6357%
}

.pure-u-23-24 {
    width: 95.8333%;
    *width: 95.8023%
}

.pure-u-1,.pure-u-1-1,.pure-u-5-5,.pure-u-24-24 {
    width: 100%
}

/*!
Pure v0.6.1
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
@media screen and (min-width: 480px) {
    .pure-g.reverse-xs {
        flex-flow:row-reverse
    }

    .pure-u-xs-1,.pure-u-xs-1-1,.pure-u-xs-1-2,.pure-u-xs-1-3,.pure-u-xs-2-3,.pure-u-xs-1-4,.pure-u-xs-2-4,.pure-u-xs-3-4,.pure-u-xs-1-5,.pure-u-xs-2-5,.pure-u-xs-3-5,.pure-u-xs-4-5,.pure-u-xs-5-5,.pure-u-xs-1-6,.pure-u-xs-5-6,.pure-u-xs-1-8,.pure-u-xs-3-8,.pure-u-xs-5-8,.pure-u-xs-7-8,.pure-u-xs-1-12,.pure-u-xs-5-12,.pure-u-xs-7-12,.pure-u-xs-11-12,.pure-u-xs-1-24,.pure-u-xs-2-24,.pure-u-xs-3-24,.pure-u-xs-4-24,.pure-u-xs-5-24,.pure-u-xs-6-24,.pure-u-xs-7-24,.pure-u-xs-8-24,.pure-u-xs-9-24,.pure-u-xs-10-24,.pure-u-xs-11-24,.pure-u-xs-12-24,.pure-u-xs-13-24,.pure-u-xs-14-24,.pure-u-xs-15-24,.pure-u-xs-16-24,.pure-u-xs-17-24,.pure-u-xs-18-24,.pure-u-xs-19-24,.pure-u-xs-20-24,.pure-u-xs-21-24,.pure-u-xs-22-24,.pure-u-xs-23-24,.pure-u-xs-24-24 {
        display: inline-block;
        *display: inline;
        zoom:1;letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .pure-u-xs-1-24 {
        width: 4.1667%;
        *width: 4.1357%
    }

    .pure-u-xs-1-12,.pure-u-xs-2-24 {
        width: 8.3333%;
        *width: 8.3023%
    }

    .pure-u-xs-1-8,.pure-u-xs-3-24 {
        width: 12.5000%;
        *width: 12.4690%
    }

    .pure-u-xs-1-6,.pure-u-xs-4-24 {
        width: 16.6667%;
        *width: 16.6357%
    }

    .pure-u-xs-1-5 {
        width: 20%;
        *width: 19.9690%
    }

    .pure-u-xs-5-24 {
        width: 20.8333%;
        *width: 20.8023%
    }

    .pure-u-xs-1-4,.pure-u-xs-6-24 {
        width: 25%;
        *width: 24.9690%
    }

    .pure-u-xs-7-24 {
        width: 29.1667%;
        *width: 29.1357%
    }

    .pure-u-xs-1-3,.pure-u-xs-8-24 {
        width: 33.3333%;
        *width: 33.3023%
    }

    .pure-u-xs-3-8,.pure-u-xs-9-24 {
        width: 37.5000%;
        *width: 37.4690%
    }

    .pure-u-xs-2-5 {
        width: 40%;
        *width: 39.9690%
    }

    .pure-u-xs-5-12,.pure-u-xs-10-24 {
        width: 41.6667%;
        *width: 41.6357%
    }

    .pure-u-xs-11-24 {
        width: 45.8333%;
        *width: 45.8023%
    }

    .pure-u-xs-1-2,.pure-u-xs-2-4,.pure-u-xs-12-24 {
        width: 50%;
        *width: 49.9690%
    }

    .pure-u-xs-13-24 {
        width: 54.1667%;
        *width: 54.1357%
    }

    .pure-u-xs-7-12,.pure-u-xs-14-24 {
        width: 58.3333%;
        *width: 58.3023%
    }

    .pure-u-xs-3-5 {
        width: 60%;
        *width: 59.9690%
    }

    .pure-u-xs-5-8,.pure-u-xs-15-24 {
        width: 62.5000%;
        *width: 62.4690%
    }

    .pure-u-xs-2-3,.pure-u-xs-16-24 {
        width: 66.6667%;
        *width: 66.6357%
    }

    .pure-u-xs-17-24 {
        width: 70.8333%;
        *width: 70.8023%
    }

    .pure-u-xs-3-4,.pure-u-xs-18-24 {
        width: 75%;
        *width: 74.9690%
    }

    .pure-u-xs-19-24 {
        width: 79.1667%;
        *width: 79.1357%
    }

    .pure-u-xs-4-5 {
        width: 80%;
        *width: 79.9690%
    }

    .pure-u-xs-5-6,.pure-u-xs-20-24 {
        width: 83.3333%;
        *width: 83.3023%
    }

    .pure-u-xs-7-8,.pure-u-xs-21-24 {
        width: 87.5000%;
        *width: 87.4690%
    }

    .pure-u-xs-11-12,.pure-u-xs-22-24 {
        width: 91.6667%;
        *width: 91.6357%
    }

    .pure-u-xs-23-24 {
        width: 95.8333%;
        *width: 95.8023%
    }

    .pure-u-xs-1,.pure-u-xs-1-1,.pure-u-xs-5-5,.pure-u-xs-24-24 {
        width: 100%
    }
}

@media screen and (min-width: 568px) {
    .pure-g.reverse-sm {
        flex-flow:row-reverse
    }

    .pure-u-sm-1,.pure-u-sm-1-1,.pure-u-sm-1-2,.pure-u-sm-1-3,.pure-u-sm-2-3,.pure-u-sm-1-4,.pure-u-sm-2-4,.pure-u-sm-3-4,.pure-u-sm-1-5,.pure-u-sm-2-5,.pure-u-sm-3-5,.pure-u-sm-4-5,.pure-u-sm-5-5,.pure-u-sm-1-6,.pure-u-sm-5-6,.pure-u-sm-1-8,.pure-u-sm-3-8,.pure-u-sm-5-8,.pure-u-sm-7-8,.pure-u-sm-1-12,.pure-u-sm-5-12,.pure-u-sm-7-12,.pure-u-sm-11-12,.pure-u-sm-1-24,.pure-u-sm-2-24,.pure-u-sm-3-24,.pure-u-sm-4-24,.pure-u-sm-5-24,.pure-u-sm-6-24,.pure-u-sm-7-24,.pure-u-sm-8-24,.pure-u-sm-9-24,.pure-u-sm-10-24,.pure-u-sm-11-24,.pure-u-sm-12-24,.pure-u-sm-13-24,.pure-u-sm-14-24,.pure-u-sm-15-24,.pure-u-sm-16-24,.pure-u-sm-17-24,.pure-u-sm-18-24,.pure-u-sm-19-24,.pure-u-sm-20-24,.pure-u-sm-21-24,.pure-u-sm-22-24,.pure-u-sm-23-24,.pure-u-sm-24-24 {
        display: inline-block;
        *display: inline;
        zoom:1;letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .pure-u-sm-1-24 {
        width: 4.1667%;
        *width: 4.1357%
    }

    .pure-u-sm-1-12,.pure-u-sm-2-24 {
        width: 8.3333%;
        *width: 8.3023%
    }

    .pure-u-sm-1-8,.pure-u-sm-3-24 {
        width: 12.5000%;
        *width: 12.4690%
    }

    .pure-u-sm-1-6,.pure-u-sm-4-24 {
        width: 16.6667%;
        *width: 16.6357%
    }

    .pure-u-sm-1-5 {
        width: 20%;
        *width: 19.9690%
    }

    .pure-u-sm-5-24 {
        width: 20.8333%;
        *width: 20.8023%
    }

    .pure-u-sm-1-4,.pure-u-sm-6-24 {
        width: 25%;
        *width: 24.9690%
    }

    .pure-u-sm-7-24 {
        width: 29.1667%;
        *width: 29.1357%
    }

    .pure-u-sm-1-3,.pure-u-sm-8-24 {
        width: 33.3333%;
        *width: 33.3023%
    }

    .pure-u-sm-3-8,.pure-u-sm-9-24 {
        width: 37.5000%;
        *width: 37.4690%
    }

    .pure-u-sm-2-5 {
        width: 40%;
        *width: 39.9690%
    }

    .pure-u-sm-5-12,.pure-u-sm-10-24 {
        width: 41.6667%;
        *width: 41.6357%
    }

    .pure-u-sm-11-24 {
        width: 45.8333%;
        *width: 45.8023%
    }

    .pure-u-sm-1-2,.pure-u-sm-2-4,.pure-u-sm-12-24 {
        width: 50%;
        *width: 49.9690%
    }

    .pure-u-sm-13-24 {
        width: 54.1667%;
        *width: 54.1357%
    }

    .pure-u-sm-7-12,.pure-u-sm-14-24 {
        width: 58.3333%;
        *width: 58.3023%
    }

    .pure-u-sm-3-5 {
        width: 60%;
        *width: 59.9690%
    }

    .pure-u-sm-5-8,.pure-u-sm-15-24 {
        width: 62.5000%;
        *width: 62.4690%
    }

    .pure-u-sm-2-3,.pure-u-sm-16-24 {
        width: 66.6667%;
        *width: 66.6357%
    }

    .pure-u-sm-17-24 {
        width: 70.8333%;
        *width: 70.8023%
    }

    .pure-u-sm-3-4,.pure-u-sm-18-24 {
        width: 75%;
        *width: 74.9690%
    }

    .pure-u-sm-19-24 {
        width: 79.1667%;
        *width: 79.1357%
    }

    .pure-u-sm-4-5 {
        width: 80%;
        *width: 79.9690%
    }

    .pure-u-sm-5-6,.pure-u-sm-20-24 {
        width: 83.3333%;
        *width: 83.3023%
    }

    .pure-u-sm-7-8,.pure-u-sm-21-24 {
        width: 87.5000%;
        *width: 87.4690%
    }

    .pure-u-sm-11-12,.pure-u-sm-22-24 {
        width: 91.6667%;
        *width: 91.6357%
    }

    .pure-u-sm-23-24 {
        width: 95.8333%;
        *width: 95.8023%
    }

    .pure-u-sm-1,.pure-u-sm-1-1,.pure-u-sm-5-5,.pure-u-sm-24-24 {
        width: 100%
    }
}

@media screen and (min-width: 768px) {
    .pure-g.reverse-md {
        flex-flow:row-reverse
    }

    .pure-u-md-1,.pure-u-md-1-1,.pure-u-md-1-2,.pure-u-md-1-3,.pure-u-md-2-3,.pure-u-md-1-4,.pure-u-md-2-4,.pure-u-md-3-4,.pure-u-md-1-5,.pure-u-md-2-5,.pure-u-md-3-5,.pure-u-md-4-5,.pure-u-md-5-5,.pure-u-md-1-6,.pure-u-md-5-6,.pure-u-md-1-8,.pure-u-md-3-8,.pure-u-md-5-8,.pure-u-md-7-8,.pure-u-md-1-12,.pure-u-md-5-12,.pure-u-md-7-12,.pure-u-md-11-12,.pure-u-md-1-24,.pure-u-md-2-24,.pure-u-md-3-24,.pure-u-md-4-24,.pure-u-md-5-24,.pure-u-md-6-24,.pure-u-md-7-24,.pure-u-md-8-24,.pure-u-md-9-24,.pure-u-md-10-24,.pure-u-md-11-24,.pure-u-md-12-24,.pure-u-md-13-24,.pure-u-md-14-24,.pure-u-md-15-24,.pure-u-md-16-24,.pure-u-md-17-24,.pure-u-md-18-24,.pure-u-md-19-24,.pure-u-md-20-24,.pure-u-md-21-24,.pure-u-md-22-24,.pure-u-md-23-24,.pure-u-md-24-24 {
        display: inline-block;
        *display: inline;
        zoom:1;letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .pure-u-md-1-24 {
        width: 4.1667%;
        *width: 4.1357%
    }

    .pure-u-md-1-12,.pure-u-md-2-24 {
        width: 8.3333%;
        *width: 8.3023%
    }

    .pure-u-md-1-8,.pure-u-md-3-24 {
        width: 12.5000%;
        *width: 12.4690%
    }

    .pure-u-md-1-6,.pure-u-md-4-24 {
        width: 16.6667%;
        *width: 16.6357%
    }

    .pure-u-md-1-5 {
        width: 20%;
        *width: 19.9690%
    }

    .pure-u-md-5-24 {
        width: 20.8333%;
        *width: 20.8023%
    }

    .pure-u-md-1-4,.pure-u-md-6-24 {
        width: 25%;
        *width: 24.9690%
    }

    .pure-u-md-7-24 {
        width: 29.1667%;
        *width: 29.1357%
    }

    .pure-u-md-1-3,.pure-u-md-8-24 {
        width: 33.3333%;
        *width: 33.3023%
    }

    .pure-u-md-3-8,.pure-u-md-9-24 {
        width: 37.5000%;
        *width: 37.4690%
    }

    .pure-u-md-2-5 {
        width: 40%;
        *width: 39.9690%
    }

    .pure-u-md-5-12,.pure-u-md-10-24 {
        width: 41.6667%;
        *width: 41.6357%
    }

    .pure-u-md-11-24 {
        width: 45.8333%;
        *width: 45.8023%
    }

    .pure-u-md-1-2,.pure-u-md-2-4,.pure-u-md-12-24 {
        width: 50%;
        *width: 49.9690%
    }

    .pure-u-md-13-24 {
        width: 54.1667%;
        *width: 54.1357%
    }

    .pure-u-md-7-12,.pure-u-md-14-24 {
        width: 58.3333%;
        *width: 58.3023%
    }

    .pure-u-md-3-5 {
        width: 60%;
        *width: 59.9690%
    }

    .pure-u-md-5-8,.pure-u-md-15-24 {
        width: 62.5000%;
        *width: 62.4690%
    }

    .pure-u-md-2-3,.pure-u-md-16-24 {
        width: 66.6667%;
        *width: 66.6357%
    }

    .pure-u-md-17-24 {
        width: 70.8333%;
        *width: 70.8023%
    }

    .pure-u-md-3-4,.pure-u-md-18-24 {
        width: 75%;
        *width: 74.9690%
    }

    .pure-u-md-19-24 {
        width: 79.1667%;
        *width: 79.1357%
    }

    .pure-u-md-4-5 {
        width: 80%;
        *width: 79.9690%
    }

    .pure-u-md-5-6,.pure-u-md-20-24 {
        width: 83.3333%;
        *width: 83.3023%
    }

    .pure-u-md-7-8,.pure-u-md-21-24 {
        width: 87.5000%;
        *width: 87.4690%
    }

    .pure-u-md-11-12,.pure-u-md-22-24 {
        width: 91.6667%;
        *width: 91.6357%
    }

    .pure-u-md-23-24 {
        width: 95.8333%;
        *width: 95.8023%
    }

    .pure-u-md-1,.pure-u-md-1-1,.pure-u-md-5-5,.pure-u-md-24-24 {
        width: 100%
    }
}

@media screen and (min-width: 1024px) {
    .pure-g.reverse-lg {
        flex-flow:row-reverse
    }

    .pure-u-lg-1,.pure-u-lg-1-1,.pure-u-lg-1-2,.pure-u-lg-1-3,.pure-u-lg-2-3,.pure-u-lg-1-4,.pure-u-lg-2-4,.pure-u-lg-3-4,.pure-u-lg-1-5,.pure-u-lg-2-5,.pure-u-lg-3-5,.pure-u-lg-4-5,.pure-u-lg-5-5,.pure-u-lg-1-6,.pure-u-lg-5-6,.pure-u-lg-1-8,.pure-u-lg-3-8,.pure-u-lg-5-8,.pure-u-lg-7-8,.pure-u-lg-1-12,.pure-u-lg-5-12,.pure-u-lg-7-12,.pure-u-lg-11-12,.pure-u-lg-1-24,.pure-u-lg-2-24,.pure-u-lg-3-24,.pure-u-lg-4-24,.pure-u-lg-5-24,.pure-u-lg-6-24,.pure-u-lg-7-24,.pure-u-lg-8-24,.pure-u-lg-9-24,.pure-u-lg-10-24,.pure-u-lg-11-24,.pure-u-lg-12-24,.pure-u-lg-13-24,.pure-u-lg-14-24,.pure-u-lg-15-24,.pure-u-lg-16-24,.pure-u-lg-17-24,.pure-u-lg-18-24,.pure-u-lg-19-24,.pure-u-lg-20-24,.pure-u-lg-21-24,.pure-u-lg-22-24,.pure-u-lg-23-24,.pure-u-lg-24-24 {
        display: inline-block;
        *display: inline;
        zoom:1;letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .pure-u-lg-1-24 {
        width: 4.1667%;
        *width: 4.1357%
    }

    .pure-u-lg-1-12,.pure-u-lg-2-24 {
        width: 8.3333%;
        *width: 8.3023%
    }

    .pure-u-lg-1-8,.pure-u-lg-3-24 {
        width: 12.5000%;
        *width: 12.4690%
    }

    .pure-u-lg-1-6,.pure-u-lg-4-24 {
        width: 16.6667%;
        *width: 16.6357%
    }

    .pure-u-lg-1-5 {
        width: 20%;
        *width: 19.9690%
    }

    .pure-u-lg-5-24 {
        width: 20.8333%;
        *width: 20.8023%
    }

    .pure-u-lg-1-4,.pure-u-lg-6-24 {
        width: 25%;
        *width: 24.9690%
    }

    .pure-u-lg-7-24 {
        width: 29.1667%;
        *width: 29.1357%
    }

    .pure-u-lg-1-3,.pure-u-lg-8-24 {
        width: 33.3333%;
        *width: 33.3023%
    }

    .pure-u-lg-3-8,.pure-u-lg-9-24 {
        width: 37.5000%;
        *width: 37.4690%
    }

    .pure-u-lg-2-5 {
        width: 40%;
        *width: 39.9690%
    }

    .pure-u-lg-5-12,.pure-u-lg-10-24 {
        width: 41.6667%;
        *width: 41.6357%
    }

    .pure-u-lg-11-24 {
        width: 45.8333%;
        *width: 45.8023%
    }

    .pure-u-lg-1-2,.pure-u-lg-2-4,.pure-u-lg-12-24 {
        width: 50%;
        *width: 49.9690%
    }

    .pure-u-lg-13-24 {
        width: 54.1667%;
        *width: 54.1357%
    }

    .pure-u-lg-7-12,.pure-u-lg-14-24 {
        width: 58.3333%;
        *width: 58.3023%
    }

    .pure-u-lg-3-5 {
        width: 60%;
        *width: 59.9690%
    }

    .pure-u-lg-5-8,.pure-u-lg-15-24 {
        width: 62.5000%;
        *width: 62.4690%
    }

    .pure-u-lg-2-3,.pure-u-lg-16-24 {
        width: 66.6667%;
        *width: 66.6357%
    }

    .pure-u-lg-17-24 {
        width: 70.8333%;
        *width: 70.8023%
    }

    .pure-u-lg-3-4,.pure-u-lg-18-24 {
        width: 75%;
        *width: 74.9690%
    }

    .pure-u-lg-19-24 {
        width: 79.1667%;
        *width: 79.1357%
    }

    .pure-u-lg-4-5 {
        width: 80%;
        *width: 79.9690%
    }

    .pure-u-lg-5-6,.pure-u-lg-20-24 {
        width: 83.3333%;
        *width: 83.3023%
    }

    .pure-u-lg-7-8,.pure-u-lg-21-24 {
        width: 87.5000%;
        *width: 87.4690%
    }

    .pure-u-lg-11-12,.pure-u-lg-22-24 {
        width: 91.6667%;
        *width: 91.6357%
    }

    .pure-u-lg-23-24 {
        width: 95.8333%;
        *width: 95.8023%
    }

    .pure-u-lg-1,.pure-u-lg-1-1,.pure-u-lg-5-5,.pure-u-lg-24-24 {
        width: 100%
    }
}

@media screen and (min-width: 1280px) {
    .pure-g.reverse-xl {
        flex-flow:row-reverse
    }

    .pure-u-xl-1,.pure-u-xl-1-1,.pure-u-xl-1-2,.pure-u-xl-1-3,.pure-u-xl-2-3,.pure-u-xl-1-4,.pure-u-xl-2-4,.pure-u-xl-3-4,.pure-u-xl-1-5,.pure-u-xl-2-5,.pure-u-xl-3-5,.pure-u-xl-4-5,.pure-u-xl-5-5,.pure-u-xl-1-6,.pure-u-xl-5-6,.pure-u-xl-1-8,.pure-u-xl-3-8,.pure-u-xl-5-8,.pure-u-xl-7-8,.pure-u-xl-1-12,.pure-u-xl-5-12,.pure-u-xl-7-12,.pure-u-xl-11-12,.pure-u-xl-1-24,.pure-u-xl-2-24,.pure-u-xl-3-24,.pure-u-xl-4-24,.pure-u-xl-5-24,.pure-u-xl-6-24,.pure-u-xl-7-24,.pure-u-xl-8-24,.pure-u-xl-9-24,.pure-u-xl-10-24,.pure-u-xl-11-24,.pure-u-xl-12-24,.pure-u-xl-13-24,.pure-u-xl-14-24,.pure-u-xl-15-24,.pure-u-xl-16-24,.pure-u-xl-17-24,.pure-u-xl-18-24,.pure-u-xl-19-24,.pure-u-xl-20-24,.pure-u-xl-21-24,.pure-u-xl-22-24,.pure-u-xl-23-24,.pure-u-xl-24-24 {
        display: inline-block;
        *display: inline;
        zoom:1;letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .pure-u-xl-1-24 {
        width: 4.1667%;
        *width: 4.1357%
    }

    .pure-u-xl-1-12,.pure-u-xl-2-24 {
        width: 8.3333%;
        *width: 8.3023%
    }

    .pure-u-xl-1-8,.pure-u-xl-3-24 {
        width: 12.5000%;
        *width: 12.4690%
    }

    .pure-u-xl-1-6,.pure-u-xl-4-24 {
        width: 16.6667%;
        *width: 16.6357%
    }

    .pure-u-xl-1-5 {
        width: 20%;
        *width: 19.9690%
    }

    .pure-u-xl-5-24 {
        width: 20.8333%;
        *width: 20.8023%
    }

    .pure-u-xl-1-4,.pure-u-xl-6-24 {
        width: 25%;
        *width: 24.9690%
    }

    .pure-u-xl-7-24 {
        width: 29.1667%;
        *width: 29.1357%
    }

    .pure-u-xl-1-3,.pure-u-xl-8-24 {
        width: 33.3333%;
        *width: 33.3023%
    }

    .pure-u-xl-3-8,.pure-u-xl-9-24 {
        width: 37.5000%;
        *width: 37.4690%
    }

    .pure-u-xl-2-5 {
        width: 40%;
        *width: 39.9690%
    }

    .pure-u-xl-5-12,.pure-u-xl-10-24 {
        width: 41.6667%;
        *width: 41.6357%
    }

    .pure-u-xl-11-24 {
        width: 45.8333%;
        *width: 45.8023%
    }

    .pure-u-xl-1-2,.pure-u-xl-2-4,.pure-u-xl-12-24 {
        width: 50%;
        *width: 49.9690%
    }

    .pure-u-xl-13-24 {
        width: 54.1667%;
        *width: 54.1357%
    }

    .pure-u-xl-7-12,.pure-u-xl-14-24 {
        width: 58.3333%;
        *width: 58.3023%
    }

    .pure-u-xl-3-5 {
        width: 60%;
        *width: 59.9690%
    }

    .pure-u-xl-5-8,.pure-u-xl-15-24 {
        width: 62.5000%;
        *width: 62.4690%
    }

    .pure-u-xl-2-3,.pure-u-xl-16-24 {
        width: 66.6667%;
        *width: 66.6357%
    }

    .pure-u-xl-17-24 {
        width: 70.8333%;
        *width: 70.8023%
    }

    .pure-u-xl-3-4,.pure-u-xl-18-24 {
        width: 75%;
        *width: 74.9690%
    }

    .pure-u-xl-19-24 {
        width: 79.1667%;
        *width: 79.1357%
    }

    .pure-u-xl-4-5 {
        width: 80%;
        *width: 79.9690%
    }

    .pure-u-xl-5-6,.pure-u-xl-20-24 {
        width: 83.3333%;
        *width: 83.3023%
    }

    .pure-u-xl-7-8,.pure-u-xl-21-24 {
        width: 87.5000%;
        *width: 87.4690%
    }

    .pure-u-xl-11-12,.pure-u-xl-22-24 {
        width: 91.6667%;
        *width: 91.6357%
    }

    .pure-u-xl-23-24 {
        width: 95.8333%;
        *width: 95.8023%
    }

    .pure-u-xl-1,.pure-u-xl-1-1,.pure-u-xl-5-5,.pure-u-xl-24-24 {
        width: 100%
    }
}

@media screen and (min-width: 1440px) {
    .pure-g.reverse-xxl {
        flex-flow:row-reverse
    }

    .pure-u-xxl-1,.pure-u-xxl-1-1,.pure-u-xxl-1-2,.pure-u-xxl-1-3,.pure-u-xxl-2-3,.pure-u-xxl-1-4,.pure-u-xxl-2-4,.pure-u-xxl-3-4,.pure-u-xxl-1-5,.pure-u-xxl-2-5,.pure-u-xxl-3-5,.pure-u-xxl-4-5,.pure-u-xxl-5-5,.pure-u-xxl-1-6,.pure-u-xxl-5-6,.pure-u-xxl-1-8,.pure-u-xxl-3-8,.pure-u-xxl-5-8,.pure-u-xxl-7-8,.pure-u-xxl-1-12,.pure-u-xxl-5-12,.pure-u-xxl-7-12,.pure-u-xxl-11-12,.pure-u-xxl-1-24,.pure-u-xxl-2-24,.pure-u-xxl-3-24,.pure-u-xxl-4-24,.pure-u-xxl-5-24,.pure-u-xxl-6-24,.pure-u-xxl-7-24,.pure-u-xxl-8-24,.pure-u-xxl-9-24,.pure-u-xxl-10-24,.pure-u-xxl-11-24,.pure-u-xxl-12-24,.pure-u-xxl-13-24,.pure-u-xxl-14-24,.pure-u-xxl-15-24,.pure-u-xxl-16-24,.pure-u-xxl-17-24,.pure-u-xxl-18-24,.pure-u-xxl-19-24,.pure-u-xxl-20-24,.pure-u-xxl-21-24,.pure-u-xxl-22-24,.pure-u-xxl-23-24,.pure-u-xxl-24-24 {
        display: inline-block;
        *display: inline;
        zoom:1;letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .pure-u-xxl-1-24 {
        width: 4.1667%;
        *width: 4.1357%
    }

    .pure-u-xxl-1-12,.pure-u-xxl-2-24 {
        width: 8.3333%;
        *width: 8.3023%
    }

    .pure-u-xxl-1-8,.pure-u-xxl-3-24 {
        width: 12.5000%;
        *width: 12.4690%
    }

    .pure-u-xxl-1-6,.pure-u-xxl-4-24 {
        width: 16.6667%;
        *width: 16.6357%
    }

    .pure-u-xxl-1-5 {
        width: 20%;
        *width: 19.9690%
    }

    .pure-u-xxl-5-24 {
        width: 20.8333%;
        *width: 20.8023%
    }

    .pure-u-xxl-1-4,.pure-u-xxl-6-24 {
        width: 25%;
        *width: 24.9690%
    }

    .pure-u-xxl-7-24 {
        width: 29.1667%;
        *width: 29.1357%
    }

    .pure-u-xxl-1-3,.pure-u-xxl-8-24 {
        width: 33.3333%;
        *width: 33.3023%
    }

    .pure-u-xxl-3-8,.pure-u-xxl-9-24 {
        width: 37.5000%;
        *width: 37.4690%
    }

    .pure-u-xxl-2-5 {
        width: 40%;
        *width: 39.9690%
    }

    .pure-u-xxl-5-12,.pure-u-xxl-10-24 {
        width: 41.6667%;
        *width: 41.6357%
    }

    .pure-u-xxl-11-24 {
        width: 45.8333%;
        *width: 45.8023%
    }

    .pure-u-xxl-1-2,.pure-u-xxl-2-4,.pure-u-xxl-12-24 {
        width: 50%;
        *width: 49.9690%
    }

    .pure-u-xxl-13-24 {
        width: 54.1667%;
        *width: 54.1357%
    }

    .pure-u-xxl-7-12,.pure-u-xxl-14-24 {
        width: 58.3333%;
        *width: 58.3023%
    }

    .pure-u-xxl-3-5 {
        width: 60%;
        *width: 59.9690%
    }

    .pure-u-xxl-5-8,.pure-u-xxl-15-24 {
        width: 62.5000%;
        *width: 62.4690%
    }

    .pure-u-xxl-2-3,.pure-u-xxl-16-24 {
        width: 66.6667%;
        *width: 66.6357%
    }

    .pure-u-xxl-17-24 {
        width: 70.8333%;
        *width: 70.8023%
    }

    .pure-u-xxl-3-4,.pure-u-xxl-18-24 {
        width: 75%;
        *width: 74.9690%
    }

    .pure-u-xxl-19-24 {
        width: 79.1667%;
        *width: 79.1357%
    }

    .pure-u-xxl-4-5 {
        width: 80%;
        *width: 79.9690%
    }

    .pure-u-xxl-5-6,.pure-u-xxl-20-24 {
        width: 83.3333%;
        *width: 83.3023%
    }

    .pure-u-xxl-7-8,.pure-u-xxl-21-24 {
        width: 87.5000%;
        *width: 87.4690%
    }

    .pure-u-xxl-11-12,.pure-u-xxl-22-24 {
        width: 91.6667%;
        *width: 91.6357%
    }

    .pure-u-xxl-23-24 {
        width: 95.8333%;
        *width: 95.8023%
    }

    .pure-u-xxl-1,.pure-u-xxl-1-1,.pure-u-xxl-5-5,.pure-u-xxl-24-24 {
        width: 100%
    }
}

/*!
Pure v0.6.1
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
.pure-table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #cbcbcb
}

.pure-table caption {
    color: #000;
    font: italic 85%/1 arial, sans-serif;
    padding: 1em 0;
    text-align: center
}

.pure-table td,.pure-table th {
    border-left: 1px solid #cbcbcb;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: 0.5em 1em
}

.pure-table td:first-child,.pure-table th:first-child {
    border-left-width: 0
}

.pure-table thead {
    background-color: #e0e0e0;
    color: #000;
    text-align: left;
    vertical-align: bottom
}

.pure-table td {
    background-color: transparent
}

.pure-table-odd td {
    background-color: #f2f2f2
}

.pure-table-striped tr:nth-child(2n-1) td {
    background-color: #f2f2f2
}

.pure-table-bordered td {
    border-bottom: 1px solid #cbcbcb
}

.pure-table-bordered tbody>tr:last-child>td {
    border-bottom-width: 0
}

.pure-table-horizontal td,.pure-table-horizontal th {
    border-width: 0 0 1px 0;
    border-bottom: 1px solid #cbcbcb
}

.pure-table-horizontal tbody>tr:last-child>td {
    border-bottom-width: 0
}

.btn {
    display: inline-block;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: .9375;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.btn:focus,.btn.focus,.btn:active:focus,.btn:active.focus,.btn.active:focus,.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:focus,.btn:hover {
    text-decoration: none
}

.btn.focus {
    text-decoration: none
}

.btn:active,.btn.active {
    background-image: none;
    outline: 0;
    -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.btn.disabled,.btn:disabled {
    cursor: not-allowed;
    opacity: .65;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #0067e6;
    border-color: #0067e6;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-primary:hover {
    color: #fff;
    background-color: #107bff;
    border-color: #107bff
}

.btn-primary.focus {
    color: #fff;
    background-color: #107bff;
    border-color: #107bff
}

.btn-primary:active,.btn-primary.active,.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0055bd;
    border-color: #0055bd;
    background-image: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-primary:active:hover,.btn-primary:active.focus,.btn-primary.active:hover,.btn-primary.active.focus,.open>.btn-primary.dropdown-toggle:hover,.open>.btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #107bff;
    border-color: #107bff
}

.btn-primary.disabled.focus,.btn-primary:disabled.focus {
    background-color: #0067e6;
    border-color: #0067e6
}

.btn-primary.disabled:hover,.btn-primary:disabled:hover {
    background-color: #0067e6;
    border-color: #0067e6
}

.btn-secondary {
    color: #606a72;
    background-color: #fff;
    border-color: #c9d5e2;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-secondary:hover {
    color: #606a72;
    background-color: #fff;
    border-color: #e4eaf0
}

.btn-secondary.focus {
    color: #606a72;
    background-color: #fff;
    border-color: #e4eaf0
}

.btn-secondary:active,.btn-secondary.active,.open>.btn-secondary.dropdown-toggle {
    color: #606a72;
    background-color: #ebebeb;
    border-color: #aec0d4;
    background-image: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-secondary:active:hover,.btn-secondary:active.focus,.btn-secondary.active:hover,.btn-secondary.active.focus,.open>.btn-secondary.dropdown-toggle:hover,.open>.btn-secondary.dropdown-toggle.focus {
    color: #606a72;
    background-color: #fff;
    border-color: #e4eaf0
}

.btn-secondary.disabled.focus,.btn-secondary:disabled.focus {
    background-color: #fff;
    border-color: #c9d5e2
}

.btn-secondary.disabled:hover,.btn-secondary:disabled:hover {
    background-color: #fff;
    border-color: #c9d5e2
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-info:hover {
    color: #fff;
    background-color: #7dcde5;
    border-color: #7dcde5
}

.btn-info.focus {
    color: #fff;
    background-color: #7dcde5;
    border-color: #7dcde5
}

.btn-info:active,.btn-info.active,.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #39b3d7;
    border-color: #39b3d7;
    background-image: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-info:active:hover,.btn-info:active.focus,.btn-info.active:hover,.btn-info.active.focus,.open>.btn-info.dropdown-toggle:hover,.open>.btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #7dcde5;
    border-color: #7dcde5
}

.btn-info.disabled.focus,.btn-info:disabled.focus {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-info.disabled:hover,.btn-info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-success {
    color: #fff;
    background-color: #33d49b;
    border-color: #33d49b;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-success:hover {
    color: #fff;
    background-color: #55dbac;
    border-color: #55dbac
}

.btn-success.focus {
    color: #fff;
    background-color: #55dbac;
    border-color: #55dbac
}

.btn-success:active,.btn-success.active,.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #27b884;
    border-color: #27b884;
    background-image: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-success:active:hover,.btn-success:active.focus,.btn-success.active:hover,.btn-success.active.focus,.open>.btn-success.dropdown-toggle:hover,.open>.btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #55dbac;
    border-color: #55dbac
}

.btn-success.disabled.focus,.btn-success:disabled.focus {
    background-color: #33d49b;
    border-color: #33d49b
}

.btn-success.disabled:hover,.btn-success:disabled:hover {
    background-color: #33d49b;
    border-color: #33d49b
}

.btn-warning {
    color: #fff;
    background-color: #edb758;
    border-color: #edb758;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-warning:hover {
    color: #fff;
    background-color: #f1c77d;
    border-color: #f1c77d
}

.btn-warning.focus {
    color: #fff;
    background-color: #f1c77d;
    border-color: #f1c77d
}

.btn-warning:active,.btn-warning.active,.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #e9a733;
    border-color: #e9a733;
    background-image: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-warning:active:hover,.btn-warning:active.focus,.btn-warning.active:hover,.btn-warning.active.focus,.open>.btn-warning.dropdown-toggle:hover,.open>.btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #f1c77d;
    border-color: #f1c77d
}

.btn-warning.disabled.focus,.btn-warning:disabled.focus {
    background-color: #edb758;
    border-color: #edb758
}

.btn-warning.disabled:hover,.btn-warning:disabled:hover {
    background-color: #edb758;
    border-color: #edb758
}

.btn-danger {
    color: #fff;
    background-color: #ea5053;
    border-color: #ea5053;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-danger:hover {
    color: #fff;
    background-color: #ee7477;
    border-color: #ee7477
}

.btn-danger.focus {
    color: #fff;
    background-color: #ee7477;
    border-color: #ee7477
}

.btn-danger:active,.btn-danger.active,.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #e62c2f;
    border-color: #e62c2f;
    background-image: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-danger:active:hover,.btn-danger:active.focus,.btn-danger.active:hover,.btn-danger.active.focus,.open>.btn-danger.dropdown-toggle:hover,.open>.btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ee7477;
    border-color: #ee7477
}

.btn-danger.disabled.focus,.btn-danger:disabled.focus {
    background-color: #ea5053;
    border-color: #ea5053
}

.btn-danger.disabled:hover,.btn-danger:disabled:hover {
    background-color: #ea5053;
    border-color: #ea5053
}

.btn-outline-primary {
    color: #0067e6;
    background-image: none;
    background-color: #fff;
    border-color: #0067e6
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0067e6;
    border-color: #0067e6
}

.btn-outline-primary:focus,.btn-outline-primary.focus {
    color: #fff;
    background-color: #0067e6;
    border-color: #0067e6
}

.btn-outline-primary:active,.btn-outline-primary.active,.open>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0067e6;
    border-color: #0067e6
}

.btn-outline-primary:active:hover,.btn-outline-primary:active:focus,.btn-outline-primary:active.focus,.btn-outline-primary.active:hover,.btn-outline-primary.active:focus,.btn-outline-primary.active.focus,.open>.btn-outline-primary.dropdown-toggle:hover,.open>.btn-outline-primary.dropdown-toggle:focus,.open>.btn-outline-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #1a81ff;
    border-color: #1a81ff
}

.btn-outline-primary.disabled:focus,.btn-outline-primary.disabled.focus,.btn-outline-primary:disabled:focus,.btn-outline-primary:disabled.focus {
    border-color: #4d9dff
}

.btn-outline-primary.disabled:hover,.btn-outline-primary:disabled:hover {
    border-color: #4d9dff
}

.btn-outline-secondary {
    color: #c9d5e2;
    background-image: none;
    background-color: #fff;
    border-color: #c9d5e2
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #c9d5e2;
    border-color: #c9d5e2
}

.btn-outline-secondary:focus,.btn-outline-secondary.focus {
    color: #fff;
    background-color: #c9d5e2;
    border-color: #c9d5e2
}

.btn-outline-secondary:active,.btn-outline-secondary.active,.open>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #c9d5e2;
    border-color: #c9d5e2
}

.btn-outline-secondary:active:hover,.btn-outline-secondary:active:focus,.btn-outline-secondary:active.focus,.btn-outline-secondary.active:hover,.btn-outline-secondary.active:focus,.btn-outline-secondary.active.focus,.open>.btn-outline-secondary.dropdown-toggle:hover,.open>.btn-outline-secondary.dropdown-toggle:focus,.open>.btn-outline-secondary.dropdown-toggle.focus {
    color: #fff;
    background-color: #eaeff4;
    border-color: #eaeff4
}

.btn-outline-secondary.disabled:focus,.btn-outline-secondary.disabled.focus,.btn-outline-secondary:disabled:focus,.btn-outline-secondary:disabled.focus {
    border-color: #fff
}

.btn-outline-secondary.disabled:hover,.btn-outline-secondary:disabled:hover {
    border-color: #fff
}

.btn-outline-info {
    color: #5bc0de;
    background-image: none;
    background-color: #fff;
    border-color: #5bc0de
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-outline-info:focus,.btn-outline-info.focus {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-outline-info:active,.btn-outline-info.active,.open>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-outline-info:active:hover,.btn-outline-info:active:focus,.btn-outline-info:active.focus,.btn-outline-info.active:hover,.btn-outline-info.active:focus,.btn-outline-info.active.focus,.open>.btn-outline-info.dropdown-toggle:hover,.open>.btn-outline-info.dropdown-toggle:focus,.open>.btn-outline-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #85d0e7;
    border-color: #85d0e7
}

.btn-outline-info.disabled:focus,.btn-outline-info.disabled.focus,.btn-outline-info:disabled:focus,.btn-outline-info:disabled.focus {
    border-color: #b0e1ef
}

.btn-outline-info.disabled:hover,.btn-outline-info:disabled:hover {
    border-color: #b0e1ef
}

.btn-outline-success {
    color: #33d49b;
    background-image: none;
    background-color: #fff;
    border-color: #33d49b
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #33d49b;
    border-color: #33d49b
}

.btn-outline-success:focus,.btn-outline-success.focus {
    color: #fff;
    background-color: #33d49b;
    border-color: #33d49b
}

.btn-outline-success:active,.btn-outline-success.active,.open>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #33d49b;
    border-color: #33d49b
}

.btn-outline-success:active:hover,.btn-outline-success:active:focus,.btn-outline-success:active.focus,.btn-outline-success.active:hover,.btn-outline-success.active:focus,.btn-outline-success.active.focus,.open>.btn-outline-success.dropdown-toggle:hover,.open>.btn-outline-success.dropdown-toggle:focus,.open>.btn-outline-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #5dddb0;
    border-color: #5dddb0
}

.btn-outline-success.disabled:focus,.btn-outline-success.disabled.focus,.btn-outline-success:disabled:focus,.btn-outline-success:disabled.focus {
    border-color: #87e6c4
}

.btn-outline-success.disabled:hover,.btn-outline-success:disabled:hover {
    border-color: #87e6c4
}

.btn-outline-warning {
    color: #edb758;
    background-image: none;
    background-color: #fff;
    border-color: #edb758
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #edb758;
    border-color: #edb758
}

.btn-outline-warning:focus,.btn-outline-warning.focus {
    color: #fff;
    background-color: #edb758;
    border-color: #edb758
}

.btn-outline-warning:active,.btn-outline-warning.active,.open>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #edb758;
    border-color: #edb758
}

.btn-outline-warning:active:hover,.btn-outline-warning:active:focus,.btn-outline-warning:active.focus,.btn-outline-warning.active:hover,.btn-outline-warning.active:focus,.btn-outline-warning.active.focus,.open>.btn-outline-warning.dropdown-toggle:hover,.open>.btn-outline-warning.dropdown-toggle:focus,.open>.btn-outline-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #f2cb86;
    border-color: #f2cb86
}

.btn-outline-warning.disabled:focus,.btn-outline-warning.disabled.focus,.btn-outline-warning:disabled:focus,.btn-outline-warning:disabled.focus {
    border-color: #f7dfb4
}

.btn-outline-warning.disabled:hover,.btn-outline-warning:disabled:hover {
    border-color: #f7dfb4
}

.btn-outline-danger {
    color: #ea5053;
    background-image: none;
    background-color: #fff;
    border-color: #ea5053
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #ea5053;
    border-color: #ea5053
}

.btn-outline-danger:focus,.btn-outline-danger.focus {
    color: #fff;
    background-color: #ea5053;
    border-color: #ea5053
}

.btn-outline-danger:active,.btn-outline-danger.active,.open>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #ea5053;
    border-color: #ea5053
}

.btn-outline-danger:active:hover,.btn-outline-danger:active:focus,.btn-outline-danger:active.focus,.btn-outline-danger.active:hover,.btn-outline-danger.active:focus,.btn-outline-danger.active.focus,.open>.btn-outline-danger.dropdown-toggle:hover,.open>.btn-outline-danger.dropdown-toggle:focus,.open>.btn-outline-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ef7e80;
    border-color: #ef7e80
}

.btn-outline-danger.disabled:focus,.btn-outline-danger.disabled.focus,.btn-outline-danger:disabled:focus,.btn-outline-danger:disabled.focus {
    border-color: #f5abad
}

.btn-outline-danger.disabled:hover,.btn-outline-danger:disabled:hover {
    border-color: #f5abad
}

.btn-link {
    font-weight: normal;
    color: #0067e6;
    border-radius: 0
}

.btn-link,.btn-link:active,.btn-link.active,.btn-link:disabled {
    background-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,.btn-link:focus,.btn-link:active {
    border-color: transparent
}

.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,.btn-link:hover {
    color: #107bff;
    text-decoration: underline;
    background-color: transparent
}

.btn-link:disabled:focus,.btn-link:disabled:hover {
    color: #636c72;
    text-decoration: none
}

.btn-link.btn-link-white {
    color: #fff
}

.btn-link.btn-link-white:hover {
    text-decoration: underline
}

.btn-lg,.btn-group-lg>.btn {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    border-radius: 32px
}

.btn-sm,.btn-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    -moz-border-radius: .2rem;
    -webkit-border-radius: .2rem;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block {
    width: 100%
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,.btn-group-vertical>.btn {
    position: relative;
    float: left;
    margin-bottom: 0
}

.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group>.btn:hover,.btn-group-vertical>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -0.5rem
}

.btn-toolbar::after {
    display: block;
    content: "";
    clear: both
}

.btn-toolbar .btn-group,.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
    margin-left: .5rem
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn+.dropdown-toggle-split::after {
    margin-left: 0
}

.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem
}

.btn-group.open .dropdown-toggle {
    -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret,.btn-group-lg>.btn .caret {
    border-width: .3em .3em 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret,.dropup .btn-group-lg>.btn .caret {
    border-width: 0 .3em .3em
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group::after {
    display: block;
    content: "";
    clear: both
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.nav-tabs {
    padding-left: 0;
    margin: 0 0 0 -15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.nav-tabs:after {
    display: table;
    content: " ";
    clear: both
}

.nav-tabs>li {
    list-style: none
}

.nav-tabs>li>a {
    line-height: 24px;
    display: block;
    padding: 8px 15px;
    position: relative
}

.nav-tabs>.active>a {
    position: relative
}

.nav-tabs>.active>a:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    bottom: 0;
    background-color: #0067e6
}

.nav-pills {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-pills:after {
    display: table;
    content: " ";
    clear: both
}

.nav-pills>li {
    float: left;
    position: relative;
    display: block;
    margin-right: 2px;
    margin-bottom: 2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.nav-pills>li>a {
    border-radius: 4px;
    position: relative;
    display: block;
    padding: 8px 15px;
    border: 1px solid #ddd
}

.nav-pills>li>a:hover {
    background-color: #eee
}

.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #428bca;
    text-decoration: none;
    border: 1px solid transparent
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.clearfix:before,.clearfix:after {
    display: table;
    content: " "
}

body.clearfix.tr-tr.md.mobile {
}

.clearfix:after {
    clear: both
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

.fade.in {
    opacity: 1
}

.floatright {
    float: right
}

.floatleft {
    float: left
}

.floatnone {
    float: none
}

.btn-xs {
    padding: 0px 5px;
    font-size: 13px;
    line-height: 22px
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left:0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform:scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #ffffff 50%,#eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%,#cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #ffffff 0%,#eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%,#ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.pure-g.reverse {
    flex-flow: row-reverse
}

.pure-g>* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 1023px) {
    .pure-g.autopad {
        margin:-10px
    }

    .pure-g.autopad>* {
        padding: 10px
    }

    .pure-g.autopad-12 {
        margin: -10px
    }

    .pure-g.autopad-12>* {
        padding: 10px
    }

    .pure-g.autopad-18 {
        margin: -10px
    }

    .pure-g.autopad-18>* {
        padding: 10px
    }

    .pure-g.autopad-24 {
        margin: -10px
    }

    .pure-g.autopad-24>* {
        padding: 10px
    }

    .pure-g.autopad-36 {
        margin: -10px
    }

    .pure-g.autopad-36>* {
        padding: 10px
    }

    .pure-g.autopad-48 {
        margin: -10px
    }

    .pure-g.autopad-48>* {
        padding: 10px
    }

    .pure-g.autopad-60 {
        margin: -10px
    }

    .pure-g.autopad-60>* {
        padding: 10px
    }

    .pure-g.autopad-80 {
        margin: -10px
    }

    .pure-g.autopad-80>* {
        padding: 10px
    }

    .pure-g.autopad-120 {
        margin: -10px
    }

    .pure-g.autopad-120>* {
        padding: 10px
    }
}

@media (min-width: 1024px) {
    .pure-g.autopad {
        margin:-12px
    }

    .pure-g.autopad>* {
        padding: 12px
    }

    .pure-g.autopad-h {
        margin-left: -12px;
        margin-right: -12px
    }

    .pure-g.autopad-h>* {
        padding-left: 12px;
        padding-right: 12px
    }

    .pure-g.autopad-v {
        margin-top: -12px;
        margin-bottom: -12px
    }

    .pure-g.autopad-v>* {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .pure-g.autopad-12 {
        margin: -6px
    }

    .pure-g.autopad-12>* {
        padding: 6px
    }

    .pure-g.autopad-12-h {
        margin-left: -6px;
        margin-right: -6px
    }

    .pure-g.autopad-12-h>* {
        padding-left: 6px;
        padding-right: 6px
    }

    .pure-g.autopad-12-v {
        margin-top: -6px;
        margin-bottom: -6px
    }

    .pure-g.autopad-12-v>* {
        padding-top: 6px;
        padding-bottom: 6px
    }

    .pure-g.autopad-18 {
        margin: -9px
    }

    .pure-g.autopad-18>* {
        padding: 9px
    }

    .pure-g.autopad-18-h {
        margin-left: -9px;
        margin-right: -9px
    }

    .pure-g.autopad-18-h>* {
        padding-left: 9px;
        padding-right: 9px
    }

    .pure-g.autopad-18-v {
        margin-top: -9px;
        margin-bottom: -9px
    }

    .pure-g.autopad-18-v>* {
        padding-top: 9px;
        padding-bottom: 9px
    }

    .pure-g.autopad-24 {
        margin: -12px
    }

    .pure-g.autopad-24>* {
        padding: 12px
    }

    .pure-g.autopad-24-h {
        margin-left: -12px;
        margin-right: -12px
    }

    .pure-g.autopad-24-h>* {
        padding-left: 12px;
        padding-right: 12px
    }

    .pure-g.autopad-24-v {
        margin-top: -12px;
        margin-bottom: -12px
    }

    .pure-g.autopad-24-v>* {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .pure-g.autopad-36 {
        margin: -18px
    }

    .pure-g.autopad-36>* {
        padding: 18px
    }

    .pure-g.autopad-36-h {
        margin-left: -18px;
        margin-right: -18px
    }

    .pure-g.autopad-36-h>* {
        padding-left: 18px;
        padding-right: 18px
    }

    .pure-g.autopad-36-v {
        margin-top: -18px;
        margin-bottom: -18px
    }

    .pure-g.autopad-36-v>* {
        padding-top: 18px;
        padding-bottom: 18px
    }

    .pure-g.autopad-48 {
        margin: -24px
    }

    .pure-g.autopad-48>* {
        padding: 24px
    }

    .pure-g.autopad-48-h {
        margin-left: -24px;
        margin-right: -24px
    }

    .pure-g.autopad-48-h>* {
        padding-left: 24px;
        padding-right: 24px
    }

    .pure-g.autopad-48-v {
        margin-top: -24px;
        margin-bottom: -24px
    }

    .pure-g.autopad-48-v>* {
        padding-top: 24px;
        padding-bottom: 24px
    }

    .pure-g.autopad-60 {
        margin: -30px
    }

    .pure-g.autopad-60>* {
        padding: 30px
    }

    .pure-g.autopad-60-h {
        margin-left: -30px;
        margin-right: -30px
    }

    .pure-g.autopad-60-h>* {
        padding-left: 30px;
        padding-right: 30px
    }

    .pure-g.autopad-60-v {
        margin-top: -30px;
        margin-bottom: -30px
    }

    .pure-g.autopad-60-v>* {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .pure-g.autopad-80 {
        margin: -40px
    }

    .pure-g.autopad-80>* {
        padding: 40px
    }

    .pure-g.autopad-80-h {
        margin-left: -40px;
        margin-right: -40px
    }

    .pure-g.autopad-80-h>* {
        padding-left: 40px;
        padding-right: 40px
    }

    .pure-g.autopad-80-v {
        margin-top: -40px;
        margin-bottom: -40px
    }

    .pure-g.autopad-80-v>* {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .pure-g.autopad-120 {
        margin: -60px
    }

    .pure-g.autopad-120>* {
        padding: 60px
    }

    .pure-g.autopad-120-h {
        margin-left: -60px;
        margin-right: -60px
    }

    .pure-g.autopad-120-h>* {
        padding-left: 60px;
        padding-right: 60px
    }

    .pure-g.autopad-120-v {
        margin-top: -60px;
        margin-bottom: -60px
    }

    .pure-g.autopad-120-v>* {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (max-width: 767px) {
    .hide-mobile {
        display:none
    }
}

@media (min-width: 768px) {
    .hide-desktop {
        display:none
    }
}

@media (max-width: 567px) {
    .hide-at-xs {
        display:none
    }
}

@media (max-width: 479px) {
    .hide-at-min {
        display:none
    }
}

@media (min-width: 568px) and (max-width: 767px) {
    .hide-at-sm {
        display:none
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hide-at-md {
        display:none
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .hide-at-lg {
        display:none
    }
}

@media (min-width: 1280px) and (max-width: 1439px) {
    .hide-at-xl {
        display:none
    }
}

@media (min-width: 1440px) {
    .hide-at-xxl {
        display:none
    }
}

.btn-hollow {
    background-color: transparent
}

.nav-tabs>li>a {
    color: #2e3742;
    cursor: pointer
}

.nav-tabs>li>a:hover {
    color: #0067e6
}

.nav-tabs>li.active a {
    color: #2e3742
}

.nav-tabs>li.active a:hover {
    color: #0067e6
}

@media (min-width: 768px) {
    .nav-tabs {
        margin-left:-30px
    }

    .nav-tabs>li>a {
        font-size: 14px;
        padding: 10px 30px 10px 30px
    }
}

.btns {
    padding: 20px 0
}

.btn.disabled,.btn:disabled {
    opacity: 0.8
}

.btn.round {
    -moz-border-radius: 21px;
    -webkit-border-radius: 21px;
    border-radius: 21px;
    padding-left: 18px;
    padding-right: 18px
}

.btn.round.btn-xs {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    padding-left: 10px;
    padding-right: 10px
}

.btn.round.btn-sm,.btn-group-sm>.btn.round {
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    padding-left: 15px;
    padding-right: 15px
}

.btn.round.btn-lg,.btn-group-lg>.btn.round {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding-left: 22px;
    padding-right: 22px
}

.blue {
    padding: 0.5rem 2rem;
    border-radius: 60px
}

.blue.disabled {
    background-color: #fff;
    color: #c9d5e2;
    border-color: #c9d5e2
}

.blue.btn-success {
    background-color: #0067e6;
    border-color: #0067e6
}

.blue.btn-success:hover {
    background-color: #025aa5;
    border-color: #025aa5
}

.syno_product_gallery img.mfp-img {
    padding: 80px 0px 80px
}

.syno_product_gallery .mfp-figure:after {
    background-color: transparent;
    top: 80px;
    bottom: 80px
}

.syno_product_gallery .mfp-bottom-bar {
    margin-top: -66px
}

.syno_product_gallery .syno_mfp_close {
    top: 15px
}

.syno_language_dialog {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll
}

.syno_language_dialog h3 {
    color: #fff;
    padding-bottom: 48px
}

.syno_language_dialog .mfp-content .dialog {
    max-width: 980px;
    padding-top: 0
}

.syno_language_dialog .mfp-content .dialog .pure-u-1-1 {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 28px
}

.syno_language_dialog .syno_mfp_close_language_dialog {
    top: 8px
}

.syno_mfp_content_transparent .mfp-content .dialog {
    background-color: transparent
}

.syno_mfp_content_transparent .mfp-content .dialog a {
    color: #fff
}

.syno_mfp_content_transparent .mfp-content .dialog a:hover {
    text-decoration: underline
}

.syno_mfp_close {
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    right: 20px;
    top: 0;
    width: 50px;
    height: 50px
}

@media (max-width: 767px) {
    .syno_mfp_close {
        top:0
    }
}

.syno_mfp_close .circle {
    width: 50px;
    height: 50px;
    position: relative;
    border: 1px solid #fff;
    border-radius: 100%;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.syno_mfp_close .circle:hover {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.syno_mfp_close .circle .line {
    position: absolute;
    width: 1px;
    height: 30px;
    background: #fff;
    left: 24px;
    top: 10px;
    display: inline-block
}

.syno_mfp_close .circle .line:first-child {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.syno_mfp_close .circle .line:last-child {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mfp-bg {
    background: #000;
    opacity: .7
}

.mfp-arrow:before,.mfp-arrow:after {
    opacity: 0
}

.mfp-arrow.mfp-arrow-right {
    background-image: url("../img/products/detail/next_grey.png")
}

.mfp-arrow.mfp-arrow-left {
    background-image: url("../img/products/detail/prev_grey.png")
}

@media (min-width: 1024px) {
    .mfp-arrow.mfp-arrow-right {
        background-image:url("../img/products/detail/next.png")
    }

    .mfp-arrow.mfp-arrow-left {
        background-image: url("../img/products/detail/prev.png")
    }
}

.syno_mfp_zoom_out .mfp-with-anim {
    opacity: 0;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.syno_mfp_zoom_out.mfp-bg {
    opacity: 0;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.syno_mfp_zoom_out .mfp-content .dialog {
    opacity: 0;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.syno_mfp_zoom_out.mfp-ready .mfp-with-anim {
    opacity: 0;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.syno_mfp_zoom_out.mfp-ready.mfp-bg {
    opacity: 0.7
}

.syno_mfp_zoom_out.mfp-ready .mfp-content .dialog {
    opacity: 1
}

.syno_mfp_zoom_out.mfp-removing .mfp-with-anim {
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0
}

.syno_mfp_zoom_out.mfp-removing.mfp-bg {
    opacity: 0
}

.syno_mfp_zoom_out.mfp-removing .mfp-content .dialog {
    opacity: 0
}

@media (max-width: 900px) {
    .mfp-arrow-left {
        -moz-transform-origin:0 50%;
        -ms-transform-origin: 0 50%;
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%
    }

    .mfp-arrow-right {
        -moz-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%
    }
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.7
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.mfp-btn_close_white_border .mfp-content .dialog {
    margin: 80px auto
}

.mfp-btn_close_white_border button.mfp-close {
    background-image: url("../img/icon/close_white.png");
    background-repeat: no-repeat;
    opacity: 1;
    color: transparent;
    background-size: 26px;
    width: 32px;
    height: 32px;
    top: -50px;
    background-position: 2px center;
    right: -3px
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .mfp-btn_close_white_border button.mfp-close {
        background-image:url("../img/icon/close_white@2x.png")
    }
}

.mfp-btn_close_white_border button.mfp-close:active {
    top: -50px
}

.mfp-wrap,.mfp-bg {
    z-index: 1051
}

.select2 {
    min-width: 300px;
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.select2-container .select2-selection--single {
    line-height: 24px;
    padding: 8px 16px;
    height: 42px
}

.select2-container--default .select2-selection--single {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-color: #c9d5e2
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    height: 100%
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    color: #2e3742
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px
}

.select2-container--open .select2-selection--single .select2-selection__placeholder {
    color: #6f829a
}

.select2-container--default .select2-dropdown {
    border-color: #c9d5e2
}

.select2-container--default .select2-search--dropdown {
    background-color: #dce4ec;
    padding: 10px 16px
}

.select2-container--default .select2-search--dropdown .area_hint {
    margin-bottom: 5px
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0px;
    padding: 5px 8px;
    height: 34px
}

.select2-container--default .area_hint {
    display: block;
    font-size: 13px;
    line-height: 20px;
    color: #4f5861
}

.select2-container--default .select2-results {
    background-color: #f2f6f9;
    overflow-y: auto
}

.select2-container--default .select2-results>.area_hint {
    padding: 8px 16px
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 300px;
    color: #818a91;
    overflow-y: unset
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fdfefe;
    color: #818a91
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #dce4ec;
    color: #818a91
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
    display: none
}

.select2-container--default .select2-results__option,.select2-container--default .select2-results__group {
    font-weight: normal;
    padding-left: 16px;
    padding-right: 16px
}

.select2-container--default .select2-results__option .select2-results__option {
    padding: 4px 32px
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    pointer-events: none;
    background-color: #f3f3f3
}

select[readonly]+.select2 {
    pointer-events: none
}

select[readonly]+.select2 .select2-selection--single {
    color: #333;
    background-color: #f3f3f3
}

.select2-container--default .select2-results {
    background-color: #f2f6f9
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #f2f6f9
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f2f6f9;
    color: #0067e6
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border: 1px solid #0067e6;
    outline: none;
    outline-width: 0
}

.select2-results__option .select2-item {
    display: flex;
    align-items: center
}

.select2-results__option .select2-checkbox {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: 1px solid #c9d5e2;
    border-radius: 3px;
    background-color: white;
    margin-right: 10px;
    flex-shrink: 0;
    flex-grow: 0
}

.select2-results__option[aria-selected=true] .select2-checkbox {
    background-color: #006CE5;
    border: 1px solid #006CE5;
    background-image: url("/img/compatibility/checkbox.png");
    background-repeat: no-repeat;
    background-size: 100% 100%
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .select2-results__option[aria-selected=true] .select2-checkbox {
        background-image:url("/img/compatibility/checkbox@2x.png")
    }
}

.select2-results__option hr {
    margin: 6px 0
}

select,.select2,.select2-selection {
    outline: none;
    box-shadow: none
}

select:hover,select:focus,select:active,select *:hover,.select2:hover,.select2:focus,.select2:active,.select2 *:hover,.select2-selection:hover,.select2-selection:focus,.select2-selection:active,.select2-selection *:hover {
    outline: none;
    box-shadow: none
}

select:focus-visible,.select2:focus-visible,.select2-selection:focus-visible {
    outline: solid 3px rgba(92,176,255,0.5);
    outline-offset: -3px
}

.select2-selection--single:focus-visible {
    outline: solid 3px rgba(92,176,255,0.5) !important;
    outline-offset: -3px
}

html,body {
    padding: 0;
    margin: 0;
    height: 100%
}

body {
    color: #2e3742;
    background-color: #f3f6f9;
    font-size: 18px;
    line-height: 28px;
    font-family: "Inter","Open Sans",Arial,Helvetica,Verdana,sans-serif
}

body.zh-tw {
    font-family: "Inter","Open Sans",Arial,Helvetica,"微軟正黑體","Microsoft JhengHei","新細明體",Verdana,sans-serif
}

body.zh-cn {
    font-family: "Inter","Open Sans",Arial,Helvetica,"微软雅黑","Microsoft YaHei",Verdana,sans-serif
}

body.ja-jp {
    font-family: "Inter","NotoSansJP","Open Sans",Arial,Helvetica,"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","MS PGothic",Verdana,sans-serif
}

body.ko-kr {
    font-family: "Inter","NotoSansKR","Open Sans",Arial,Helvetica,dotum,gulim,Verdana,sans-serif
}

body.zh-hk {
    font-family: "Inter","Open Sans",Arial,Helvetica,"微軟正黑體","Microsoft JhengHei","新細明體",Verdana,sans-serif
}

pre,code {
    font-family: 'Courier New', monospace, ​ serif
}

a {
    color: #0067e6;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}

a:hover {
    color: #0067e6
}

a:active {
    color: #0067e6
}

a:focus {
    outline: 0
}

a::-moz-focus-inner {
    border: 0
}

h1,.h1 {
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 8px
}

@media screen and (min-width: 768px) {
    h1,.h1 {
        font-size:40px;
        line-height: 56px;
        margin-bottom: 16px
    }
}

@media screen and (min-width: 1440px) {
    h1,.h1 {
        font-size:48px;
        line-height: 62px;
        margin-bottom: 12px
    }
}

h2,.h2 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 8px
}

@media screen and (min-width: 768px) {
    h2,.h2 {
        font-size:32px;
        line-height: 48px
    }
}

@media screen and (min-width: 1440px) {
    h2,.h2 {
        font-size:36px;
        line-height: 52px
    }
}

h3,.h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 8px
}

@media screen and (min-width: 768px) {
    h3,.h3 {
        font-size:26px
    }
}

@media screen and (min-width: 1440px) {
    h3,.h3 {
        font-size:30px;
        line-height: 42px
    }
}

h4,.h4 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 8px
}

@media screen and (min-width: 768px) {
    h4,.h4 {
        font-size:22px
    }
}

p,.p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-top: 8px
}

p.large {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    margin-top: 8px
}

@media screen and (min-width: 768px) {
    p.large {
        font-size:22px;
        line-height: 32px
    }
}

@media screen and (min-width: 1280px) {
    p.large {
        font-size:22px;
        line-height: 32px
    }
}

@media screen and (min-width: 1920px) {
    p.large {
        font-size:22px;
        line-height: 32px
    }
}

p.small {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 8px
}

img {
    max-width: 100%;
    vertical-align: top
}

hr {
    -moz-box-shadow: 0px;
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
    border: 0;
    border-bottom: 1px solid #c9d5e2;
    margin: 20px auto
}

ul {
    padding-left: 20px
}

synometa {
    display: none
}

a:focus-visible,button:focus-visible,[role="link"]:focus-visible,[role="button"]:focus-visible,.add-focus-visible:focus-visible {
    outline: solid 3px rgba(92,176,255,0.5);
    outline-offset: -3px
}

.add-focus-visible:focus-visible {
    outline: solid 3px rgba(92,176,255,0.5);
    outline-offset: -3px
}

.container {
    box-sizing: border-box;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    max-width: 1680px
}

@media screen and (min-width: 768px) {
    .container {
        padding-left:40px
    }
}

@media screen and (min-width: 1024px) {
    .container {
        padding-left:80px
    }
}

@media screen and (min-width: 1440px) {
    .container {
        padding-left:100px
    }
}

@media screen and (min-width: 1680px) {
    .container {
        padding-left:140px
    }
}

@media screen and (min-width: 768px) {
    .container {
        padding-right:40px
    }
}

@media screen and (min-width: 1024px) {
    .container {
        padding-right:80px
    }
}

@media screen and (min-width: 1440px) {
    .container {
        padding-right:100px
    }
}

@media screen and (min-width: 1680px) {
    .container {
        padding-right:140px
    }
}

.container-640 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 640px
}

@media (min-width: 568px) {
    .container-640 {
        padding:0 30px
    }
}

@media (min-width: 1440px) {
    .container-640 {
        padding:0 40px
    }
}

.container-720 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 720px
}

@media (min-width: 568px) {
    .container-720 {
        padding:0 30px
    }
}

@media (min-width: 1440px) {
    .container-720 {
        padding:0 40px
    }
}

.container-960 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 960px
}

@media (min-width: 568px) {
    .container-960 {
        padding:0 30px
    }
}

@media (min-width: 1440px) {
    .container-960 {
        padding:0 40px
    }
}

.container-1080 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1080px
}

@media (min-width: 568px) {
    .container-1080 {
        padding:0 30px
    }
}

@media (min-width: 1440px) {
    .container-1080 {
        padding:0 40px
    }
}

.container-1280 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1280px
}

@media (min-width: 568px) {
    .container-1280 {
        padding:0 30px
    }
}

@media (min-width: 1440px) {
    .container-1280 {
        padding:0 40px
    }
}

.container-1440 {
    box-sizing: border-box;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    max-width: 1680px
}

@media screen and (min-width: 768px) {
    .container-1440 {
        padding-left:40px
    }
}

@media screen and (min-width: 1024px) {
    .container-1440 {
        padding-left:80px
    }
}

@media screen and (min-width: 1440px) {
    .container-1440 {
        padding-left:100px
    }
}

@media screen and (min-width: 1680px) {
    .container-1440 {
        padding-left:140px
    }
}

@media screen and (min-width: 768px) {
    .container-1440 {
        padding-right:40px
    }
}

@media screen and (min-width: 1024px) {
    .container-1440 {
        padding-right:80px
    }
}

@media screen and (min-width: 1440px) {
    .container-1440 {
        padding-right:100px
    }
}

@media screen and (min-width: 1680px) {
    .container-1440 {
        padding-right:140px
    }
}

.container-1600 {
    box-sizing: border-box;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    max-width: 1680px
}

@media screen and (min-width: 768px) {
    .container-1600 {
        padding-left:40px
    }
}

@media screen and (min-width: 1024px) {
    .container-1600 {
        padding-left:80px
    }
}

@media screen and (min-width: 1440px) {
    .container-1600 {
        padding-left:100px
    }
}

@media screen and (min-width: 1680px) {
    .container-1600 {
        padding-left:140px
    }
}

@media screen and (min-width: 768px) {
    .container-1600 {
        padding-right:40px
    }
}

@media screen and (min-width: 1024px) {
    .container-1600 {
        padding-right:80px
    }
}

@media screen and (min-width: 1440px) {
    .container-1600 {
        padding-right:100px
    }
}

@media screen and (min-width: 1680px) {
    .container-1600 {
        padding-right:140px
    }
}

.container-1840 {
    box-sizing: border-box;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    max-width: 1680px
}

@media screen and (min-width: 768px) {
    .container-1840 {
        padding-left:40px
    }
}

@media screen and (min-width: 1024px) {
    .container-1840 {
        padding-left:80px
    }
}

@media screen and (min-width: 1440px) {
    .container-1840 {
        padding-left:100px
    }
}

@media screen and (min-width: 1680px) {
    .container-1840 {
        padding-left:140px
    }
}

@media screen and (min-width: 768px) {
    .container-1840 {
        padding-right:40px
    }
}

@media screen and (min-width: 1024px) {
    .container-1840 {
        padding-right:80px
    }
}

@media screen and (min-width: 1440px) {
    .container-1840 {
        padding-right:100px
    }
}

@media screen and (min-width: 1680px) {
    .container-1840 {
        padding-right:140px
    }
}

.mfp-content .dialog {
    position: relative;
    background: #fff;
    padding: 20px;
    margin: 20px auto
}

@media (min-width: 768px) {
    .mfp-content .dialog {
        padding:40px;
        max-width: 800px
    }
}

.mfp-content .dialog.dialog_have_form {
    padding: 20px 0 20px 0
}

.mfp-content .dialog.dialog_have_form .dialog-contact-us h2,.mfp-content .dialog.dialog_have_form .dialog-contact-us h2+.desc {
    padding: 0 30px
}

@media (min-width: 568px) {
    .mfp-content .dialog.dialog_have_form {
        padding:30px 0 30px 0
    }
}

@media (min-width: 1440px) {
    .mfp-content .dialog.dialog_have_form {
        padding:40px 0 40px 0
    }
}

@media (min-width: 768px) {
    .mfp-content .dialog.dialog_have_form {
        max-width:840px
    }

    .mfp-content .dialog.dialog_have_form .dialog-contact-us h2,.mfp-content .dialog.dialog_have_form .dialog-contact-us h2+.desc {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto
    }
}

.mfp-content .dialog.dialog_have_form .s-containerless--inquiry-fix {
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 768px) {
    .mfp-content .dialog.dialog_have_form .s-containerless--inquiry-fix {
        padding-left:40px;
        padding-right: 40px
    }
}

.mfp-content .dialog.video_dialog {
    height: auto;
    max-height: calc( 1000px * 3/5 );
    padding: 0 !important;
    background: transparent;
    aspect-ratio: 16/9
}

@media (min-width: 1023px) {
    .mfp-content .dialog.video_dialog {
        max-height:calc( 1000px * 3/4 )
    }
}

@media (min-width: 768px) {
    .mfp-content .dialog.video_dialog {
        padding:40px;
        max-width: 1000px
    }
}

@media (min-width: 568px) {
    .mfp-content .dialog .dialog-inquiry-success {
        padding-top:64px;
        padding-bottom: 64px
    }
}

.mfp-content .dialog.dialog_have_form,.mfp-content .dialog.video_dialog {
    position: relative
}

.mfp-content .dialog.dialog_have_form>div,.mfp-content .dialog.dialog_have_form iframe,.mfp-content .dialog.video_dialog>div,.mfp-content .dialog.video_dialog iframe {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative
}

.mfp-content .dialog.dialog_have_form:before,.mfp-content .dialog.video_dialog:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    height: 64px;
    background-image: url(../../img/icon/icon-loading-merge.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    transform: translate(-50%, -50%);
    animation: loading-animation 1.6s infinite step-start
}

@keyframes loading-animation {
    0% {
        background-position: 0px 0px
    }

    2.5% {
        background-position: -64px 0px
    }

    5% {
        background-position: -128px 0px
    }

    7.5% {
        background-position: -192px 0px
    }

    10% {
        background-position: -256px 0px
    }

    12.5% {
        background-position: -320px 0px
    }

    15% {
        background-position: -384px 0px
    }

    17.5% {
        background-position: -448px 0px
    }

    20% {
        background-position: -512px 0px
    }

    22.5% {
        background-position: -576px 0px
    }

    25% {
        background-position: -640px 0px
    }

    27.5% {
        background-position: -704px 0px
    }

    30% {
        background-position: -768px 0px
    }

    32.5% {
        background-position: -832px 0px
    }

    35% {
        background-position: -896px 0px
    }

    37.5% {
        background-position: -960px 0px
    }

    40% {
        background-position: -1024px 0px
    }

    42.5% {
        background-position: -1088px 0px
    }

    45% {
        background-position: -1152px 0px
    }

    47.5% {
        background-position: -1216px 0px
    }

    50% {
        background-position: -1280px 0px
    }

    52.5% {
        background-position: -1344px 0px
    }

    55% {
        background-position: -1408px 0px
    }

    57.5% {
        background-position: -1472px 0px
    }

    60% {
        background-position: -1536px 0px
    }

    62.5% {
        background-position: -1600px 0px
    }

    65% {
        background-position: -1664px 0px
    }

    67.5% {
        background-position: -1728px 0px
    }

    70% {
        background-position: -1792px 0px
    }

    72.5% {
        background-position: -1856px 0px
    }

    75% {
        background-position: -1920px 0px
    }

    77.5% {
        background-position: -1984px 0px
    }

    80% {
        background-position: -2048px 0px
    }

    82.5% {
        background-position: -2112px 0px
    }

    85% {
        background-position: -2176px 0px
    }

    87.5% {
        background-position: -2240px 0px
    }

    90% {
        background-position: -2304px 0px
    }

    92.5% {
        background-position: -2368px 0px
    }

    95% {
        background-position: -2432px 0px
    }

    95% {
        background-position: -2432px -0px
    }

    97.5% {
        background-position: -2432px -0px
    }

    100% {
        background-position: -0px -0px
    }
}

@-webkit-keyframes loading-animation {
    0% {
        background-position: 0px 0px
    }

    2.5% {
        background-position: -64px 0px
    }

    5% {
        background-position: -128px 0px
    }

    7.5% {
        background-position: -192px 0px
    }

    10% {
        background-position: -256px 0px
    }

    12.5% {
        background-position: -320px 0px
    }

    15% {
        background-position: -384px 0px
    }

    17.5% {
        background-position: -448px 0px
    }

    20% {
        background-position: -512px 0px
    }

    22.5% {
        background-position: -576px 0px
    }

    25% {
        background-position: -640px 0px
    }

    27.5% {
        background-position: -704px 0px
    }

    30% {
        background-position: -768px 0px
    }

    32.5% {
        background-position: -832px 0px
    }

    35% {
        background-position: -896px 0px
    }

    37.5% {
        background-position: -960px 0px
    }

    40% {
        background-position: -1024px 0px
    }

    42.5% {
        background-position: -1088px 0px
    }

    45% {
        background-position: -1152px 0px
    }

    47.5% {
        background-position: -1216px 0px
    }

    50% {
        background-position: -1280px 0px
    }

    52.5% {
        background-position: -1344px 0px
    }

    55% {
        background-position: -1408px 0px
    }

    57.5% {
        background-position: -1472px 0px
    }

    60% {
        background-position: -1536px 0px
    }

    62.5% {
        background-position: -1600px 0px
    }

    65% {
        background-position: -1664px 0px
    }

    67.5% {
        background-position: -1728px 0px
    }

    70% {
        background-position: -1792px 0px
    }

    72.5% {
        background-position: -1856px 0px
    }

    75% {
        background-position: -1920px 0px
    }

    77.5% {
        background-position: -1984px 0px
    }

    80% {
        background-position: -2048px 0px
    }

    82.5% {
        background-position: -2112px 0px
    }

    85% {
        background-position: -2176px 0px
    }

    87.5% {
        background-position: -2240px 0px
    }

    90% {
        background-position: -2304px 0px
    }

    92.5% {
        background-position: -2368px 0px
    }

    95% {
        background-position: -2432px 0px
    }

    95% {
        background-position: -2432px -0px
    }

    97.5% {
        background-position: -2432px -0px
    }

    100% {
        background-position: -0px -0px
    }
}

.flex,.flex-row,.flex-column {
    display: flex;
    width: 100%
}

.flex-row {
    flex-direction: row
}

.flex-column {
    flex-direction: column
}

.flex0 {
    flex-grow: 0
}

.flex1 {
    flex-grow: 1
}

.align-left {
    margin-right: auto
}

.align-center {
    margin-left: auto;
    margin-right: auto
}

.align-right {
    margin-left: auto
}

.align-top {
    align-self: flex-start
}

.align-middle {
    align-self: center
}

.align-bottom {
    align-self: flex-end
}

.align-left-top,.align-7 {
    margin-right: auto;
    align-self: flex-start
}

.align-center-top,.align-8 {
    margin-left: auto;
    margin-right: auto;
    align-self: flex-start
}

.align-right-top,.align-9 {
    margin-left: auto;
    align-self: flex-start
}

.align-left-middle,.align-4 {
    margin-right: auto;
    align-self: center
}

.align-center-middle,.align-5 {
    margin-left: auto;
    margin-right: auto;
    align-self: center
}

.align-right-middle,.align-6 {
    margin-left: auto;
    align-self: center
}

.align-left-bottom,.align-1 {
    margin-right: auto;
    align-self: flex-end
}

.align-center-bottom,.align-2 {
    margin-left: auto;
    margin-right: auto;
    align-self: flex-end
}

.align-right-bottom,.align-3 {
    margin-left: auto;
    align-self: flex-end
}

.heading {
    position: relative;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.heading h1+div,.heading p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 14px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-top: 8px;
    margin-top: 0;
    font-weight: normal
}

@media (min-width: 768px) {
    .heading {
        padding-top:40px;
        padding-bottom: 40px
    }

    .heading.border {
        margin-bottom: 20px
    }
}

.heading.banner {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center
}

@media (min-width: 768px) {
    .heading.banner {
        min-height:360px
    }

    .heading.banner .container {
        max-width: 960px
    }
}

.heading.heading-blue {
    background-color: #0067e6;
    color: #ddd
}

.heading.heading-blue a {
    color: #ddd
}

.heading.heading-blue a:hover {
    color: #fff
}

.heading.heading-dark {
    background-color: #1f242d;
    color: #fff
}

.heading.heading-light {
    background-color: #e8edf3;
    color: #2e3742
}

.heading.heading-light a {
    color: #2e3742
}

.heading.heading-white {
    background-color: #e8edf3;
    color: #fff
}

.heading.heading-white a {
    color: #fff
}

.heading.border_style {
    padding-bottom: 0
}

.heading.border_style .border {
    border-bottom: 1px solid #dce4ec
}

@media (min-width: 768px) {
    .heading.border_style h1 {
        margin-bottom:40px
    }
}

@media (min-width: 1024px) {
    .heading.border_style h1 {
        margin-bottom:60px
    }
}

.section-small {
    padding-top: 30px;
    padding-bottom: 30px
}

@media (min-width: 768px) {
    .section-small {
        padding-top:50px;
        padding-bottom: 50px
    }
}

@media (min-width: 1024px) {
    .section-small {
        padding-top:40px;
        padding-bottom: 40px
    }
}

.section-large {
    padding-top: 30px;
    padding-bottom: 30px
}

@media (min-width: 768px) {
    .section-large {
        padding-top:50px;
        padding-bottom: 50px
    }
}

@media (min-width: 1024px) {
    .section-large {
        padding-top:100px;
        padding-bottom: 100px
    }
}

.section-note {
    padding-top: 15px;
    padding-bottom: 15px
}

.section-join {
    background-color: #e8edf3
}

.section-small,.section-large {
    overflow: hidden
}

.section-small.padding-top-0,.section-large.padding-top-0 {
    padding-top: 0
}

.section-small.padding-bottom-0,.section-large.padding-bottom-0 {
    padding-bottom: 0
}

.section-small.padding-0,.section-large.padding-0 {
    padding-top: 0;
    padding-bottom: 0
}

.section {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden
}

@media screen and (min-width: 576px) {
    .section {
        padding-top:52px
    }
}

@media screen and (min-width: 768px) {
    .section {
        padding-top:64px
    }
}

@media screen and (min-width: 1440px) {
    .section {
        padding-top:80px
    }
}

@media screen and (min-width: 1680px) {
    .section {
        padding-top:100px
    }
}

@media screen and (min-width: 576px) {
    .section {
        padding-bottom:52px
    }
}

@media screen and (min-width: 768px) {
    .section {
        padding-bottom:64px
    }
}

@media screen and (min-width: 1440px) {
    .section {
        padding-bottom:80px
    }
}

@media screen and (min-width: 1680px) {
    .section {
        padding-bottom:100px
    }
}

.section.padding-top-0 {
    padding-top: 0
}

.section.padding-bottom-0 {
    padding-bottom: 0
}

.section.padding-0 {
    padding-top: 0;
    padding-bottom: 0
}

.fade-enter-active,.fade-leave-active {
    transition: opacity 0.5s ease
}

.fade-enter,.fade-leave-to {
    opacity: 0
}

.tab-fade-enter-active,.tab-fade-leave-active {
    transition: opacity 0.3s ease
}

.tab-fade-enter,.tab-fade-leave-to {
    opacity: 0
}

.vue {
    opacity: 0;
    transition: opacity 0.1s ease
}

.vue.ready {
    opacity: 1
}

#tiptip_holder {
    display: none;
    position: absolute;
    top: 0;
    z-index: 99999
}

#tiptip_holder #tiptip_content {
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    padding: 4px 8px;
    background-color: rgba(25,25,25,0.92);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

#tiptip_holder #tiptip_arrow,#tiptip_holder #tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0
}

#tiptip_holder.tip_top {
    padding-bottom: 5px
}

#tiptip_holder.tip_top #tiptip_arrow {
    border-top-color: rgba(255,255,255,0.35)
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -7px;
    margin-left: -6px;
    border-top-color: rgba(25,25,25,0.92)
}

#tiptip_holder.tip_bottom {
    padding-top: 5px
}

#tiptip_holder.tip_bottom #tiptip_arrow {
    border-bottom-color: rgba(255,255,255,0.35)
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -6px;
    border-bottom-color: rgba(25,25,25,0.92)
}

#tiptip_holder.tip_right {
    left: 2px;
    padding-left: 5px
}

#tiptip_holder.tip_right #tiptip_arrow {
    border-right-color: rgba(255,255,255,0.35)
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -5px;
    border-right-color: rgba(25,25,25,0.92)
}

#tiptip_holder.tip_left {
    padding-right: 5px
}

#tiptip_holder.tip_left #tiptip_arrow {
    border-left-color: rgba(255,255,255,0.35)
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -7px;
    border-left-color: rgba(25,25,25,0.92)
}

#tiptip_holder a {
    color: #0093e9
}

#tiptip_holder a:active,#tiptip_holder a:hover {
    color: #00a1ff
}

.spec_table {
    margin-bottom: 20px;
    border: 0px solid #c9d5e2
}

.spec_table table {
    width: 100%;
    table-layout: fixed
}

.spec_table tr.highlight td:nth-child(n+2) {
    background-color: #effaff
}

.spec_table caption,.spec_table th,.spec_table td {
    vertical-align: top;
    font-size: 13px;
    padding: 5px 20px;
    border: 1px solid #dddddd;
    min-width: 60px;
    background-color: #fff
}

.product .spec_table td:first-child {
    width: 40%
}

.spec_table td:only-child {
    width: 100%
}

.spec_table td li {
    margin-left: 20px
}

.spec_table td ul {
    padding-left: 0;
    margin-bottom: 0
}

.spec_table td ul:first-child {
    margin-top: 0
}

.spec_table td.vmiddle {
    vertical-align: middle
}

.spec_table td.spacing {
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.spec_table caption,.spec_table .th1 th,.spec_table .th1 td {
    background-color: #DDD;
    font-weight: bolder;
    padding: 5px 10px
}

.spec_table .th1 a {
    color: #0067e6
}

.spec_table .th1 a:hover,.spec_table .th1 a:active {
    color: #107bff
}

.spec_table .th2 th,.spec_table .th2 td {
    background-color: #F3F3F3;
    color: #000;
    font-weight: bold;
    padding: 5px 10px
}

.spec_table .th2 th+th,.spec_table .th2 td+td {
    background-color: #fff;
    color: #444;
    font-weight: normal
}

.spec_table .th2 td+td {
    padding: 5px 20px
}

.spec_table .fa {
    font-size: 16px
}

.spec_table .fa.fa-check {
    color: #089e00
}

@media (max-width: 767px) {
    .spec_table th,.spec_table td {
        font-size:13px;
        line-height: 16px;
        padding: 5px 10px;
        min-width: 80px
    }

    .spec_table td {
        vertical-align: middle
    }

    .spec_table td li {
        margin-left: 0;
        list-style-position: inside
    }

    .spec_table .th2 td+td {
        padding: 5px 10px
    }
}

.slide_table {
    border-bottom: 1px solid #c9d5e2;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 20px
}

.slide_table .fa {
    line-height: 20px
}

.slide_table .th {
    padding: 10px;
    min-width: 80px;
    border: 1px solid #c9d5e2;
    border-bottom: none
}

.slide_table .th1 {
    background-color: #666;
    color: #fff;
    font-weight: bold
}

.slide_table .th2 {
    background-color: #f4f4f4;
    color: #000
}

.slide_table .th3 {
    padding-left: 20px
}

.slide_table .th4 {
    padding: 0;
    border: 0
}

.slide_table table {
    width: 100%;
    table-layout: fixed
}

.slide_table table th,.slide_table table td {
    border: 1px solid #c9d5e2;
    border-bottom: none;
    padding: 5px 10px
}

.slide_table table th {
    font-weight: bold;
    width: 30%;
    padding-left: 20px
}

.slide_table ul {
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 0
}

.slide_table .toggler {
    cursor: pointer
}

.slide_table .toggler:after {
    font-family: FontAwesome;
    display: block;
    float: right;
    content: "\f067"
}

.slide_table .toggler.open:after {
    content: "\f068"
}

.slide_table .fa.fa-check {
    color: #089e00
}

@media (min-width: 480px) {
    .slide_table {
        font-size:14px
    }
}

.blue_table {
    border-color: transparent
}

.blue_table thead th,.blue_table .thead th {
    background-color: #dce4ec;
    color: #505459
}

.blue_table tr:nth-child(odd) {
    background-color: #fafbfd;
    background-color: transparent
}

.blue_table tr:nth-child(even) {
    background-color: #f3f6f9
}

.blue_table th,.blue_table td {
    border-color: #e6edf5
}

.blue_table th,.blue_table td {
    padding: 1.3em 1em
}

.breadcrumb {
    position: relative;
    z-index: 3;
    list-style: none;
    padding: 0;
    margin: 0 auto 30px auto
}

.breadcrumb li a {
    color: #2e3742
}

.breadcrumb li a:hover {
    color: #0067e6
}

.breadcrumb li a i {
    margin-right: 10px
}

.breadcrumb.breadcrumb-gray li i {
    color: #fff
}

.breadcrumb.breadcrumb-gray li a {
    color: #fff
}

.breadcrumb.breadcrumb-gray li a:hover {
    color: #a9b9c7
}

.breadcrumb.breadcrumb-white li i {
    color: #fff
}

.breadcrumb.breadcrumb-white li a {
    color: #fff
}

.breadcrumb.breadcrumb-white li a:hover {
    color: #e6e6e6
}

.center {
    text-align: center
}

@media (max-width: 767px) {
    p.center {
        text-align:left
    }
}

.left {
    text-align: left
}

.right {
    text-align: right
}

.footnote ol {
    padding: 0;
    list-style-position: inside
}

.footnote li {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 8px;
    margin-top: 0
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.table_wrap {
    margin-left: auto;
    margin-right: auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table_wrap>table {
    min-width: 99%;
    min-width: calc(100% - 2px)
}

.hr:after {
    content: " ";
    display: block;
    height: 0;
    border-bottom: 1px solid #c9d5e2;
    margin: 20px auto
}

.margin_top0 {
    margin-top: 0
}

.margin_top20 {
    margin-top: 20px
}

.margin_top30 {
    margin-top: 30px
}

.margin_top40 {
    margin-top: 40px
}

.margin_top50 {
    margin-top: 50px
}

.margin_top60 {
    margin-top: 60px
}

.margin_top80 {
    margin-top: 80px
}

.margin_top100 {
    margin-top: 100px
}

.margin_bottom0 {
    margin-bottom: 0
}

.margin_bottom20 {
    margin-bottom: 20px
}

.margin_bottom30 {
    margin-bottom: 30px
}

.margin_bottom40 {
    margin-bottom: 40px
}

.margin_bottom50 {
    margin-bottom: 50px
}

.margin_bottom60 {
    margin-bottom: 60px
}

.margin_bottom80 {
    margin-bottom: 80px
}

.margin_bottom100 {
    margin-bottom: 100px
}

@media (max-width: 1023px) {
    .margin_top20,.margin_top30,.margin_top40,.margin_top50,.margin_top60,.margin_top80,.margin_top100 {
        margin-top:25px
    }

    .margin_bottom20,.margin_bottom30,.margin_bottom40,.margin_bottom50,.margin_bottom60,.margin_bottom80,.margin_bottom100 {
        margin-bottom: 25px
    }
}

.hide {
    display: none
}

.show {
    display: block
}

.paper {
    border: 1px solid #0067e6;
    padding: 10px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 60px
}

@media (max-width: 1023px) {
    .paper {
        padding:30px
    }
}

@media (max-width: 767px) {
    .paper {
        padding:20px
    }
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100
}

.register_from iframe {
    width: 100%
}

a .blue_arrow_icon {
    position: relative
}

a .blue_arrow_icon i {
    color: #0067e6;
    margin-left: 4px;
    -moz-transition: -moz-transform .2s;
    -o-transition: -o-transform .2s;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s
}

a:hover .blue_arrow_icon i {
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
}

.req_sending {
    padding: 60px 0;
    text-align: center
}

.req_sending.abs {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.3);
    pointer-events: none
}

.req_sending.abs i {
    line-height: 60px;
    height: 60px;
    width: 60px;
    text-align: center
}

#backTop {
    width: 24px;
    height: 24px;
    border: 2px solid #333;
    line-height: 20px;
    font-size: 20px;
    margin: 10px 60px 10px 10px;
    text-align: center;
    position: absolute;
    right: 0;
    z-index: 100;
    opacity: 0;
    -moz-transition: opacity .3s ease,color .3s ease,background-color .3s ease;
    -o-transition: opacity .3s ease,color .3s ease,background-color .3s ease;
    -webkit-transition: opacity .3s ease,color .3s ease,background-color .3s ease;
    transition: opacity .3s ease,color .3s ease,background-color .3s ease;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer
}

@media (min-width: 768px) {
    #backTop {
        width:36px;
        height: 36px;
        border: 3px solid #333;
        line-height: 30px;
        font-size: 32px
    }

    #backTop:hover {
        opacity: 1 !important;
        background-color: #fff
    }
}

.section-note ol.margin_top0 {
    margin-top: 0
}

.section-note span.subtitle {
    font-size: 12px
}

.note-bg {
    background-color: #dde5ed
}

.coming_soon {
    color: #0067e6;
    display: inline-block;
    border: 1px solid #0067e6;
    padding: 0px 6px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: normal;
    vertical-align: top;
    text-transform: uppercase;
    line-height: 19px
}

.coming_soon.coming_soon_white {
    border-color: #fff;
    background-color: transparent;
    color: #fff
}

.coming_soon.coming_soon_gray {
    border-color: #acb1b4;
    background-color: transparent;
    color: #acb1b4
}

.coming_soon.coming_soon_reverse {
    border-color: #0067e6;
    background-color: #0067e6;
    color: #fff
}

.youtube_video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.youtube_video iframe,.youtube_video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.flex-container a:hover,.flex-slider a:hover {
    outline: none
}

.slides,.slides>li,.flex-control-nav,.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.flex-pauseplay span {
    text-transform: capitalize
}

.flexslider {
    margin: 0;
    padding: 0
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .flexslider .slides {
    display: block
}

* html .flexslider .slides {
    height: 1%
}

.no-js .flexslider .slides>li:first-child {
    display: block
}

.flexslider {
    background: #fff;
    position: relative;
    zoom:1}

.flexslider .slides {
    zoom:1}

.flexslider .slides img {
    height: auto;
    -moz-user-select: none
}

.flex-viewport {
    max-height: 2000px;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav {
    *height: 0
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0,0,0,0.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: rgba(0,0,0,0.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3)
}

.flex-direction-nav a.flex-next:before {
    content: '\f002'
}

.flex-direction-nav .flex-prev {
    left: -50px
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: '\f003'
}

.flex-control-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    margin-top: 20px;
    display: flex;
    justify-content: center
}

.flex-control-nav li {
    zoom:1;cursor: pointer
}

.flex-control-paging li a {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    display: block;
    background-color: #b3b3b3;
    width: 8px;
    height: 8px;
    margin: 0 auto;
    font-size: 0;
    background-clip: content-box;
    border: 10px solid transparent
}

.flex-control-paging li:hover a {
    background-color: rgba(0,103,230,0.5)
}

.flex-control-paging li a.flex-active {
    background-color: #0067e6;
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity:1;
        left: 10px
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}

.flexslider.fix-direction-nav .slides {
    width: 80%;
    margin: 0 auto
}

@media (max-width: 767px) {
    .flexslider.fix-direction-nav .slides {
        width:75%
    }
}

.flexslider.fix-direction-nav .flex-direction-nav a {
    opacity: 1;
    font-size: 0;
    background-color: #fff;
    border-radius: 100%;
    font-size: 40px;
    line-height: 40px;
    text-shadow: none
}

.flexslider.fix-direction-nav .flex-direction-nav .flex-prev {
    left: -10px
}

.flexslider.fix-direction-nav .flex-direction-nav .flex-next {
    right: -10px
}

.flexslider.fix-direction-nav .flex-direction-nav a.flex-prev:before,.flexslider.fix-direction-nav .flex-direction-nav a.flex-next:before {
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    content: '';
    background-size: contain;
    background-position: center center
}

.flexslider.fix-direction-nav .flex-direction-nav a.flex-prev:before {
    background-image: url(../img/dsm/arrow_left@2x.png)
}

.flexslider.fix-direction-nav .flex-direction-nav a.flex-next:before {
    background-image: url(../img/dsm/arrow_right@2x.png)
}

.flexslider.wide_slide .slides li {
    opacity: 0.35
}

.flexslider.wide_slide .slides li.flex-active-slide {
    opacity: 1
}

.flexslider.wide_slide .slides li:not(.flex-active-slide) {
    cursor: pointer
}

.syno-form {
    margin: 0 auto
}

.syno-form input,.syno-form select,.syno-form textarea {
    color: #333;
    line-height: 24px;
    padding: 8px 16px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.syno-form input[type=text],.syno-form input[type=email],.syno-form input[type=password],.syno-form input[type=number],.syno-form input[type=date],.syno-form select,.syno-form textarea {
    min-width: 300px;
    max-width: 100%;
    border: 1px solid #c9d5e2;
    -moz-transition: border-color .2s;
    -o-transition: border-color .2s;
    -webkit-transition: border-color .2s;
    transition: border-color .2s;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #2e3742
}

.syno-form input[type=text]:focus,.syno-form input[type=text]:active,.syno-form input[type=email]:focus,.syno-form input[type=email]:active,.syno-form input[type=password]:focus,.syno-form input[type=password]:active,.syno-form input[type=number]:focus,.syno-form input[type=number]:active,.syno-form input[type=date]:focus,.syno-form input[type=date]:active,.syno-form select:focus,.syno-form select:active,.syno-form textarea:focus,.syno-form textarea:active {
    border-color: #0067e6
}

.syno-form input[type=text]:invalid,.syno-form input[type=email]:invalid,.syno-form input[type=password]:invalid,.syno-form input[type=number]:invalid,.syno-form input[type=date]:invalid,.syno-form select:invalid,.syno-form textarea:invalid {
    border-color: #a00
}

.syno-form input[type=text].disabled,.syno-form input[type=email].disabled,.syno-form input[type=password].disabled,.syno-form input[type=number].disabled,.syno-form input[type=date].disabled,.syno-form select.disabled,.syno-form textarea.disabled {
    pointer-events: none;
    background-color: #f3f3f3
}

.syno-form input[type=text]::-webkit-input-placeholder,.syno-form input[type=email]::-webkit-input-placeholder,.syno-form input[type=password]::-webkit-input-placeholder,.syno-form input[type=number]::-webkit-input-placeholder,.syno-form input[type=date]::-webkit-input-placeholder,.syno-form select::-webkit-input-placeholder,.syno-form textarea::-webkit-input-placeholder {
    color: #9fa2a6
}

.syno-form input[type=text]::-moz-placeholder,.syno-form input[type=email]::-moz-placeholder,.syno-form input[type=password]::-moz-placeholder,.syno-form input[type=number]::-moz-placeholder,.syno-form input[type=date]::-moz-placeholder,.syno-form select::-moz-placeholder,.syno-form textarea::-moz-placeholder {
    color: #9fa2a6
}

.syno-form input[type=text]:-ms-input-placeholder,.syno-form input[type=email]:-ms-input-placeholder,.syno-form input[type=password]:-ms-input-placeholder,.syno-form input[type=number]:-ms-input-placeholder,.syno-form input[type=date]:-ms-input-placeholder,.syno-form select:-ms-input-placeholder,.syno-form textarea:-ms-input-placeholder {
    color: #9fa2a6
}

.syno-form input[type=text]:-moz-placeholder,.syno-form input[type=email]:-moz-placeholder,.syno-form input[type=password]:-moz-placeholder,.syno-form input[type=number]:-moz-placeholder,.syno-form input[type=date]:-moz-placeholder,.syno-form select:-moz-placeholder,.syno-form textarea:-moz-placeholder {
    color: #9fa2a6
}

.syno-form input[type=text],.syno-form input[type=email],.syno-form input[type=password],.syno-form input[type=number],.syno-form input[type=date],.syno-form select {
    height: 42px
}

.syno-form optgroup,.syno-form option {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px 16px;
    line-height: 20px
}

.syno-form optgroup>option {
    padding-left: 16px
}

.syno-form option {
    height: 24px
}

.syno-btn-radio,.syno-btn-checkbox {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.syno-btn-radio input,.syno-btn-checkbox input {
    opacity: 0;
    position: absolute;
    pointer-events: none
}

.syno-btn-radio i,.syno-btn-checkbox i {
    width: 16px;
    text-align: center
}

.syno-btn-checkbox {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 16px
}

.syno-btn-checkbox.btn-sm,.btn-group-sm>.syno-btn-checkbox.btn {
    padding: 4px 8px
}

.syno-btn-radio {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    width: 20px;
    height: 20px
}

.syno-btn-radio i {
    font-size: 13px;
    line-height: 18px;
    vertical-align: top
}

.recommend_table {
    font-size: 14px;
    min-width: 99%;
    min-width: calc(100% - 2px);
    table-layout: fixed
}

.recommend_table th,.recommend_table td {
    vertical-align: top;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #e0e8f1
}

.recommend_table th:last-child,.recommend_table td:last-child {
    border-right: none
}

.recommend_table thead img {
    max-width: 80px
}

.recommend_table thead th {
    width: 10%
}

.recommend_table thead th:first-child {
    width: 8%
}

.recommend_table tbody tr:nth-child(2n) td,.recommend_table tbody tr:nth-child(2n) th {
    background-color: #f3f6f9
}

.recommend_table tbody td,.recommend_table tfoot td {
    border-left: 1px solid #e0e8f1;
    border-right: 1px solid #e0e8f1
}

.chart_table {
    margin: 0 auto;
    text-align: center
}

.chart_table .outer {
    margin: 20px auto;
    display: inline-block;
    font-size: 12px;
    line-height: 16px
}

.chart_table .inner {
    position: relative
}

.chart_table .table_wrap {
    margin: 0 auto;
    text-align: center
}

.chart_table .unit {
    text-align: left;
    color: #269dda;
    margin-bottom: 5px
}

.chart_table .unit_x {
    text-align: right;
    margin-bottom: 0;
    padding-top: 4px
}

.chart_table td {
    padding: 0
}

.chart_table td.x {
    width: 20px;
    text-align: right;
    padding-right: 10px;
    vertical-align: middle
}

.chart_table td.y {
    padding: 5px 5px 0;
    text-align: center
}

.chart_table td.a,.chart_table td.b {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-indent: -9999px
}

.chart_table tbody.last td.x div {
    position: relative
}

.chart_table tbody.last td.x span {
    position: absolute;
    left: 0;
    right: 0;
    text-align: right
}

.chart_table td.b {
    border-bottom: 1px solid #ccc
}

.chart_table .bar,.chart_table .label_x,.chart_table .legends li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.chart_table .bar {
    cursor: pointer
}

.chart_table .bar,.chart_table .line {
    position: absolute;
    left: 0;
    top: 0
}

.chart_table .line>canvas {
    display: block
}

.chart_table .labels .row {
    height: 20px;
    position: relative
}

.chart_table .labels .label_x {
    position: absolute;
    padding: 5px 2px 0;
    text-align: center;
    overflow: hidden
}

.chart_table .pop {
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    z-index: 100
}

.chart_table .pop:hover {
    opacity: 1
}

.chart_table .pop:hover .rows {
    display: block
}

.chart_table .pop .rows {
    position: absolute;
    left: -20px;
    bottom: 100%;
    border: 1px solid #c00;
    background-color: rgba(255,255,255,0.9);
    padding: 5px 10px 5px 0;
    font-size: 12px;
    line-height: 20px;
    display: none
}

.chart_table .pop .row {
    display: table-row
}

.chart_table .pop .row>* {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
    white-space: nowrap
}

.chart_table .pop .row>span:last-child {
    text-align: right
}

.chart_table .pop:before {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 0;
    border-right: 1px solid #c00
}

.chart_table .legends {
    text-align: left;
    margin: 0 auto
}

.chart_table .legends li {
    list-style: none;
    display: inline-block;
    font-size: 11px;
    padding: 5px
}

@media (min-width: 768px) {
    .chart_table td.x {
        width:30px
    }

    .chart_table .legends {
        text-align: center
    }

    .chart_table .legends li {
        display: inline-block;
        padding: 5px 10px;
        cursor: pointer
    }
}

@media (min-width: 1024px) {
    .chart_table td.x {
        width:40px
    }
}

@keyframes affixMenuFadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

[data-banner-affix] {
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: rgba(24,37,54,0.9);
    display: block;
    position: fixed;
    width: 100%;
    top: -100%;
    left: 0;
    height: auto;
    max-height: 80px;
    z-index: 20;
    box-sizing: border-box
}

[data-banner-affix].fix {
    padding: 22px 0 12px 0;
    top: 0
}

[data-banner-affix] .affix-title {
    cursor: pointer;
    margin: 0 auto
}

[data-banner-affix] .affix-title,[data-banner-affix] .affix-title .type,[data-banner-affix] .affix-title .name {
    font-size: 16px;
    color: #fff;
    font-size: 16px;
    padding: 0;
    margin: 0 auto;
    border: none
}

[data-banner-affix] .affix-dd-btn {
    display: none
}

[data-banner-affix] .heading-tools-parent {
    display: block
}

[data-banner-affix] .heading-tools {
    padding: 0
}

[data-banner-affix] .heading-tools .btn {
    margin-bottom: 0
}

[data-banner-affix] .heading-tools.heading-tools-white .btn {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

[data-banner-affix] .heading-tools.heading-tools-white .btn:hover {
    background-color: #fff;
    color: rgba(24,37,54,0.9);
    border-color: rgba(24,37,54,0.9)
}

@media (max-width: 1279px) {
    [data-banner-affix] {
        position:fixed;
        width: 100%;
        height: 0;
        max-height: none;
        left: 0;
        top: -60px;
        overflow: hidden
    }

    #root>header #main_menu {
        -moz-transition: all .33s ease;
        -o-transition: all .33s ease;
        -webkit-transition: all .33s ease;
        transition: all .33s ease
    }

    #root>header #main_menu.should_hide {
        top: -60px
    }

    [data-banner-affix] .affix-title {
        padding-right: 30px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    [data-banner-affix] .affix-dd-btn {
        background-image: url("../img/affix_menu/icon_a.png");
        background-repeat: no-repeat;
        background-size: 20px 20px;
        background-position: center center;
        -moz-transition: all .33s ease;
        -o-transition: all .33s ease;
        -webkit-transition: all .33s ease;
        transition: all .33s ease;
        display: block;
        position: absolute;
        right: 15px;
        top: 12px;
        width: 30px;
        height: 30px;
        z-index: 21;
        display: block;
        transform-origin: center center;
        box-sizing: border-box;
        cursor: pointer
    }
}

@media (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 1279px) and (-o-min-device-pixel-ratio: 3 / 2), (max-width: 1279px) and (min--moz-device-pixel-ratio: 1.5), (max-width: 1279px) and (min-device-pixel-ratio: 1.5) {
    [data-banner-affix] .affix-dd-btn {
        background-image:url("../img/affix_menu/icon_a@2x.png")
    }
}

@media (max-width: 1279px) {
    [data-banner-affix] .affix-dd-btn.active {
        transform:rotate(-180deg)
    }
}

@media (max-width: 1279px) and (max-width: 767px) {
    [data-banner-affix] .affix-dd-btn {
        top:6px
    }
}

@media (max-width: 1279px) and (max-width: 567px) {
    [data-banner-affix] .affix-dd-btn {
        right:5px
    }
}

@media (max-width: 1279px) {
    [data-banner-affix] .heading-tools-parent {
        display:none
    }

    [data-banner-affix].fix {
        -webkit-backdrop-filter: blur(5px);
        overflow: visible;
        height: auto;
        top: 0;
        z-index: 20;
        padding: 10px 0px
    }

    [data-banner-affix].fix .container {
        max-width: none;
        padding: 0 20px
    }
}

@media (max-width: 1279px) and (max-width: 567px) {
    [data-banner-affix].fix .container {
        padding:0 10px
    }
}

@media (max-width: 1279px) {
    [data-banner-affix].fix .heading-tools-parent.visible .heading-tools .btn {
        animation-name:affixMenuFadeIn;
        animation-duration: 0.4s;
        animation-timing-function: ease;
        animation-fill-mode: forwards
    }

    [data-banner-affix].fix .heading-tools-parent.visible .heading-tools .btn:nth-child(1) {
        animation-delay: .2s
    }

    [data-banner-affix].fix .heading-tools-parent.visible .heading-tools .btn:nth-child(2) {
        animation-delay: .4s
    }

    [data-banner-affix].fix .heading-tools-parent.visible .heading-tools .btn:nth-child(3) {
        animation-delay: .6s
    }

    [data-banner-affix].fix .heading-tools-parent.visible .heading-tools .btn:nth-child(4) {
        animation-delay: .8s
    }

    [data-banner-affix].fix .heading-tools-parent.visible .heading-tools .btn:nth-child(5) {
        animation-delay: 1s
    }

    [data-banner-affix].fix .heading-tools-parent.visible .heading-tools .btn:nth-child(6) {
        animation-delay: 1.2s
    }

    [data-banner-affix].fix .heading-tools .btn {
        box-shadow: none;
        display: block;
        height: auto;
        padding: 10px 0;
        margin: 0 auto;
        opacity: 0;
        border-radius: 0;
        -moz-transition: all .33s ease;
        -o-transition: all .33s ease;
        -webkit-transition: all .33s ease;
        transition: all .33s ease;
        transform: translate3d(0, 0, 0)
    }

    [data-banner-affix].fix .heading-tools .btn,[data-banner-affix].fix .heading-tools .btn:hover,[data-banner-affix].fix .heading-tools .btn:active {
        color: #fff;
        background: transparent;
        border-top: none;
        border-left: none;
        border-right: none;
        border-color: rgba(104,117,127,0.3)
    }

    [data-banner-affix].fix .heading-tools .btn:last-of-type {
        border-bottom: none
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .s-banner-tools {
        padding-top:40px
    }

    .s-banner-tools--sticky a {
        display: block
    }

    .s-banner-tools--sticky a+a {
        border-top: 1px solid rgba(255,255,255,0.3)
    }

    .s-banner-tools--sticky .s-btn {
        border: 0;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        padding-top: 16px;
        padding-bottom: 16px
    }

    .s-banner-tools--sticky .s-btn:hover {
        color: rgba(255,255,255,0.5);
        border: 0;
        background-color: transparent
    }

    .s-banner-tools--sticky .s-banner-links {
        text-align: center
    }

    .s-banner-tools--sticky .affix-dd-btn {
        top: 16px
    }
}

.scb_dialog_style .syno_cookie_element .scb_btn.scb_btn_primary {
    border-radius: 20px;
    min-width: 100%
}

@media (min-width: 768px) {
    .scb_dialog_style .syno_cookie_element .scb_btn.scb_btn_primary {
        min-width:110px
    }
}

.scb_dialog_style .syno_cookie_element.scb_header .scb_container {
    display: flex;
    position: fixed;
    z-index: 19999;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 20px;
    align-items: center;
    top: 0;
    flex-flow: column;
    max-width: 100%
}

@media (min-width: 568px) {
    .scb_dialog_style .syno_cookie_element.scb_header .scb_container {
        padding:60px 40px
    }
}

.scb_dialog_style .syno_cookie_element.scb_header .scb_container:before {
    content: "";
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.75);
    pointer-events: none
}

.scb_dialog_style .syno_cookie_element.scb_header .scb_container .scb_desc_box,.scb_dialog_style .syno_cookie_element.scb_header .scb_container .scb_btn_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 800px;
    background: rgba(255,255,255,0.95);
    margin: auto;
    color: #2e3742;
    padding: 32px
}

.scb_dialog_style .syno_cookie_element.scb_header .scb_container .scb_desc_box {
    margin: auto auto 0 auto;
    border-radius: 5px 5px 0 0;
    flex-grow: 0
}

@media (max-width: 767px) {
    .scb_dialog_style .syno_cookie_element.scb_header .scb_container .scb_desc_box {
        padding-bottom:0
    }
}

.scb_dialog_style .syno_cookie_element.scb_header .scb_container .scb_desc_box div.title {
    display: block !important
}

.scb_dialog_style .syno_cookie_element.scb_header .scb_container .scb_btn_box {
    margin: 0 auto auto auto;
    border-radius: 0 0 5px 5px;
    flex-wrap: wrap;
    flex-flow: wrap-reverse
}

.scb_dialog_style .syno_cookie_element.scb_header .scb_container a {
    color: #2e3742;
    text-decoration: underline
}

.scb_dialog_style .syno_cookie_element.scb_header .scb_container a:hover {
    color: #2e3742;
    text-decoration: none
}

.scb_dialog_style .syno_cookie_element.scb_header .scb_btn {
    box-sizing: border-box;
    border: 1px solid #0067e6;
    padding: 8px 10px;
    border-radius: 24px;
    min-width: 100%
}

.scb_dialog_style .syno_cookie_element.scb_header .scb_btn:hover {
    border-color: #0078ff
}

.scb_dialog_style .syno_cookie_element.scb_header .btn_option {
    color: #0067e6;
    background: transparent;
    margin-top: 20px;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .scb_dialog_style .syno_cookie_element.scb_header .btn_option {
        margin-top:0;
        margin-bottom: 20px
    }
}

.scb_dialog_style .syno_cookie_element.scb_header .btn_option:hover {
    text-decoration: none;
    color: #0078ff
}

.scb_dialog_style .syno_cookie_element.scb_header .btn_accept {
    color: #fff;
    background-color: #0067e6
}

.scb_dialog_style .syno_cookie_element.scb_header .btn_accept:hover {
    background-color: #0078ff
}

@media (min-width: 768px) {
    .scb_dialog_style .syno_cookie_element.scb_header .scb_btn_box {
        justify-content:flex-end
    }

    .scb_dialog_style .syno_cookie_element.scb_header .scb_btn {
        padding: 12px 30px;
        min-width: 120px
    }

    .scb_dialog_style .syno_cookie_element.scb_header .btn_option {
        margin-right: 20px;
        margin-bottom: 0
    }
}

body .syno_cookie_element.scb_dialog .scb_dialog_content {
    max-width: 820px;
    background: rgba(255,255,255,0.95)
}

body .syno_cookie_element.scb_dialog .scb_dialog_content h3 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 8px;
    font-weight: 700
}

@media screen and (min-width: 768px) {
    body .syno_cookie_element.scb_dialog .scb_dialog_content h3 {
        font-size:22px
    }
}

body .syno_cookie_element.scb_dialog .scb_dialog_container {
    padding: 32px 32px 20px
}

body .syno_cookie_element.scb_dialog .scb_dialog_container>p {
    margin: 0
}

body .syno_cookie_element.scb_dialog .scb_dialog_container>p.scb_dialog_desc {
    margin-bottom: 20px
}

body .syno_cookie_element.scb_dialog .scb_dialog_container>p.scb_dialog_desc a {
    color: #2e3742;
    text-decoration: underline
}

body .syno_cookie_element.scb_dialog .scb_dialog_container>p.scb_dialog_desc a:hover {
    color: #2e3742;
    text-decoration: none
}

body .syno_cookie_element.scb_dialog .scb_row {
    margin-bottom: 0;
    background-color: rgba(230,230,230,0.5);
    transition: background-color 0.3s linear
}

body .syno_cookie_element.scb_dialog .scb_row:hover {
    background-color: rgba(230,230,230,0.95)
}

body .syno_cookie_element.scb_dialog .scb_row+.scb_row {
    margin-top: 8px
}

body .syno_cookie_element.scb_dialog .scb_row h4 {
    padding: 16px 16px;
    line-height: 24px
}

body .syno_cookie_element.scb_dialog .scb_row h4:before {
    height: 24px;
    margin-right: 12px
}

body .syno_cookie_element.scb_dialog .scb_row .scb_desc_box {
    margin-top: -8px
}

body .syno_cookie_element.scb_dialog .scb_row .scb_desc_box .scb_mouseflow_appendix {
    display: flex;
    margin-top: 12px;
    padding-top: 12px;
    font-size: 15px;
    align-items: flex-start;
    border-top: 1px solid rgba(207,207,207,0.5)
}

body .syno_cookie_element.scb_dialog .scb_row .scb_desc_box label[for=mouseflow] {
    padding: 0;
    margin-right: 10px;
    position: relative;
    top: 2px
}

body .syno_cookie_element.scb_dialog .scb_row label {
    padding: 18px 15px
}

body .syno_cookie_element.scb_dialog .scb_row label[for=mouseflow] {
    position: relative;
    top: 2px
}

body .syno_cookie_element.scb_dialog .scb_row .always_on {
    color: #0067E7
}

body .syno_cookie_element.scb_dialog .scb_dialog_footer {
    border-top-color: #e6e6e6;
    padding: 20px 32px 32px
}

body .syno_cookie_element.scb_dialog .scb_dialog_footer .scb_btn_save {
    padding: 12px 32px;
    line-height: 20px;
    font-size: 16px;
    border-radius: 46px;
    border: 1px solid transparent
}

body .syno_cookie_element.scb_dialog .scb_dialog_footer>div {
    max-width: 380px
}

body .syno_cookie_element.scb_dialog .scb_toggle_btn+.scb_checkbox:after {
    background-size: 30px;
    background-position: center;
    border-radius: 5px
}

body .syno_cookie_element.scb_dialog .scb_toggle_btn:checked+.scb_checkbox:after {
    background-size: 20px;
    border-radius: 5px
}

@media (max-width: 767px) {
    body .syno_cookie_element.scb_dialog .scb_dialog_container {
        padding:20px
    }

    body .syno_cookie_element.scb_dialog .scb_dialog_container>p.scb_dialog_desc {
        margin-bottom: 12px
    }

    body .syno_cookie_element.scb_dialog .scb_dialog_footer {
        flex-flow: column-reverse;
        padding: 20px
    }

    body .syno_cookie_element.scb_dialog .scb_dialog_footer .scb_btn_save {
        padding: 8px 24px;
        line-height: 14px;
        font-size: 15px;
        border-radius: 32px;
        margin-top: 0;
        margin-bottom: 12px
    }
}

.bg_btn_close_outside .dialog {
    margin-top: 52px
}

@media screen and (max-width: 1023.8px) {
    .bg_btn_close_outside .dialog {
        max-width:calc(100% - 80px)
    }
}

@media screen and (max-width: 767.8px) {
    .bg_btn_close_outside .dialog {
        max-width:calc(100% - 40px)
    }
}

.s-banner-image {
    margin-top: calc( 40px - 12px )
}

.s-banner.dsm-notebook .s-bnb-minor .s-banner-links .heading-tools {
    white-space: normal
}

.s-banner.dsm-notebook .s-bnb-minor .s-banner-links .heading-tools>a:last-child {
    margin-right: 0
}

@media screen and (min-width: 1280px) {
    .s-banner-links .heading-tools>a {
        display:inline-block;
        margin-bottom: 16px
    }

    .s-banner-links .heading-tools>a:last-child {
        margin-right: 0
    }
}

@media screen and (min-width: 1280px) and (max-width: 1679.8px) {
    .s-banner-links .heading-tools>a:last-child {
        margin-right:0
    }
}

.s-banner-tools--sticky[data-banner-affix] .affix-title {
    line-height: 24px
}

@media screen and (max-width: 1279.8px) {
    .s-banner-tools {
        padding-top:0
    }

    .s-banner-tools .s-banner-breadcrumb,.s-banner-tools .s-banner-links {
        width: 100%
    }
}

@media screen and (max-width: 1279.8px) {
    .s-banner-tools--sticky[data-banner-affix] .affix-dd-btn {
        top:12px
    }
}

@media screen and (min-width: 1280px) {
    .s-banner-tools--sticky .s-banner-links .heading-tools {
        margin-right:0
    }

    .s-banner-tools--sticky .s-banner-links .heading-tools>a {
        margin-bottom: 0
    }
}

.s-banner--oneColumn,.s-banner-oneColumn {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.s-banner--oneColumn .s-banner--breadcrumb-tools,.s-banner-oneColumn .s-banner--breadcrumb-tools {
    min-height: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}

@media screen and (max-width: 1023.8px) {
    .s-banner--oneColumn .s-banner--breadcrumb-tools,.s-banner-oneColumn .s-banner--breadcrumb-tools {
        position:inherit
    }

    .s-banner--oneColumn .s-banner--breadcrumb-tools .s-bnb-minor,.s-banner-oneColumn .s-banner--breadcrumb-tools .s-bnb-minor {
        display: none
    }
}

.s-banner--oneColumn .s-banner--breadcrumb-tools .s-bnb-major,.s-banner--oneColumn .s-banner--breadcrumb-tools .s-bnb-minor,.s-banner-oneColumn .s-banner--breadcrumb-tools .s-bnb-major,.s-banner-oneColumn .s-banner--breadcrumb-tools .s-bnb-minor {
    min-height: 0
}

@media screen and (max-width: 767.8px) {
    .s-banner--oneColumn .s-banner-text,.s-banner-oneColumn .s-banner-text {
        padding-bottom:40px
    }
}

.d70-beta-lebal {
    white-space: nowrap;
    margin-left: 8px;
    font-weight: 500;
    vertical-align: top;
    top: 0;
    line-height: 10px;
    padding-left: calc(8px - 1px);
    padding-right: calc(8px - 1px)
}

@media screen and (max-width: 1439.8px) {
    .s-tab-anchor__swiper .item a {
        padding:16px 20px !important
    }
}

@media screen and (max-width: 767.8px) {
    .s-tab-anchor__swiper--is-overflow .item a {
        padding:8px 20px !important
    }
}

.s-banner__button {
    border: 1px solid #2e3742;
    color: #2e3742;
    background-color: transparent
}

.s-banner__button-wrapper {
    display: inline-block;
    margin-top: 32px
}

.s-banner__button:hover {
    background-color: transparent;
    opacity: 0.85
}

.s-banner__button--bg-dark {
    border: 1px solid #fff;
    color: #fff
}

.s-banner__button--bg-dark .btn-icon svg path {
    fill: #fff
}

.s-banner__button .btn-icon {
    padding-left: 8px;
    display: inline-block !important;
    position: relative;
    top: 2px
}

.s-banner__button .btn-icon svg {
    width: 16px;
    height: 16px
}

@media screen and (max-width: 1279.8px) {
    .s-banner-tools--sticky .s-btn {
        border:0;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        padding-top: 16px;
        padding-bottom: 16px
    }

    .s-banner-tools--sticky .s-btn:hover {
        color: rgba(255,255,255,0.5);
        border: 0;
        background-color: transparent
    }

    .s-banner-tools--sticky a+a {
        margin-left: 0
    }
}

.s-collapse-wrap .s-collapse {
    max-width: 1680px
}

.s-tool-box {
    z-index: 999
}

.case_study_banner {
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    background-color: #0067e6;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    margin-top: 32px
}

.case_study_banner a {
    color: #fff
}

@media (max-width: 767px) {
    .case_study_banner .hide_at_md {
        display:none
    }
}

@media (min-width: 768px) {
    .case_study_banner .logo_box {
        padding:0 25px
    }
}

@media (min-width: 1024px) {
    .case_study_banner .logo_box {
        padding:0 40px
    }
}

@media (min-width: 1024px) {
    .case_study_banner .case_study_main_content {
        position:relative;
        padding: 0 25px
    }

    .case_study_banner .case_study_main_content:before {
        left: 0;
        top: 0;
        content: ' ';
        width: 1px;
        height: 100%;
        position: absolute;
        background-color: #fff
    }
}

@media (min-width: 1024px) {
    .case_study_banner .case_study_main_content {
        padding:0 40px
    }
}

@media (min-width: 1024px) {
    .case_study_banner .cast_study_desc {
        font-size:20px;
        line-height: 32px
    }
}

@media (min-width: 1280px) {
    .case_study_banner .btn_align_center_xl {
        text-align:center
    }
}

.case_study_banner span {
    display: block
}

.case_study_banner .name {
    font-size: 13px
}

.case_study_banner .icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

.case_study_banner .link_read {
    display: block;
    margin-top: 40px
}

.case_study_banner .btn_case_study {
    display: block;
    margin: 20px auto;
    white-space: normal;
    border: 1px solid #fff;
    border-radius: 0
}

@media (min-width: 768px) {
    .case_study_banner .btn_case_study {
        display:inline-block
    }
}

.case_study_banner .btn_case_study:hover {
    color: #e6e6e6;
    border-color: #e6e6e6
}

.d70-beta-lebal {
    display: inline-block;
    margin-left: 4px;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 14px;
    line-height: 1;
    background-color: #0067e6;
    color: #fff;
    border-radius: 5px;
    vertical-align: top
}

.d70-beta-lebal.d70-beta-lebal--outline {
    font-weight: normal;
    padding: 3px 12px;
    border: 1px solid;
    display: inline-block;
    position: relative;
    top: -4px;
    white-space: nowrap;
    background-color: transparent;
    color: inherit;
    vertical-align: middle
}

.d70-learn-more-wrapper {
    display: inline-block;
    margin-top: 32px
}

.d70-learn-more-wrapper .s-btn {
    width: fit-content
}

.d70-split-line {
    max-width: 1680px;
    width: 100%;
    height: 1px;
    box-sizing: border-box;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px
}

@media screen and (min-width: 768px) {
    .d70-split-line {
        padding-left:40px
    }
}

@media screen and (min-width: 1024px) {
    .d70-split-line {
        padding-left:80px
    }
}

@media screen and (min-width: 1440px) {
    .d70-split-line {
        padding-left:100px
    }
}

@media screen and (min-width: 1680px) {
    .d70-split-line {
        padding-left:140px
    }
}

@media screen and (min-width: 768px) {
    .d70-split-line {
        padding-right:40px
    }
}

@media screen and (min-width: 1024px) {
    .d70-split-line {
        padding-right:80px
    }
}

@media screen and (min-width: 1440px) {
    .d70-split-line {
        padding-right:100px
    }
}

@media screen and (min-width: 1680px) {
    .d70-split-line {
        padding-right:140px
    }
}

.d70-split-line hr {
    border-bottom: solid 1px rgba(207,207,207,0.5);
    margin: 0 auto
}

.d70-bnb-icon-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 64px;
    width: 100%
}

.d70-bnb-icon {
    width: 120px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px
}

.d70-bnb-icon img {
    width: 54px;
    height: 54px;
    margin-bottom: 8px
}

.d70-get-started {
    background-color: #1c1c1c;
    color: #fff
}

.d70-get-started .s-feat-card {
    cursor: pointer;
    color: #fff;
    display: block;
    background-color: #303030;
    transition: background-color .25s ease-in-out;
    border-radius: 10px;
    padding: 40px 32px;
    height: 100%
}

.d70-get-started .s-feat-card .desc {
    min-height: 48px
}

.d70-get-started .s-feat-card svg rect {
    fill: #fff
}

.d70-get-started .s-feat-card:hover {
    background-color: #404040
}

.d70-get-started .s-feat-card:hover .s-feat-card__arrow {
    transform: translateX(8px)
}

.d70-get-started .s-feat-card__arrow {
    display: block;
    margin-top: 20px;
    transition: 0.25s ease-in-out
}

.select2-container-custom__wrapper .select2-container,.select2-container.select2-container-custom {
    min-width: 100px
}

.select2-container-custom__wrapper .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b,.select2-container.select2-container-custom.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #000 transparent
}

.select2-container-custom__wrapper .select2-container .select2-selection--single,.select2-container.select2-container-custom .select2-selection--single {
    border-color: #cfcfcf;
    background-color: #fff;
    border-radius: 5px !important;
    padding-right: 32px
}

.select2-container-custom__wrapper .select2-container .select2-selection--single .select2-selection__arrow,.select2-container.select2-container-custom .select2-selection--single .select2-selection__arrow {
    width: 32px
}

.select2-container-custom__wrapper .select2-container .select2-selection--single .select2-selection__arrow b,.select2-container.select2-container-custom .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent
}

.select2-dropdown.select2-dropdown-custom {
    border: none;
    background-color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #c9d5e2;
    transform: translateY(8px)
}

.select2-dropdown.select2-dropdown-custom .select2-results {
    background-color: #fff
}

.select2-dropdown.select2-dropdown-custom .select2-results>.select2-results__options {
    max-height: 280px
}

.select2-dropdown.select2-dropdown-custom .select2-results>.select2-results__options li:first-child {
    margin-top: 0
}

.select2-dropdown.select2-dropdown-custom .select2-results>.select2-results__options li:last-child {
    margin-bottom: 0
}

.select2-dropdown.select2-dropdown-custom .select2-results__option[role="treeitem"] {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0;
    padding-right: 0;
    margin: 5px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px
}

.select2-dropdown.select2-dropdown-custom .select2-results__option[role="treeitem"][id*="-null"] {
    padding-top: 0;
    padding-bottom: 0
}

.select2-dropdown.select2-dropdown-custom .select2-results__option {
    color: #2e3742
}

.select2-dropdown.select2-dropdown-custom .select2-results__option .select2-checkbox {
    border: 1px solid #63686E
}

.select2-dropdown.select2-dropdown-custom .select2-results__option .select2-item {
    padding-left: 8px;
    padding-right: 8px
}

.select2-dropdown.select2-dropdown-custom .select2-results__option hr {
    border-bottom-color: #f5f5f5
}

.select2-dropdown.select2-dropdown-custom .select2-results__group {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: bold
}

.select2-dropdown.select2-dropdown-custom .select2-results .area_hint,.select2-dropdown.select2-dropdown-custom .select2-search .area_hint {
    display: none
}

.select2-dropdown.select2-dropdown-custom .select2-search {
    background-color: #fff;
    position: relative;
    border-radius: 10px 10px 0 0;
    padding: 0 8px 8px
}

.select2-dropdown.select2-dropdown-custom .select2-search+.select2-results {
    border-radius: 0 0 10px 10px
}

.select2-dropdown.select2-dropdown-custom .select2-search+.select2-results .select2-results__option[role="treeitem"] {
    margin-top: 2px;
    margin-bottom: 2px
}

.select2-dropdown.select2-dropdown-custom .select2-search input {
    background-color: #f5f5f5;
    border: 1px solid transparent;
    background-image: url("../../img/wheretobuy/icon_search.png");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: calc(100% - 8px) center;
    padding-right: 30px
}

@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
    .select2-dropdown.select2-dropdown-custom .select2-search input {
        background-image:url("../../img/wheretobuy/icon_search@2x.png")
    }
}

.select2-dropdown.select2-dropdown-custom .select2-search ::-webkit-input-placeholder {
    color: #959A9E
}

.select2-dropdown.select2-dropdown-custom .select2-search :-ms-input-placeholder {
    color: #959A9E
}

.select2-dropdown.select2-dropdown-custom .select2-search ::placeholder {
    color: #959A9E
}

.select2-dropdown.select2-dropdown-custom .select2-search.select2-search--hide+.select2-results .select2-results__option {
    padding-left: 8px;
    padding-right: 8px
}

.select2-dropdown.select2-dropdown-custom .select2-results__option[aria-selected="true"] {
    background-color: #fff
}

.select2-dropdown.select2-dropdown-custom .select2-results__option[aria-selected="true"] .select2-checkbox {
    border-color: #0067e6
}

.select2-dropdown.select2-dropdown-custom .select2-results__option[role="group"] .select2-results__options .select2-results__option[role="treeitem"] {
    padding-left: 24px;
    padding-right: 8px
}

.select2-dropdown.select2-dropdown-custom .select2-results__option--highlighted,.select2-dropdown.select2-dropdown-custom .select2-results__option--highlighted[aria-selected="true"] {
    background-color: #f5f5f5
}

.select2-dropdown.select2-dropdown-custom ::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.select2-dropdown.select2-dropdown-custom ::-webkit-scrollbar-corner {
    background-color: #fff
}

.select2-dropdown.select2-dropdown-custom ::-webkit-scrollbar-thumb {
    background-color: #f5f5f5;
    border-radius: 0;
    background-clip: content-box
}

.select2-dropdown.select2-dropdown-custom ::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 0
}

.select2-dropdown.select2-dropdown-custom--ec-select-gift .select2-results__option[aria-selected="true"] {
    font-weight: 500;
    cursor: default;
    background-color: transparent !important
}

.select2-dropdown.select2-dropdown-custom--ec-select-gift .select2-results__option[aria-selected="true"]:hover {
    background-color: transparent !important
}

.ip-banner {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1050;
    background: #f5f5f5;
    color: #000;
    padding: 16px 0
}

.ip-banner .s-containerless {
    display: flex;
    max-width: 1680px
}

.ip-banner .select2-container {
    min-width: 280px;
    margin-right: 12px
}

.ip-banner .select2-container .select2-selection--single {
    border-color: #000;
    background-color: #f5f5f5;
    padding-top: 4px;
    padding-bottom: 4px;
    height: 32px
}

.ip-banner .select2-container .select2-selection__rendered {
    font-size: 14px;
    line-height: 22px
}

.ip-banner .select2-container .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent
}

.ip-banner .select2-container.select2-container--open .select2-selection--single {
    border-radius: 5px 5px 0 0 !important
}

.ip-banner .select2-container.select2-container--open .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent !important
}

.ip-banner .select2-container--disabled .select2-selection--single {
    border-color: rgba(0,0,0,0.15)
}

.ip-banner .select2-container--disabled .select2-selection--single .select2-selection__rendered {
    color: rgba(0,0,0,0.5) !important
}

.ip-banner .select2-container--disabled .select2-selection--single .select2-selection__arrow b {
    border-color: rgba(0,0,0,0.15) transparent transparent transparent !important
}

@media (max-width: 568px) {
    .ip-banner .select2-container {
        min-width:inherit;
        width: 100% !important
    }
}

.ip-banner__desc-box {
    flex-grow: 1;
    align-self: center;
    padding-right: 20px;
    font-size: 15px
}

.ip-banner__btn-box {
    display: flex;
    align-self: center
}

.ip-banner__btn-box__btn-continue-wrapper {
    display: inline-block;
    margin-right: 16px
}

.ip-banner__btn-box__btn-continue-wrapper .s-btn {
    padding: 4px 24px;
    background-color: #000;
    border-radius: 5px;
    font-size: 14px;
    line-height: 22px;
    transition: opacity .3s ease
}

.ip-banner__btn-box__btn-continue-wrapper .s-btn:hover {
    opacity: 0.8
}

.ip-banner .btn-close {
    cursor: pointer;
    position: relative;
    width: 20px;
    height: 20px;
    top: 4px;
    right: 0;
    display: block
}

.ip-banner .btn-close::before,.ip-banner .btn-close::after {
    content: ' ';
    position: absolute;
    left: 10px;
    top: -1px;
    height: 24px;
    width: 2px;
    background-color: #000;
    border-radius: 0.5px
}

.ip-banner .btn-close::before {
    transform: rotate(45deg)
}

.ip-banner .btn-close::after {
    transform: rotate(-45deg)
}

@media screen and (min-width: 768px) {
    .ip-banner .s-containerless {
        padding-left:60px;
        padding-right: 60px
    }
}

@media screen and (max-width: 1279.8px) {
    .ip-banner .s-containerless {
        padding-left:20px;
        padding-right: 20px
    }
}

@media screen and (max-width: 1023.8px) {
    .ip-banner {
        padding:12px 0
    }

    .ip-banner .select2-container {
        min-width: 240px
    }
}

@media screen and (max-width: 767.8px) {
    .ip-banner .s-containerless {
        flex-direction:column
    }

    .ip-banner .select2-container {
        margin-right: 12px;
        min-width: inherit
    }

    .ip-banner__btn-box {
        align-self: flex-start;
        width: 100%
    }

    .ip-banner__btn-box>* {
        margin-top: 8px;
        margin-right: 0
    }

    .ip-banner .btn-close {
        position: absolute;
        margin-top: 0;
        right: 12px;
        top: 12px
    }
}

#ip_banner_holder,#ip_banner_holder_footer {
    height: 0
}

.select2-dropdown.select2-dropdown-custom.select2-dropdown-custom--ip-banner {
    background-color: #f5f5f5;
    transform: translateY(-1px);
    border-radius: 0 0 5px 5px;
    box-shadow: none;
    border: 1px solid #000;
    font-size: 14px;
    line-height: 22px
}

.select2-dropdown.select2-dropdown-custom.select2-dropdown-custom--ip-banner .select2-results {
    background-color: #f5f5f5
}

.select2-dropdown.select2-dropdown-custom.select2-dropdown-custom--ip-banner .select2-results__option[role="group"] .select2-results__options .select2-results__option[role="treeitem"] {
    padding-left: 8px;
    padding-right: 8px
}

.select2-dropdown.select2-dropdown-custom.select2-dropdown-custom--ip-banner .select2-results__option[role="treeitem"] {
    margin-left: 8px;
    margin-right: 8px
}

.select2-dropdown.select2-dropdown-custom.select2-dropdown-custom--ip-banner .select2-results__option--highlighted,.select2-dropdown.select2-dropdown-custom.select2-dropdown-custom--ip-banner .select2-results__option--highlighted[aria-selected="true"],.select2-dropdown.select2-dropdown-custom.select2-dropdown-custom--ip-banner .select2-results__option[aria-selected="true"] {
    background-color: #e6e6e6
}

.select2-dropdown.select2-dropdown-custom.select2-dropdown-custom--ip-banner .select2-results__group {
    padding-left: 8px;
    padding-right: 8px
}

.select2-dropdown.select2-dropdown-custom.select2-dropdown-custom--ip-banner ::-webkit-scrollbar-corner {
    background-color: #f5f5f5
}

.select2-dropdown.select2-dropdown-custom.select2-dropdown-custom--ip-banner ::-webkit-scrollbar-thumb {
    background-color: #e6e6e6
}

.select2-dropdown.select2-dropdown-custom.select2-dropdown-custom--ip-banner ::-webkit-scrollbar-track {
    background-color: #f5f5f5
}

.loading-icon-outer {
    position: relative
}

.loading-icon-outer .loading-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    height: 64px;
    background-image: url(../../img/icon/icon-loading-merge.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    transform: translate(-50%, -50%);
    animation: loading-animation 1.6s infinite step-start
}

@keyframes loading-animation {
    0% {
        background-position: 0px 0px
    }

    2.5% {
        background-position: -64px 0px
    }

    5% {
        background-position: -128px 0px
    }

    7.5% {
        background-position: -192px 0px
    }

    10% {
        background-position: -256px 0px
    }

    12.5% {
        background-position: -320px 0px
    }

    15% {
        background-position: -384px 0px
    }

    17.5% {
        background-position: -448px 0px
    }

    20% {
        background-position: -512px 0px
    }

    22.5% {
        background-position: -576px 0px
    }

    25% {
        background-position: -640px 0px
    }

    27.5% {
        background-position: -704px 0px
    }

    30% {
        background-position: -768px 0px
    }

    32.5% {
        background-position: -832px 0px
    }

    35% {
        background-position: -896px 0px
    }

    37.5% {
        background-position: -960px 0px
    }

    40% {
        background-position: -1024px 0px
    }

    42.5% {
        background-position: -1088px 0px
    }

    45% {
        background-position: -1152px 0px
    }

    47.5% {
        background-position: -1216px 0px
    }

    50% {
        background-position: -1280px 0px
    }

    52.5% {
        background-position: -1344px 0px
    }

    55% {
        background-position: -1408px 0px
    }

    57.5% {
        background-position: -1472px 0px
    }

    60% {
        background-position: -1536px 0px
    }

    62.5% {
        background-position: -1600px 0px
    }

    65% {
        background-position: -1664px 0px
    }

    67.5% {
        background-position: -1728px 0px
    }

    70% {
        background-position: -1792px 0px
    }

    72.5% {
        background-position: -1856px 0px
    }

    75% {
        background-position: -1920px 0px
    }

    77.5% {
        background-position: -1984px 0px
    }

    80% {
        background-position: -2048px 0px
    }

    82.5% {
        background-position: -2112px 0px
    }

    85% {
        background-position: -2176px 0px
    }

    87.5% {
        background-position: -2240px 0px
    }

    90% {
        background-position: -2304px 0px
    }

    92.5% {
        background-position: -2368px 0px
    }

    95% {
        background-position: -2432px 0px
    }

    95% {
        background-position: -2432px -0px
    }

    97.5% {
        background-position: -2432px -0px
    }

    100% {
        background-position: -0px -0px
    }
}

@-webkit-keyframes loading-animation {
    0% {
        background-position: 0px 0px
    }

    2.5% {
        background-position: -64px 0px
    }

    5% {
        background-position: -128px 0px
    }

    7.5% {
        background-position: -192px 0px
    }

    10% {
        background-position: -256px 0px
    }

    12.5% {
        background-position: -320px 0px
    }

    15% {
        background-position: -384px 0px
    }

    17.5% {
        background-position: -448px 0px
    }

    20% {
        background-position: -512px 0px
    }

    22.5% {
        background-position: -576px 0px
    }

    25% {
        background-position: -640px 0px
    }

    27.5% {
        background-position: -704px 0px
    }

    30% {
        background-position: -768px 0px
    }

    32.5% {
        background-position: -832px 0px
    }

    35% {
        background-position: -896px 0px
    }

    37.5% {
        background-position: -960px 0px
    }

    40% {
        background-position: -1024px 0px
    }

    42.5% {
        background-position: -1088px 0px
    }

    45% {
        background-position: -1152px 0px
    }

    47.5% {
        background-position: -1216px 0px
    }

    50% {
        background-position: -1280px 0px
    }

    52.5% {
        background-position: -1344px 0px
    }

    55% {
        background-position: -1408px 0px
    }

    57.5% {
        background-position: -1472px 0px
    }

    60% {
        background-position: -1536px 0px
    }

    62.5% {
        background-position: -1600px 0px
    }

    65% {
        background-position: -1664px 0px
    }

    67.5% {
        background-position: -1728px 0px
    }

    70% {
        background-position: -1792px 0px
    }

    72.5% {
        background-position: -1856px 0px
    }

    75% {
        background-position: -1920px 0px
    }

    77.5% {
        background-position: -1984px 0px
    }

    80% {
        background-position: -2048px 0px
    }

    82.5% {
        background-position: -2112px 0px
    }

    85% {
        background-position: -2176px 0px
    }

    87.5% {
        background-position: -2240px 0px
    }

    90% {
        background-position: -2304px 0px
    }

    92.5% {
        background-position: -2368px 0px
    }

    95% {
        background-position: -2432px 0px
    }

    95% {
        background-position: -2432px -0px
    }

    97.5% {
        background-position: -2432px -0px
    }

    100% {
        background-position: -0px -0px
    }
}

@media screen and (min-width: 768px) {
    .demo-request-sac-popup__header {
        padding-left:64px;
        padding-right: 64px
    }

    .demo-request-sac-popup__content {
        padding-left: 0;
        padding-right: 0
    }
}

#home .smallbanners {
    margin-left: 0 !important;
    margin-right: 0 !important
}

#root {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-flow: column;
    min-height: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    background-color: #f3f6f9
}

@media (min-width: 1920px) {
    #root {
        max-width:2560px
    }
}

#root>header {
    z-index: 1050
}

#root>header .syno-header-container {
    position: relative;
    width: 100%;
    height: 50px;
    background-color: #000
}

@media screen and (min-width: 1024px) {
    #root>header .syno-header-container {
        height:80px
    }
}

#root>header .sh-u-learn-more {
    cursor: pointer
}

#root>header .sh-u-learn-more:hover {
    color: #0067e6
}

#root>header .sh {
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    background-color: #000
}

#root>header .sh * {
    box-sizing: border-box
}

@media screen and (min-width: 1024px) {
    #root>header .sh {
        position:absolute;
        width: 100%;
        height: 100%
    }
}

#root>header .sh a:focus-visible,#root>header .sh button:focus-visible {
    outline: solid 3px rgba(92,176,255,0.7);
    outline-offset: -3px
}

#root>header .sh-nav-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #000
}

#root>header .sh-nav {
    display: flex;
    height: 100%;
    color: #fff;
    background-color: #000;
    flex-grow: 1
}

@media screen and (max-width: 1023.8px) {
    #root>header .sh-nav {
        position:relative;
        width: 100%;
        justify-content: space-between
    }
}

@media screen and (min-width: 1680px) {
    #root>header .sh-nav {
        position:relative
    }
}

#root>header .sh-nav__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 20px
}

@media screen and (min-width: 1440px) {
    #root>header .sh-nav__logo {
        padding-left:40px
    }
}

#root>header .sh-nav__logo .syno-logo-group path {
    fill: #fff
}

#root>header .sh-nav__logo svg {
    width: 100px
}

@media screen and (min-width: 1024px) {
    #root>header .sh-nav__logo svg {
        width:115px
    }
}

#root>header .sh-nav__menu-wrapper {
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 80px;
    max-width: 100%;
    overflow: hidden;
    background-color: #fff;
    text-align: left;
    box-shadow: 0 4px 12px 0 rgba(104,115,125,0.15);
    transform: translateX(-50%)
}

#root>header .sh-nav__menu-wrapper--one-col {
    left: 0;
    max-width: none;
    transform: none
}

@media screen and (max-width: 1023.8px) {
    #root>header .sh-nav__menu-wrapper {
        display:none
    }
}

@media screen and (min-width: 1680px) {
    #root>header .sh-nav__menu-wrapper {
        left:0;
        max-width: none;
        transform: none
    }
}

#root>header .sh-nav__links {
    display: flex;
    flex-wrap: nowrap
}

@media screen and (max-width: 1023.8px) {
    #root>header .sh-nav__links {
        display:none
    }
}

#root>header .sh-nav__link {
    height: 100%;
    min-width: 80px;
    cursor: auto
}

@media screen and (min-width: 1680px) {
    #root>header .sh-nav__link {
        position:relative
    }
}

#root>header .sh-nav__link--one-col {
    position: relative
}

#root>header .sh-nav__link--active .sh-nav__link-btn:before {
    background-color: #0067e6
}

@media screen and (min-width: 1440px) and (max-width: 1679.8px) {
    #root>header .sh-nav__link:nth-child(1),#root>header .sh-nav__link:nth-child(2) {
        position:relative
    }

    #root>header .sh-nav__link:nth-child(1) .sh-nav__menu-wrapper,#root>header .sh-nav__link:nth-child(2) .sh-nav__menu-wrapper {
        left: 0;
        max-width: none;
        transform: none
    }
}

#root>header .sh-nav__link-btn {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    font-size: 16px;
    background-color: transparent;
    border: 0;
    cursor: pointer
}

#root>header .sh-nav__link-btn:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px
}

@media screen and (min-width: 1440px) {
    #root>header .sh-nav__link-btn {
        padding:0 24px
    }
}

@media screen and (min-width: 1024px) {
    #root>header .sh-nav__menu-mob-toggle-wrapper {
        display:none
    }
}

#root>header .sh-nav__menu-mob-toggle {
    position: relative;
    z-index: 5;
    height: 100%;
    width: 50px;
    background-color: transparent;
    border: 0;
    padding: 0;
    font-family: inherit;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 12px;
    margin-right: 8px;
    transition: 0.25s ease-in-out
}

#root>header .sh-nav__menu-mob-toggle:hover {
    opacity: 0.8
}

#root>header .sh-nav__menu-mob-toggle span {
    display: inline-block;
    width: 100%;
    height: 1px;
    margin: 3px 0;
    background-color: #fff;
    transition: 0.25s ease-in-out
}

#root>header .sh-nav__menu-mob-toggle span:nth-child(1),#root>header .sh-nav__menu-mob-toggle span:nth-child(3) {
    transform-origin: 95%
}

#root>header .sh-nav__menu-mob-toggle--active span:nth-child(1) {
    transform: rotate(-45deg)
}

#root>header .sh-nav__menu-mob-toggle--active span:nth-child(2) {
    opacity: 0
}

#root>header .sh-nav__menu-mob-toggle--active span:nth-child(3) {
    transform: rotate(45deg)
}

#root>header .sh-service {
    position: relative;
    z-index: 5;
    display: flex;
    height: 100%;
    color: #fff;
    background-color: #000
}

@media screen and (max-width: 1023.8px) {
    #root>header .sh-service {
        display:none
    }
}

#root>header .sh-service .sh-service__sign {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-width: 80px;
    padding: 20px;
    color: #fff;
    cursor: pointer;
    transition: 0.25s ease-in-out
}

#root>header .sh-service .sh-service__sign:hover {
    opacity: 0.7
}

#root>header .sh-service .sh-service__search {
    background-color: transparent;
    border: 0;
    padding: 0;
    font-family: inherit;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc($headerHeight - $spacing-lv3 * 2);
    height: calc($headerHeight - $spacing-lv3 * 2);
    padding: 12px;
    border-radius: 5px;
    border: solid 1px #fff;
    margin-right: 20px
}

#root>header .sh-service .sh-service__search-sm {
    display: none
}

@media screen and (min-width: 1024px) and (max-width: 1439.98px) {
    #root>header .sh-service .sh-service__search-sm {
        display:flex;
        align-items: center
    }
}

#root>header .sh-service .sh-service__search-lg {
    display: none
}

@media screen and (min-width: 1440px) {
    #root>header .sh-service .sh-service__search-lg {
        display:flex;
        align-items: center
    }
}

#root>header .sh-menu {
    display: flex;
    width: 100%;
    background-color: #fff
}

#root>header .sh-menu__aside-nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    width: 320px;
    border-right: solid 1px #e6e6e6
}

#root>header .sh-menu__aside-nav__item {
    background-color: transparent;
    border: 0;
    padding: 0;
    font-family: inherit;
    cursor: pointer;
    position: relative;
    width: 100%;
    padding: 12px 20px;
    color: #000;
    text-align: left;
    transition: 0.25s ease-in-out
}

#root>header .sh-menu__aside-nav__item:hover {
    color: #000;
    background-color: #f0f0f0
}

#root>header .sh-menu__aside-nav__item--active {
    background-color: #0067e6;
    color: #fff
}

#root>header .sh-menu__aside-nav__item--active:hover {
    background-color: #0067e6;
    color: #fff
}

#root>header .sh-menu__aside-nav-list+.sh-menu__aside-nav-star {
    margin-top: 64px
}

#root>header .sh-menu__aside-nav-star {
    display: flex;
    align-items: center;
    padding: 0 20px
}

#root>header .sh-menu__aside-nav-star svg,#root>header .sh-menu__aside-nav-star path,#root>header .sh-menu__aside-nav-star line {
    transition: 0.15s ease-in-out
}

#root>header .sh-menu__aside-nav-star:hover .sh-menu__aside-nav-star-text {
    color: #0067e6
}

#root>header .sh-menu__aside-nav-star:hover path,#root>header .sh-menu__aside-nav-star:hover line {
    stroke: #0067e6
}

#root>header .sh-menu__aside-nav-star--self:hover svg {
    transform: translateX(8px)
}

#root>header .sh-menu__aside-nav-star-text {
    margin-right: 8px;
    color: #000;
    transition: 0.15s ease-in-out
}

#root>header .sh-menu__aside-nav-star-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    stroke: #2e3742;
    transition: 0.15s ease-in-out
}

#root>header .sh-menu__grid-container {
    display: flex
}

#root>header .sh-menu__grid {
    display: flex;
    flex-direction: column;
    width: 290px;
    padding: 24px
}

@media screen and (min-width: 1920px) {
    #root>header .sh-menu__grid {
        width:310px
    }
}

#root>header .sh-menu__grid--feat {
    padding: 0
}

@media screen and (min-width: 1280px) {
    #root>header .sh-menu__grid--feat-width {
        width:400px
    }
}

@media screen and (min-width: 1680px) {
    #root>header .sh-menu__grid--feat-width {
        width:480px
    }
}

#root>header .sh-menu-list {
    padding: 16px 0;
    border-bottom: solid 1px #e6e6e6
}

#root>header .sh-menu-list:first-child {
    padding-top: 0
}

#root>header .sh-menu-list:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

#root>header .sh-menu-list--has-learn-more .sh-menu-list__link:last-child {
    margin-bottom: 8px
}

#root>header .sh-menu-list__header {
    padding: 0 0 8px 0;
    font-size: 14px;
    line-height: 1.5
}

#root>header .sh-menu-list__header-title {
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
    transition: 0.15s ease-in-out
}

#root>header .sh-menu-list__header-title .sh-menu-list__header-title-arrow,#root>header .sh-menu-list__header-title path {
    transition: 0.15s ease-in-out
}

#root>header .sh-menu-list__header-title path {
    stroke: #2e3742
}

#root>header .sh-menu-list a.sh-menu-list__header-title:hover {
    color: #0067e6
}

#root>header .sh-menu-list a.sh-menu-list__header-title:hover path {
    stroke: #0067e6
}

#root>header .sh-menu-list a.sh-menu-list__header-title:hover .sh-menu-list__header-title-arrow {
    transform: translateX(50%)
}

#root>header .sh-menu-list__header-title-arrow {
    display: inline-flex;
    align-items: center;
    margin-left: 4px
}

#root>header .sh-menu-list__link a {
    text-decoration: none;
    transition: 0.1s ease-in-out;
    cursor: pointer
}

#root>header .sh-menu-list__link a:hover {
    color: #0067e6
}

#root>header .sh-menu-list__link {
    margin: 6px 0;
    transition: 0.25s ease-in-out;
    font-size: 15px;
    line-height: 22px
}

#root>header .sh-menu-list__link:first-child {
    margin-top: 0
}

#root>header .sh-menu-list__link:last-child {
    margin-bottom: 0
}

#root>header .sh-menu-list__link a {
    display: inline-block;
    color: rgba(0,0,0,0.8)
}

#root>header .sh-menu-list__learn-more {
    display: block;
    padding: 4px 0;
    margin: 8px 0 0 0;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(0,0,0,0.7);
    transition: 0.25s ease-in-out
}

#root>header .sh-feat {
    height: 100%;
    background-color: rgba(230,230,230,0.5);
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden
}

#root>header .sh-feat__header,#root>header .sh-feat__img {
    background-color: #e6e6e6
}

#root>header .sh-feat__header {
    padding: 24px 24px 12px 24px
}

#root>header .sh-feat__header-title {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 4px 0
}

#root>header .sh-feat__header-desc {
    min-height: 4rem;
    color: rgba(0,0,0,0.7)
}

#root>header .sh-feat__img {
    margin: 0 0 8px 0
}

#root>header .sh-feat__links {
    padding: 24px
}

#root>header .sh-feat__link-title {
    color: #000;
    font-weight: 600;
    margin: 0 0 8px 0
}

#root>header .sh-feat__link {
    display: flex;
    align-items: center;
    margin: 8px 0;
    color: #2e3742;
    line-height: 20px
}

#root>header .sh-feat__link:hover .sh-feat__link-arrow {
    transform: translateX(5px)
}

#root>header .sh-feat__link:hover .sh-feat__link-arrow path {
    stroke: #0067e6
}

#root>header .sh-feat__link-arrow {
    display: inline-flex;
    align-items: center;
    margin-left: 4px;
    transition: 0.15s ease-in-out
}

#root>header .sh-feat__link-arrow path {
    stroke: #2e3742
}

#root>header .sh-search {
    padding: 16px;
    margin-right: 20px
}

#root>header .sh-search__form {
    border-radius: 5px;
    border: solid 1px #fff;
    padding: 8px
}

#root>header .sh-search__form form {
    background-color: transparent;
    display: flex;
    align-items: center
}

#root>header .sh-search__form input {
    width: 100%;
    background-color: transparent;
    border: none;
    color: #fff;
    outline: none
}

#root>header .sh-search__form .icon-pos-search {
    background-color: transparent;
    border: 0;
    padding: 0;
    font-family: inherit;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 8px
}

#root>header .sh-menu-mob {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    transform: translateX(100%);
    transition: 0.25s ease-in-out
}

#root>header .sh-menu-mob--active {
    transform: translateX(0)
}

#root>header .sh-menu-mob__search .sh-search {
    padding: 0 64px 0 20px;
    margin-right: 0;
    border-bottom: solid 1px rgba(255,255,255,0.5)
}

#root>header .sh-menu-mob__search .sh-search__form {
    border: none;
    padding: 0
}

#root>header .sh-menu-mob__search .sh-search__form .icon-pos-search {
    margin: 0 8px 0 0
}

#root>header .sh-menu-mob__search .sh-search__form form {
    height: 50px
}

#root>header .sh-menu-mob__search .sh-search__form label {
    width: 100%;
    height: calc(100% - 2px)
}

#root>header .sh-menu-mob__search .sh-search__form input {
    height: 100%
}

#root>header .sh-menu-mob__list-container {
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    height: 100%
}

#root>header .sh-menu-mob__list-container--overflow-hidden {
    overflow-y: hidden
}

#root>header .sh-menu-mob__primary-list {
    color: #fff
}

#root>header .sh-menu-mob__primary-list--overflow-hidden {
    height: 100%;
    overflow: hidden
}

#root>header .sh-menu-mob__d1 {
    overflow: hidden;
    min-height: 72px;
    border-bottom: solid 1px rgba(255,255,255,0.5)
}

#root>header .sh-menu-mob__d1__toggle,#root>header .sh-menu-mob__d1__toggle-multi {
    background-color: transparent;
    border: 0;
    padding: 0;
    font-family: inherit;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    width: 100%;
    background-color: #000;
    white-space: nowrap
}

#root>header .sh-menu-mob__d1__toggle__arrow {
    background-image: url("../../img/header/arrow_white.png");
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    background-position: center;
    width: 12px;
    height: 16px;
    transition: 0.25s ease-in-out;
    margin-left: 8px
}

@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
    #root>header .sh-menu-mob__d1__toggle__arrow {
        background-image:url("../../img/header/arrow_white@2x.png")
    }
}

#root>header .sh-menu-mob__d1__toggle:hover .sh-menu-mob__d1__toggle__arrow {
    transform: translateX(5px)
}

#root>header .sh-menu-mob__d1__toggle-multi--active .sh-menu-mob__d1__toggle__arrow {
    transform: rotate(90deg)
}

#root>header .sh-menu-mob__d1__toggle-multi--active:hover .sh-menu-mob__d1__toggle__arrow {
    transform: translateY(5px) rotate(90deg)
}

#root>header .sh-menu-mob__d2__toggle {
    background-color: transparent;
    border: 0;
    padding: 0;
    font-family: inherit;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px;
    color: #000;
    background-color: #fff;
    border-bottom: solid 1px #cfcfcf
}

#root>header .sh-menu-mob__d2__toggle--star {
    color: #0067e6
}

#root>header .sh-menu-mob__d2__toggle:hover .sh-menu-mob__d2__toggle__arrow {
    transform: translateX(5px)
}

#root>header .sh-menu-mob__d2__toggle__arrow {
    background-image: url("../../img/header/arrow2.png");
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    background-position: center;
    width: 12px;
    height: 16px;
    transition: 0.25s ease-in-out;
    margin-left: 8px
}

@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
    #root>header .sh-menu-mob__d2__toggle__arrow {
        background-image:url("../../img/header/arrow2@2x.png")
    }
}

#root>header .sh-menu-mob__secondary-list {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: translateX(100%);
    transition: 0.25s ease-in-out;
    color: #000
}

#root>header .sh-menu-mob__secondary-list--active {
    transform: translateX(0)
}

#root>header .sh-menu-mob__secondary-list__back-toggle {
    background-color: transparent;
    border: 0;
    padding: 0;
    font-family: inherit;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    width: 100%;
    background-color: #000;
    color: white;
    white-space: nowrap
}

#root>header .sh-menu-mob__secondary-list__back-toggle:hover .sh-menu-mob__secondary-list__back-toggle__arrow {
    transform: translateX(-5px) rotate(-180deg)
}

#root>header .sh-menu-mob__secondary-list__back-toggle__arrow {
    background-image: url("../../img/header/arrow_white.png");
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    background-position: center;
    width: 12px;
    height: 16px;
    transition: 0.25s ease-in-out;
    margin-left: 8px;
    transform: rotate(-180deg);
    margin-left: 4px;
    margin-right: 9px
}

@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
    #root>header .sh-menu-mob__secondary-list__back-toggle__arrow {
        background-image:url("../../img/header/arrow_white@2x.png")
    }
}

#root>header .sh-menu-mob__secondary-list__menu {
    overflow-y: auto;
    height: calc(100% - 140px)
}

#root>header .sh-menu-mob__d3-container {
    padding: calc(20px - 8px) 0 140px 0
}

#root>header .sh-menu-mob__d3 {
    padding: 8px 0
}

#root>header .sh-menu-mob__d3+.sh-menu-mob__d3 {
    border-top: solid 1px #e6e6e6
}

#root>header .sh-menu-mob__d3__header {
    padding: 8px 40px;
    color: rgba(0,0,0,0.4);
    font-size: 12px;
    line-height: 18px
}

#root>header .sh-menu-mob__d3 .sh-menu-mob__learn-more-container {
    padding-bottom: 0
}

#root>header .sh-menu-mob__d4 {
    display: block;
    width: 100%;
    padding: 8px 40px;
    color: #000;
    cursor: pointer
}

#root>header .sh-menu-mob__d4:hover {
    background-color: #f0f0f0
}

#root>header .sh-menu-mob__learn-more {
    display: block;
    width: 100%;
    padding: 8px 40px 2px;
    color: rgba(0,0,0,0.7);
    font-size: 12px;
    line-height: 1.67;
    cursor: pointer;
    transition: 0.25s ease-in-out
}

#root>header .sh-menu-mob__learn-more:hover .sh-menu-mob__learn-more__arrow {
    transform: translateX(5px)
}

#root>header .sh-menu-mob__learn-more__arrow {
    background-image: url("../../img/header/arrow_s.png");
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    background-position: center;
    width: 6px;
    height: 10px;
    transition: 0.25s ease-in-out;
    margin-left: 8px;
    padding: 2px
}

@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
    #root>header .sh-menu-mob__learn-more__arrow {
        background-image:url("../../img/header/arrow_s@2x.png")
    }
}

#root>header .sh-menu-mob__sign-wrapper {
    display: block;
    padding: 0 0 140px 0
}

#root>header .sh-menu-mob__sign {
    display: inline-flex;
    align-items: center;
    padding: 20px;
    width: 100%;
    color: #fff;
    cursor: pointer
}

#root>header .sh-menu-mob__sign__arrow {
    background-image: url("../../img/header/arrow_white.png");
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    background-position: center;
    width: 12px;
    height: 16px;
    transition: 0.25s ease-in-out;
    margin-left: 8px
}

@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
    #root>header .sh-menu-mob__sign__arrow {
        background-image:url("../../img/header/arrow_white@2x.png")
    }
}

#root>header .sh-menu-mob__sign:hover .sh-menu-mob__sign__arrow {
    transform: translateX(5px)
}

#root>header [aria-label="empty_link"] {
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    transition: none
}

#root>main {
    flex: 1 auto;
    background: #fff;
    background-clip: content-box
}

#root #footer {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    padding: 45px 0 20px;
    overflow: hidden
}

#root #footer a {
    color: #2e3742
}

#root #footer a:hover {
    color: #040506
}

@media (min-width: 1024px) {
    #root #footer .links,#root #footer .tools {
        padding-bottom:40px
    }
}

#root #footer .links .footer_menu_pad_fix .pure-g {
    margin: -20px
}

@media (min-width: 1024px) and (max-width: 1440px) {
    #root #footer .links .footer_menu_pad_fix {
        padding:20px
    }
}

#root #footer .links .title {
    color: #2e3742;
    border-bottom: 1px solid #2e3742;
    padding: 10px 0 10px;
    margin: 0 auto 5px;
    line-height: 32px;
    pointer-events: none
}

@media (max-width: 1023px) {
    #root #footer .links .title {
        pointer-events:auto;
        padding-right: 30px;
        position: relative;
        border-bottom: none
    }

    #root #footer .links .title .btn_toggle_x {
        display: block
    }
}

#root #footer .links .footer_menu_item_mobile {
    font-size: 15px;
    line-height: 24px;
    list-style: none;
    margin: 0 auto;
    padding: 0 0 18px;
    display: none
}

#root #footer .links .footer_menu_item_mobile.active {
    display: block
}

#root #footer .links .footer_menu_item_mobile li a {
    display: block;
    padding: 6px 0
}

@media (min-width: 1024px) {
    #root #footer .links .footer_menu_item_mobile {
        display:block
    }
}

@media (max-width: 1023px) {
    #root #footer .links .footer_menu_item_mobile li a {
        font-size:13px;
        line-height: 1.5em
    }
}

#root #footer .tools img {
    display: block;
    margin: 0 auto 12px
}

@media (max-width: 567px) {
    #root #footer .tools .tool {
        margin-bottom:20px
    }
}

#root #footer .copyright {
    font-size: 12px
}

#root #footer .copyright span {
    margin-right: 20px;
    display: inline-block
}

#root #footer .copyright .terms_wrap,#root #footer .copyright .terms_wrap a {
    display: inline-block
}

#root #footer .copyright .beian_cn {
    margin-top: 10px
}

@media (min-width: 1024px) {
    #root #footer .copyright {
        margin-bottom:26px
    }

    #root #footer .copyright:before {
        content: "";
        display: block;
        margin-top: 10px;
        border-top: 1px solid #2e3742;
        padding-top: 10px
    }
}

#root #footer .social_links {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin: 0;
    padding-left: 0;
    padding-right: 20px
}

#root #footer .social_links li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px
}

#root #footer .social_links li a {
    display: block;
    font-size: 16px;
    width: 26px;
    line-height: 1em;
    text-align: center
}

#root #footer .social_links .icon-fb,#root #footer .social_links .icon-twitter,#root #footer .social_links .icon-youtube,#root #footer .social_links .icon-instagram {
    background-position: center center;
    width: 20px;
    height: 15px;
    background-size: contain;
    display: inline-block
}

#root #footer .social_links .icon-fb {
    background-image: url("../img/footer/fb_icon.png");
    background-repeat: no-repeat
}

@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
    #root #footer .social_links .icon-fb {
        background-image:url("../img/footer/fb_icon@2x.png")
    }
}

#root #footer .social_links .icon-fb:hover {
    background-image: url("../img/footer/fb_icon_hover.png");
    background-repeat: no-repeat
}

@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
    #root #footer .social_links .icon-fb:hover {
        background-image:url("../img/footer/fb_icon_hover@2x.png")
    }
}

#root #footer .social_links .icon-youtube {
    background-image: url("../img/footer/youtube_icon.png");
    background-repeat: no-repeat
}

@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
    #root #footer .social_links .icon-youtube {
        background-image:url("../img/footer/youtube_icon@2x.png")
    }
}

#root #footer .social_links .icon-youtube:hover {
    background-image: url("../img/footer/youtube_icon_hover.png");
    background-repeat: no-repeat
}

@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
    #root #footer .social_links .icon-youtube:hover {
        background-image:url("../img/footer/youtube_icon_hover@2x.png")
    }
}

#root #footer .social_links .icon-twitter {
    background-image: url("../img/footer/twitter_icon.png");
    background-repeat: no-repeat
}

@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
    #root #footer .social_links .icon-twitter {
        background-image:url("../img/footer/twitter_icon@2x.png")
    }
}

#root #footer .social_links .icon-twitter:hover {
    background-image: url("../img/footer/twitter_icon_hover.png");
    background-repeat: no-repeat
}

@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
    #root #footer .social_links .icon-twitter:hover {
        background-image:url("../img/footer/twitter_icon_hover@2x.png")
    }
}

#root #footer .social_links .icon-instagram {
    background-image: url("../img/footer/ig_icon.png");
    background-repeat: no-repeat
}

@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
    #root #footer .social_links .icon-instagram {
        background-image:url("../img/footer/ig_icon@2x.png")
    }
}

#root #footer .social_links .icon-instagram:hover {
    background-image: url("../img/footer/ig_icon_hover.png");
    background-repeat: no-repeat
}

@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
    #root #footer .social_links .icon-instagram:hover {
        background-image:url("../img/footer/ig_icon_hover@2x.png")
    }
}

#root .footer_tools a {
    display: inline-block
}

#root .footer_tools a>p {
    margin-bottom: 0;
    margin-top: 0
}

#root .footer_tools a span {
    display: block;
    margin: 0 auto
}

#root .footer_tools#home_footer_tools {
    background-color: #1c2024;
    display: none
}

#root .footer_tools#home_footer_tools h2 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 40px;
    text-align: center
}

#root .footer_tools#home_footer_tools a {
    color: #fff
}

#root .footer_tools#home_footer_tools a span {
    margin-top: 16px
}

#root .footer_tools#home_footer_tools .tool {
    margin-bottom: 25px
}

#root .footer_tools#home_footer_tools a>p {
    display: inline-block;
    background-color: #25292d;
    border-radius: 120px;
    transition: background-color .3s ease;
    transition: background-color .3s ease;
    transition: background-color .3s ease;
    transition: background-color .3s ease
}

#root .footer_tools#home_footer_tools a>p:hover {
    background-color: #32373a
}

@media (min-width: 1024px) {
    #root .footer_tools#home_footer_tools h2 {
        margin-bottom:71px
    }

    #root .footer_tools#home_footer_tools a span {
        margin-top: 26px
    }

    #root .footer_tools#home_footer_tools .tool {
        margin-bottom: 0
    }
}

#root .footer_tools#page_footer_tools {
    margin-top: -15px;
    padding-bottom: 25px
}

#root .footer_tools#page_footer_tools a span {
    margin-top: 12px;
    margin-bottom: 15px
}

#root .footer_tools#page_footer_tools a>p {
    display: inline-block;
    background-color: #f4f6f9;
    border-radius: 90px;
    transition: background-color .3s ease;
    transition: background-color .3s ease;
    transition: background-color .3s ease;
    transition: background-color .3s ease
}

#root .footer_tools#page_footer_tools a>p:hover {
    background-color: #eef0f4
}

@media (min-width: 1024px) {
    #root .footer_tools#page_footer_tools {
        margin-top:-27px;
        padding-bottom: 43px;
        margin-bottom: 0
    }
}

#root .btn_toggle_x {
    display: none;
    position: relative;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 0;
    top: calc( 100% /2 - 6px)
}

#root .btn_toggle_x:before,#root .btn_toggle_x:after {
    content: "";
    position: absolute;
    background-color: #4f575d;
    transition: transform 0.25s ease-out
}

#root .btn_toggle_x:before {
    top: 0;
    left: 6px;
    width: 1px;
    height: 13px
}

#root .btn_toggle_x:after {
    top: 6px;
    left: 0px;
    width: 13px;
    height: 1px
}

#root .btn_toggle_x.rotate {
    cursor: pointer
}

#root .btn_toggle_x.rotate:before {
    transform: rotate(90deg);
    top: 0px;
    left: 6px
}

#root .btn_toggle_x.rotate:after {
    transform: rotate(180deg);
    top: 6px;
    left: 0
}

@media (max-width: 767px) {
    #root .footer-sm-nav-wrapper {
        padding-left:0
    }
}

#root .footer-sm-nav {
    display: flex;
    justify-content: flex-end
}

@media (max-width: 767px) {
    #root .footer-sm-nav {
        justify-content:flex-start
    }
}

#root .footer-sm-nav__locale {
    margin-right: 0;
    font-size: 12px;
    color: #2e3742;
    vertical-align: middle;
    cursor: pointer
}

#root .footer-home #home_footer_tools {
    display: block
}

#root .footer-home #page_footer_tools {
    display: none
}

.syno_mfp_close_language_dialog {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.youtube_popup {
    cursor: pointer
}

#mask {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.7;
    z-index: 999
}

body.menu_open {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%
}

.mfp-bg.mfp-white {
    background-color: #fff
}

.mfp-search-dialog .mfp-content {
    min-height: 100%
}

.mfp-search-dialog #search_dialog {
    padding-top: 200px
}

.mfp-search-dialog .container {
    max-width: 800px
}

.mfp-search-dialog .search_area {
    border-bottom: 1px solid #0067e6;
    display: flex;
    align-items: center
}

.mfp-search-dialog .search_area input {
    display: block;
    text-align: center;
    padding: 5px 10px 5px 70px;
    outline: none;
    border: none;
    font-size: 36px;
    background-color: transparent;
    flex: 1;
    color: #0067e6
}

.mfp-search-dialog .search_area .btn {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 30px;
    font-size: 20px;
    text-align: center;
    padding: 0;
    margin: 0 0 0 5px
}

.mfp-search-dialog .suggest_area {
    padding-top: 12px
}

.mfp-search-dialog .suggest_area>* {
    display: block;
    text-align: center;
    padding: 12px 0;
    font-size: 18px;
    color: #0067e6
}

.mfp-search-dialog .suggest_area>*:hover {
    color: #107bff
}

#support-options-widget {
    z-index: 1
}

#support-options-widget .support-options-shadow {
    box-shadow: rgba(0,0,0,0.08) 0px 0px 20px
}

#support-options-widget .support-options-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 21474836395
}

#support-options-widget .support-options-container * {
    box-sizing: border-box
}

#support-options-widget .support-options-toggle,#support-options-widget .support-options {
    opacity: 0;
    pointer-events: none
}

#support-options-widget .support-options-toggle--active,#support-options-widget .support-options--active {
    opacity: 1;
    pointer-events: auto
}

#support-options-widget .support-options-toggle {
    background-color: transparent;
    outline: none;
    border: none;
    padding: 0;
    overflow: hidden;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background: #fff;
    transition: 0.111s ease-out;
    transform: scale(0.8) translateY(100%)
}

#support-options-widget .support-options-toggle:hover {
    box-shadow: rgba(0,0,0,0.2) 0px 0px 20px
}

#support-options-widget .support-options-toggle--active {
    transition: 0.111s 0.111s ease-out;
    transform: scale(1) translateY(0)
}

#support-options-widget .support-options-toggle .sprite {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../img/components/support_options/sprite.png");
    background-repeat: no-repeat;
    background-size: auto 60px
}

#support-options-widget .support-options {
    position: fixed;
    right: 0.5em;
    bottom: 1em;
    overflow: hidden;
    width: 340px;
    background-color: #dedede;
    border-radius: 10px;
    transition: 0.333s ease-out;
    transform-origin: 100% 100%;
    transform: scale(0)
}

@media only screen and (max-width: 320px) {
    #support-options-widget .support-options {
        width:300px
    }
}

#support-options-widget .support-options--active {
    transform: scale(1)
}

#support-options-widget .support-options__header {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 50px;
    color: #fff;
    background-color: #0067e6
}

#support-options-widget .support-options__header__title {
    margin: 12px 8px 12px 12px;
    font-weight: 700
}

#support-options-widget .support-options__header__minimize-button {
    background-color: transparent;
    outline: none;
    border: none;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding: 24px 12px
}

#support-options-widget .support-options__header__minimize-button__minus {
    width: 18px;
    height: 2px;
    background-color: #fff
}

#support-options-widget .support-options__content {
    padding: 12px;
    background-color: #efefef
}

#support-options-widget .support-options__content__button {
    display: flex;
    align-items: flex-start;
    width: 100%;
    min-height: 86px;
    padding: 12px;
    margin-bottom: 8px;
    border: solid 1px transparent;
    border-radius: 10px;
    color: #9d9fa2;
    background-color: #fff;
    transition: 0.2s ease-in-out;
    pointer-events: none;
    cursor: pointer
}

#support-options-widget .support-options__content__button:last-child {
    margin-bottom: 0
}

#support-options-widget .support-options__content__button:hover,#support-options-widget .support-options__content__button:focus {
    border-color: #0067e6
}

#support-options-widget .support-options__content__button--active {
    pointer-events: auto;
    color: #2e3742
}

#support-options-widget .support-options__content__button__icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-right: 12px
}

#support-options-widget .support-options__content__button__text-wrapper {
    width: 100%;
    text-align: left
}

#support-options-widget .support-options__content__button__title {
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 4px
}

#support-options-widget .support-options__content__button__description {
    font-size: 14px
}

#support-options-widget .support-options__content__button__hint {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.5
}

#support-options-widget .cookie-popup {
    pointer-events: none;
    opacity: 0;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 96px 20px 96px 20px;
    transition: 0.333s ease-in-out
}

#support-options-widget .cookie-popup--active {
    overflow-y: auto;
    opacity: 1;
    pointer-events: auto;
    background-color: rgba(0,0,0,0.75)
}

#support-options-widget .cookie-popup__content {
    position: relative;
    width: 100%;
    padding: 30px 30px 20px 30px;
    margin: auto 0 auto 0;
    border-radius: 8px;
    background-color: #ffffff
}

@media (min-width: 768px) {
    #support-options-widget .cookie-popup__content {
        height:auto
    }
}

@media (min-width: 1024px) {
    #support-options-widget .cookie-popup__content {
        width:880px;
        padding: 30px
    }
}

@media (min-width: 1280px) {
    #support-options-widget .cookie-popup__content {
        width:960px
    }
}

#support-options-widget .cookie-popup__text-wrapper {
    height: auto;
    overflow-y: auto
}

#support-options-widget .cookie-popup__text {
    margin-bottom: 48px
}

#support-options-widget .cookie-popup__text__title {
    font-weight: bold
}

#support-options-widget .cookie-popup__text__description {
    margin-bottom: 16px
}

#support-options-widget .cookie-popup__controller {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center
}

@media (min-width: 1024px) {
    #support-options-widget .cookie-popup__controller {
        flex-direction:row;
        height: auto
    }
}

#support-options-widget .cookie-popup__controller__btn {
    background-color: transparent;
    outline: none;
    border: none;
    padding: 0;
    height: 40px;
    border-radius: 24px;
    font-size: 14px
}

#support-options-widget .cookie-popup__controller__btn:hover {
    text-decoration: underline
}

@media (min-width: 1024px) {
    #support-options-widget .cookie-popup__controller__btn {
        margin:8px
    }
}

#support-options-widget .cookie-popup__controller__btn--accept {
    min-width: 150px;
    font-size: 16px;
    color: #2d3c45;
    text-decoration: none;
    font-weight: bold;
    background-color: #13e0a4;
    transition: 0.15s ease-in-out
}

#support-options-widget .cookie-popup__controller__btn--accept:hover {
    background-color: #0eebaa;
    text-decoration: none
}

#support-options-widget .cookie-popup__close-btn {
    background-color: transparent;
    outline: none;
    border: none;
    padding: 0;
    position: absolute;
    display: inline-block;
    color: #fff;
    top: -44px;
    right: -13px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 28px;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    font-family: Arial, Baskerville, monospace;
    cursor: pointer;
    touch-action: manipulation;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjNWM2Yjg5MS1mOGEwLTdmNDItYTAyOC1iMmMzMjVjM2MwNzgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0VCQUI3NjRGMTM2MTFFN0FGRUNBMjhBM0ZGRTQwQzIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0VCQUI3NjNGMTM2MTFFN0FGRUNBMjhBM0ZGRTQwQzIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MmJkNGFiYWItNTU2Yy1mMzQ2LTg5NTAtODY3YTQ0M2I5ODVjIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOmM1YzZiODkxLWY4YTAtN2Y0Mi1hMDI4LWIyYzMyNWMzYzA3OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pn9wYIYAAAClSURBVHjavJZhDoAgCIVZd9B71lXpPqSb/ilNQPbY2Jwl38SnQCJCxc/iqY0jPbXY1CHV7mBYajGrXe+JKNgn5vRDJKSnLhI2jaH+cQcyAnlhyzXahXkH8gfSwtS7t6Yke1PsOeTsOUevoszK9N4Rs/wPsplMxoqV+t3wIHUcmbqVGDhCDFp58468IRcW8gRBHlVImYAUPkgphzUnsHYL0kA+AgwAEO4YgXBTfKcAAAAASUVORK5CYII=);
    background-size: 13px 13px;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 20001
}

#support-options-widget .cookie-popup__close-btn:hover {
    opacity: 1
}

.mfp-syno-ec .dialog--change-store .dialog-inner {
    padding: 32px !important
}

.mfp-syno-ec .change-store {
    min-height: 230px;
    display: flex;
    flex-direction: column
}

.mfp-syno-ec .change-store__title {
    margin-bottom: 8px
}

.mfp-syno-ec .change-store__title ~ p {
    margin-top: 0
}

.mfp-syno-ec .change-store .s-btn-ec-button-group {
    display: flex;
    width: 100%;
    margin-top: auto;
    justify-content: flex-end
}

.mfp-syno-ec .change-store .s-btn-ec-button__wrapper+.s-btn-ec-button__wrapper {
    margin-left: 16px
}

.mfp-syno-ec .change-store .s-btn-ec-button__wrapper .s-btn--outlined {
    color: #0067e6;
    border-color: #0067e6
}

.mfp-syno-ec .change-store .s-btn-ec-button__wrapper .s-btn--outlined:hover {
    opacity: .8
}

.mfp-syno-ec .change-store .s-btn-ec-button__wrapper .s-btn--outlined path,.mfp-syno-ec .change-store .s-btn-ec-button__wrapper .s-btn--outlined rect {
    fill: #0067e6
}

.mfp-syno-ec .syno_ec_select_store {
    padding-top: 32px;
    padding-bottom: 24px
}

.mfp-syno-ec .select-store {
    text-align: center
}

.mfp-syno-ec .select-store__title {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 30px
}

.mfp-syno-ec .select-store__submit {
    display: inline-block
}

.mfp-syno-ec .select-store .select2-container-custom__wrapper--ec-select-store {
    margin-bottom: 32px
}

.mfp-syno-ec .select-store .select2-container-custom__wrapper--ec-select-store>* {
    text-align: left
}

.mfp-syno-ec .select-store .select2-container-custom__wrapper--ec-select-store select {
    min-width: 336px
}

.mfp-syno-ec .select-store .select2-container .select2-selection--single {
    border-color: rgba(207,207,207,0.5);
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 32px;
    height: 46px
}

.mfp-syno-ec .select-store .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
    line-height: 22px;
    padding-left: 0;
    padding-right: 0
}

.mfp-syno-ec .select-store .select2-container .select2-selection--single .select2-selection__arrow {
    height: 100%
}

.mfp-syno-ec .select-store .select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #505A64 transparent transparent transparent
}

.mfp-syno-ec .select-store .select2-container--open .select2-selection--single {
    border-radius: 5px 5px 0 0 !important
}

.mfp-syno-ec .select-store .select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #505A64 transparent
}

.select2-dropdown.select2-dropdown-custom--ec-select-store {
    border-radius: 0 0 5px 5px !important;
    transform: translateY(-1px) !important
}

.mfp-syno-ec .mfp-content .dialog .dialog--main-items__inner {
    border-radius: 10px;
    padding: 0;
    overflow: hidden
}

.mfp-syno-ec .request-error--show>span {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 2
}

.mfp-syno-ec .scroll-content:before,.mfp-syno-ec .scroll-content:after {
    content: "";
    display: block;
    width: calc( 100% - 40px);
    height: 16px;
    position: absolute;
    left: 20px;
    background: #fff;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    transition: 0.2s ease;
    position: absolute
}

.mfp-syno-ec .scroll-content:before {
    top: -2px;
    background: -moz-linear-gradient(top, #fff 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, #fff 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, #ffffff 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 )
}

.mfp-syno-ec .scroll-content:after {
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 )
}

.mfp-syno-ec .scroll-content--scroll-top:before {
    opacity: 1
}

.mfp-syno-ec .scroll-content--scroll-bottom:after {
    opacity: 1
}

.mfp-syno-ec .item-detail {
    display: flex;
    width: 100%;
    max-height: calc(100vh - 72px - 64px - 52px - 20px);
    height: max-content
}

.mfp-syno-ec .item-detail__loading-icon-outer {
    width: 100%;
    text-align: center
}

.mfp-syno-ec .item-detail__loading-icon-outer__loading-icon {
    position: relative;
    width: 16px;
    height: 16px
}

.mfp-syno-ec .item-detail__loading-icon-outer__loading-icon .icon-ec-loader {
    height: 16px;
    width: 16px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: icon-loader-1 2s linear infinite;
    animation: icon-loader-1 2s linear infinite;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mfp-syno-ec .item-detail__loading-icon-outer__loading-icon .icon-ec-loader span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 16px;
    width: 16px;
    clip: rect(0, 16px, 16px, 8px);
    -webkit-animation: icon-loader-2 1.4s linear infinite;
    animation: icon-loader-2 1.4s linear infinite
}

.mfp-syno-ec .item-detail__loading-icon-outer__loading-icon .icon-ec-loader span:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 16px;
    width: 16px;
    clip: rect(0, 16px, 16px, 8px);
    border-width: 2px;
    border-style: solid;
    border-color: #0067e6;
    border-radius: 50%;
    -webkit-animation: icon-loader-3 1.4s ease-in infinite;
    animation: icon-loader-3 1.4s ease-in infinite
}

@-webkit-keyframes icon-loader-1 {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes icon-loader-1 {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes icon-loader-2 {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(200deg)
    }
}

@keyframes icon-loader-2 {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(200deg)
    }
}

@-webkit-keyframes icon-loader-3 {
    0% {
        -webkit-transform: rotate(-160deg)
    }

    40% {
        -webkit-transform: rotate(-90deg)
    }

    100% {
        -webkit-transform: rotate(160deg)
    }
}

@keyframes icon-loader-3 {
    0% {
        transform: rotate(-160deg)
    }

    40% {
        transform: rotate(-90deg)
    }

    100% {
        transform: rotate(160deg)
    }
}

.mfp-syno-ec .item-detail__img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    box-sizing: border-box;
    padding: 32px 20px 40px
}

.mfp-syno-ec .item-detail__img--spare-parts {
    background-color: #f5f5f5;
    padding: 40px 30px 30px;
    justify-content: flex-start;
    margin-top: 8px
}

.mfp-syno-ec .item-detail__img--spare-parts+.item-detail__content {
    margin-top: 8px
}

.mfp-syno-ec .item-detail__img--spare-parts .parts_mode {
    width: 100%
}

.mfp-syno-ec .item-detail__img--spare-parts img {
    mix-blend-mode: darken
}

.mfp-syno-ec .item-detail__img--spare-parts .detail-list {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 24px;
    border-top: 1px solid #cfcfcf
}

.mfp-syno-ec .item-detail__img--spare-parts .detail-list__appliedModels {
    font-size: 12px;
    line-height: 18px;
    margin-top: 12px;
    margin-bottom: 0;
    color: rgba(46,55,66,0.5)
}

.mfp-syno-ec .item-detail__img--spare-parts .detail-list__appliedModels .detail-list__title {
    display: block;
    line-height: 18px;
    margin-bottom: 4px
}

.mfp-syno-ec .item-detail__img img {
    max-width: 360px;
    width: 100%
}

@media screen and (min-width: 576px) {
    .mfp-syno-ec .item-detail__img {
        padding:32px 20px 40px 40px;
        max-width: calc( 460 / 840 * 100%)
    }
}

.mfp-syno-ec .item-detail__img--bundle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box
}

.mfp-syno-ec .item-detail__img--bundle__slide {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative
}

.mfp-syno-ec .item-detail__img--bundle__container {
    text-align: center
}

.mfp-syno-ec .item-detail__img--bundle__container__img {
    margin-bottom: 32px
}

.mfp-syno-ec .item-detail__img--bundle__container__list {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.mfp-syno-ec .item-detail__img--bundle__container__list__wrapper {
    position: relative
}

.mfp-syno-ec .item-detail__img--bundle__container__list__wrapper .item-detail__img--bundle__icon {
    opacity: 0
}

.mfp-syno-ec .item-detail__img--bundle__container__list__wrapper:hover .item-detail__img--bundle__icon {
    opacity: 1
}

.mfp-syno-ec .item-detail__img--bundle__container__list__gift {
    display: flex;
    align-items: center
}

.mfp-syno-ec .item-detail__img--bundle__container__list__plus {
    margin: 0 8px 0 0
}

.mfp-syno-ec .item-detail__img--bundle__container__list__btn {
    display: flex;
    align-items: center;
    width: 64px;
    height: 64px;
    border: 1px solid rgba(207,207,207,0.5);
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    flex-shrink: 0
}

.mfp-syno-ec .item-detail__img--bundle__container__list__btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 3px;
    border: 1px solid transparent;
    z-index: 1;
    box-sizing: border-box
}

.mfp-syno-ec .item-detail__img--bundle__container__list__btn img {
    max-width: 100%;
    max-height: 100%
}

.mfp-syno-ec .item-detail__img--bundle__container__list .list-btn-active {
    border-color: #0067e6
}

.mfp-syno-ec .item-detail__img--bundle__container__list .list-btn-active:before {
    border-color: #0067e6
}

.mfp-syno-ec .item-detail__img--bundle__container__list--no-arrow {
    justify-content: center
}

.mfp-syno-ec .item-detail__img--bundle__container__list--no-arrow ~ .item-detail__img--bundle__icon__wrapper {
    opacity: 0 !important
}

.mfp-syno-ec .item-detail__img--bundle__container__list--no-arrow ~ .item-detail__img--bundle__icon__wrapper .item-detail__img--bundle__icon {
    pointer-events: none !important
}

.mfp-syno-ec .item-detail__img--bundle__container__list--gift .item-detail__img--bundle__container__list__plus {
    margin: 0 8px;
    width: 12px;
    height: 12px;
    background-image: url("../../img/components/syno-ec/icon_plus.png");
    background-repeat: no-repeat;
    background-size: cover
}

@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
    .mfp-syno-ec .item-detail__img--bundle__container__list--gift .item-detail__img--bundle__container__list__plus {
        background-image:url("../../img/components/syno-ec/icon_plus@2x.png")
    }
}

@media screen and (max-width: 1023.8px) {
    .mfp-syno-ec .item-detail__img--bundle__container__list {
        padding-left:32px;
        padding-right: 32px
    }

    .mfp-syno-ec .item-detail__img--bundle__container__list__wrapper {
        position: relative
    }

    .mfp-syno-ec .item-detail__img--bundle__container__list__wrapper .item-detail__img--bundle__icon {
        opacity: 1
    }
}

.mfp-syno-ec .item-detail__img--bundle__icon {
    width: 36px;
    height: 36px;
    padding: 8px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.45);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    pointer-events: auto
}

.mfp-syno-ec .item-detail__img--bundle__icon:hover {
    background: rgba(0,0,0,0.4)
}

.mfp-syno-ec .item-detail__img--bundle__icon__wrapper {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    transition: all 0.2s ease-in-out;
    pointer-events: none
}

.mfp-syno-ec .item-detail__img--bundle__icon__wrapper--left {
    left: 0;
    background: linear-gradient(to right, #ffffff 0%,#ffffff 10%,rgba(255,255,255,0) 100%)
}

.mfp-syno-ec .item-detail__img--bundle__icon__wrapper--right {
    right: 0;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,#ffffff 90%,#ffffff 100%)
}

.mfp-syno-ec .item-detail__img--bundle__icon__wrapper--no-gradient {
    background: linear-gradient(to right, #ffffff 0%,#ffffff 0%,rgba(255,255,255,0) 0%)
}

.mfp-syno-ec .item-detail__img--bundle__icon--hidden {
    opacity: 0 !important;
    pointer-events: none !important
}

.mfp-syno-ec .item-detail__img--bundle__icon span {
    width: 20px;
    height: 20px;
    display: block;
    background-size: cover
}

.mfp-syno-ec .item-detail__img--bundle__icon--left span {
    background-image: url("../../img/components/syno-ec/icon_left.png");
    background-repeat: no-repeat
}

@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
    .mfp-syno-ec .item-detail__img--bundle__icon--left span {
        background-image:url("../../img/components/syno-ec/icon_left@2x.png")
    }
}

.mfp-syno-ec .item-detail__img--bundle__icon--right span {
    background-image: url("../../img/components/syno-ec/icon_right.png");
    background-repeat: no-repeat
}

@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
    .mfp-syno-ec .item-detail__img--bundle__icon--right span {
        background-image:url("../../img/components/syno-ec/icon_right@2x.png")
    }
}

.mfp-syno-ec .item-detail__content {
    margin-left: 0;
    flex-grow: 1;
    width: 100%
}

.mfp-syno-ec .item-detail__content__inner {
    padding: 32px 20px 40px
}

@media screen and (min-width: 576px) {
    .mfp-syno-ec .item-detail__content {
        overflow-y:auto;
        overflow-x: hidden;
        margin-top: -4px;
        max-width: calc( 380 / 840 * 100%)
    }

    .mfp-syno-ec .item-detail__content__inner {
        padding: 32px 40px 40px 20px
    }
}

.mfp-syno-ec .item-detail__content hr {
    border: 0;
    border-bottom: 1px solid #cfcfcf;
    margin: 20px auto
}

.mfp-syno-ec .item-detail__content__title {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 40px
}

.mfp-syno-ec .item-detail__content__desc {
    margin-top: 2px;
    margin-bottom: 20px
}

.mfp-syno-ec .item-detail__content__subtitle {
    margin-top: 8px;
    margin-bottom: 4px;
    display: flex;
    align-items: baseline
}

.mfp-syno-ec .item-detail__content__subtitle .syno-ec-price {
    font-size: 20px;
    line-height: 30px;
    margin-top: 0;
    font-weight: 600
}

.mfp-syno-ec .item-detail__content__subtitle .syno-ec-price-original {
    font-size: 12px;
    line-height: 18px;
    margin-left: 8px;
    color: #8f8f8f
}

.mfp-syno-ec .item-detail__content__subtitle .label-vat {
    font-size: 12px;
    line-height: 18px;
    margin-top: 0;
    margin-left: 8px
}

.mfp-syno-ec .item-detail__content__label {
    line-height: 0;
    margin-top: 4px;
    margin-bottom: 8px
}

.mfp-syno-ec .item-detail__content__label span {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal
}

.mfp-syno-ec .item-detail__content__message {
    margin-top: 20px
}

.mfp-syno-ec .item-detail__content__quantity {
    margin-top: 8px
}

.mfp-syno-ec .item-detail__content__quantity input[type=number] {
    padding-top: 11px;
    padding-bottom: 11px
}

.mfp-syno-ec .item-detail__content__quantity .btn-quantity {
    width: 13px
}

.mfp-syno-ec .item-detail__content__add-to-cart {
    display: block;
    margin-top: 20px
}

.mfp-syno-ec .item-detail__content__add-to-cart .s-btn {
    width: 100%
}

.mfp-syno-ec .item-detail__content__compatibility-note {
    padding-top: 20px;
    margin-top: 1px;
    font-size: 12px;
    line-height: 18px
}

.mfp-syno-ec .item-detail__content__compatibility-note a {
    color: #0067e6;
    text-decoration: underline
}

.mfp-syno-ec .item-detail__content__compatibility-note a:hover {
    text-decoration: none
}

.mfp-syno-ec .item-detail__content__info {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 20px
}

.mfp-syno-ec .item-detail__content__info li {
    padding-left: 32px;
    background-size: 20px;
    background-position: left 2px
}

.mfp-syno-ec .item-detail__content__info li+li {
    margin-top: 8px
}

.mfp-syno-ec .item-detail__content__info li.delivery {
    background-image: url("../../img/components/syno-ec/icon_delivery.png");
    background-repeat: no-repeat
}

@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
    .mfp-syno-ec .item-detail__content__info li.delivery {
        background-image:url("../../img/components/syno-ec/icon_delivery@2x.png")
    }
}

.mfp-syno-ec .item-detail__content__info li.parcel {
    background-image: url("../../img/components/syno-ec/icon_parcel.png");
    background-repeat: no-repeat
}

@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
    .mfp-syno-ec .item-detail__content__info li.parcel {
        background-image:url("../../img/components/syno-ec/icon_parcel@2x.png")
    }
}

.mfp-syno-ec .item-detail__content__info li.warranty {
    background-image: url("../../img/components/syno-ec/icon_warranty.png");
    background-repeat: no-repeat
}

@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
    .mfp-syno-ec .item-detail__content__info li.warranty {
        background-image:url("../../img/components/syno-ec/icon_warranty@2x.png")
    }
}

.mfp-syno-ec .item-detail__content__footnote {
    list-style: none;
    padding-left: 0;
    color: rgba(46,55,66,0.5);
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 8px;
    font-size: 12px;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 0
}

.mfp-syno-ec .item-detail__content__footnote li+li {
    margin-top: 8px
}

.mfp-syno-ec .item-detail__content__footnote li a {
    color: inherit;
    text-decoration: underline
}

.mfp-syno-ec .item-detail__content__footnote li a:hover {
    text-decoration: none
}

.mfp-syno-ec .item-detail__content__options {
    margin-top: 12px;
    padding: 16px;
    border-radius: 8px;
    background-color: #f0f2f5
}

.mfp-syno-ec .item-detail__content__options--gift {
    background-color: rgba(0,103,230,0.08)
}

.mfp-syno-ec .item-detail__content__option__title {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    font-size: 16px;
    left: 24px;
    font-weight: 600
}

.mfp-syno-ec .item-detail__content__option__title__icon {
    margin-right: 8px;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-image: url("../../img/components/syno-ec/icon_bundle.png");
    background-repeat: no-repeat
}

@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
    .mfp-syno-ec .item-detail__content__option__title__icon {
        background-image:url("../../img/components/syno-ec/icon_bundle@2x.png")
    }
}

.mfp-syno-ec .item-detail__content__option__title__icon--gift {
    background-image: url("../../img/components/syno-ec/icon_gift.png");
    background-repeat: no-repeat
}

@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
    .mfp-syno-ec .item-detail__content__option__title__icon--gift {
        background-image:url("../../img/components/syno-ec/icon_gift@2x.png")
    }
}

.mfp-syno-ec .item-detail__content__option__title__single {
    margin-left: 28px
}

.mfp-syno-ec .item-detail__content__option--disabled .item-detail__content__option__title,.mfp-syno-ec .item-detail__content__option--disabled .item-detail__content__option__title__single {
    color: #cfcfcf
}

.mfp-syno-ec .item-detail__content__option--disabled .item-detail__content__option__title__icon,.mfp-syno-ec .item-detail__content__option--disabled .item-detail__content__option__title__single__icon {
    opacity: 0.3
}

.mfp-syno-ec .item-detail__content__option+.item-detail__content__option {
    margin-top: 16px
}

.mfp-syno-ec .item-detail__content__option .select2-dropdown-custom--ec-select-option__wrapper .select2-container {
    width: calc(100% - 28px) !important;
    margin-left: 28px;
    min-width: initial
}

.mfp-syno-ec .item-detail__content__option .select2-dropdown-custom--ec-select-option__wrapper .select2-container .select2-selection--single {
    padding-right: 32px;
    border-radius: 5px !important;
    line-height: 24px;
    padding: 8px 16px;
    height: 42px
}

.mfp-syno-ec .item-detail__content__option .select2-dropdown-custom--ec-select-option__wrapper .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 24px;
    padding-left: 0;
    padding-right: 16px;
    color: #2e3742
}

.mfp-syno-ec .item-detail__content__option .select2-dropdown-custom--ec-select-option__wrapper .select2-container .select2-selection--single .select2-selection__rendered span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block
}

.mfp-syno-ec .item-detail__content__option .select2-dropdown-custom--ec-select-option__wrapper .select2-container .select2-selection--single .select2-selection__rendered .gift-out-of-stock {
    color: #cfcfcf
}

.mfp-syno-ec .item-detail__content__option .select2-dropdown-custom--ec-select-option__wrapper .select2-container .select2-selection--single .select2-selection__arrow {
    width: 40px;
    height: 100%
}

.mfp-syno-ec .item-detail__content__option .select2-dropdown-custom--ec-select-option__wrapper .select2-container .select2-selection--single .select2-selection__arrow b {
    border-width: 4px 4px 0 4px
}

.mfp-syno-ec .item-detail__content__option .select2-dropdown-custom--ec-select-option__wrapper .select2-container--open .select2-selection--single {
    border-color: #0067e6
}

.mfp-syno-ec .item-detail__content__option .select2-dropdown-custom--ec-select-option__wrapper .select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #0067e6 transparent;
    border-width: 0 4px 4px 4px
}

.mfp-syno-ec .item-detail__content__option .select2-dropdown-custom--ec-select-option__wrapper .select2-container.select2-container--disabled .select2-selection--single {
    background-color: #fff
}

.mfp-syno-ec .item-detail__content__option .select2-dropdown-custom--ec-select-option__wrapper .select2-container.select2-container--disabled .select2-selection--single .select2-selection__rendered {
    color: #cfcfcf
}

.mfp-syno-ec .item-detail__content__option .select2-dropdown-custom--ec-select-option__wrapper .select2-container.select2-container--disabled .select2-selection--single .select2-selection__arrow b {
    border-color: #cfcfcf transparent transparent transparent
}

@media screen and (min-width: 576px) {
    .mfp-syno-ec .dialog-content {
        position:relative
    }

    .mfp-syno-ec .item-detail:before,.mfp-syno-ec .item-detail:after {
        opacity: 0
    }

    .mfp-syno-ec .item-detail__content:before,.mfp-syno-ec .item-detail__content:after {
        width: 50%;
        left: inherit;
        right: 20px
    }
}

@media screen and (max-width: 575.8px) {
    .mfp-syno-ec .dialog-content {
        position:relative
    }

    .mfp-syno-ec .item-detail {
        flex-direction: column
    }

    .mfp-syno-ec .item-detail.scroll-content {
        overflow-y: auto;
        overflow-x: hidden
    }

    .mfp-syno-ec .item-detail__img {
        max-width: 100%;
        align-items: center
    }

    .mfp-syno-ec .item-detail__img--spare-parts {
        margin-bottom: 24px
    }

    .mfp-syno-ec .item-detail__content {
        width: 100%;
        margin-left: 0
    }

    .mfp-syno-ec .item-detail__content.scroll-content:before,.mfp-syno-ec .item-detail__content.scroll-content:after {
        opacity: 0
    }
}

#js-icon-list-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-overflow-scrolling: touch
}

#js-icon-list-wrapper .js-tabarrow.invisible {
    visibility: hidden
}

#js-icon-list-wrapper #js-icon-list {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden
}

#js-icon-list-wrapper #js-icon-list::-webkit-scrollbar {
    -webkit-appearance: none;
    background: transparent;
    width: 0;
    height: 0
}

.select2-dropdown.select2-dropdown-custom--ec-select-option {
    border-radius: 5px !important;
    transform: translateY(4px) !important;
    padding: 12px 16px !important
}

.select2-dropdown.select2-dropdown-custom--ec-select-option .select2-results {
    margin-right: 0 !important;
    border-radius: 0 !important
}

.select2-dropdown.select2-dropdown-custom--ec-select-option .select2-results__option {
    border-radius: 5px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.select2-dropdown.select2-dropdown-custom--ec-select-option .select2-results__option--highlighted {
    background-color: transparent !important
}

.select2-dropdown.select2-dropdown-custom--ec-select-option .select2-results__option:hover {
    background-color: rgba(245,245,245,0.8) !important
}

.select2-dropdown.select2-dropdown-custom--ec-select-option .select2-results__option--selected {
    font-weight: 500;
    cursor: default;
    background-color: transparent !important
}

.select2-dropdown.select2-dropdown-custom--ec-select-option .select2-results__option--selected:hover {
    background-color: transparent !important
}

.select2-dropdown.select2-dropdown-custom--ec-select-option .select2-results__option .gift-out-of-stock {
    color: #cfcfcf
}

.mfp-syno-ec .mfp-content .dialog .dialog--relative-items__inner {
    background-color: rgba(230,230,230,0.5);
    border-radius: 10px;
    padding: 0
}

.mfp-syno-ec .mfp-content .dialog.dialog--relative-items--large .dialog--relative-items__inner {
    width: 960px
}

.syno-ec-item-relative .dialog-header {
    padding: 16px 32px
}

.syno-ec-item-relative .dialog-header p {
    margin-bottom: 0
}

.syno-ec-item-relative .dialog-content {
    position: relative;
    padding: 8px 32px 24px;
    max-height: 482px;
    overflow-y: auto;
    box-sizing: border-box
}

.syno-ec-item-relative .dialog-content::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.syno-ec-item-relative .dialog-content::-webkit-scrollbar-thumb {
    background-color: #cfcfcf;
    border-radius: 8px
}

.syno-ec-item-relative .dialog-content::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 8px
}

@media screen and (max-width: 767.8px) {
    .syno-ec-item-relative .dialog-content {
        padding:8px 20px 24px
    }
}

@media screen and (max-height: 767px) {
    .syno-ec-item-relative .dialog-content {
        max-height:366px;
        height: calc( 100vh - 72px - 150px - 52px - 20px )
    }
}

.syno-ec-item-relative .dialog-content:before {
    content: "";
    display: block;
    width: 100%;
    height: 16px;
    position: absolute;
    left: 0;
    background: #f2f2f2;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    transition: 0.2s ease;
    position: sticky;
    margin-bottom: -32px;
    transform: translateY(-32px);
    top: 0;
    background: -moz-linear-gradient(top, #f2f2f2 0%, rgba(242,242,242,0) 100%);
    background: -webkit-linear-gradient(top, #f2f2f2 0%, rgba(242,242,242,0) 100%);
    background: linear-gradient(to bottom, #f2f2f2 0%,rgba(242,242,242,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#00f2f2f2',GradientType=0 )
}

.syno-ec-item-relative .dialog-content--scroll-top:before {
    opacity: 1;
    transform: translateY(-9px)
}

.syno-ec-item-relative .dialog-footer {
    padding: 16px 32px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 0px 20px 0px rgba(150,157,162,0.35);
    position: relative;
    z-index: 5
}

@media screen and (max-width: 767.8px) {
    .syno-ec-item-relative .dialog-footer {
        padding:16px 20px
    }
}

.syno-ec-item-relative__itembox .itembox {
    height: 100%;
    display: flex;
    flex-direction: column
}

.syno-ec-item-relative__itembox .itembox .itembox__inner {
    display: flex;
    flex-flow: column;
    align-items: center;
    background-color: #fff;
    padding: 16px;
    border-radius: 10px;
    text-align: center;
    height: 100%;
    min-height: 366px;
    box-sizing: border-box
}

.syno-ec-item-relative__itembox .itembox__img {
    mix-blend-mode: darken;
    max-width: 233px;
    height: auto;
    width: 100%;
    align-self: center;
    margin-bottom: 16px
}

.syno-ec-item-relative__itembox .itembox__title {
    margin-bottom: 4px;
    color: #2e3742
}

.syno-ec-item-relative__itembox .itembox__title:hover {
    text-decoration: underline
}

.syno-ec-item-relative__itembox .itembox__subtitle {
    margin-top: 0;
    min-height: 46px
}

.syno-ec-item-relative__itembox .itembox__subtitle .syno-ec-price {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600
}

.syno-ec-item-relative__itembox .itembox__subtitle .syno-ec-price-original {
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-top: 4px
}

.syno-ec-item-relative__itembox .itembox__sku-group {
    width: 100%;
    margin-top: 16px
}

.syno-ec-item-relative__itembox .itembox__sku-group--center .s-pure-g {
    justify-content: center
}

.syno-ec-item-relative__itembox .itembox__add-to-cart {
    display: block;
    margin-top: auto;
    width: 100%
}

.syno-ec-item-relative__itembox .itembox__add-to-cart button {
    width: 100%
}

.syno-ec-item-relative__itembox .itembox__msg {
    width: 100%;
    text-align: left
}

.syno-ec-item-relative__itembox .itembox__msg p {
    margin-top: 8px;
    width: 100%;
    overflow: hidden
}

.syno-ec-item-relative__itembox .itembox .s-btn-ec-button-small {
    width: calc(100% / 3);
    padding: 4px;
    pointer-events: auto
}

.syno-ec-item-relative__itembox .itembox .s-btn-ec-button-small .s-btn {
    width: 100%;
    min-width: auto
}

.syno-ec-item-relative__info {
    display: flex;
    width: 100%;
    align-items: center
}

.syno-ec-item-relative__info .info-content {
    flex-grow: 1;
    display: flex;
    align-items: center;
    min-height: 64px;
    box-sizing: border-box
}

.syno-ec-item-relative__info .info-content img {
    max-width: 103px;
    width: 100%;
    height: auto
}

.syno-ec-item-relative__info .info-content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 0
}

.syno-ec-item-relative__info .info-content span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #0067e6;
    margin-top: 4px
}

.syno-ec-item-relative__info .info-cta .s-btn {
    padding-left: 20px;
    padding-right: 20px;
    min-width: 122px
}

@media screen and (max-width: 767.8px) {
    .syno-ec-item-relative__info {
        flex-direction:column;
        align-items: flex-start
    }

    .syno-ec-item-relative__info .info-cta {
        width: 100%;
        margin-top: 16px
    }

    .syno-ec-item-relative__info .info-cta .s-btn-ec-button-cta {
        display: block;
        width: 100%
    }
}

.sh-service__ec_cart {
    position: relative;
    z-index: 6
}

.synoec_root {
    color: #2e3742;
    height: 100%;
    display: flex;
    align-items: center
}

.synoec_root--active .mask {
    width: 100vw;
    height: 100vh;
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 999;
    transition: opacity .2s ease;
    -webkit-animation: fadeIn .2s forwards;
    animation: fadeIn .2s forwards
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.synoec_root .cart_container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 480px;
    background: #fff;
    transition: transform 0.3s ease;
    box-shadow: 0px 0px 20px rgba(150,157,162,0.35);
    z-index: 999
}

.synoec_root .cart_container.active {
    transform: translateX(-100%)
}

@media screen and (max-width: 575.8px) {
    .synoec_root .cart_container {
        width:100%
    }
}

.synoec_root .ec-cart {
    display: flex;
    flex-direction: column;
    height: 100%;
    font-size: 16px;
    line-height: 24px
}

.synoec_root .ec-cart p {
    margin-top: 0;
    margin-bottom: 0
}

.synoec_root .ec-cart .h4 {
    font-size: 20px;
    line-height: 30px
}

.synoec_root .ec-cart .btn-close {
    background-image: url("../../img/components/syno-ec/icon_close.png");
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    background-size: cover;
    display: block;
    cursor: pointer
}

@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
    .synoec_root .ec-cart .btn-close {
        background-image:url("../../img/components/syno-ec/icon_close@2x.png")
    }
}

.synoec_root .ec-cart .req_sending {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    z-index: 5
}

.synoec_root .ec-cart--no-item .ec-cart__header__info {
    border-bottom: 1px solid rgba(207,207,207,0.5)
}

.synoec_root .ec-cart__header {
    transition: box-shadow .2s ease;
    border-bottom: 1px solid #cfcfcf;
    z-index: 1
}

.synoec_root .ec-cart__header--shadow {
    box-shadow: 0px 0px 20px rgba(150,157,162,0.35)
}

.synoec_root .ec-cart__header__title {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: transparent;
    display: flex;
    width: 100%;
    align-items: center;
    box-sizing: border-box
}

.synoec_root .ec-cart__header__title .h4 {
    flex-grow: 1
}

.synoec_root .ec-cart__header__title .btn-close {
    background-image: url("../../img/components/syno-ec/icon_close_all.png");
    background-repeat: no-repeat;
    width: 17px;
    height: 17px
}

@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
    .synoec_root .ec-cart__header__title .btn-close {
        background-image:url("../../img/components/syno-ec/icon_close_all@2x.png")
    }
}

.synoec_root .ec-cart__content {
    padding-left: 0;
    padding-right: 0;
    flex-grow: 1;
    overflow: auto;
    height: 100%
}

.synoec_root .ec-cart__content::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.synoec_root .ec-cart__content::-webkit-scrollbar-corner {
    background-color: #fff
}

.synoec_root .ec-cart__content::-webkit-scrollbar-thumb {
    background-color: #e6e6e6;
    border-radius: 10px;
    background-clip: content-box
}

.synoec_root .ec-cart__content::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 0
}

.synoec_root .ec-cart__content .request-error span {
    display: block;
    text-align: left;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 0;
    font-size: 14px;
    line-height: 20px
}

.synoec_root .ec-cart__content__info {
    padding-top: 16px;
    margin-left: 32px;
    margin-right: 32px
}

.synoec_root .ec-cart__content__info p {
    font-size: 16px;
    line-height: 24px
}

.synoec_root .ec-cart__content__info .delivers-to {
    display: flex;
    align-items: center
}

.synoec_root .ec-cart__content__info .delivers-to .select-label {
    margin-right: 6px
}

.synoec_root .ec-cart__content__info .delivers-to .select2-container {
    width: auto !important;
    min-width: auto
}

.synoec_root .ec-cart__content__info .delivers-to .select2-container--default .select2-selection--single {
    padding: 0;
    height: auto;
    width: auto;
    border: none
}

.synoec_root .ec-cart__content__info .delivers-to .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #0067e6;
    font-weight: 500;
    padding: 0;
    line-height: 24px
}

.synoec_root .ec-cart__content__info .delivers-to .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: -26px;
    top: -1px
}

.synoec_root .ec-cart__content__info .delivers-to .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #0067e6 transparent transparent transparent
}

.synoec_root .ec-cart__content__info .delivers-to .select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #0067e6 transparent
}

.synoec_root .ec-cart__content__info .threshold {
    display: flex;
    width: 100%;
    margin-top: 8px
}

.synoec_root .ec-cart__content__info .threshold span {
    font-weight: 600
}

.synoec_root .ec-cart__content__info .threshold-bar {
    display: block;
    height: 8px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 16px;
    background-color: rgba(207,207,207,0.5)
}

.synoec_root .ec-cart__content__info .threshold-bar span {
    display: block;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #5cb0ff
}

.synoec_root .ec-cart__content__info .threshold .icon {
    align-self: flex-start;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    margin-top: 4px;
    background-image: url("../../img/components/syno-ec/icon_check_circle_gray.png");
    background-repeat: no-repeat;
    background-size: cover;
    flex-shrink: 0;
    background-size: 16px
}

@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
    .synoec_root .ec-cart__content__info .threshold .icon {
        background-image:url("../../img/components/syno-ec/icon_check_circle_gray@2x.png")
    }
}

.synoec_root .ec-cart__content__info .threshold--check .icon {
    align-self: flex-start;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    margin-top: 4px;
    background-image: url("../../img/components/syno-ec/icon_check_circle_blue.png");
    background-repeat: no-repeat
}

@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
    .synoec_root .ec-cart__content__info .threshold--check .icon {
        background-image:url("../../img/components/syno-ec/icon_check_circle_blue@2x.png")
    }
}

.synoec_root .ec-cart__content__items {
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 32px
}

.synoec_root .ec-cart__content__items--empty {
    height: calc(100% - 140px);
    box-sizing: border-box
}

.synoec_root .ec-cart__content__items .msg-empty {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #c7cbd1;
    font-weight: 500
}

.synoec_root .ec-cart__footer {
    padding: 24px 32px;
    box-shadow: 0px 0px 20px rgba(150,157,162,0.35);
    z-index: 6
}

.synoec_root .ec-cart__footer .s-btn-ec-button {
    width: 100%
}

.synoec_root .ec-cart__footer .s-btn-ec-button__wrapper {
    width: 100%;
    margin-top: 16px
}

.synoec_root .ec-cart__footer .s-learn-more-ec-buyMore__wrapper {
    margin-top: 12px;
    text-align: center;
    font-size: 16px;
    line-height: 24px
}

.synoec_root .ec-cart__footer__total {
    display: flex;
    width: 100%
}

.synoec_root .ec-cart__footer__total .tooltip {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    cursor: pointer;
    margin-left: 8px;
    box-sizing: border-box;
    height: 16px;
    padding-top: 6px;
    vertical-align: top
}

.synoec_root .ec-cart__footer__total .tooltip:hover:before,.synoec_root .ec-cart__footer__total .tooltip:focus:before {
    visibility: visible;
    opacity: 1
}

.synoec_root .ec-cart__footer__total .tooltip:hover svg+span,.synoec_root .ec-cart__footer__total .tooltip:focus svg+span {
    visibility: visible;
    opacity: 1;
    min-width: 320px
}

@media screen and (max-width: 767.8px) {
    .synoec_root .ec-cart__footer__total .tooltip:hover svg+span,.synoec_root .ec-cart__footer__total .tooltip:focus svg+span {
        min-width:220px
    }
}

.synoec_root .ec-cart__footer__total .tooltip path.bg {
    transition: fill .2s ease
}

.synoec_root .ec-cart__footer__total .tooltip:hover path.bg {
    fill: #0067e6
}

.synoec_root .ec-cart__footer__total .tooltip:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    top: -12px;
    height: 10px;
    width: 10px;
    background-color: #e6e6e6;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease-in-out
}

.synoec_root .ec-cart__footer__total .tooltip svg {
    display: block
}

.synoec_root .ec-cart__footer__total .tooltip span {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 5;
    transform: translate(-50%, calc( -100% - 7px));
    background: #e6e6e6;
    padding: 8px 12px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin-top: 0;
    display: inline-block;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    white-space: normal;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease-in-out
}

.synoec_root .ec-cart__footer__total .total-price {
    text-align: right
}

.synoec_root .ec-cart__footer__total .total-price__incl-tax {
    font-size: 12px;
    line-height: 18px;
    color: #000
}

.synoec_root .ec-cart__footer__total .total-quantity {
    flex-grow: 1;
    margin-right: 20px
}

.synoec_root .ec-cart__footer__total-save {
    margin-top: 4px
}

.synoec_root .ec-cart__footer__total-save p {
    font-size: 12px;
    line-height: 18px;
    text-align: right
}

.synoec_root .ec-cart__footer__total-save p span {
    color: #8f8f8f;
    display: inline-block
}

.synoec_root .ec-cart__footer__total-save p span:last-child {
    color: #f57000;
    margin-left: 8px
}

.synoec_root .ec-cart__footer__note {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 8px;
    font-size: 12px;
    line-height: 18px;
    margin-top: 4px
}

.synoec_root .ec-cart__footer__note>div {
    display: flex;
    width: 100%
}

.synoec_root .ec-cart__footer__note .note-left {
    margin-right: 20px
}

.synoec_root .ec-cart__footer__note .note-right {
    flex-grow: 1;
    text-align: right;
    white-space: nowrap
}

.select2-dropdown.select2-dropdown-custom--ec-cart {
    min-width: 200px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    border-radius: 5px !important;
    transform: translateY(1px) !important
}

.synoec_root {
    color: #2e3742
}

.synoec_root .ec-cart-item+.ec-cart-item .cart-item {
    border-top: 1px solid rgba(207,207,207,0.5)
}

.synoec_root .cart_container .cart-item {
    display: flex;
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px
}

.synoec_root .cart_container .cart-item--have-bundle {
    padding-bottom: 8px
}

.synoec_root .cart_container .cart-item__img {
    width: 120px;
    height: 120px;
    background-color: #f5f5f5;
    display: flex;
    flex-shrink: 0;
    align-items: center
}

.synoec_root .cart_container .cart-item__img img {
    mix-blend-mode: darken;
    max-width: 100%
}

.synoec_root .cart_container .cart-item__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-left: 20px
}

.synoec_root .cart_container .cart-item__content__title {
    display: flex;
    width: 100%
}

.synoec_root .cart_container .cart-item__content__title .title {
    font-weight: 600;
    text-decoration: none;
    color: #2e3742
}

.synoec_root .cart_container .cart-item__content__title .title:hover {
    text-decoration: underline
}

.synoec_root .cart_container .cart-item__content__title .title-group {
    flex-grow: 1
}

.synoec_root .cart_container .cart-item__content__title .subtitle {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 8px;
    font-size: 12px;
    line-height: 18px;
    margin-top: 4px
}

.synoec_root .cart_container .cart-item__content__price {
    margin-top: 0
}

.synoec_root .cart_container .cart-item__content__price__wrapper {
    margin-top: 4px;
    margin-right: 15px;
    flex-grow: 1
}

.synoec_root .cart_container .cart-item__content__price>p {
    display: inline-block
}

.synoec_root .cart_container .cart-item__content__price .price {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px
}

.synoec_root .cart_container .cart-item__content__price .price-note {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 8px;
    font-size: 12px;
    line-height: 18px;
    margin-top: 0;
    color: #666
}

.synoec_root .cart_container .cart-item__content__price .original-price {
    font-size: 12px;
    line-height: 18px;
    margin-left: 8px;
    color: #8f8f8f;
    text-decoration: line-through
}

.synoec_root .cart_container .cart-item__content__discount {
    margin-bottom: 4px
}

.synoec_root .cart_container .cart-item__content__discount .syno-ec-label--sale {
    font-size: 12px;
    margin-top: 4px
}

.synoec_root .cart_container .cart-item__content__gift {
    display: flex;
    padding: 4px 8px;
    margin: 4px 0;
    background-color: rgba(0,103,230,0.08);
    border-radius: 5px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500
}

.synoec_root .cart_container .cart-item__content__gift__icon {
    margin-right: 8px;
    width: 16px;
    height: 16px;
    background-image: url("../../img/components/syno-ec/icon_gift.png");
    background-repeat: no-repeat;
    background-size: cover;
    flex-shrink: 0
}

@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
    .synoec_root .cart_container .cart-item__content__gift__icon {
        background-image:url("../../img/components/syno-ec/icon_gift@2x.png")
    }
}

.synoec_root .cart_container .cart-item__content__quantity {
    max-width: 170px;
    margin-top: 16px
}

.synoec_root .cart_container .cart-item__content__quantity input[type=number] {
    padding-top: 6px;
    padding-bottom: 6px
}

.synoec_root .cart_container .cart-item__content__quantity .btn-quantity {
    width: 9px
}

.synoec_root .cart_container .cart-item__content__quantity .btn-quantity:not(.disabled) svg path {
    stroke: #666
}

.synoec_root .cart_container .cart-item--out-of-stock .cart-item__img,.synoec_root .cart_container .cart-item--out-of-stock .cart-item__content>*:not(.cart-item__content__message,.cart-item__content__title),.synoec_root .cart_container .cart-item--out-of-stock .cart-item__content .cart-item__content__title .title-group {
    pointer-events: none;
    opacity: 0.3
}

.synoec_root .cart_container .cart-bundle-items {
    margin-right: 15px;
    padding-bottom: 24px
}

.synoec_root .cart_container .cart-bundle-item {
    display: flex;
    width: calc( 100% - 28px);
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: 28px
}

.synoec_root .cart_container .cart-bundle-item .cart-item__img {
    background-color: transparent;
    height: 58px;
    width: auto
}

.synoec_root .cart_container .cart-bundle-item .cart-item__img img {
    height: 58px;
    margin-left: auto
}

.synoec_root .cart_container .cart-bundle-item .cart-item__content>div,.synoec_root .cart_container .cart-bundle-item .cart-item__content .price {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal
}

.synoec_root .cart_container .cart-bundle-item .cart-item__content__title {
    font-weight: 600 !important
}

.synoec_root .cart_container .cart-bundle-item .cart-item__content>div+div {
    margin-top: 2px
}

.synoec_root .cart_container .cart-bundle-item+.cart-bundle-item {
    border-top: 1px dashed #e6e6e6
}

.synoec_root .btn-cart {
    position: relative;
    display: block;
    top: 0;
    overflow: hidden;
    cursor: pointer;
    width: 0;
    height: 53px;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    border-radius: 60px;
    opacity: 0;
    transition: opacity 0.4s ease
}

.synoec_root .btn-cart--wrapper {
    position: relative;
    left: -20px;
    width: 0;
    transition: width 0.3s ease, overflow 0s ease 0.3s;
    overflow: hidden
}

.synoec_root .btn-cart--wrapper.show {
    width: 60px
}

.synoec_root .btn-cart--wrapper.show .btn-cart {
    width: 53px;
    opacity: 1;
    transition: opacity 0.4s ease
}

.synoec_root .btn-cart--wrapper.show .btn-cart.btn-cart--fixed {
    top: 14px;
    right: 18px;
    transition: opacity 0.4s ease
}

.synoec_root .btn-cart--wrapper.show .btn-cart.btn-cart--tens-digit .btn-cart__quantity {
    left: 24px
}

@media screen and (max-width: 1023.8px) {
    .synoec_root .btn-cart--wrapper.show .btn-cart {
        top:0;
        right: 0;
        height: 48px;
        border-radius: 0;
        margin-left: auto
    }

    .synoec_root .btn-cart--wrapper.show .btn-cart.btn-cart--fixed {
        top: 40px;
        right: 8px;
        height: 53px;
        border-radius: 60px
    }

    .synoec_root .btn-cart--wrapper.show .btn-cart .btn-cart__icon {
        left: 11px;
        transform: translate(0, -50%)
    }
}

@media screen and (max-width: 1023.8px) {
    .synoec_root .btn-cart--wrapper {
        left:0
    }
}

.synoec_root .btn-cart--fixed {
    position: fixed;
    box-shadow: none;
    background-color: #1a1c1f;
    border: 1px solid rgba(255,255,255,0.3)
}

.synoec_root .btn-cart--fixed svg path {
    stroke: #2e3742;
    stroke: #fff
}

.synoec_root .btn-cart--fixed .btn-cart__quantity {
    background-color: #fff !important;
    color: #000 !important
}

.synoec_root .btn-cart__icon {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.synoec_root .btn-cart .btn-cart__quantity {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    display: block;
    min-width: 16px;
    height: 16px;
    border-radius: 16px;
    padding-left: 4px;
    padding-right: 4px;
    box-sizing: border-box;
    color: #000;
    background-color: #fff;
    position: absolute;
    top: 12px;
    left: 26px;
    text-align: center;
    transition: all 0.25s ease
}

.synoec_root .btn-cart svg {
    transition: all 0.25s ease
}

.synoec_root .btn-cart i {
    color: #fff
}

.synoec_toaster {
    display: flex;
    justify-content: center;
    position: relative
}

.synoec_toaster .toast {
    background-color: #0067e6;
    color: #fff;
    padding: 8px 16px;
    border-radius: 5px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    box-sizing: border-box;
    width: fit-content;
    min-width: 240px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    transform: translate(-50%, calc( -20px - 100% ));
    opacity: 0;
    transition: all .3s ease
}

.synoec_toaster .toast--show {
    transform: translate(-50%, calc( -20px - 100% ));
    opacity: 1
}

.synoec_toaster .toast--hide {
    opacity: 0
}

.synoec_toaster .toast--red {
    background-color: #FFF2F4;
    color: #f53c3c
}

.synoec_toaster .toast--red svg line {
    stroke: #f53c3c
}

.synoec_toaster .toast .icon-close {
    cursor: pointer
}

.synoec_toaster .toast .icon-close svg {
    vertical-align: middle;
    margin-left: 32px
}

.synoec_root iframe {
    display: none
}

.mfp-syno-ec.mfp-bg {
    background: #000;
    opacity: .7;
    z-index: 1051
}

.mfp-syno-ec.mfp-wrap {
    z-index: 1051
}

.mfp-syno-ec .mfp-content .dialog {
    position: relative;
    padding: 0;
    margin: 52px auto 20px;
    box-sizing: border-box;
    max-width: fit-content;
    background-color: #fff
}

@media screen and (max-width: 1023.8px) {
    .mfp-syno-ec .mfp-content .dialog {
        max-width:calc(100% - 40px)
    }

    .mfp-syno-ec .mfp-content .dialog .dialog {
        max-width: 100%
    }
}

.mfp-syno-ec .mfp-content .dialog-inner {
    width: 840px;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
    padding: 32px 40px 40px
}

@media screen and (max-width: 1023.8px) {
    .mfp-syno-ec .mfp-content .dialog-inner {
        width:100%
    }
}

@media screen and (max-width: 767.8px) {
    .mfp-syno-ec .mfp-content .dialog-inner {
        padding:12px 20px 20px
    }
}

.mfp-syno-ec .mfp-content .dialog-content::-webkit-scrollbar,.mfp-syno-ec .mfp-content .dialog-content ::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.mfp-syno-ec .mfp-content .dialog-content::-webkit-scrollbar-thumb,.mfp-syno-ec .mfp-content .dialog-content ::-webkit-scrollbar-thumb {
    background-color: #cfcfcf;
    border-radius: 8px
}

.mfp-syno-ec .mfp-content .dialog-content::-webkit-scrollbar-track,.mfp-syno-ec .mfp-content .dialog-content ::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 8px
}

.mfp-syno-ec .mfp-content .dialog .h4 {
    font-size: 20px;
    line-height: 30px
}

.mfp-syno-ec .s-btn--l {
    min-width: 135px
}

.mfp-syno-ec .s-btn--no-border {
    border-radius: 5px
}

.mfp-syno-ec .select2-container--open .select2-selection--single {
    border-radius: 5px 5px 0 0
}

.mfp-syno-ec .select2-container .select2-selection--single {
    border-color: rgba(207,207,207,0.5)
}

.select2-dropdown.select2-dropdown-custom--ec {
    border: 1px solid rgba(207,207,207,0.5) !important;
    box-shadow: none !important
}

.select2-dropdown.select2-dropdown-custom--ec .select2-results__option--highlighted,.select2-dropdown.select2-dropdown-custom--ec .select2-results__option--selected {
    background-color: rgba(245,245,245,0.8)
}

.select2-dropdown.select2-dropdown-custom--ec .select2-results {
    font-size: 16px;
    line-height: 24px
}

.select2-dropdown.select2-dropdown-custom--ec .select2-results>.select2-results__options {
    max-height: 270px
}

.select2-dropdown.select2-dropdown-custom--ec ::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.select2-dropdown.select2-dropdown-custom--ec ::-webkit-scrollbar-thumb {
    background-color: #e6e6e6;
    border-radius: 6px
}

.select2-dropdown.select2-dropdown-custom--ec ::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 6px
}

.s-btn-ec-button__wrapper,.s-btn-ec-button-light__wrapper {
    display: inline-block
}

.s-btn-ec-button__wrapper--disabled,.s-btn-ec-button-light__wrapper--disabled {
    pointer-events: none
}

.s-btn-ec-button__wrapper--disabled .s-btn,.s-btn-ec-button-light__wrapper--disabled .s-btn {
    background-color: #cfcfcf
}

.s-btn-ec-button__wrapper--loading,.s-btn-ec-button-light__wrapper--loading {
    pointer-events: none
}

.s-btn-ec-button__wrapper--loading .s-btn,.s-btn-ec-button-light__wrapper--loading .s-btn {
    color: transparent
}

.s-btn-ec-button__wrapper--loading .s-btn .icon-ec-loader,.s-btn-ec-button-light__wrapper--loading .s-btn .icon-ec-loader {
    height: 16px;
    width: 16px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: icon-loader-1 2s linear infinite;
    animation: icon-loader-1 2s linear infinite;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.s-btn-ec-button__wrapper--loading .s-btn .icon-ec-loader span,.s-btn-ec-button-light__wrapper--loading .s-btn .icon-ec-loader span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 16px;
    width: 16px;
    clip: rect(0, 16px, 16px, 8px);
    -webkit-animation: icon-loader-2 1.4s linear infinite;
    animation: icon-loader-2 1.4s linear infinite
}

.s-btn-ec-button__wrapper--loading .s-btn .icon-ec-loader span:after,.s-btn-ec-button-light__wrapper--loading .s-btn .icon-ec-loader span:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 16px;
    width: 16px;
    clip: rect(0, 16px, 16px, 8px);
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-radius: 50%;
    -webkit-animation: icon-loader-3 1.4s ease-in infinite;
    animation: icon-loader-3 1.4s ease-in infinite
}

@-webkit-keyframes icon-loader-1 {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes icon-loader-1 {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes icon-loader-2 {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(200deg)
    }
}

@keyframes icon-loader-2 {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(200deg)
    }
}

@-webkit-keyframes icon-loader-3 {
    0% {
        -webkit-transform: rotate(-160deg)
    }

    40% {
        -webkit-transform: rotate(-90deg)
    }

    100% {
        -webkit-transform: rotate(160deg)
    }
}

@keyframes icon-loader-3 {
    0% {
        transform: rotate(-160deg)
    }

    40% {
        transform: rotate(-90deg)
    }

    100% {
        transform: rotate(160deg)
    }
}

.s-btn-ec-button__wrapper--loading .s-btn>div,.s-btn-ec-button-light__wrapper--loading .s-btn>div {
    position: relative;
    height: 18px;
    width: 16px;
    margin: 0 auto
}

.s-btn-ec-button__wrapper--loading .s-btn>div .icon-ec-loader,.s-btn-ec-button-light__wrapper--loading .s-btn>div .icon-ec-loader {
    top: 1px
}

@media screen and (min-width: 768px) {
    .s-btn-ec-button__wrapper--loading .s-btn>div,.s-btn-ec-button-light__wrapper--loading .s-btn>div {
        height:20px
    }

    .s-btn-ec-button__wrapper--loading .s-btn>div .icon-ec-loader,.s-btn-ec-button-light__wrapper--loading .s-btn>div .icon-ec-loader {
        top: 2px
    }
}

.s-btn-ec-button-light__wrapper .s-btn {
    font-size: 15px;
    line-height: 26px;
    padding: 4px 32px;
    background-color: rgba(0,103,230,0.15);
    color: #0067e6;
    margin-top: 16px
}

.s-btn-ec-button-light__wrapper--disabled .s-btn {
    background-color: #f0f2f5;
    color: #a7aeb8
}

.s-btn-ec-button-light__wrapper--loading .s-btn {
    padding-top: 7px;
    padding-bottom: 7px
}

.s-btn-ec-button-light__wrapper--loading .s-btn .icon-ec-loader {
    height: 16px;
    width: 16px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: icon-loader-1 2s linear infinite;
    animation: icon-loader-1 2s linear infinite;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.s-btn-ec-button-light__wrapper--loading .s-btn .icon-ec-loader span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 16px;
    width: 16px;
    clip: rect(0, 16px, 16px, 8px);
    -webkit-animation: icon-loader-2 1.4s linear infinite;
    animation: icon-loader-2 1.4s linear infinite
}

.s-btn-ec-button-light__wrapper--loading .s-btn .icon-ec-loader span:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 16px;
    width: 16px;
    clip: rect(0, 16px, 16px, 8px);
    border-width: 2px;
    border-style: solid;
    border-color: #0067e6;
    border-radius: 50%;
    -webkit-animation: icon-loader-3 1.4s ease-in infinite;
    animation: icon-loader-3 1.4s ease-in infinite
}

@-webkit-keyframes icon-loader-1 {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes icon-loader-1 {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes icon-loader-2 {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(200deg)
    }
}

@keyframes icon-loader-2 {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(200deg)
    }
}

@-webkit-keyframes icon-loader-3 {
    0% {
        -webkit-transform: rotate(-160deg)
    }

    40% {
        -webkit-transform: rotate(-90deg)
    }

    100% {
        -webkit-transform: rotate(160deg)
    }
}

@keyframes icon-loader-3 {
    0% {
        transform: rotate(-160deg)
    }

    40% {
        transform: rotate(-90deg)
    }

    100% {
        transform: rotate(160deg)
    }
}

.s-btn-ec-button-light__wrapper:hover .s-btn {
    background-color: rgba(0,103,230,0.25)
}

.s-btn-ec-button-small .s-btn {
    font-size: 12px;
    line-height: 16px;
    padding: 4px 8px
}

.s-btn-ec-button-small .s-btn.s-btn--outlined {
    border-color: #2e3742;
    color: #2e3742
}

.s-btn-ec-button-small.s-btn-ec-button-small--active .s-btn--outlined,.s-btn-ec-button-small:hover .s-btn--outlined {
    border-color: #0067e6;
    color: #0067e6
}

.s-btn-ec-button-small.s-btn-ec-button-small--disabled {
    pointer-events: none
}

.s-btn-ec-button-small.s-btn-ec-button-small--disabled .s-btn--outlined {
    border-color: #a7aeb8;
    color: #a7aeb8
}

.s-btn-ec-button-small.s-btn-ec-button-small--disabled.s-btn-ec-button-small--active,.s-btn-ec-button-small.s-btn-ec-button-small--disabled:hover {
    pointer-events: auto
}

.s-btn-ec-button-small.s-btn-ec-button-small--disabled.s-btn-ec-button-small--active .s-btn--outlined,.s-btn-ec-button-small.s-btn-ec-button-small--disabled:hover .s-btn--outlined {
    border-color: #0067e6
}

.syno-ec-content-quantity {
    margin-top: 20px;
    border: 1px solid rgba(207,207,207,0.5);
    box-sizing: border-box;
    border-radius: 5px;
    display: flex
}

.syno-ec-content-quantity input[type=number] {
    border: none;
    flex-grow: 1;
    text-align: center;
    width: 100%;
    line-height: normal;
    -moz-appearance: textfield
}

.syno-ec-content-quantity input[type=number]::-webkit-inner-spin-button,.syno-ec-content-quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.syno-ec-content-quantity input[type=number]:disabled {
    color: #c7cbd1;
    background-color: #fff
}

.syno-ec-content-quantity .btn-quantity {
    cursor: pointer;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    align-items: center;
    box-sizing: initial !important
}

.syno-ec-content-quantity .btn-quantity.disabled {
    pointer-events: none
}

.syno-ec-content-quantity .btn-quantity.disabled svg path {
    stroke: #c7cbd1
}

.s-ec-message,p.s-ec-message {
    font-size: 12px;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 0;
    color: #0067e6;
    background-position: top left
}

.s-ec-message--red,p.s-ec-message--red {
    color: #f53c3c !important;
    background-image: url("../../img/components/syno-ec/icon_error.png");
    background-repeat: no-repeat;
    padding-left: 24px;
    background-size: 16px;
    background-position: left top
}

@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
    .s-ec-message--red,p.s-ec-message--red {
        background-image:url("../../img/components/syno-ec/icon_error@2x.png")
    }
}

.request-error {
    transition: 0.25s ease-in-out;
    max-height: 0;
    overflow: hidden
}

.request-error>span {
    display: inline-block;
    color: #f53c3c;
    border-radius: 3px;
    padding: 0 20px;
    border: 1px solid transparent;
    background-color: transparent;
    transform-origin: top;
    transition: 0.25s ease-in-out;
    box-sizing: border-box
}

.request-error--show {
    max-height: 10em
}

.request-error--show>span {
    background-color: #FFF2F4;
    padding: 8px 20px
}

.request-error.extra-notice>span {
    color: #0067e6;
    background: rgba(0,103,230,0.1)
}

.syno-ec-label {
    box-sizing: border-box;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    padding: 2px 8px;
    border-radius: 5px;
    color: #fff
}

.syno-ec-label--sale {
    color: #f57000;
    background-color: rgba(245,112,0,0.12)
}

.synoec_root .loading-icon-outer,.mfp-syno-ec .loading-icon-outer {
    position: relative
}

.synoec_root .loading-icon-outer .loading-icon,.mfp-syno-ec .loading-icon-outer .loading-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    height: 64px;
    background-image: url("../../img/components/syno-ec/icon-loading-merge.png");
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: 0 0;
    transform: translate(-50%, -50%);
    animation: loading-animation 1.6s infinite step-start
}

@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
    .synoec_root .loading-icon-outer .loading-icon,.mfp-syno-ec .loading-icon-outer .loading-icon {
        background-image:url("../../img/components/syno-ec/icon-loading-merge@2x.png")
    }
}

@keyframes loading-animation {
    0% {
        background-position: 0px 0px
    }

    2.5% {
        background-position: -64px 0px
    }

    5% {
        background-position: -128px 0px
    }

    7.5% {
        background-position: -192px 0px
    }

    10% {
        background-position: -256px 0px
    }

    12.5% {
        background-position: -320px 0px
    }

    15% {
        background-position: -384px 0px
    }

    17.5% {
        background-position: -448px 0px
    }

    20% {
        background-position: -512px 0px
    }

    22.5% {
        background-position: -576px 0px
    }

    25% {
        background-position: -640px 0px
    }

    27.5% {
        background-position: -704px 0px
    }

    30% {
        background-position: -768px 0px
    }

    32.5% {
        background-position: -832px 0px
    }

    35% {
        background-position: -896px 0px
    }

    37.5% {
        background-position: -960px 0px
    }

    40% {
        background-position: -1024px 0px
    }

    42.5% {
        background-position: -1088px 0px
    }

    45% {
        background-position: -1152px 0px
    }

    47.5% {
        background-position: -1216px 0px
    }

    50% {
        background-position: -1280px 0px
    }

    52.5% {
        background-position: -1344px 0px
    }

    55% {
        background-position: -1408px 0px
    }

    57.5% {
        background-position: -1472px 0px
    }

    60% {
        background-position: -1536px 0px
    }

    62.5% {
        background-position: -1600px 0px
    }

    65% {
        background-position: -1664px 0px
    }

    67.5% {
        background-position: -1728px 0px
    }

    70% {
        background-position: -1792px 0px
    }

    72.5% {
        background-position: -1856px 0px
    }

    75% {
        background-position: -1920px 0px
    }

    77.5% {
        background-position: -1984px 0px
    }

    80% {
        background-position: -2048px 0px
    }

    82.5% {
        background-position: -2112px 0px
    }

    85% {
        background-position: -2176px 0px
    }

    87.5% {
        background-position: -2240px 0px
    }

    90% {
        background-position: -2304px 0px
    }

    92.5% {
        background-position: -2368px 0px
    }

    95% {
        background-position: -2432px 0px
    }

    95% {
        background-position: -2432px -0px
    }

    97.5% {
        background-position: -2432px -0px
    }

    100% {
        background-position: -0px -0px
    }
}

@-webkit-keyframes loading-animation {
    0% {
        background-position: 0px 0px
    }

    2.5% {
        background-position: -64px 0px
    }

    5% {
        background-position: -128px 0px
    }

    7.5% {
        background-position: -192px 0px
    }

    10% {
        background-position: -256px 0px
    }

    12.5% {
        background-position: -320px 0px
    }

    15% {
        background-position: -384px 0px
    }

    17.5% {
        background-position: -448px 0px
    }

    20% {
        background-position: -512px 0px
    }

    22.5% {
        background-position: -576px 0px
    }

    25% {
        background-position: -640px 0px
    }

    27.5% {
        background-position: -704px 0px
    }

    30% {
        background-position: -768px 0px
    }

    32.5% {
        background-position: -832px 0px
    }

    35% {
        background-position: -896px 0px
    }

    37.5% {
        background-position: -960px 0px
    }

    40% {
        background-position: -1024px 0px
    }

    42.5% {
        background-position: -1088px 0px
    }

    45% {
        background-position: -1152px 0px
    }

    47.5% {
        background-position: -1216px 0px
    }

    50% {
        background-position: -1280px 0px
    }

    52.5% {
        background-position: -1344px 0px
    }

    55% {
        background-position: -1408px 0px
    }

    57.5% {
        background-position: -1472px 0px
    }

    60% {
        background-position: -1536px 0px
    }

    62.5% {
        background-position: -1600px 0px
    }

    65% {
        background-position: -1664px 0px
    }

    67.5% {
        background-position: -1728px 0px
    }

    70% {
        background-position: -1792px 0px
    }

    72.5% {
        background-position: -1856px 0px
    }

    75% {
        background-position: -1920px 0px
    }

    77.5% {
        background-position: -1984px 0px
    }

    80% {
        background-position: -2048px 0px
    }

    82.5% {
        background-position: -2112px 0px
    }

    85% {
        background-position: -2176px 0px
    }

    87.5% {
        background-position: -2240px 0px
    }

    90% {
        background-position: -2304px 0px
    }

    92.5% {
        background-position: -2368px 0px
    }

    95% {
        background-position: -2432px 0px
    }

    95% {
        background-position: -2432px -0px
    }

    97.5% {
        background-position: -2432px -0px
    }

    100% {
        background-position: -0px -0px
    }
}