@charset "UTF-8";

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

#CMD {
    font-size: 12px;
}

#CMD {
    margin-bottom: 0em;
    font-size: 14px;
    line-height: 1.33333;
    background-color: #e4f5ff;
}

.inline__block {
    display: inline-block;
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0);
        transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0);
    }

    20% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1) translate3d(-50%, 0, 0);
        transform: scale3d(1.1, 1.1, 1.1) translate3d(-50%, 0, 0);
    }

    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.9, 0.9, 0.9) translate3d(-50%, 0, 0);
        transform: scale3d(0.9, 0.9, 0.9) translate3d(-50%, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03) translate3d(-50%, 0, 0);
        transform: scale3d(1.03, 1.03, 1.03) translate3d(-50%, 0, 0);
    }

    80% {
        opacity: 1;
        -webkit-transform: scale3d(0.97, 0.97, 0.97) translate3d(-50%, 0, 0);
        transform: scale3d(0.97, 0.97, 0.97) translate3d(-50%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0);
        transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0);
    }
}

.sprite {
    background-repeat: no-repeat;
    display: block;
}

.sprite-arrow_l {
    width: 65px;
    height: 130px;
    background-position: -5px -5px;
}

.sprite-arrow_l_black {
    width: 49px;
    height: 96px;
    background-position: -80px -5px;
}

.sprite-arrow_r {
    width: 65px;
    height: 130px;
    background-position: -139px -5px;
}

.sprite-arrow_r_black {
    width: 49px;
    height: 96px;
    background-position: -214px -5px;
}

.sprite-black {
    width: 41px;
    height: 41px;
    background-position: -80px -111px;
}

.sprite-gray {
    width: 41px;
    height: 41px;
    background-position: -214px -111px;
}

.sprite-green {
    width: 44px;
    height: 44px;
    background-position: -5px -162px;
}

.sprite-pink {
    width: 45px;
    height: 44px;
    background-position: -59px -162px;
}

.sprite-white {
    width: 45px;
    height: 44px;
    background-position: -114px -162px;
}

sup {
    position: relative;
    vertical-align: baseline;
    top: -0.44em;
    font-size: 0.6em;
    line-height: 0;
}

sup.sign-deg {
    top: -0.5em;
}

sup.sign-tm {
    top: -0.5em;
}

sup.sign-star {
    top: -0.83em;
    font-size: 0.5em;
}

sup.sign-cr {
    top: -0.3em;
    font-size: 0.7em;
}

sup.footnote-num {
    top: -1.7em;
    font-size: 0.33em;
}

.wd__content .content__info sup.sign-cr,
.wd__content .content__comment sup.sign-cr {
    top: 0;
    font-size: 1.1em;
}

.wd__content .content__info sup.sign-tm,
.wd__content .content__comment sup.sign-tm {
    top: 0;
    font-size: 1em;
}

.wd__content .content__info sup.sign-star,
.wd__content .content__comment sup.sign-star {
    top: -0.17em;
    font-size: 1em;
}

.wd__content .content__info sup.sign-deg,
.wd__content .content__comment sup.sign-deg {
    top: -0.1em;
    padding: 0 0.02em;
    font-size: 1em;
}

.wd__content .content__info sup.footnote-num,
.wd__content .content__comment sup.footnote-num {
    top: -0.97em;
    font-size: 0.5em;
}

.columns__hl__icon__dynamic sup.sign-cr {
    top: 0;
    font-size: 1em;
}

.columns__hl__icon__dynamic sup.sign-tm {
    top: 0;
    font-size: 1em;
}

.columns__hl__icon__dynamic sup.sign-deg {
    top: -0.1em;
    font-size: 1em;
}

.columns__hl__icon__dynamic sup.footnote-num {
    top: -0.5em;
    font-size: 0.7em;
}

.columns__hl__icon__dynamic span sup.sign-deg {
    padding: 0 0.02em;
}

.footnote-item sup.sign-deg {
    top: -0.2em;
    font-size: 0.9em;
}

.footnote-item sup.sign-tm {
    top: -0.09em;
    font-size: 0.9em;
}

.footnote-item sup.sign-cr {
    top: 0.03em;
    font-size: 1.1em;
}

.font-tt .wd__content .content__title sup.sign-cr {
    top: -1em;
    font-size: 0.4em;
}

.font-tt .ksp__layout .wd__content .content__info sup.sign-cr,
.font-tt .ksp__layout .wd__content .content__comment sup.sign-cr {
    top: 0;
    font-size: .6em;
    line-height: 0;
}

.font-tt .columns__hl__icon__dynamic .col__container .text-bottom sup.sign-cr {
    top: -.8em;
    font-size: 0.4em;
}

.font-tt .columns__hl__icon__dynamic sup.sign-cr {
    top: -1.1em;
    font-size: 0.4em;
}

.font-tt .columns__hl__icon__dynamic sup.sign-xe {
    top: -0.84em;
    font-size: 0.52em;
}

.font-tt .columns__hl__icon__dynamic sup.sign-tm {
    top: -0.7em;
    font-size: 0.52em;
}

@media all and (min-width: 1280px) {
    .wd__content .content__slogan sup.sign-star {
        top: -0.5em;
        font-size: 0.6em;
    }

    .wd__content .content__slogan sup.footnote-num {
        top: -1.4em;
    }

    .wd__content .content__title sup.sign-star {
        top: -0.39em;
        font-size: 0.66em;
    }

    .wd__content .content__title sup.sign-tm {
        top: -0.46em;
    }

    .wd__content .content__title sup.footnote-num {
        top: -1.5em;
    }

    .wd__content .content__info sup.sign-star,
    .wd__content .content__comment sup.sign-star {
        top: -0.1em;
    }

    .wd__content .content__info sup.footnote-num,
    .wd__content .content__comment sup.footnote-num {
        top: -.8em;
    }

    .columns__hl__icon__dynamic .text-light.text sup.sign-star {
        top: -0.03em;
        font-size: 1.1em;
    }

    .columns__hl__icon__dynamic .text-light.text sup.footnote-num {
        top: -.9em;
        font-size: 0.5em;
    }

    .columns__hl__icon__dynamic .text-light.text span sup.sign-tm {
        top: -0.2em;
        font-size: 0.8em;
    }

    .columns__hl__icon__dynamic .text-light.text span sup.sign-cr {
        top: -0.2em;
        font-size: 0.8em;
    }

    .columns__hl__icon__dynamic .text-light.text span sup.sign-star {
        top: -0.4em;
        font-size: 0.7em;
    }

    .columns__hl__icon__dynamic .text-light.text span sup.sign-deg {
        top: -0.1em;
        font-size: 0.9em;
    }

    .columns__hl__icon__dynamic .text-light.text span sup.footnote-num {
        top: -1.2em;
        font-size: 0.43em;
    }

    .columns__hl__icon__dynamic .text-bottom sup.sign-cr {
        top: 0.1em;
        font-size: 1.3em;
    }

    .columns__hl__icon__dynamic .text-bottom sup.sign-star {
        top: -0.03em;
        font-size: 1.25em;
    }

    .columns__hl__icon__dynamic .text-bottom sup.footnote-num {
        top: -.8em;
        font-size: 0.6em;
    }

    .section__kv .wd__content .content__title sup.sign-star {
        top: -0.43em;
        font-size: 0.63em;
    }

    .section__kv .wd__content .content__title sup.footnote-num {
        top: -1.5em;
    }

    .section__kv .wd__content .content__info sup.sign-star {
        top: -0.2em;
        font-size: 0.9em;
    }

    .section__kv .wd__content .content__info sup.sign-deg {
        padding: 0;
    }

    .section__kv .wd__content .content__info sup.footnote-num {
        top: -1em;
    }
}

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    sup {
        top: -0.5em;
    }

    sup.sign-deg {
        top: -0.25em;
        font-size: 0.8em;
    }

    sup.sign-cr {
        top: -0.35em;
    }

    sup.sign-star {
        top: -0.85em;
    }

    .wd__content .content__slogan sup.sign-tm {
        top: -0.4em;
    }

    .wd__content .content__slogan sup.sign-cr {
        top: -0.27em;
        font-size: 0.7em;
    }

    .wd__content .content__slogan sup.sign-star {
        top: -0.37em;
        font-size: 0.75em;
    }

    .wd__content .content__slogan sup.footnote-num {
        top: -1.3em;
    }

    .wd__content .content__title sup.sign-tm {
        top: -0.45em;
    }

    .wd__content .content__title sup.sign-star {
        top: -0.77em;
    }

    .wd__content .content__title sup.sign-cr {
        top: -0.3em;
    }

    .wd__content .content__title sup.footnote-num {
        top: -1.38em;
    }

    .wd__content .content__info sup.sign-star,
    .wd__content .content__comment sup.sign-star {
        top: -0.08em;
        font-size: 1.1em;
    }

    .wd__content .content__info sup.footnote-num,
    .wd__content .content__comment sup.footnote-num {
        top: -.8em;
        font-size: 0.6em;
    }

    .columns__hl__icon__dynamic .text-light text sup.sign-cr {
        top: -0.3em;
    }

    .columns__hl__icon__dynamic .text-light text sup.sign-tm {
        top: -0.42em;
    }

    .columns__hl__icon__dynamic .text-light text sup.footnote-num {
        top: -1.56em;
    }

    .columns__hl__icon__dynamic .text-light text sup.sign-star {
        top: -0.6em;
        font-size: 0.55em;
    }

    .columns__hl__icon__dynamic .text-light text span sup.sign-tm {
        top: -0.15em;
        font-size: 0.8em;
    }

    .columns__hl__icon__dynamic .text-light text span sup.sign-cr {
        top: -0.2em;
        font-size: 0.8em;
    }

    .columns__hl__icon__dynamic .text-light text span sup.sign-star {
        top: -0.34em;
        font-size: 0.7em;
    }

    .columns__hl__icon__dynamic .text-light text span sup.footnote-num {
        top: -1.1em;
        font-size: 0.43em;
    }

    .columns__hl__icon__dynamic .text-bottom sup.sign-cr {
        top: 0;
    }

    .columns__hl__icon__dynamic .text-bottom sup.sign-star {
        top: 0;
        font-size: 1.35em;
    }

    .columns__hl__icon__dynamic .text-bottom sup.footnote-num {
        top: -0.8em;
        font-size: 0.6em;
    }

    .section__kv .wd__content .content__title sup.sign-tm {
        top: -0.45em;
    }

    .section__kv .wd__content .content__title sup.sign-star {
        top: -0.48em;
        font-size: 0.65em;
    }

    .section__kv .wd__content .content__title sup.footnote-num {
        top: -1.47em;
    }

    .section__kv .wd__content .content__info sup.sign-star {
        top: -0.2em;
        font-size: 0.9em;
    }

    .section__kv .wd__content .content__info sup.footnote-num {
        top: -1.25em;
        font-size: 0.4em;
    }

    .footnote-item sup.sign-cr {
        top: 0.1em;
    }
}

@media all and (max-width: 730.5px) {
    sup.sign-deg {
        top: -0.25em;
        font-size: 0.8em;
    }

    sup.footnote-num {
        top: -1em;
    }

    .wd__content .content__slogan sup.sign-tm {
        top: -0.33em;
    }

    .wd__content .content__slogan sup.sign-cr {
        top: -0.31em;
    }

    .wd__content .content__slogan sup.sign-star {
        top: -0.1em;
        font-size: 1.1em;
    }

    .wd__content .content__slogan sup.footnote-num {
        top: -0.85em;
        font-size: 0.5em;
    }

    .wd__content .content__title sup.sign-cr {
        top: -0.06em;
        font-size: 0.9em;
    }

    .wd__content .content__title sup.sign-tm {
        top: -0.26em;
        font-size: 0.7em;
    }

    .wd__content .content__title sup.sign-star {
        top: -0.42em;
        font-size: 0.7em;
    }

    .wd__content .content__title sup.footnote-num {
        top: -1.1em;
        font-size: 0.4em;
    }

    .wd__content .content__info sup.sign-cr,
    .wd__content .content__comment sup.sign-cr {
        top: 0.15em;
        font-size: 1.4em;
    }

    .wd__content .content__info sup.sign-tm,
    .wd__content .content__comment sup.sign-tm {
        top: 0.1em;
        font-size: 1.2em;
    }

    .wd__content .content__info sup.sign-star,
    .wd__content .content__comment sup.sign-star {
        top: 0;
        font-size: 1.25em;
    }

    .wd__content .content__info sup.footnote-num,
    .wd__content .content__comment sup.footnote-num {
        top: -.7em;
        font-size: 0.6em;
    }

    .font-tt .columns__hl__icon__dynamic .col__container .text-bottom sup.sign-cr {
        font-size: 0.8em;
        top: -0.5em;
    }

    .font-tt .grid__table .wd__content .content__title sup.footnote-num {
        font-size: 0.6em;
        top: -0.6em;
    }

    .columns__hl__icon__dynamic .text-light text sup.sign-cr {
        top: -0.24em;
        font-size: 0.75em;
    }

    .columns__hl__icon__dynamic .text-light text sup.sign-tm {
        top: -0.27em;
        font-size: 0.7em;
    }

    .columns__hl__icon__dynamic .text-light text sup.sign-star {
        top: -0.4em;
        font-size: 0.7em;
    }

    .columns__hl__icon__dynamic .text-light text sup.footnote-num {
        top: -1.3em;
        font-size: 0.4em;
    }

    .columns__hl__icon__dynamic .text-light text span sup.sign-cr {
        top: -0.11em;
        font-size: 0.9em;
    }

    .columns__hl__icon__dynamic .text-light text span sup.sign-tm {
        top: -0.23em;
    }

    .columns__hl__icon__dynamic .text-light text span sup.sign-star {
        top: -0.22em;
        font-size: 0.88em;
    }

    .columns__hl__icon__dynamic .text-light text span sup.footnote-num {
        top: -1.2em;
    }

    .columns__hl__icon__dynamic .text-bottom sup.sign-cr {
        top: 0.18em;
        font-size: 1.5em;
    }

    .columns__hl__icon__dynamic .text-bottom sup.sign-star {
        top: 0.08em;
        font-size: 1.6em;
    }

    .columns__hl__icon__dynamic .text-bottom sup.footnote-num {
        top: -0.9em;
        font-size: 0.6em;
    }

    .section__kv .wd__content .content__title sup.sign-cr {
        top: -0.1em;
    }

    .section__kv .wd__content .content__title sup.sign-star {
        top: -0.43em;
    }

    .section__kv .wd__content .content__title sup.footnote-num {
        top: -1.16em;
    }

    .section__kv .wd__content .content__info sup.sign-tm {
        top: 0;
        font-size: 1em;
    }

    .section__kv .wd__content .content__info sup.sign-cr {
        top: 0;
        font-size: 1.2em;
    }

    .section__kv .wd__content .content__info sup.sign-star {
        top: -0.06em;
        font-size: 1.2em;
    }

    .section__kv .wd__content .content__info sup.footnote-num {
        top: -0.65em;
        font-size: 0.65em;
    }

    .footnote-item sup.sign-cr {
        top: 0.03em;
        font-size: 1.1em;
    }
}

.screen-reader-only {
    position: absolute;
    overflow: hidden;
    width: 1px;
    white-space: nowrap;
    clip: rect(0 0 0 0);
}

/* .wd__section .slick-prev,
.wd__section .slick-next, */
.visuallyhidden {
    position: absolute;
    overflow: hidden;
    top: 50%;
    padding: 0;
    width: 1px;
    height: 1px;
    font-size: unset;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0 0 99.9% 99.9%);
    clip-path: inset(0 0 99.9% 99.9%);
}

#overviewContentInsertWrapper #CMD *:focus:not(:focus-visible) {
    outline: 0;
}

.js-focus-visible #CMD :focus:not(.focus-visible) {
    outline: none;
}

.play__icon:after {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAADJklEQVRYw73YTWwWVRQG4KdD1RjTEmNjt0ZNtC4GXQiiTLAmklShdKFbomAYSQTqRjbu3IhuBBd2iPizM42Jjb9JF/7kolgIQWcBGuLCJVhi2iYSNRUXc1vqZ03nm6/1LGfuOee9d+697/tOlzYiK8qNeAwbcRduwXrM4DJ+xCl8GvL0VN26XTUa34jdOIh5fIwTOIdLIU9nsqJcj1sxgAzb0Y0jOB7y9EpjEFlR7oyFzuLVkKfftLFqm/EC7sNoyNOJtkBkRXkDjuIR7A15+kXd5svUGsQxfI4DIU9/XxFEVpS9mMCveDrk6WxTAC0138bNGGmt2dUy+Hp8hp+Qhzy92imAJbXXYQy3Yyjk6R8L75KWsa9jDvtWEwCEPJ3Hs5iNfRZjEURWlCMYxK6YsOoR6+7CYOyH+DniMTyv2gONN2HdyIryYbyDgZCnVxZWYje+/z8AxBX5Et9hD9c+x0EcbnM2R7Oi7O4Ay2EcgCQryk34q52LKMZ+TGZF2ddwNU5iPivKTQm24cOGsxnE6awoNzTM/wjbEjyg4oKmcRu+zoryiQa5J7A5UZHO+Q5AwE0Yz4rypawokzbyzuHuREXHFzsEQXXcX8REvKbrxCX0JehdDX5YEjvwbp2BsW9Pgtk2kNeJT/BUnYFZUfZgLlEpov5VaH4VL2M45OlMzZx+THerNuUALnQA4DfsCXn6Xpt59+CHBN9iSwcAfsaWBgDgIZxMMInhhgC+wv0hT882zB/GZBLydEp1fT/YZoExPBry9Jcm3aMGXRfydGqBgI7gEHbWLRLydF/D2S/EIZWOXWTRt7AhitI1j6gn7sXxRRDRF4yiiGd3LQH0qNT36IIfaRW6x9CHJ9dC4kWxO47LIU/3LjxvJZvnIog3sqJc0Z01ADCmcmr7l777B4gow7fjTry/Wtd5rDOOO/B4qwH6F+1GUhnCNM5kRbm1QwBbcSbWG1qOLFfyoiN4TeVFX4mSrG7zpV70+ZCnH/zX2Lqu/BmVGP5TJcmCinMuhjydizu+3zVXvgPXqe6fNzty5csAav0/0YdelauaVv2fOK2yklN1XdzfdfIarq20xZsAAAAASUVORK5CYII=");
    width: 24px;
    height: 24px;
}

.icon__left__arrow {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFEAAACbCAYAAAAa/HfkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yCMDpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0MDM3YTljNy1lZjkwLWQ4NGMtYTcwZC03OGM4NDg0NjAzYmQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDVGQjNDREY4MDYyMTFFNTg0QTFBRTczNzFDNDFDNTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDVGQjNDREU4MDYyMTFFNTg0QTFBRTczNzFDNDFDNTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZGNkZjRmNDItMzk0ZS1jNDRhLTg4ZTctNWY1M2Y5NjI4MTUwIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NDZhZjExODAtNjFhMy0xMWU1LTkzZGUtOTIwNmM2N2RmYjRiIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+lOkdwQAAAthJREFUeNrs3U1Ow0AMhuEWdZVzAregEj+XAHHObANdsKFhUcb2+LNfS9lEahaPMkkjjT8ft207UGN1BwGIIIJIgQgiiCBSIIIIIogUiN512ju5rmtnk5dlWc7cif+v5+/jieU8Bnj+zw9BHAQE0QAQxH3ATxDHAR9BHAfcQAwG7IhoDtgN0QWwE6IbYBdEV8AOiO6A1RFDACsjhgFWRQwFrIgYDlgNcQpgJcRpgFUQpwJWQJwOqI6YAlAZMQ2gKmIqQEXEdIBqiCkBlRDTAqogpgZUQEwPmB1RAjAzogxgVkQpwIyIcoDZECUBMyHKAmZBlAbMgCgPOBuxBOBMxDKAsxBLAc5ALAcYjVgSMBKxLGAUYmnACMTygN6ILQA9EdsAXurkcM2Xw3W7a1lAjzuxHaA1YktAS8S2gFaIrQEtENsDjiICOIgI4CAigIOIAA4iAjiICOAgIoCDiAAOIgI4iAigAeJx5xx4NyJe7sK3X+cevo/3P4BBBNL37Qyk0f9EII2+WIA0+nYG0gARSCNEII0QgTRCBNIIEUgjRCAPdjsgWkNa7sVpC2m9K6wlpMcmz3aQXjtlW0F67tluA+ndPXCBfK0OGdHHcq4OGdVRVRoysrevLGR0l+lfkB/KkDP6nfcg75UhZ3Xel4KcmQFRBnJ2GkkJyAy5OPKQWRKapCEzZYXJQmZLrZOEzJifKAeZNclTCjJzpqwMZPZ0YwlIhZzt9JAqie+pIZVmD6SFVJuCkRJScR5LOkjVyUCpIJVnVKWBVJ+WlgKywty+6ZBVJkhOhaw0y3QaZLWpulMgK853DoesOmk8FLLyzPswyMqIYZDVEUMgOyC6Q3ZBdIXshOgG2Q3RBbIjojnk6dC3fmL9n35BXurhlgsdt+06vWpd106YV7loy7IcWc7jS5tnYjQkiAaQJ+x2XzY31e6LhWI5gwgiiBSIIIIIIgQggggiBaJlfQkwAFslPR5pZL7CAAAAAElFTkSuQmCC");
}

.icon__right__arrow {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAACbCAYAAADxy8znAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yCMDpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0MDM3YTljNy1lZjkwLWQ4NGMtYTcwZC03OGM4NDg0NjAzYmQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDVGQjNDRTM4MDYyMTFFNTg0QTFBRTczNzFDNDFDNTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDVGQjNDRTI4MDYyMTFFNTg0QTFBRTczNzFDNDFDNTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZGNkZjRmNDItMzk0ZS1jNDRhLTg4ZTctNWY1M2Y5NjI4MTUwIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NDZhZjExODAtNjFhMy0xMWU1LTkzZGUtOTIwNmM2N2RmYjRiIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+TCPT7wAAAshJREFUeNrs3MFKA0EQBNBEctrvVP/CgPErFL9zr+vm4CUHCaZ6prqqGoZAYC+PyQ7p6e7jtm2HxOPxFIJABjKQiUAGMpCBTAQykIFMBDKQjHF65OF1XS/7x9kVb1kW2I5829cl+xHz0w4m8B1pj4k8bKwxH4X8DiYG8jWYGMgtmLh3ZDCBh409JvLUtsZE/9e2xaxIWlhiVmV/7DAr02hWmNX5SBvMEYldC8xRGXJ5zJFXDdKYo+9sZDFnXH5JYs66RZTDnHkdK4U5+15bBpOhQEACk6XSoj0mU8lKa0y22p+2mIxFVC0xWavR2mEyl/W1wmSvj2yD2aHQtAVml4pdesxOpc/UmN1qyGkxOxbjU2J27Wqgw+zcHkKF2b3PhgZToWGJAlOl82s6plIL3VRMtV7EaZiKTZ1TMFW7Y4djKrcZD8VU79cehunQ+D4E02WCQDmm0yiGvzDfA4nBPD+K6TgcpATTdcoKHNN5XA0U033uDwwzA5RAmIEEYQYShBlIEGYgQZiBBGEGEoQZSBBmIO8HvY1jIO+PK9bnvl5uvv843AwgDSQAMZAgxECCEAMJQgwkCDGQIMRAghADCUJ0h4QhOkNCEV0h4YiOkCWIbpBliE6QpYgukOWIDpBDENUhhyEqQw5FVIUcjqgIOQVRDXIaohLkVEQVyOmICpAUiN0haRA7Q1IhdoWkQ+wISYnYDZIWsRMkNWIXSHrEDpAtENkh2yAyQ7ZCZIVsh8gI2RKRDbItIhNka0QWyPaIDJASiLMhZRBnQkohzoKUQ5wBKYk4GlIWcSSkNOIoSHnEEZAWiNc4FSN+7etZHbFyR1ohVkHaIVZAWiKiIW0RkZDWiChIe0QEZBBBkEH83VHbtv374XVdN2fEZVlKTm3LnYiGtEZEQdojIiCDiDhsErVJi0AmAhnIQCYCGchABjIRyEAG0jl+BBgCMDs+2El12r0AAAAASUVORK5CYII=");
    width: 24px;
    height: 24px;
}

.border__radius-ie8 {
    behavior: url("../css/css3-IE8-PIE.htc");
}

/* stylelint-disable rule */
/* stylelint-enable rule */
.wd__section .large__text-center {
    text-align: center;
}

.wd__section .large__text-center.wd__content {
    left: 0;
}

.wd__section .large__text-center.wd__content .content__comment,
.wd__section .large__text-center.wd__content .content__info,
.wd__section .large__text-center.wd__content .content__link,
.wd__section .large__text-center.wd__content .content__slogan,
.wd__section .large__text-center.wd__content .content__title {
    margin-right: auto;
    margin-left: auto;
}

.wd__section .large__text-left.wd__content .wd__feature__list .wd__feature {
    margin-right: 50px;
    margin-left: 0;
}

.wd__section .large__text-left.wd__content .content__slogan::after {
    left: 0;
    margin-left: 0;
}

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    .wd__section .medium__text-left {
        text-align: left;
    }

    .wd__section .medium__text-left.wd__content {
        left: 0;
        text-align: left;
    }

    .wd__section .medium__text-left.wd__content .content__comment,
    .wd__section .medium__text-left.wd__content .content__info,
    .wd__section .medium__text-left.wd__content .content__link,
    .wd__section .medium__text-left.wd__content .content__slogan,
    .wd__section .medium__text-left.wd__content .content__title {
        margin-left: 0;
    }

    .wd__section .medium__text-left.wd__content .content__slogan::after {
        left: 0;
        margin-left: 0;
    }

    .wd__section .medium__text-center {
        text-align: center;
    }

    .wd__section .medium__text-center.wd__content {
        left: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .wd__section .medium__text-center.wd__content .content__comment,
    .wd__section .medium__text-center.wd__content .content__info,
    .wd__section .medium__text-center.wd__content .content__link,
    .wd__section .medium__text-center.wd__content .content__slogan,
    .wd__section .medium__text-center.wd__content .content__title {
        margin-right: auto;
        margin-left: auto;
    }

    .wd__section .medium__text-center.wd__content .content__slogan::after {
        left: 50%;
        margin-left: -30px;
    }

    .wd__section .medium__text-center.wd__content .wd__feature__list .wd__feature {
        margin-right: 33px;
        margin-left: 33px;
    }

    .wd__section .medium__text-center.wd__content .wd__feature__list .wd__feature .wd__feature__describe__top,
    .wd__section .medium__text-center.wd__content .wd__feature__list .wd__feature .wd__feature__data,
    .wd__section .medium__text-center.wd__content .wd__feature__list .wd__feature .wd__feature__describe {
        text-align: center;
    }
}

@media all and (max-width: 730.5px) {
    .wd__section .small__text-left {
        text-align: left;
    }

    .wd__section .small__text-left.wd__content {
        left: 0;
    }

    .wd__section .small__text-left.wd__content .content__comment,
    .wd__section .small__text-left.wd__content .content__info,
    .wd__section .small__text-left.wd__content .content__link,
    .wd__section .small__text-left.wd__content .content__slogan,
    .wd__section .small__text-left.wd__content .content__title {
        margin-left: 0;
    }

    .wd__section .small__text-center {
        text-align: center;
    }

    .wd__section .small__text-center.wd__content {
        left: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .wd__section .small__text-center.wd__content .content__comment,
    .wd__section .small__text-center.wd__content .content__info,
    .wd__section .small__text-center.wd__content .content__link,
    .wd__section .small__text-center.wd__content .content__slogan,
    .wd__section .small__text-center.wd__content .content__title {
        margin-right: auto;
        margin-left: auto;
    }
}

#CMD.theme-black {
    background-color: #e4f5ff;
}

#CMD.theme-black .wd__content .content__slogan {
    color: #006EB3;
}

#CMD.theme-black .wd__content .content__title {
    color: #fff;
}

#CMD.theme-black .wd__content .content__info {
    color: #fff;
}

#CMD.theme-black .wd__content .content__link span,
#CMD.theme-black .wd__content .wd__link__arrow::after,
#CMD.theme-black .wd__content a:hover {
    color: #006EB3;
}

#CMD.theme-black .wd__content .content__link:hover span {
    border-bottom: 1px solid #006EB3;
}

#CMD.theme-black .wd__content .content__slogan::after {
    border-bottom: 1px solid #006EB3;
}

#CMD.theme-black .section__kv .wd__content .content__slogan {
    color: #fff;
}

#CMD.theme-black .wd__section .columns__hl__icon__dynamic .hl_icon .text-bottom,
#CMD.theme-black .wd__section .columns__hl__icon__dynamic .hl_icon .wd__content .content__title,
#CMD.theme-black .wd__section .columns__hl__icon__dynamic .hl_icon .wd__content .content__info,
#CMD.theme-black .wd__section .columns__hl__icon__dynamic .hl .text-bottom span,
#CMD.theme-black .wd__section .columns__hl__icon__dynamic .hl .text-top span {
    color: #fff;
}

#CMD.theme-black .columns__hl__icon__dynamic .col__container {
    border: 1px solid #121318;
    background-color: #212026;
    border-top: 2px solid #121318;
    border-bottom: 0 solid #121318;
}

#CMD.theme-black .columns__hl .row .col,
#CMD.theme-black .columns__hl__icon .row .col,
#CMD.theme-black .columns__icon .row .col,
#CMD.theme-black .columns__chart .row .col,
#CMD.theme-black .columns__image .row .col {
    border: 1px solid #000;
    border-top: 2px solid #000;
    border-bottom: 0 solid #000;
    background-color: #191919;
}

#CMD.theme-black .columns__hl .row .col:first-child,
#CMD.theme-black .columns__hl__icon .row .col:first-child,
#CMD.theme-black .columns__icon .row .col:first-child,
#CMD.theme-black .columns__chart .row .col:first-child,
#CMD.theme-black .columns__image .row .col:first-child {
    border-left: 0 solid #000;
}

#CMD.theme-black .columns__hl .row .col:last-child,
#CMD.theme-black .columns__hl__icon .row .col:last-child,
#CMD.theme-black .columns__icon .row .col:last-child,
#CMD.theme-black .columns__chart .row .col:last-child,
#CMD.theme-black .columns__image .row .col:last-child {
    border-right: 0 solid #000;
}

#CMD.theme-black .columns__hl .row .col .hl .text-top,
#CMD.theme-black .columns__hl .row .col .hl .text-top span,
#CMD.theme-black .columns__hl .row .col .hl .text-top sup,
#CMD.theme-black .columns__hl .row .col .col__container .text-top,
#CMD.theme-black .columns__hl .row .col .col__container .text-top span,
#CMD.theme-black .columns__hl .row .col .col__container .text-top sup,
#CMD.theme-black .columns__hl__icon .row .col .hl .text-top,
#CMD.theme-black .columns__hl__icon .row .col .hl .text-top span,
#CMD.theme-black .columns__hl__icon .row .col .hl .text-top sup,
#CMD.theme-black .columns__hl__icon .row .col .col__container .text-top,
#CMD.theme-black .columns__hl__icon .row .col .col__container .text-top span,
#CMD.theme-black .columns__hl__icon .row .col .col__container .text-top sup,
#CMD.theme-black .columns__icon .row .col .hl .text-top,
#CMD.theme-black .columns__icon .row .col .hl .text-top span,
#CMD.theme-black .columns__icon .row .col .hl .text-top sup,
#CMD.theme-black .columns__icon .row .col .col__container .text-top,
#CMD.theme-black .columns__icon .row .col .col__container .text-top span,
#CMD.theme-black .columns__icon .row .col .col__container .text-top sup,
#CMD.theme-black .columns__chart .row .col .hl .text-top,
#CMD.theme-black .columns__chart .row .col .hl .text-top span,
#CMD.theme-black .columns__chart .row .col .hl .text-top sup,
#CMD.theme-black .columns__chart .row .col .col__container .text-top,
#CMD.theme-black .columns__chart .row .col .col__container .text-top span,
#CMD.theme-black .columns__chart .row .col .col__container .text-top sup,
#CMD.theme-black .columns__image .row .col .hl .text-top,
#CMD.theme-black .columns__image .row .col .hl .text-top span,
#CMD.theme-black .columns__image .row .col .hl .text-top sup,
#CMD.theme-black .columns__image .row .col .col__container .text-top,
#CMD.theme-black .columns__image .row .col .col__container .text-top span,
#CMD.theme-black .columns__image .row .col .col__container .text-top sup {
    color: #cfcfcf;
}

#CMD.theme-black .columns__hl .row .col .hl .text,
#CMD.theme-black .columns__hl .row .col .col__container .text,
#CMD.theme-black .columns__hl__icon .row .col .hl .text,
#CMD.theme-black .columns__hl__icon .row .col .col__container .text,
#CMD.theme-black .columns__icon .row .col .hl .text,
#CMD.theme-black .columns__icon .row .col .col__container .text,
#CMD.theme-black .columns__chart .row .col .hl .text,
#CMD.theme-black .columns__chart .row .col .col__container .text,
#CMD.theme-black .columns__image .row .col .hl .text,
#CMD.theme-black .columns__image .row .col .col__container .text {
    color: #006EB3;
}

#CMD.theme-black .columns__hl .row .col .hl .text-bottom,
#CMD.theme-black .columns__hl .row .col .hl .text-bottom span,
#CMD.theme-black .columns__hl .row .col .hl .text-bottom sup,
#CMD.theme-black .columns__hl .row .col .col__container .text-bottom,
#CMD.theme-black .columns__hl .row .col .col__container .text-bottom span,
#CMD.theme-black .columns__hl .row .col .col__container .text-bottom sup,
#CMD.theme-black .columns__hl__icon .row .col .hl .text-bottom,
#CMD.theme-black .columns__hl__icon .row .col .hl .text-bottom span,
#CMD.theme-black .columns__hl__icon .row .col .hl .text-bottom sup,
#CMD.theme-black .columns__hl__icon .row .col .col__container .text-bottom,
#CMD.theme-black .columns__hl__icon .row .col .col__container .text-bottom span,
#CMD.theme-black .columns__hl__icon .row .col .col__container .text-bottom sup,
#CMD.theme-black .columns__icon .row .col .hl .text-bottom,
#CMD.theme-black .columns__icon .row .col .hl .text-bottom span,
#CMD.theme-black .columns__icon .row .col .hl .text-bottom sup,
#CMD.theme-black .columns__icon .row .col .col__container .text-bottom,
#CMD.theme-black .columns__icon .row .col .col__container .text-bottom span,
#CMD.theme-black .columns__icon .row .col .col__container .text-bottom sup,
#CMD.theme-black .columns__chart .row .col .hl .text-bottom,
#CMD.theme-black .columns__chart .row .col .hl .text-bottom span,
#CMD.theme-black .columns__chart .row .col .hl .text-bottom sup,
#CMD.theme-black .columns__chart .row .col .col__container .text-bottom,
#CMD.theme-black .columns__chart .row .col .col__container .text-bottom span,
#CMD.theme-black .columns__chart .row .col .col__container .text-bottom sup,
#CMD.theme-black .columns__image .row .col .hl .text-bottom,
#CMD.theme-black .columns__image .row .col .hl .text-bottom span,
#CMD.theme-black .columns__image .row .col .hl .text-bottom sup,
#CMD.theme-black .columns__image .row .col .col__container .text-bottom,
#CMD.theme-black .columns__image .row .col .col__container .text-bottom span,
#CMD.theme-black .columns__image .row .col .col__container .text-bottom sup {
    color: #cfcfcf;
}

#CMD.theme-black .columns__image .text__area .text__title {
    color: #006EB3;
}

#CMD.theme-black .columns__image .text__area .text__info {
    color: #fff;
}

#CMD.theme-black .columns__image .row .image__container {
    background: #212026;
}

#CMD.theme-black .columns__image .row .col.l4::after,
#CMD.theme-black .columns__image .row .col.l6::after {
    background: #212026;
}

#CMD.theme-black .slick__gridtable .items .item {
    background: #212026;
}

#CMD.theme-black .slick__gridtable .slick-dots li button::before {
    color: #fff;
}

#CMD.theme-black .slick__gridtable .slick-dots li.slick-active button::before,
#CMD.theme-black .slick__gridtable .slick-dots li button:hover::before,
#CMD.theme-black .slick__gridtable .slick-dots li button:focus::before {
    color: #006EB3;
}

#CMD.theme-black .grid__table .row {
    background-color: #212026;
}

#CMD.theme-black .wd__section .slick__colors .nav .nav__color.active::after {
    border: 1px solid #bbb;
}

#CMD.theme-black .slick__carousel .slick-dots li.slick-active button::before,
#CMD.theme-black .slick__carousel .slick-dots li button:hover::before,
#CMD.theme-black .slick__carousel .slick-dots li button:focus::before {
    color: #006EB3 !important;
}

#CMD.theme-black .slick__colors .nav .nav__color {
    box-shadow: 0 0 0;
}

#CMD.theme-black .btn__grid__table .click__btns .switch__btn:hover,
#CMD.theme-black .btn__grid__table .click__btns .switch__btn.active,
#CMD.theme-black .btn__switch__images .click__btns .switch__btn:hover,
#CMD.theme-black .btn__switch__images .click__btns .switch__btn.active {
    border: 1px solid #006EB3;
}

#CMD.theme-black .btn__grid__table .click__btns .switch__btn:hover .container__text,
#CMD.theme-black .btn__grid__table .click__btns .switch__btn.active .container__text,
#CMD.theme-black .btn__switch__images .click__btns .switch__btn:hover .container__text,
#CMD.theme-black .btn__switch__images .click__btns .switch__btn.active .container__text {
    color: #006EB3;
}

#CMD.theme-black .slick__carousel .slick-dots li button::before {
    color: #fff;
}

#CMD.theme-black .slick__carousel .slick-dots li.slick-active button::before,
#CMD.theme-black .slick__carousel .slick-dots li button:hover::before,
#CMD.theme-black .slick__carousel .slick-dots li button:focus::before {
    color: #006EB3;
}

#CMD.theme-black .product_price .current_price .heading,
#CMD.theme-black .product_medias .media .text,
#CMD.theme-black .product_medias .slick-dots li button::before,
#CMD.theme-black .product_videos .slick-dots li button::before {
    color: #fff;
}

#CMD.theme-black .product_price .price,
#CMD.theme-black .product_price .btn_buy .etailers .etailers_list li a:hover,
#CMD.theme-black .product_medias .media a,
#CMD.theme-black .product_medias .slick-dots li.slick-active button::before,
#CMD.theme-black .product_videos .slick-dots li.slick-active button::before {
    color: #006EB3;
}

#CMD.theme-black .product_price .btn_buy .label {
    background-color: #006EB3;
}

#CMD.theme-black .footnotes ul.footnote li,
#CMD.theme-black .footnotes ul.footnote li *,
#CMD.theme-black .footnotes.footnote-item-star ul.footnote li {
    color: #919191;
}

#CMD.theme-white .wd__content .content__slogan {
    color: #006EB3;
}

#CMD.theme-white .wd__content .content__slogan,
#CMD.theme-white .wd__content .content__slogan sup *,
#CMD.theme-white .wd__content .content__slogan div,
#CMD.theme-white .wd__content .content__slogan * {
    color: #006EB3;
}

#CMD.theme-white .wd__content .content__title,
#CMD.theme-white .wd__content .content__title sup *,
#CMD.theme-white .wd__content .content__title div,
#CMD.theme-white .wd__content .content__title *,
#CMD.theme-white .wd__content .content__info,
#CMD.theme-white .wd__content .content__info sup *,
#CMD.theme-white .wd__content .content__info div,
#CMD.theme-white .wd__content .content__info *,
#CMD.theme-white .wd__content .content__comment,
#CMD.theme-white .wd__content .content__comment sup *,
#CMD.theme-white .wd__content .content__comment div,
#CMD.theme-white .wd__content .content__comment * {
    color: #333;
}

#CMD.theme-white .wd__content .content__link span,
#CMD.theme-white .wd__content .content__link *,
#CMD.theme-white .wd__content .wd__link__arrow::after,
#CMD.theme-white .wd__content a:hover {
    color: #006EB3;
}

#CMD.theme-white .wd__content .content__link * {
    display: inline-block;
}

#CMD.theme-white .wd__content .content__link:hover span {
    border-bottom: 1px solid #006EB3;
}

#CMD.theme-white .wd__content .content__slogan::after {
    border-bottom: 1px solid #006EB3;
}

#CMD.theme-white .section__kv .wd__content .content__slogan {
    color: #333333;
}

#CMD.theme-white .columns__hl .row .col,
#CMD.theme-white .columns__icon .row .col,
#CMD.theme-white .columns__image .row .col,
#CMD.theme-white .columns__chart .row .col {
    border: 1px solid white;
    border-top: 2px solid white;
    border-bottom: 0 solid white;
    background-color: #f5f5f5;
}

#CMD.theme-white .columns__hl .row .col:first-child,
#CMD.theme-white .columns__icon .row .col:first-child,
#CMD.theme-white .columns__image .row .col:first-child,
#CMD.theme-white .columns__chart .row .col:first-child {
    border-left: 0 solid white;
}

#CMD.theme-white .columns__hl .row .col:last-child,
#CMD.theme-white .columns__icon .row .col:last-child,
#CMD.theme-white .columns__image .row .col:last-child,
#CMD.theme-white .columns__chart .row .col:last-child {
    border-right: 0 solid white;
}

#CMD.theme-white .columns__hl .row .col .hl .text-top,
#CMD.theme-white .columns__hl .row .col .col__container .text-top,
#CMD.theme-white .columns__icon .row .col .hl .text-top,
#CMD.theme-white .columns__icon .row .col .col__container .text-top,
#CMD.theme-white .columns__image .row .col .hl .text-top,
#CMD.theme-white .columns__image .row .col .col__container .text-top,
#CMD.theme-white .columns__chart .row .col .hl .text-top,
#CMD.theme-white .columns__chart .row .col .col__container .text-top {
    color: #636360;
}

#CMD.theme-white .columns__hl .row .col .hl .text,
#CMD.theme-white .columns__hl .row .col .col__container .text,
#CMD.theme-white .columns__icon .row .col .hl .text,
#CMD.theme-white .columns__icon .row .col .col__container .text,
#CMD.theme-white .columns__image .row .col .hl .text,
#CMD.theme-white .columns__image .row .col .col__container .text,
#CMD.theme-white .columns__chart .row .col .hl .text,
#CMD.theme-white .columns__chart .row .col .col__container .text {
    color: #006EB3;
}

#CMD.theme-white .columns__hl .row .col .hl .text-bottom,
#CMD.theme-white .columns__hl .row .col .col__container .text-bottom,
#CMD.theme-white .columns__icon .row .col .hl .text-bottom,
#CMD.theme-white .columns__icon .row .col .col__container .text-bottom,
#CMD.theme-white .columns__image .row .col .hl .text-bottom,
#CMD.theme-white .columns__image .row .col .col__container .text-bottom,
#CMD.theme-white .columns__chart .row .col .hl .text-bottom,
#CMD.theme-white .columns__chart .row .col .col__container .text-bottom {
    color: #636360;
}

#CMD.theme-white .slick__carousel .slick-dots li.slick-active button::before,
#CMD.theme-white .slick__carousel .slick-dots li button:hover::before,
#CMD.theme-white .slick__carousel .slick-dots li button:focus::before {
    color: #006EB3 !important;
}

#CMD.theme-white .btn__switch__images .click__btns .switch__btn {
    border: 1px solid gray;
}

#CMD.theme-white .btn__switch__images .click__btns .switch__btn:hover,
#CMD.theme-white .btn__switch__images .click__btns .switch__btn.active {
    border: 1px solid #006EB3;
}

#CMD.theme-white .btn__switch__images .click__btns .switch__btn:hover .container__text,
#CMD.theme-white .btn__switch__images .click__btns .switch__btn.active .container__text {
    color: #006EB3;
}
/* 
body {
    background-attachment: scroll !important;
    -moz-osx-font-smoothing: grayscale;
} */

#CMD {
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition-duration: 700ms;
    -khtml-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    -ms-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
    -webkit-transition-property: opacity;
    -khtml-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
    -khtml-transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
    -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
    -ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
    -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
    position: relative;
    z-index: 1;
    padding-bottom: 70px;
    font-size: 0.9375rem;
    line-height: 1.3;
}

#CMD .row .col {
    font-size: 0;
}

.fix_ie_png {
    filter: progid:dximagetransform.microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}

@media all and (min-width: 1280px) {
    .clear__background__src {
        background-image: none !important;
    }
}

/* section {
    background-color: #e4f5ff;
} */

section.limit__width {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 2560px;
    min-width: 1280px;
}

section .img {
    display: block;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section .img.no-top-space {
    margin-top: 0;
}

section .img__main {
    margin-top: 77px;
    margin-bottom: 0;
    max-width: 1380px;
    height: 840px;
}

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    section.limit__width {
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        max-width: 1279.5px;
        min-width: 731px;
    }

    section .img.no-top-space {
        margin-top: 0;
    }

    section .img__main {
        margin-top: 61px;
        max-width: 720px;
        height: 442px;
    }
}

@media all and (min-width: 0) and (max-width: 730.5px) {
    section.limit__width {
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        max-width: 730.5px;
        min-width: 0;
    }

    section .img.no-top-space {
        margin-top: 0;
    }

    section .img__main {
        margin-top: 44px;
        max-width: 600px;
        height: 365px;
    }
}

@media all and (min-width: 0) and (max-width: 730.5px) {
    #CMD {
        padding-bottom: 46px;
    }
}

.progressive-image {
    background-image: none !important;
}

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    #CMD.type-grid section .wd__img {
        max-width: 734px;
    }
}

@media all and (min-width: 1280px) {
    #CMD.type-grid section .wd__img {
        max-width: 1382px;
    }
}

#CMD.theme-black.mode-ada {
    background-color: red;
}

.in.moving__element {
    will-change: transform, opacity;
}

.smooth__animation {
    -webkit-transition-duration: 1.25s, 1.25s;
    -khtml-transition-duration: 1.25s, 1.25s;
    -moz-transition-duration: 1.25s, 1.25s;
    -ms-transition-duration: 1.25s, 1.25s;
    -o-transition-duration: 1.25s, 1.25s;
    transition-duration: 1.25s, 1.25s;
    -webkit-transition-property: opacity, -webkit-transform;
    -khtml-transition-property: opacity, -webkit-transform;
    -moz-transition-property: opacity, -webkit-transform;
    -ms-transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
    -khtml-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
    -moz-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
    -ms-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
}

.smooth__animation-fast {
    -webkit-transition-duration: 400ms, 400ms;
    -khtml-transition-duration: 400ms, 400ms;
    -moz-transition-duration: 400ms, 400ms;
    -ms-transition-duration: 400ms, 400ms;
    -o-transition-duration: 400ms, 400ms;
    transition-duration: 400ms, 400ms;
    -webkit-transition-property: opacity, -webkit-transform;
    -khtml-transition-property: opacity, -webkit-transform;
    -moz-transition-property: opacity, -webkit-transform;
    -ms-transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
    -khtml-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
    -moz-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
    -ms-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
}

.wd__animation__easeout {
    -webkit-transition-duration: 500ms, 500ms;
    -khtml-transition-duration: 500ms, 500ms;
    -moz-transition-duration: 500ms, 500ms;
    -ms-transition-duration: 500ms, 500ms;
    -o-transition-duration: 500ms, 500ms;
    transition-duration: 500ms, 500ms;
    -webkit-transition-property: opacity, -webkit-transform;
    -khtml-transition-property: opacity, -webkit-transform;
    -moz-transition-property: opacity, -webkit-transform;
    -ms-transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
    -khtml-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
    -ms-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
    -moz-transition-duration: 500ms;
    -moz-transition-property: all;
}

.wd__animation__easeout__slow {
    -webkit-transition-duration: 1200ms, 1200ms;
    -khtml-transition-duration: 1200ms, 1200ms;
    -moz-transition-duration: 1200ms, 1200ms;
    -ms-transition-duration: 1200ms, 1200ms;
    -o-transition-duration: 1200ms, 1200ms;
    transition-duration: 1200ms, 1200ms;
    -webkit-transition-property: opacity, -webkit-transform;
    -khtml-transition-property: opacity, -webkit-transform;
    -moz-transition-property: opacity, -webkit-transform;
    -ms-transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
    -khtml-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
    -ms-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

.wd__animation__easeout-fast {
    -webkit-transition-duration: 400ms, 400ms;
    -khtml-transition-duration: 400ms, 400ms;
    -moz-transition-duration: 400ms, 400ms;
    -ms-transition-duration: 400ms, 400ms;
    -o-transition-duration: 400ms, 400ms;
    transition-duration: 400ms, 400ms;
    -webkit-transition-property: opacity, -webkit-transform;
    -khtml-transition-property: opacity, -webkit-transform;
    -moz-transition-property: opacity, -webkit-transform;
    -ms-transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
    -khtml-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
    -ms-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
    -moz-transition-duration: 400ms;
    -moz-transition-property: all;
}

@keyframes ripple {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes soundCirclePlay {
    0% {
        opacity: 0;
        transform: scale(1.8);
    }

    10% {
        opacity: 0.6;
    }

    50% {
        opacity: 0;
        transform: scale(0.2);
    }

    100% {
        opacity: 0;
        transform: scale(0.2);
    }
}

@media all and (min-width: 1px) {
    .grace-show {
        -webkit-opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        transition: opacity 800ms;
    }

    .grace-show.show {
        transform: translate3d(0, 0, 0);
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        will-change: opacity;
    }

    .grace-show.animated {
        transform: none;
        will-change: null;
    }
}

#CMD .section__comment {
    display: inline-block;
    margin-top: -55px;
    margin-bottom: 0;
    padding-top: 0;
}

.footnotes {
    margin: 0 auto;
    padding-right: 16px;
    padding-left: 16px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1236px;
}

.footnotes:first-child {
    margin-top: 25px;
}

.footnotes .footnote {
    font-size: 18px;
    line-height: 1.4;
}

.footnotes .footnote .footnote-item {
    list-style-type: decimal;
    margin-bottom: 10px;
}

.footnotes .footnote .footnote-item,
.footnotes .footnote .footnote-item * {
    color: #666;
    font-size: 13px;
    text-align: left;
    line-height: 1.5;
}

.footnotes.footnote-item-star .footnote .footnote-item {
    position: relative;
    list-style-type: none;
    color: #666;
}

.footnotes.footnote-item-star .footnote .footnote-item::before {
    display: block;
    position: absolute;
    top: 9px;
    left: -14px;
    content: '*';
    line-height: 0;
    color: #666;
}

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    #CMD .section__comment {
        margin-top: -10px;
        margin-bottom: 0;
        padding-top: 0;
    }

    .footnotes {
        padding: 0 28px 0 26px;
        width: 100%;
        max-width: 1280px;
    }

    .footnotes .footnote .footnote-item {
        margin-bottom: 10px;
    }

    .footnotes .footnote .footnote-item,
    .footnotes .footnote .footnote-item * {
        font-size: 13px;
        line-height: 1.5;
    }

    .footnotes.footnote-item-star .footnote .footnote-item::before {
        top: 9px;
        left: -14px;
    }
}

@media all and (max-width: 730.5px) {
    #CMD .section__comment {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
    }

    .footnotes {
        padding: 0 14px;
        box-sizing: border-box;
        width: 100%;
        max-width: 730px;
    }

    .footnotes .footnote {
        margin-left: 14px;
        font-size: 13.3px;
        line-height: 1.4;
    }

    .footnotes .footnote .footnote-item {
        margin-bottom: 12px;
    }

    .footnotes .footnote .footnote-item,
    .footnotes .footnote .footnote-item * {
        font-size: 13px;
    }

    .footnotes.footnote-item-star .footnote .footnote-item::before {
        top: 10px;
        left: -11px;
    }
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#ctl00_ContentPlaceHolder1_ctl00_span_model_name img {
    max-width: 100%;
}

#main-zone>.container {
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

#main-zone>.container .overview-wrapper {
    width: 100% !important;
}

#product-footer-zone {
    margin-top: 0 !important;
}

#main-zone #overview-top-nav .inner {
    padding: 0;
}

#special-sectionOverview {
    margin-top: 0;
}

#CMD {
    margin-top: 86px \9 !important;
}

@media all and (min-width: 768px) {
    #CMD {
        margin-top: 86px;
    }
}

@media (max-width: 959px) and (min-width: 720px) {

    #af-header,
    #af-header .af-inner,
    body #asus-api-footer {
        min-width: 100%;
        width: 100%;
    }

    #main-zone>.container {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }
}

@media all and (max-width: 720px) {
    #CMD {
        margin-top: 0 !important;
    }

    #main-zone,
    #main-zone-5,
    #main-zone-3,
    #main-zone-4,
    #main-zone-6 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

.lity {
    z-index: 1000000000 !important;
}

#ctl00_ContentPlaceHolder1_ctl00_span_model_name img {
    max-width: 100%;
}

#main-zone>.container {
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

#main-zone>.container .overview-wrapper {
    width: 100% !important;
}

#product-footer-zone {
    margin-top: 0 !important;
}

#main-zone #overview-top-nav .inner {
    padding: 0;
}

#special-sectionOverview {
    margin-top: 0;
}

@media all and (max-width: 730.5px) {
    #special-sectionOverview {
        margin-top: 0;
    }
}

#overview-top-nav .inner .nav>li.has-submenu>a {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAYAAADN5B7xAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFIGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMTktMDUtMjFUMTQ6MTk6MzgrMDg6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDE5LTA1LTIxVDE0OjIyOjAyKzA4OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE5LTA1LTIxVDE0OjIyOjAyKzA4OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOmU2ZmNmNTc0LWE0YWUtNDZkMC05MzUyLTZiMjViMjdlYmQyMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDplNmZjZjU3NC1hNGFlLTQ2ZDAtOTM1Mi02YjI1YjI3ZWJkMjMiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDplNmZjZjU3NC1hNGFlLTQ2ZDAtOTM1Mi02YjI1YjI3ZWJkMjMiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmU2ZmNmNTc0LWE0YWUtNDZkMC05MzUyLTZiMjViMjdlYmQyMyIgc3RFdnQ6d2hlbj0iMjAxOS0wNS0yMVQxNDoxOTozOCswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKE1hY2ludG9zaCkiLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+moGVIwAAAJVJREFUGJVtkCELAkEQRt95cF3kmpisZn+Zf8FusVttJi1mu2CziFgMolguCM8yh8t6AwvLvvcNO1OodNQAeAGfHPQ65ClwAXZA9UfV9EzUp7/aqGXqpPJQvYY4V49xX6lFHqjVUwjLpME53hZpoFQPAdbZF8bqLdisDfTVRt2rVTZTO9dD3aoUsdYRcAearh0DdbD3FwUC138WqUD3AAAAAElFTkSuQmCC");
}

@media (max-width: 768px) and (min-width: 720px) {
    #rog_black_style .page-title {
        background: #222222 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGgAAABWCAYAAAAjbNN8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAF52lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcDpDcmVhdGVEYXRlPSIyMDE4LTA1LTExVDE1OjI5OjUyKzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOC0wNS0xMVQxNTozMToxNCswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOC0wNS0xMVQxNTozMToxNCswODowMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDphYmYzM2VmNi05ODYwLTQ2ZGItODU2NC1kMzU1ODE4Y2FkMTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NThERTEwNzlFRTZCMTFFNjkzNkNFQjU4RTUwM0REQzkiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1OERFMTA3OUVFNkIxMUU2OTM2Q0VCNThFNTAzRERDOSIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU4REUxMDc2RUU2QjExRTY5MzZDRUI1OEU1MDNEREM5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU4REUxMDc3RUU2QjExRTY5MzZDRUI1OEU1MDNEREM5Ii8+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmFiZjMzZWY2LTk4NjAtNDZkYi04NTY0LWQzNTU4MThjYWQxOCIgc3RFdnQ6d2hlbj0iMjAxOC0wNS0xMVQxNTozMToxNCswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkzXgSYAAAJqSURBVHic7dzRbdNQGIbhN4gBvAEdwUzQdAPYIEwATEA2KJ2AjJANajYwG3gEbxAuTi5ycWpO8UnPl1/fI1WqHFv6pVc+SWPXm9PptAUGTNK71gPYMgcS50DiHEicA4lzIHEOJM6BxDmQOAcS50DiHEicA4lzIHEOJM6BxDmQuGiBtsCp4GffZrzXixioxP01h6jpfesBrughs+0R6N94jlUiBxoy2+bCYz8Bv4Cuzij/ZQQeoi1xtXylbRxIZ/rOgfKm1gOcjZGXuDW+A39ov8QNkQM9Z7b1hcfOwM9ag6wRLdB88fu2cD9p0QIdgA8snykT8PQGs1QRLdBMev8Iw5/ixDmQOAcS50DiHEicA4lzIHEOJC7aH6qQruX0C69PwJEb+bonWqAd6ULbv9wDX647Sh3Rlri7yvs1F+0MurTJbHum/MaSnrbXgyZgihxojT3wo/EMM/Ax2hJXi8JtWR2+J+FFv1sPQDqDDl7i8vakj+Jdwxkmgr8HnVYeP9YYYq1oS9xUeb/mop1BB9La3S/sM5GWr5uw8fPitEVb4sJxIHEOJM6BxDmQOAcS50DiHEhctG8SOtJ1nH5hn4n03w3j1aepIFqgHfCtYL8O+HzNQWqJFqi7+H3IvN6f9+kyr0mKFuhS7jkJpfckdKSzsas2zeuNwDFyoDUeSYFa83MSXnDXeoCz3oHynmh/5+lI8HsStpltXeGxR0Qu6kUOlHtOws2JtsQNhfsp3FZVJNoZNJC/5fdmRTuDwnEgcQ4kzoHEOZA4BxLnQOIcSJwDiXMgcQ4kzoHEOZA4BxLnQOIcSJwDiXMgcX8BVn1OSUK1/rIAAAAASUVORK5CYII=) 96% center no-repeat;
        background-size: 48px;
    }
}

@media (max-width: 719px) {
    #overview-top-nav .page-title {
        background: #222222 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGgAAABWCAYAAAAjbNN8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAF52lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcDpDcmVhdGVEYXRlPSIyMDE4LTA1LTExVDE1OjI5OjUyKzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOC0wNS0xMVQxNTozMToxNCswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOC0wNS0xMVQxNTozMToxNCswODowMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDphYmYzM2VmNi05ODYwLTQ2ZGItODU2NC1kMzU1ODE4Y2FkMTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NThERTEwNzlFRTZCMTFFNjkzNkNFQjU4RTUwM0REQzkiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1OERFMTA3OUVFNkIxMUU2OTM2Q0VCNThFNTAzRERDOSIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU4REUxMDc2RUU2QjExRTY5MzZDRUI1OEU1MDNEREM5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU4REUxMDc3RUU2QjExRTY5MzZDRUI1OEU1MDNEREM5Ii8+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmFiZjMzZWY2LTk4NjAtNDZkYi04NTY0LWQzNTU4MThjYWQxOCIgc3RFdnQ6d2hlbj0iMjAxOC0wNS0xMVQxNTozMToxNCswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkzXgSYAAAJqSURBVHic7dzRbdNQGIbhN4gBvAEdwUzQdAPYIEwATEA2KJ2AjJANajYwG3gEbxAuTi5ycWpO8UnPl1/fI1WqHFv6pVc+SWPXm9PptAUGTNK71gPYMgcS50DiHEicA4lzIHEOJM6BxDmQOAcS50DiHEicA4lzIHEOJM6BxDmQuGiBtsCp4GffZrzXixioxP01h6jpfesBrughs+0R6N94jlUiBxoy2+bCYz8Bv4Cuzij/ZQQeoi1xtXylbRxIZ/rOgfKm1gOcjZGXuDW+A39ov8QNkQM9Z7b1hcfOwM9ag6wRLdB88fu2cD9p0QIdgA8snykT8PQGs1QRLdBMev8Iw5/ixDmQOAcS50DiHEicA4lzIHEOJC7aH6qQruX0C69PwJEb+bonWqAd6ULbv9wDX647Sh3Rlri7yvs1F+0MurTJbHum/MaSnrbXgyZgihxojT3wo/EMM/Ax2hJXi8JtWR2+J+FFv1sPQDqDDl7i8vakj+Jdwxkmgr8HnVYeP9YYYq1oS9xUeb/mop1BB9La3S/sM5GWr5uw8fPitEVb4sJxIHEOJM6BxDmQOAcS50DiHEhctG8SOtJ1nH5hn4n03w3j1aepIFqgHfCtYL8O+HzNQWqJFqi7+H3IvN6f9+kyr0mKFuhS7jkJpfckdKSzsas2zeuNwDFyoDUeSYFa83MSXnDXeoCz3oHynmh/5+lI8HsStpltXeGxR0Qu6kUOlHtOws2JtsQNhfsp3FZVJNoZNJC/5fdmRTuDwnEgcQ4kzoHEOZA4BxLnQOIcSJwDiXMgcQ4kzoHEOZA4BxLnQOIcSJwDiXMgcX8BVn1OSUK1/rIAAAAASUVORK5CYII=) 96% center no-repeat;
        background-size: 48px;
    }
}

@media (max-width: 768px) and (min-width: 0px) {
    body#rog_black_style #overview-top-nav .nav-tabs>.active {
        background-color: #222 !important;
    }

    body #overview-top-nav .inner .features-menu .nav-sub>li.active {
        background: #222222 !important;
    }
}

@media all and (min-width: 1280px) {
    #CMD.tight-mode .wd__section {
        margin-top: 133px;
    }

    #CMD.tight-mode .wd__section.section__kv {
        margin-top: 0;
    }

    #CMD.tight-mode .product_videos.active {
        padding-top: 110px;
    }

    #CMD.tight-mode .columns__hl__icon .row .col,
    #CMD.tight-mode .columns__icon .row .col,
    #CMD.tight-mode .columns__hl .row .col {
        height: 230px;
    }

    #CMD.tight-mode .slick__colors .nav {
        margin-top: 42px;
    }
}

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    #CMD.tight-mode .wd__section {
        margin-top: 120px;
    }

    #CMD.tight-mode .wd__section.section__kv {
        margin-top: 0;
    }

    #CMD.tight-mode .product_videos.active {
        padding-top: 106px;
    }

    #CMD.tight-mode .columns__hl__icon .row .col,
    #CMD.tight-mode .columns__icon .row .col,
    #CMD.tight-mode .columns__hl .row .col {
        height: 145px;
    }

    #CMD.tight-mode .slick__colors.nav-pos-bottom {
        margin-top: 62px;
    }

    #CMD.tight-mode .slick__colors.nav-pos-bottom .nav {
        margin-top: 40px;
        margin-bottom: 0;
    }

    #CMD.tight-mode .slick__colors.nav-pos-top {
        margin-top: 38px;
    }

    #CMD.tight-mode .grid__table .row .table__container,
    #CMD.tight-mode .slick__gridtable .items .item .item-text .table__container {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #CMD.tight-mode .columns__image .row .col .image__container .text__area {
        padding: 25px 0;
    }
}

@media all and (min-width: 0) and (max-width: 730.5px) {
    #CMD.tight-mode .wd__section {
        margin-top: 60px;
    }

    #CMD.tight-mode .wd__section.section__kv {
        margin-top: 0;
    }

    #CMD.tight-mode .product_videos.active {
        margin-bottom: 0;
        padding-top: 60px;
    }

    #CMD.tight-mode .columns__hl__icon .row .col,
    #CMD.tight-mode .columns__icon .row .col,
    #CMD.tight-mode .columns__hl .row .col {
        height: 120px;
    }

    #CMD.tight-mode .slick__colors.nav-pos-bottom {
        margin-top: 44px;
        margin-bottom: 0;
    }

    #CMD.tight-mode .slick__colors.nav-pos-bottom .nav {
        margin-top: 19px;
        margin-bottom: 0;
    }

    #CMD.tight-mode .slick__colors.nav-pos-top {
        margin-top: 30px;
    }

    #CMD.tight-mode .slick__colors.nav-pos-top .nav {
        margin-top: 0;
        margin-bottom: 26px;
    }

    #CMD.tight-mode .grid__table .row .table__container,
    #CMD.tight-mode .slick__gridtable .items .item .item-text .table__container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #CMD.tight-mode .grid__table .row {
        margin-top: 35px;
    }

    #CMD.tight-mode .columns__image {
        margin-top: 9px;
    }

    #CMD.tight-mode .columns__image .row .col.own__text {
        margin-top: 35px;
    }

    #CMD.tight-mode .btn__grid__table .grid__table {
        margin-top: -18px;
    }
}

section {
    position: relative;
    width: 100%;
}

.section_content {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
}

section.no-pad {
    padding: 0;
}

section.no-pad-bot {
    padding-bottom: 0;
}

section.no-pad-top {
    padding-top: 0;
}

#CMD .row {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#CMD .row:after {
    content: "";
    display: table;
    clear: both;
}

#CMD .row .col {
    float: left;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

#CMD .row .col[class*="push-"],
#CMD .row .col[class*="pull-"] {
    position: relative;
}

#CMD .row .col.l1 {
    width: 8.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

#CMD .row .col.l2 {
    width: 16.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

#CMD .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
}

#CMD .row .col.l4 {
    width: 33.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

#CMD .row .col.l5 {
    width: 41.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

#CMD .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
}

#CMD .row .col.l7 {
    width: 58.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

#CMD .row .col.l8 {
    width: 66.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

#CMD .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
}

#CMD .row .col.l10 {
    width: 83.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

#CMD .row .col.l11 {
    width: 91.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

#CMD .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
}

#CMD .row .col.offset-l1 {
    margin-left: 8.33333%;
}

#CMD .row .col.pull-l1 {
    right: 8.33333%;
}

#CMD .row .col.push-l1 {
    left: 8.33333%;
}

#CMD .row .col.offset-l2 {
    margin-left: 16.66667%;
}

#CMD .row .col.pull-l2 {
    right: 16.66667%;
}

#CMD .row .col.push-l2 {
    left: 16.66667%;
}

#CMD .row .col.offset-l3 {
    margin-left: 25%;
}

#CMD .row .col.pull-l3 {
    right: 25%;
}

#CMD .row .col.push-l3 {
    left: 25%;
}

#CMD .row .col.offset-l4 {
    margin-left: 33.33333%;
}

#CMD .row .col.pull-l4 {
    right: 33.33333%;
}

#CMD .row .col.push-l4 {
    left: 33.33333%;
}

#CMD .row .col.offset-l5 {
    margin-left: 41.66667%;
}

#CMD .row .col.pull-l5 {
    right: 41.66667%;
}

#CMD .row .col.push-l5 {
    left: 41.66667%;
}

#CMD .row .col.offset-l6 {
    margin-left: 50%;
}

#CMD .row .col.pull-l6 {
    right: 50%;
}

#CMD .row .col.push-l6 {
    left: 50%;
}

#CMD .row .col.offset-l7 {
    margin-left: 58.33333%;
}

#CMD .row .col.pull-l7 {
    right: 58.33333%;
}

#CMD .row .col.push-l7 {
    left: 58.33333%;
}

#CMD .row .col.offset-l8 {
    margin-left: 66.66667%;
}

#CMD .row .col.pull-l8 {
    right: 66.66667%;
}

#CMD .row .col.push-l8 {
    left: 66.66667%;
}

#CMD .row .col.offset-l9 {
    margin-left: 75%;
}

#CMD .row .col.pull-l9 {
    right: 75%;
}

#CMD .row .col.push-l9 {
    left: 75%;
}

#CMD .row .col.offset-l10 {
    margin-left: 83.33333%;
}

#CMD .row .col.pull-l10 {
    right: 83.33333%;
}

#CMD .row .col.push-l10 {
    left: 83.33333%;
}

#CMD .row .col.offset-l11 {
    margin-left: 91.66667%;
}

#CMD .row .col.pull-l11 {
    right: 91.66667%;
}

#CMD .row .col.push-l11 {
    left: 91.66667%;
}

#CMD .row .col.offset-l12 {
    margin-left: 100%;
}

#CMD .row .col.pull-l12 {
    right: 100%;
}

#CMD .row .col.push-l12 {
    left: 100%;
}

@media only screen and (min-width: 731px) and (max-width: 1279.5px) {
    #CMD .row .col.m1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    #CMD .row .col.m2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    #CMD .row .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    #CMD .row .col.m4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    #CMD .row .col.m5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    #CMD .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    #CMD .row .col.m7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    #CMD .row .col.m8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    #CMD .row .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    #CMD .row .col.m10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    #CMD .row .col.m11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    #CMD .row .col.m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    #CMD .row .col.offset-m1 {
        margin-left: 8.33333%;
    }

    #CMD .row .col.pull-m1 {
        right: 8.33333%;
    }

    #CMD .row .col.push-m1 {
        left: 8.33333%;
    }

    #CMD .row .col.offset-m2 {
        margin-left: 16.66667%;
    }

    #CMD .row .col.pull-m2 {
        right: 16.66667%;
    }

    #CMD .row .col.push-m2 {
        left: 16.66667%;
    }

    #CMD .row .col.offset-m3 {
        margin-left: 25%;
    }

    #CMD .row .col.pull-m3 {
        right: 25%;
    }

    #CMD .row .col.push-m3 {
        left: 25%;
    }

    #CMD .row .col.offset-m4 {
        margin-left: 33.33333%;
    }

    #CMD .row .col.pull-m4 {
        right: 33.33333%;
    }

    #CMD .row .col.push-m4 {
        left: 33.33333%;
    }

    #CMD .row .col.offset-m5 {
        margin-left: 41.66667%;
    }

    #CMD .row .col.pull-m5 {
        right: 41.66667%;
    }

    #CMD .row .col.push-m5 {
        left: 41.66667%;
    }

    #CMD .row .col.offset-m6 {
        margin-left: 50%;
    }

    #CMD .row .col.pull-m6 {
        right: 50%;
    }

    #CMD .row .col.push-m6 {
        left: 50%;
    }

    #CMD .row .col.offset-m7 {
        margin-left: 58.33333%;
    }

    #CMD .row .col.pull-m7 {
        right: 58.33333%;
    }

    #CMD .row .col.push-m7 {
        left: 58.33333%;
    }

    #CMD .row .col.offset-m8 {
        margin-left: 66.66667%;
    }

    #CMD .row .col.pull-m8 {
        right: 66.66667%;
    }

    #CMD .row .col.push-m8 {
        left: 66.66667%;
    }

    #CMD .row .col.offset-m9 {
        margin-left: 75%;
    }

    #CMD .row .col.pull-m9 {
        right: 75%;
    }

    #CMD .row .col.push-m9 {
        left: 75%;
    }

    #CMD .row .col.offset-m10 {
        margin-left: 83.33333%;
    }

    #CMD .row .col.pull-m10 {
        right: 83.33333%;
    }

    #CMD .row .col.push-m10 {
        left: 83.33333%;
    }

    #CMD .row .col.offset-m11 {
        margin-left: 91.66667%;
    }

    #CMD .row .col.pull-m11 {
        right: 91.66667%;
    }

    #CMD .row .col.push-m11 {
        left: 91.66667%;
    }

    #CMD .row .col.offset-m12 {
        margin-left: 100%;
    }

    #CMD .row .col.pull-m12 {
        right: 100%;
    }

    #CMD .row .col.push-m12 {
        left: 100%;
    }
}

@media only screen and (max-width: 730.5px) {
    #CMD .row .col.s1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    #CMD .row .col.s2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    #CMD .row .col.s3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    #CMD .row .col.s4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    #CMD .row .col.s5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    #CMD .row .col.s6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    #CMD .row .col.s7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    #CMD .row .col.s8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    #CMD .row .col.s9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    #CMD .row .col.s10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    #CMD .row .col.s11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    #CMD .row .col.s12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    #CMD .row .col.offset-s1 {
        margin-left: 8.33333%;
    }

    #CMD .row .col.pull-s1 {
        right: 8.33333%;
    }

    #CMD .row .col.push-s1 {
        left: 8.33333%;
    }

    #CMD .row .col.offset-s2 {
        margin-left: 16.66667%;
    }

    #CMD .row .col.pull-s2 {
        right: 16.66667%;
    }

    #CMD .row .col.push-s2 {
        left: 16.66667%;
    }

    #CMD .row .col.offset-s3 {
        margin-left: 25%;
    }

    #CMD .row .col.pull-s3 {
        right: 25%;
    }

    #CMD .row .col.push-s3 {
        left: 25%;
    }

    #CMD .row .col.offset-s4 {
        margin-left: 33.33333%;
    }

    #CMD .row .col.pull-s4 {
        right: 33.33333%;
    }

    #CMD .row .col.push-s4 {
        left: 33.33333%;
    }

    #CMD .row .col.offset-s5 {
        margin-left: 41.66667%;
    }

    #CMD .row .col.pull-s5 {
        right: 41.66667%;
    }

    #CMD .row .col.push-s5 {
        left: 41.66667%;
    }

    #CMD .row .col.offset-s6 {
        margin-left: 50%;
    }

    #CMD .row .col.pull-s6 {
        right: 50%;
    }

    #CMD .row .col.push-s6 {
        left: 50%;
    }

    #CMD .row .col.offset-s7 {
        margin-left: 58.33333%;
    }

    #CMD .row .col.pull-s7 {
        right: 58.33333%;
    }

    #CMD .row .col.push-s7 {
        left: 58.33333%;
    }

    #CMD .row .col.offset-s8 {
        margin-left: 66.66667%;
    }

    #CMD .row .col.pull-s8 {
        right: 66.66667%;
    }

    #CMD .row .col.push-s8 {
        left: 66.66667%;
    }

    #CMD .row .col.offset-s9 {
        margin-left: 75%;
    }

    #CMD .row .col.pull-s9 {
        right: 75%;
    }

    #CMD .row .col.push-s9 {
        left: 75%;
    }

    #CMD .row .col.offset-s10 {
        margin-left: 83.33333%;
    }

    #CMD .row .col.pull-s10 {
        right: 83.33333%;
    }

    #CMD .row .col.push-s10 {
        left: 83.33333%;
    }

    #CMD .row .col.offset-s11 {
        margin-left: 91.66667%;
    }

    #CMD .row .col.pull-s11 {
        right: 91.66667%;
    }

    #CMD .row .col.push-s11 {
        left: 91.66667%;
    }

    #CMD .row .col.offset-s12 {
        margin-left: 100%;
    }

    #CMD .row .col.pull-s12 {
        right: 100%;
    }

    #CMD .row .col.push-s12 {
        left: 100%;
    }
}

.scroll__tool {
    opacity: 0;
    position: fixed;
    right: 40px;
    bottom: 40px;
    transition: opacity 700ms ease-out;
}

.scroll__tool.show {
    z-index: 10000000;
    opacity: 1;
}

.scroll__tool.show .img__scroll-top {
    cursor: pointer;
}

.scroll__tool .img__scroll-top {
    width: 50px;
    height: 50px;
    width: 61px;
    height: 61px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("images/scroll_top.png");
}


@media all and (max-width: 730.5px) {
    .scroll__tool {
        right: 8px;
        bottom: 83px;
    }
}

@media all and (max-width: 730.5px) {
    .scroll__tool .img__scroll-top {
        width: 52px;
        height: 52px;
        background-size: contain;
    }
}

.grid__layout {
    display: grid;
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 0;
    grid-row-gap: 4px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid__layout sup.sign-tm {
    top: 0.2em;
    font-size: 0.8em;
}

.grid__layout sup.sign-cr {
    top: -0.1em;
    font-size: 0.56em;
}

.grid-item {
    display: flex;
    position: relative;
    overflow: hidden;
    z-index: 0;
    margin: 0;
    box-sizing: border-box;
    border-radius: 20px;
    flex-direction: column;
    min-height: 147px;
}

.grid-item .grid-item-ie {
    overflow: hidden;
}

@media all and (min-width: 1280px) {
    .grid__layout {
        max-width: 1080px;
    }

    .large-span-1 {
        grid-column: span 1;
    }

    .large-span-2 {
        grid-column: span 2;
    }

    .large-span-3 {
        grid-column: span 3;
    }

    .large-span-4 {
        grid-column: span 4;
    }

    .large-span-5 {
        grid-column: span 5;
    }

    .large-span-6 {
        grid-column: span 6;
    }

    .large-span-7 {
        grid-column: span 7;
    }

    .large-span-8 {
        grid-column: span 8;
    }

    .large-span-9 {
        grid-column: span 9;
    }

    .large-span-10 {
        grid-column: span 10;
    }

    .large-span-11 {
        grid-column: span 11;
    }

    .large-span-12 {
        grid-column: span 12;
    }
}

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    .medium-span-1 {
        grid-column: span 1;
    }

    .medium-span-2 {
        grid-column: span 2;
    }

    .medium-span-3 {
        grid-column: span 3;
    }

    .medium-span-4 {
        grid-column: span 4;
    }

    .medium-span-5 {
        grid-column: span 5;
    }

    .medium-span-6 {
        grid-column: span 6;
    }

    .medium-span-7 {
        grid-column: span 7;
    }

    .medium-span-8 {
        grid-column: span 8;
    }

    .medium-span-9 {
        grid-column: span 9;
    }

    .medium-span-10 {
        grid-column: span 10;
    }

    .medium-span-11 {
        grid-column: span 11;
    }

    .medium-span-12 {
        grid-column: span 12;
    }
}

@media all and (max-width: 730.5px) {
    .small-span-1 {
        grid-column: span 1;
    }

    .small-span-2 {
        grid-column: span 2;
    }

    .small-span-3 {
        grid-column: span 3;
    }

    .small-span-4 {
        grid-column: span 4;
    }

    .small-span-5 {
        grid-column: span 5;
    }

    .small-span-6 {
        grid-column: span 6;
    }

    .small-span-7 {
        grid-column: span 7;
    }

    .small-span-8 {
        grid-column: span 8;
    }

    .small-span-9 {
        grid-column: span 9;
    }

    .small-span-10 {
        grid-column: span 10;
    }

    .small-span-11 {
        grid-column: span 11;
    }

    .small-span-12 {
        grid-column: span 12;
    }
}

.wd__section .ksp__layout {
    padding-right: 16px;
    padding-left: 16px;
    box-sizing: border-box;
    max-width: 1328px;
    min-width: 1024px;
}

.wd__section .ksp__layout .item_image {
    position: relative;
    box-sizing: border-box;
    z-index: 1;
}

.wd__section .ksp__layout .item_image .img__block {
    display: block;
}

.wd__section .ksp__layout .grid-item-ie {
    height: 100%;
}

.wd__section .ksp__layout .grid-item-wdContent {
    display: flex;
    align-content: flex-end;
    flex-direction: row;
    min-height: 304px;
}

.wd__section .ksp__layout .grid-item-wdContent .item_block {
    display: flex;
    width: 100%;
}

.wd__section .ksp__layout .grid-item-wdContent .item_content {
    position: relative;
    box-sizing: border-box;
    height: 100%;
}

.wd__section .ksp__layout .wd__content {
    display: flex;
    position: relative;
    justify-content: center;
    margin: 0;
    height: 100%;
    flex-direction: column;
}

.wd__section .ksp__layout .wd__content .content__slogan {
    margin-bottom: 13px;
    color: #000;
    font-size: 26px;
    line-height: 1.14;
}

.wd__section .ksp__layout .wd__content .content__title {
    margin: 0;
    color: #000;
    font-size: 47px;
    line-height: 1.14;
}

.wd__section .ksp__layout .wd__content .content__info {
    margin-top: 13px;
    color: #000;
    line-height: 1.2;
    font-size: 26px;
}

.wd__section .ksp__layout .wd__content span.space-left-m {
    padding-left: 5px;
}

.wd__section .ksp__layout .wd__content span.space-right-m {
    padding-right: 5px;
}

.wd__section .ksp__layout .grid-item-wdFeature .grid-item-ie {
    padding: 48px 24px 50px;
}

.wd__section .ksp__layout .wd__feature__list {
    display: flex;
    justify-content: center;
    margin: 0;
    margin-top: 0;
    height: 100%;
    flex-direction: column;
}

.wd__section .ksp__layout .wd__feature__list .wd__feature {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.wd__section .ksp__layout .wd__feature__list .wd__feature .wd__feature__describe {
    margin-top: 5px;
}

.wd__section .ksp__layout .wd__feature__list .wd__feature .wd__feature__describe__top {
    margin-bottom: 11px;
}

.wd__section .ksp__layout .wd__feature__list .wd__feature .wd__feature__describe,
.wd__section .ksp__layout .wd__feature__list .wd__feature .wd__feature__describe span,
.wd__section .ksp__layout .wd__feature__list .wd__feature .wd__feature__describe__top,
.wd__section .ksp__layout .wd__feature__list .wd__feature .wd__feature__describe__top span {
    line-height: 1.2;
    font-size: 26px;
}

.wd__section .ksp__layout .wd__feature__list .wd__feature .wd__feature__data {
    font-size: 47px;
    line-height: 1.2;
}

.wd__section .ksp__layout .grid-item-wdFeatureTopIcon .grid-item-ie {
    padding: 37px 20px;
}

.wd__section .ksp__layout .wd__feature__list.top-icon {
    display: flex;
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
}

.wd__section .ksp__layout .wd__feature__list.top-icon .wd__feature .wd__feature__describe__top .img__icon {
    margin-left: auto;
    margin-right: auto;
    background-size: contain;
}

.wd__section .ksp__layout .wd__feature__list.top-icon .wd__feature .wd__feature__data {
    font-size: 2.125rem;
}

.wd__section .ksp__layout .grid-item-ie.showbevel {
    margin: 0 8px;
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

.wd__section .ksp__layout .grid-item-ie.showbevel::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    background: #000;
    background-repeat: repeat;
    background-size: 400px 400px;
    content: '';
    background-image: url(images/line-grid-png.png);
}

.wd__section .ksp__layout .grid-item-ie.showbevel .grid-item-border {
    position: absolute;
    z-index: 19;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
}

.wd__section .ksp__layout .grid-item-ie.showbevel .corItem {
    position: absolute;
    z-index: 13;
    width: 30px;
    height: 30px;
    border-style: solid;
    border-width: 2px 0 0;
    border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    background-color: #000;
    transform-origin: center;
}

.wd__section .ksp__layout .grid-item-ie.showbevel .corItem[class*='-top'] {
    top: -15px;
}

.wd__section .ksp__layout .grid-item-ie.showbevel .corItem[class*='-bottom'] {
    bottom: -15px;
}

.wd__section .ksp__layout .grid-item-ie.showbevel .corItem[class*='-left-'] {
    left: -15px;
}

.wd__section .ksp__layout .grid-item-ie.showbevel .corItem[class*='-right-'] {
    right: -15px;
}

.wd__section .ksp__layout .grid-item-ie.showbevel .cor-left-top {
    transform: rotate(135deg) scale(0.8);
}

.wd__section .ksp__layout .grid-item-ie.showbevel .cor-left-bottom {
    transform: rotate(45deg) scale(0.8);
}

.wd__section .ksp__layout .grid-item-ie.showbevel .cor-right-top {
    transform: rotate(225deg) scale(0.8);
}

.wd__section .ksp__layout .grid-item-ie.showbevel .cor-right-bottom {
    transform: rotate(315deg) scale(0.8);
}

.wd__section .ksp__layout .wd__feature__data .sign-cr {
    top: -0.7em;
    font-size: 0.5em;
    line-height: 1;
}

@media all and (min-width: 1280px) {
    .wd__section .ksp__layout .grid-item-wdContent .grid-item-ie {
        width: 100%;
    }

    .wd__section .ksp__layout .grid-item-wdContent .item_block {
        justify-content: center;
        padding: 62px 70px;
        box-sizing: border-box;
    }

    .wd__section .ksp__layout .grid-item-wdContent .item_block.text-right {
        flex-flow: row-reverse;
    }

    .wd__section .ksp__layout .grid-item-wdContent .item_block.text-right .img__block {
        right: 0;
        left: auto;
    }

    .wd__section .ksp__layout .grid-item-wdContent .item_block.text-center {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 50px 45px 33px;
        height: 100%;
        flex-direction: column;
    }

    .wd__section .ksp__layout .grid-item-wdContent .item_block.text-center .item_content {
        width: 100%;
        height: auto;
    }

    .wd__section .ksp__layout .grid-item-wdContent .item_block.text-center .item_content .content__title,
    .wd__section .ksp__layout .grid-item-wdContent .item_block.text-center .item_content .content__info {
        text-align: center;
    }

    .wd__section .ksp__layout .grid-item-wdContent .item_block.text-center .item_image {
        width: 100%;
        height: 103px;
    }

    .wd__section .ksp__layout .grid-item-wdContent .item_block.text-leftCenter {
        height: 100%;
    }

    .wd__section .ksp__layout .grid-item-wdContent .item_content {
        width: 50.9%;
    }

    .wd__section .ksp__layout .grid-item-wdContent .item_image {
        width: 49%;
    }

    .wd__section .ksp__layout .grid-item-wdContent .img__block {
        position: absolute;
    }

    .wd__section .ksp__layout .grid-item-wdContent.large-span-12 .item_block {
        margin-right: auto;
        margin-left: auto;
        padding: 60px 15px 70px;
        box-sizing: border-box;
        max-width: 1226px;
    }
}

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    .wd__section .ksp__layout {
        padding-right: 16px;
        padding-left: 16px;
        box-sizing: border-box;
        width: 100%;
        max-width: 1023px;
        min-width: 1px;
    }

    .wd__section .ksp__layout .grid-item-wdContent .grid-item-ie {
        width: 100%;
        min-height: 220px;
    }

    .wd__section .ksp__layout .grid-item-wdContent .item_block {
        justify-content: center;
        padding: 0;
    }

    .wd__section .ksp__layout .grid-item-wdContent .item_block.text-right {
        flex-flow: row-reverse;
    }

    .wd__section .ksp__layout .grid-item-wdContent .item_block.text-right .item_content {
        padding: 29px 40px 35px 0;
    }

    .wd__section .ksp__layout .grid-item-wdContent .item_block.text-right .img__block {
        right: 0;
        left: auto;
    }

    .wd__section .ksp__layout .grid-item-wdContent .item_block.text-center {
        flex-direction: column;
        height: 100%;
    }

    .wd__section .ksp__layout .grid-item-wdContent .item_block.text-center .item_content {
        padding: 40px 24px;
        width: 100%;
    }

    .wd__section .ksp__layout .grid-item-wdContent .item_block.text-center .item_content .wd__content.medium__text-left .content__title,
    .wd__section .ksp__layout .grid-item-wdContent .item_block.text-center .item_content .wd__content.medium__text-left .content__info {
        text-align: left;
    }

    .wd__section .ksp__layout .grid-item-wdContent .item_block.text-center .item_content .wd__content.medium__text-center .content__title,
    .wd__section .ksp__layout .grid-item-wdContent .item_block.text-center .item_content .wd__content.medium__text-center .content__info {
        text-align: center;
    }

    .wd__section .ksp__layout .grid-item-wdContent .item_block.text-center .item_image {
        width: 100%;
        height: 100%;
    }

    .wd__section .ksp__layout .grid-item-wdContent .item_content {
        padding: 29px 0 35px 40px;
        width: 54%;
    }

    .wd__section .ksp__layout .grid-item-wdContent .wd__content {
        left: 0;
        padding-bottom: 5px;
    }

    .wd__section .ksp__layout .grid-item-wdContent .wd__content .content__title {
        width: 100%;
        font-size: 48px;
        line-height: 1.2;
    }

    .wd__section .ksp__layout .grid-item-wdContent .wd__content .content__info {
        margin-top: 13px;
        width: 100%;
        font-size: 26px;
    }

    .wd__section .ksp__layout .grid-item.grid-item-wdFeature {
        min-height: 175px;
    }

    .wd__section .ksp__layout .grid-item.grid-item-wdFeature .grid-item-ie {
        padding: 37px 24px;
    }

    .wd__section .ksp__layout .grid-item-wdFeature .wd__feature__list .wd__feature .wd__feature__describe {
        margin-top: 6px;
        margin-right: auto;
        margin-left: auto;
        width: 86%;
    }

    .wd__section .ksp__layout .grid-item-wdFeature .wd__feature__list .wd__feature .wd__feature__describe__top {
        margin-bottom: 12px;
    }

    .wd__section .ksp__layout .grid-item-wdFeature .wd__feature__list .wd__feature .wd__feature__describe,
    .wd__section .ksp__layout .grid-item-wdFeature .wd__feature__list .wd__feature .wd__feature__describe span,
    .wd__section .ksp__layout .grid-item-wdFeature .wd__feature__list .wd__feature .wd__feature__describe__top,
    .wd__section .ksp__layout .grid-item-wdFeature .wd__feature__list .wd__feature .wd__feature__describe__top span {
        font-size: 26px;
    }

    .wd__section .ksp__layout .grid-item-wdFeature .wd__feature__list .wd__feature .wd__feature__data {
        font-size: 2.75rem;
        line-height: 1.2;
    }

    .wd__section .ksp__layout .grid-item-wdFeatureTopIcon .grid-item-ie {
        padding: 37px 18px;
    }

    .wd__section .ksp__layout .grid-item-wdFeatureTopIcon .wd__feature__list.top-icon {
        margin-top: 6px;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }

    .wd__section .ksp__layout .grid-item-wdFeatureTopIcon .wd__feature__list.top-icon .wd__feature .wd__feature__describe__top {
        margin-bottom: 17px;
    }

    .wd__section .ksp__layout .grid-item-wdFeatureTopIcon .wd__feature__list.top-icon .wd__feature .wd__feature__data {
        font-size: 2.3125rem;
    }

    .wd__section .ksp__layout .grid-item-wdFeatureTopIcon .wd__feature__list.top-icon .wd__feature .wd__feature__describe__top,
    .wd__section .ksp__layout .grid-item-wdFeatureTopIcon .wd__feature__list.top-icon .wd__feature .wd__feature__describe {
        margin-top: 8px;
    }

    .wd__section .ksp__layout .grid-item-wdFeatureTopIcon .wd__feature__list.top-icon .wd__feature .wd__feature__describe__top,
    .wd__section .ksp__layout .grid-item-wdFeatureTopIcon .wd__feature__list.top-icon .wd__feature .wd__feature__describe__top>*,
    .wd__section .ksp__layout .grid-item-wdFeatureTopIcon .wd__feature__list.top-icon .wd__feature .wd__feature__describe,
    .wd__section .ksp__layout .grid-item-wdFeatureTopIcon .wd__feature__list.top-icon .wd__feature .wd__feature__describe>* {
        font-size: 1.5625rem;
        line-height: 1.2;
    }
}

@media all and (max-width: 730.5px) {
    .wd__section .ksp__layout {
        position: relative;
        left: 50%;
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
        box-sizing: border-box;
        width: 100%;
        max-width: 391px;
        transform: translateX(-50%);
        min-width: 336px;
    }

    .wd__section .ksp__layout .grid-item {
        min-width: 320px;
        justify-content: center;
    }

    .wd__section .ksp__layout .grid-item-wdContent {
        flex-direction: column;
    }

    .wd__section .ksp__layout .grid-item-wdContent .item_block {
        flex-direction: column;
    }

    .wd__section .ksp__layout .grid-item-wdContent .item_block.text-right {
        flex-direction: column;
    }

    .wd__section .ksp__layout .grid-item-wdContent .item_content {
        padding: 27px 24px;
        height: auto;
    }

    .wd__section .ksp__layout .grid-item-wdContent .wd__content {
        left: 0;
        padding-bottom: 5px;
        width: 100%;
    }

    .wd__section .ksp__layout .grid-item-wdContent .wd__content .content__title {
        width: 100%;
        font-size: 2.3625rem;
        line-height: 1.2;
    }

    .wd__section .ksp__layout .grid-item-wdContent .wd__content .content__info {
        margin-top: 8px;
        width: 100%;
        font-size: 20px;
    }

    .wd__section .ksp__layout .grid-item-wdContent .item_image {
        margin-top: -5px;
        width: 100%;
    }

    .wd__section .ksp__layout .grid-item-wdContent .item_image .img__block {
        position: relative;
    }

    .wd__section .ksp__layout .grid-item.grid-item-wdFeature .grid-item-ie {
        padding: 32px 24px;
        min-height: 1px;
    }

    .wd__section .ksp__layout .grid-item-wdFeature .wd__feature__list .wd__feature .wd__feature__describe__top {
        margin-bottom: 4px;
    }

    .wd__section .ksp__layout .grid-item-wdFeature .wd__feature__list .wd__feature .wd__feature__describe {
        margin-top: 6px;
        margin-right: auto;
        margin-left: auto;
        width: 86%;
    }

    .wd__section .ksp__layout .grid-item-wdFeature .wd__feature__list .wd__feature .wd__feature__describe,
    .wd__section .ksp__layout .grid-item-wdFeature .wd__feature__list .wd__feature .wd__feature__describe span,
    .wd__section .ksp__layout .grid-item-wdFeature .wd__feature__list .wd__feature .wd__feature__describe__top,
    .wd__section .ksp__layout .grid-item-wdFeature .wd__feature__list .wd__feature .wd__feature__describe__top span {
        font-size: 20px;
    }

    .wd__section .ksp__layout .grid-item-wdFeature .wd__feature__list .wd__feature .wd__feature__data {
        font-size: 2.3625rem;
        line-height: 1.2;
        letter-spacing: 1.4px;
    }

    .wd__section .ksp__layout .grid-item-wdFeatureTopIcon .grid-item-ie {
        padding: 32px 24px;
    }

    .wd__section .ksp__layout .grid-item-wdFeatureTopIcon .wd__feature__list.top-icon {
        margin-top: 6px;
        margin-right: auto;
        margin-left: auto;
        width: 86%;
    }

    .wd__section .ksp__layout .grid-item-wdFeatureTopIcon .wd__feature__list.top-icon .wd__feature {
        margin-left: auto;
        margin-right: auto;
    }

    .wd__section .ksp__layout .grid-item-wdFeatureTopIcon .wd__feature__list.top-icon .wd__feature .wd__feature__describe,
    .wd__section .ksp__layout .grid-item-wdFeatureTopIcon .wd__feature__list.top-icon .wd__feature .wd__feature__describe span,
    .wd__section .ksp__layout .grid-item-wdFeatureTopIcon .wd__feature__list.top-icon .wd__feature .wd__feature__describe__top,
    .wd__section .ksp__layout .grid-item-wdFeatureTopIcon .wd__feature__list.top-icon .wd__feature .wd__feature__describe__top span {
        font-size: 20px;
    }

    .wd__section .ksp__layout .grid-item-wdFeatureTopIcon .wd__feature__list.top-icon .wd__feature .wd__feature__describe__top {
        margin-bottom: 13px;
    }

    .wd__section .ksp__layout .grid-item-wdFeatureTopIcon .wd__feature__list.top-icon .wd__feature .wd__feature__data {
        font-size: 1.5625rem;
    }

    .wd__section .ksp__layout .grid-item-wdFeatureTopIcon .wd__feature__list.top-icon .wd__feature .wd__feature__describe {
        margin-top: 4px;
    }
}

.wd__section {
    /* Slider */
    /* Icons */
    /* Arrows */
    /* Dots */
    /* Slider */
}

.wd__section .wd__content {
    color: #fff;
}

.wd__section .wd__content .content__slogan {
    position: relative;
    color: #a89d5b;
    font-size: 30px;
    line-height: 1.2;
}

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    .wd__section .wd__content .content__slogan {
        font-size: 26px;
    }
}

@media all and (max-width: 730.5px) {
    .wd__section .wd__content .content__slogan {
        font-size: 1.1875rem;
    }
}

.wd__section .wd__content .content__title {
    position: relative;
    margin-top: 38px;
    font-size: 48px;
    line-height: 1.15;
}

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    .wd__section .wd__content .content__title {
        margin-top: 7px;
        margin-bottom: 7px;
    }
}

@media all and (max-width: 730.5px) {
    .wd__section .wd__content .content__title {
        margin-top: 21px;
        font-size: 30px;
        line-height: 1.1;
        letter-spacing: 0;
    }
}

.wd__section .wd__content .content__info {
    position: relative;
    margin-top: 19px;
    font-size: 20px;
    line-height: 1.6;
}

@media all and (max-width: 730.5px) {
    .wd__section .wd__content .content__info {
        margin-top: 13px;
        font-size: 1.125rem;
        letter-spacing: 0;
        line-height: 1.3;
    }
}

.wd__section .wd__content .content__comment {
    margin-top: 11px;
    color: #717171;
    font-size: 20px;
    line-height: 1.4;
}

@media all and (max-width: 730.5px) {
    .wd__section .wd__content .content__comment {
        margin-top: 8px;
        font-size: 1.125rem;
        letter-spacing: 0.4px;
        line-height: 1.4;
    }
}

.wd__section .wd__content .content__link {
    display: inline-block;
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.3;
}

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    .wd__section .wd__content .content__link {
        margin-top: 16px;
    }
}

@media all and (max-width: 730.5px) {
    .wd__section .wd__content .content__link {
        margin-top: 7px;
        font-size: 1.125rem;
        line-height: 1.4;
    }
}

.wd__section .wd__content .content__link span {
    display: inline;
    border-bottom: 1px solid transparent;
    color: #006EB3;
}

.wd__section .wd__content .content__link *,
.wd__section .wd__content .content__link:active span,
.wd__section .wd__content .content__link:link span,
.wd__section .wd__content .content__link:visited span {
    border-bottom: 1px solid transparent;
}

.wd__section .wd__content .content__link:hover span {
    border-bottom: 1px solid #006EB3;
}

.wd__section .wd__content .content__link .linkIcon {
    display: inline-block;
    position: relative;
}

.wd__section .wd__content .content__link .linkIcon-watchVideo::after {
    position: absolute;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(images/watchVideo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    margin-top: -1px;
}

@media all and (max-width: 730.5px) {
    .wd__section .wd__content .content__link .linkIcon-watchVideo::after {
        width: 16px;
        height: 16px;
    }
}

.wd__section .wd__link__arrow::after {
    content: '>';
    padding-left: 7px;
    color: #006EB3;
}

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    .wd__section .wd__link__arrow::after {
        padding-left: 3px;
    }
}

@media all and (max-width: 730.5px) {
    .wd__section .wd__link__arrow::after {
        padding-left: 4px;
    }
}

@font-face {
    .wd__section {
        font-family: 'slick';
        font-weight: normal;
        font-style: normal;
    }
}

.wd__section .slick-prev,
.wd__section .slick-next {
    display: block;
    position: absolute;
    cursor: pointer;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    width: 20px;
    height: 20px;
    color: transparent;
    font-size: 0;
    border: none;
    line-height: 0px;
}

.wd__section .slick-prev:hover::before,
.wd__section .slick-prev:focus::before,
.wd__section .slick-next:hover::before,
.wd__section .slick-next:focus::before {
    opacity: 1;
}

.wd__section .slick-prev.slick-disabled::before,
.wd__section .slick-next.slick-disabled::before {
    opacity: 0.25;
}

.wd__section .slick-prev {
    left: -25px;
}

[dir='rtl'] .wd__section .slick-prev {
    right: -25px;
    left: auto;
}

.wd__section .slick-next {
    right: -25px;
}

[dir='rtl'] .wd__section .slick-next {
    right: auto;
    left: -25px;
}

.wd__section .slick-slider {
    margin-bottom: 30px;
}

.wd__section .slick-dots {
    display: block;
    position: absolute;
    bottom: -45px;
    padding: 0;
    width: 100%;
    text-align: center;
    list-style: none;
}

.wd__section .slick-dots li {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 0 5px;
    padding: 0;
    width: 20px;
    height: 20px;
}

.wd__section .slick-dots li button {
    display: block;
    cursor: pointer;
    padding: 5px;
    width: 20px;
    height: 20px;
    color: transparent;
    font-size: 0;
    border: 0;
    background: transparent;
    line-height: 0px;
}

.wd__section .slick-dots li button:hover::before,
.wd__section .slick-dots li button:focus::before {
    opacity: 1;
}

.wd__section .slick-dots li button::before {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    width: 20px;
    height: 20px;
    color: black;
    font-size: 6px;
    font-family: "slick";
    text-align: center;
    content: "•";
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wd__section .slick-dots li.slick-active button::before {
    opacity: 0.75;
    color: black;
}

@font-face {
    .wd__section {
        src: url("/font/slick.eot");
        src: url("/font/slick.eot?#iefix") format("embedded-opentype"), url("/font/slick.woff") format("woff"), url("/font/slick.ttf") format("truetype"), url("/font/slick.svg#slick") format("svg");
    }
}

.wd__section .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.wd__section .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.wd__section .slick-list:focus {
    outline: none;
}

.wd__section .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.wd__section .slick-slider .slick-track,
.wd__section .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);
}

.wd__section .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.wd__section .slick-track:before,
.wd__section .slick-track:after {
    content: "";
    display: table;
}

.wd__section .slick-track:after {
    clear: both;
}

.slick-loading .wd__section .slick-track {
    visibility: hidden;
}

.wd__section .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .wd__section .slick-slide {
    float: right;
}

.wd__section .slick-slide img {
    display: block;
}

.wd__section .slick-slide.slick-loading img {
    display: none;
}

.wd__section .slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .wd__section .slick-slide {
    display: block;
}

.slick-loading .wd__section .slick-slide {
    visibility: hidden;
}

.slick-vertical .wd__section .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.wd__section .slick-arrow.slick-hidden {
    display: none;
}

.wd__section .cmd__space {
    display: inline-block;
    position: relative;
}

.wd__section .cmd__space.space-small {
    margin-top: 12px;
}

.wd__section .cmd__space.space-medium {
    margin-top: 77px;
}

.wd__section .cmd__space.space-large {
    margin-top: 88px;
}

.wd__section .cmd__space.space-nagtive-small {
    display: block;
    margin-bottom: -12px;
}

.wd__section .cmd__space.space-nagtive-medium {
    display: block;
    margin-top: -40px;
}

.wd__section .cmd__space.space-nagtive-large {
    display: block;
    margin-top: -69px;
}

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    .wd__section .cmd__space.space-small {
        margin-top: 12px;
    }

    .wd__section .cmd__space.space-medium {
        margin-top: 61px;
    }

    .wd__section .cmd__space.space-large {
        margin-top: 75px;
    }

    .wd__section .cmd__space.space-nagtive-small {
        margin-bottom: -12px;
    }

    .wd__section .cmd__space.space-nagtive-medium {
        margin-top: -40px;
    }

    .wd__section .cmd__space.space-nagtive-large {
        margin-top: -54px;
    }
}

@media all and (max-width: 730.5px) {
    .wd__section .cmd__space.space-small {
        margin-top: 10px;
    }

    .wd__section .cmd__space.space-medium {
        margin-top: 44px;
    }

    .wd__section .cmd__space.space-large {
        margin-top: 55px;
    }

    .wd__section .cmd__space.space-nagtive-small {
        margin-bottom: -12px;
    }

    .wd__section .cmd__space.space-nagtive-medium {
        margin-top: -25px;
    }

    .wd__section .cmd__space.space-nagtive-large {
        margin-top: -39px;
    }
}

.wd__section .slick__nav {
    margin-bottom: 40px;
    color: #191919;
    font-size: 1.5em;
    text-align: center;
    line-height: 1.6;
}

.wd__section .slick__nav a {
    color: #191919;
}

.wd__section .slick-next {
    right: 25px;
}

.wd__section .slick-prev {
    left: 25px;
}

.wd__section .slick__prev,
.wd__section .slick__next {
    z-index: 9999;
    content: '';
}

.wd__section .slick__prev::before,
.wd__section .slick__next::before {
    content: '';
    display: none;
}

.wd__section [dir='rtl'] .slick__prev::before {
    content: '';
    display: none;
}

.wd__section [dir='rtl'] .slick__next::before {
    content: '';
    display: none;
}

.wd__section .wd__slick .container {
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 900px;
}

.wd__section .wd__slick .container.e1 .slick__info {
    margin-top: 15em;
}

.wd__section .wd__slick .container .slick__half {
    width: 45%;
}

.wd__section .wd__slick .container .slick__left {
    float: left;
}

.wd__section .wd__slick .container .slick__right {
    float: right;
}

.wd__section .wd__slick .container .slick__img,
.wd__section .wd__slick .container .slick__info {
    width: 100%;
}

.wd__section .sprite__arrow__right {
    z-index: 1000;
    width: 49px;
    height: 96px;
    background-position: -214px -5px;
}

.wd__section .sprite__arrow__left {
    z-index: 1000;
    width: 49px;
    height: 96px;
    background-position: -80px -5px;
}

.wd__section .sprite-arrow_r {
    width: 65px;
    height: 130px;
}

.wd__section .sprite-arrow_l {
    width: 65px;
    height: 130px;
}

.wd__section .slick-prev,
.wd__section .slick-next {
    z-index: 1;
    margin-top: -59px;
    width: 50px;
    height: 118px;
    border-radius: 0 10px 10px 0;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.6);
    background-color: gray\9;
}

.wd__section .slick-prev::before,
.wd__section .slick-next::before {
    display: block;
    position: absolute;
    z-index: 1000;
    top: 57px;
    color: white;
    font-size: 2.125rem;
}

.wd__section .slick-prev {
    left: 0;
    border-radius: 0 10px 10px 0;
}

.wd__section .slick-prev::before {
    content: '<';
    right: 18px;
}

.wd__section .slick-next {
    right: 0;
    border-radius: 10px 0 0 10px;
}

.wd__section .slick-next::before {
    content: '>';
    left: 18px;
}

@media all and (min-width: 731px) and (max-width: 1279.5px) {

    .wd__section .slick-prev,
    .wd__section .slick-next {
        margin-top: -46px;
        width: 35px;
        height: 88px;
    }

    .wd__section .slick-prev::before,
    .wd__section .slick-next::before {
        display: block;
        position: absolute;
        z-index: 1000;
        top: 43px;
        color: white;
        font-size: 26px;
    }

    .wd__section .slick-prev::before {
        right: 10px;
    }

    .wd__section .slick-next::before {
        left: 10px;
    }
}

@media all and (max-width: 730.5px) {

    .wd__section .slick-prev,
    .wd__section .slick-next {
        display: none !important;
    }
}

.wd__section .slick__colors .colors {
    margin-right: auto;
    margin-left: auto;
    max-width: 1382px;
    line-height: 0;
    max-height: 840px;
}

.wd__section .slick__colors .colors.slick-slider {
    margin-bottom: 0;
}

.wd__section .slick__colors .colors .img {
    margin-top: 0;
    max-height: 840px;
}

.wd__section .slick__colors .nav {
    margin-top: 72px;
    margin-bottom: -30px;
    padding: 8px 0;
    text-align: center;
}

.wd__section .slick__colors .nav .nav__color {
    display: inline-block;
    cursor: pointer;
    margin: 0 15px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    box-shadow: 1px 1px 6px #ccc;
    border: 1px solid #616161;
}

.wd__section .slick__colors .nav .nav__color::after {
    display: block;
    position: relative;
    top: -5px;
    left: -5px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    content: ' ';
}

.wd__section .slick__colors .nav .nav__color.active::after {
    border: 1px solid #bbb;
    content: '';
}

.wd__section .slick__colors.nav-pos-bottom {
    margin-top: 77px;
    margin-bottom: 58px;
}

.wd__section .slick__colors.nav-pos-bottom {
    margin-top: 77px;
    margin-bottom: 58px;
}

@media all and (min-width: 1280px) {
    .wd__section .slick__colors .colors .color-item .img {
        max-width: 1382px !important;
    }
}

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    .wd__section .slick__colors {
        margin-right: auto;
        margin-left: auto;
        width: 732px;
    }

    .wd__section .slick__colors .colors {
        max-width: 732px;
        max-height: 442px;
    }

    .wd__section .slick__colors .colors .img {
        max-height: 442px;
    }

    .wd__section .slick__colors .nav {
        margin-top: 72px;
    }

    .wd__section .slick__colors.nav-pos-bottom {
        margin-top: 62px;
        margin-bottom: 0;
    }

    .wd__section .slick__colors.nav-pos-bottom .nav {
        margin-top: 39px;
        margin-bottom: 0;
    }

    .wd__section .slick__colors.nav-pos-top {
        margin-top: 38px;
    }

    .wd__section .slick__colors.nav-pos-top .nav {
        margin-top: 0;
        margin-bottom: 38px;
    }
}

@media all and (max-width: 730.5px) {
    .wd__section .slick__colors {
        position: relative;
        left: 50%;
        margin-right: auto;
        margin-left: -300px;
        width: 600px;
        line-height: 0;
    }

    .wd__section .slick__colors .colors {
        max-width: 600px;
        max-height: 369px;
    }

    .wd__section .slick__colors .colors .img {
        max-height: 369px;
    }

    .wd__section .slick__colors .nav {
        position: relative;
        left: 50%;
        margin-top: 33px;
        margin-bottom: 0;
        margin-left: -150px;
        padding: 0;
        width: 300px;
    }

    .wd__section .slick__colors .nav .nav__color {
        margin: 6px 11px;
        width: 34px;
        height: 34px;
    }

    .wd__section .slick__colors .nav .nav__color::after {
        top: -5px;
        left: -5px;
        width: 42px;
        height: 42px;
    }

    .wd__section .slick__colors.nav-pos-bottom {
        margin-top: 44px;
        margin-bottom: 0;
    }

    .wd__section .slick__colors.nav-pos-bottom .nav {
        margin-top: 41px;
        margin-bottom: 0;
    }

    .wd__section .slick__colors.nav-pos-top {
        margin-top: 30px;
    }

    .wd__section .slick__colors.nav-pos-top .nav {
        margin-top: 0;
        margin-bottom: 26px;
    }
}

.wd__section .grid__table {
    margin-right: auto;
    margin-left: auto;
    max-width: 1366px;
}

.wd__section .grid__table .row {
    background-color: #fff;
}

.wd__section .grid__table .row .table__container {
    display: table;
    margin-right: auto;
    margin-left: auto;
    height: 683px;
    text-align: center;
}

.wd__section .grid__table .row .table__container .wd__content {
    display: table-cell;
    margin-right: auto;
    margin-left: auto;
    width: 490px;
    text-align: left;
    vertical-align: middle;
}

.wd__section .grid__table .row .table__container .wd__content .content__title {
    margin-top: 0;
}

.wd__section .grid__table .row figure {
    position: relative;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wd__section .grid__table .row .img__table {
    width: 100%;
    max-width: 683px;
    height: 683px;
    font-size: 0;
}

.wd__section .grid__table .row .wd__feature__list {
    margin-top: 59px;
}

.wd__section .grid__table .row .wd__feature__list .wd__feature {
    margin-left: 15px !important;
    margin-right: 15px !important;
    text-align: center;
}

.wd__section .grid__table .row .wd__feature__list .wd__feature figure {
    margin-bottom: 19px;
    width: 556px;
    max-width: unset;
    height: 90px;
}

.wd__section .grid__table .row .wd__feature__list .wd__feature .wd__feature__data,
.wd__section .grid__table .row .wd__feature__list .wd__feature .wd__feature__data span,
.wd__section .grid__table .row .wd__feature__list .wd__feature .wd__feature__data div {
    font-size: 74px;
}

.wd__section .grid__table .row .wd__feature__list .wd__feature .wd__feature__describe__top,
.wd__section .grid__table .row .wd__feature__list .wd__feature .wd__feature__describe__top span,
.wd__section .grid__table .row .wd__feature__list .wd__feature .wd__feature__describe__top div,
.wd__section .grid__table .row .wd__feature__list .wd__feature .wd__feature__describe,
.wd__section .grid__table .row .wd__feature__list .wd__feature .wd__feature__describe span,
.wd__section .grid__table .row .wd__feature__list .wd__feature .wd__feature__describe div {
    font-size: 20px;
    color: #333;
}

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    .wd__section .grid__table {
        max-width: 546px;
    }

    .wd__section .grid__table .row {
        margin-top: 50px;
    }

    .wd__section .grid__table .row:first-child {
        margin-top: 0;
    }

    .wd__section .grid__table .row .table__container {
        padding-top: 100px;
        padding-bottom: 100px;
        height: auto;
    }

    .wd__section .grid__table .row .table__container .wd__content {
        margin-left: 60px;
        width: 426px;
    }

    .wd__section .grid__table .row .table__container .wd__content .content__title {
        font-size: 48px;
        line-height: 1.2;
    }

    .wd__section .grid__table .row .table__container .wd__content .content__info {
        margin-left: 0;
        width: 100% !important;
        font-size: 20px;
        line-height: 1.5;
    }

    .wd__section .grid__table .row .img__table {
        width: 100%;
        max-width: 546px;
        height: 546px;
    }

    .wd__section .grid__table .row .wd__feature__list {
        margin-top: 39px;
    }

    .wd__section .grid__table .row .wd__feature__list .wd__feature figure {
        margin-bottom: 16px;
        width: 304px;
        height: 56px;
    }

    .wd__section .grid__table .row .wd__feature__list .wd__feature .wd__feature__data,
    .wd__section .grid__table .row .wd__feature__list .wd__feature .wd__feature__data span,
    .wd__section .grid__table .row .wd__feature__list .wd__feature .wd__feature__data div {
        font-size: 2.5rem;
        line-height: 1.2;
    }

    .wd__section .grid__table .row .wd__feature__list .wd__feature .wd__feature__describe__top,
    .wd__section .grid__table .row .wd__feature__list .wd__feature .wd__feature__describe__top span,
    .wd__section .grid__table .row .wd__feature__list .wd__feature .wd__feature__describe__top div,
    .wd__section .grid__table .row .wd__feature__list .wd__feature .wd__feature__describe,
    .wd__section .grid__table .row .wd__feature__list .wd__feature .wd__feature__describe span,
    .wd__section .grid__table .row .wd__feature__list .wd__feature .wd__feature__describe div {
        font-size: 20px;
        line-height: 1.2;
    }
}

@media all and (max-width: 730.5px) {
    .wd__section .grid__table {
        max-width: 320px;
    }

    .wd__section .grid__table .row {
        margin-top: 50px;
    }

    .wd__section .grid__table .row:first-child {
        margin-top: 0;
    }

    .wd__section .grid__table .row .table__container {
        display: block;
        position: relative;
        padding: 33px 32px;
        width: auto;
        height: auto;
    }

    .wd__section .grid__table .row .table__container .wd__content {
        display: block;
        position: relative;
        margin-right: auto;
        margin-left: auto;
        width: auto;
    }

    .wd__section .grid__table .row .table__container .wd__content .content__title {
        font-size: 1.4375rem;
        line-height: 1.3;
    }

    .wd__section .grid__table .row .table__container .wd__content .content__info {
        font-size: 0.9375rem;
        line-height: 1.3;
    }

    .wd__section .grid__table .row .img__table {
        width: 100%;
        max-width: 321px;
        height: 321px;
    }

    .wd__section .grid__table .row .wd__feature__list {
        margin-top: 29px;
    }

    .wd__section .grid__table .row .wd__feature__list .wd__feature {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .wd__section .grid__table .row .wd__feature__list .wd__feature figure {
        left: 50%;
        margin-bottom: 7px;
        margin-left: -140px;
        width: 279px;
        height: 46px;
    }

    .wd__section .grid__table .row .wd__feature__list .wd__feature .wd__feature__data,
    .wd__section .grid__table .row .wd__feature__list .wd__feature .wd__feature__data span,
    .wd__section .grid__table .row .wd__feature__list .wd__feature .wd__feature__data div {
        font-size: 2.25rem;
        line-height: 1.2;
    }

    .wd__section .grid__table .row .wd__feature__list .wd__feature .wd__feature__describe__top,
    .wd__section .grid__table .row .wd__feature__list .wd__feature .wd__feature__describe__top span,
    .wd__section .grid__table .row .wd__feature__list .wd__feature .wd__feature__describe__top div,
    .wd__section .grid__table .row .wd__feature__list .wd__feature .wd__feature__describe,
    .wd__section .grid__table .row .wd__feature__list .wd__feature .wd__feature__describe span,
    .wd__section .grid__table .row .wd__feature__list .wd__feature .wd__feature__describe div {
        font-size: 1.125rem;
        line-height: 1.2;
    }
}

@media all and (min-width: 1280px) {
    #CMD.type-grid .grid__table {
        max-width: 1382px;
    }

    #CMD.type-grid .grid__table .row {
        margin-bottom: 12px;
    }

    #CMD.type-grid .grid__table .row:last-child {
        margin-bottom: 0;
    }

    #CMD.type-grid .grid__table .row .img__table {
        max-width: 693px;
    }
}

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    #CMD.type-grid .grid__table .row {
        margin-top: 12px;
    }

    #CMD.type-grid .grid__table .row:first-child {
        margin-top: 0;
    }
}

@media all and (max-width: 730.5px) {
    #CMD.type-grid .grid__table .row {
        margin-top: 10px;
    }

    #CMD.type-grid .grid__table .row:first-child {
        margin-top: 0;
    }
}

.wd__section .btn__switch__images .click__btns {
    margin-top: 77px;
    margin-bottom: 20px;
    text-align: center;
}

.wd__section .btn__switch__images .click__btns .switch__btn {
    display: inline-block;
    cursor: pointer;
    margin: 0 15px 30px;
    border: 1px solid #333;
    background: none;
    border-radius: 26px;
    vertical-align: bottom;
}

.wd__section .btn__switch__images .click__btns .switch__btn .btn__container {
    padding: 9px 20px;
    max-width: 600px;
    min-height: 34px;
}

.wd__section .btn__switch__images .click__btns .switch__btn .btn__container.icon__text .container__text {
    padding-left: 16px;
}

.wd__section .btn__switch__images .click__btns .switch__btn .btn__container .container__icon {
    float: left;
    height: 34px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
}

.wd__section .btn__switch__images .click__btns .switch__btn .btn__container .container__icon,
.wd__section .btn__switch__images .click__btns .switch__btn .btn__container .container__text {
    transition: all 400ms ease;
    vertical-align: middle;
}

.wd__section .btn__switch__images .click__btns .switch__btn .btn__container .container__text {
    color: #333;
    font-size: 20px;
    min-height: 34px;
    line-height: 1.7;
}

.wd__section .btn__switch__images .click__btns .switch__btn:hover,
.wd__section .btn__switch__images .click__btns .switch__btn.active {
    border: 1px solid #006EB3;
}

.wd__section .btn__switch__images .click__btns .switch__btn:hover .container__text,
.wd__section .btn__switch__images .click__btns .switch__btn.active .container__text {
    color: #006EB3;
}

.wd__section .btn__switch__images .click__btns .switch__btn.disableIcon .btn__container.icon__text .container__text {
    padding-left: 0;
}

.wd__section .btn__switch__images .images {
    position: relative;
    margin: 0 auto;
}

.wd__section .btn__switch__images .images .switch__image {
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    display: block;
    z-index: -1;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 100vw;
    height: 100%;
    background-size: cover;
    visibility: hidden;
}

.wd__section .btn__switch__images .images .switch__image.active {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    position: relative;
    z-index: 1;
    visibility: visible;
}

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    .wd__section .btn__switch__images .click__btns {
        margin: 61px auto 28px;
        width: 100%;
        max-width: 720px;
    }

    .wd__section .btn__switch__images .click__btns .switch__btn {
        margin: 0 11px 22px;
        border-radius: 26px;
    }

    .wd__section .btn__switch__images .click__btns .switch__btn .btn__container {
        padding: 5px 15px;
        min-height: 26px;
    }

    .wd__section .btn__switch__images .click__btns .switch__btn .btn__container.icon__text .container__text {
        padding-left: 12px;
    }

    .wd__section .btn__switch__images .click__btns .switch__btn .btn__container .container__icon {
        height: 26px;
        background-size: contain;
    }

    .wd__section .btn__switch__images .click__btns .switch__btn .btn__container .container__text {
        font-size: 20px;
        line-height: 2;
    }

    .wd__section .btn__switch__images .images {
        margin-top: 0;
    }

    .wd__section .btn__switch__images .images .switch__image {
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 0;
    }

    .wd__section .btn__switch__images .images .switch__image .img__main {
        margin-top: 35px;
    }
}

@media all and (max-width: 730.5px) {
    .wd__section .btn__switch__images .click__btns {
        margin: 44px auto 10px;
        width: 100%;
        max-width: 600px;
    }

    .wd__section .btn__switch__images .click__btns .switch__btn {
        margin: 0 14px 24px;
        border-radius: 26px;
    }

    .wd__section .btn__switch__images .click__btns .switch__btn .btn__container {
        padding: 3px 13px;
        min-height: 26px;
    }

    .wd__section .btn__switch__images .click__btns .switch__btn .btn__container.icon__text .container__text {
        padding-left: 10px;
    }

    .wd__section .btn__switch__images .click__btns .switch__btn .btn__container .container__icon {
        height: 26px;
        background-size: contain;
    }

    .wd__section .btn__switch__images .click__btns .switch__btn .btn__container .container__text {
        font-size: 1.125rem;
        line-height: 2;
    }

    .wd__section .btn__switch__images .images {
        margin-top: -30px;
    }

    .wd__section .btn__switch__images .images .switch__image {
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 0;
    }

    .wd__section .btn__switch__images .images .switch__image .wd__content .content__info:first-child {
        padding-top: 27px;
    }
}

.wd__section .btn__grid__table .click__btns {
    margin-top: 77px;
    margin-bottom: -30px;
    text-align: center;
}

.wd__section .btn__grid__table .click__btns .switch__btn {
    display: inline-block;
    cursor: pointer;
    margin: 0 15px 30px;
    border: 1px solid #636360;
    border-radius: 26px;
    vertical-align: bottom;
    background: transparent;
}

.wd__section .btn__grid__table .click__btns .switch__btn * {
    pointer-events: none;
}

.wd__section .btn__grid__table .click__btns .switch__btn .btn__container {
    display: flex;
    align-items: center;
    padding: 9px 20px;
    max-width: 600px;
    min-height: 34px;
}

.wd__section .btn__grid__table .click__btns .switch__btn .btn__container.icon__text .container__text {
    padding-left: 16px;
}

.wd__section .btn__grid__table .click__btns .switch__btn .btn__container .container__icon {
    float: left;
    height: 34px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
}

.wd__section .btn__grid__table .click__btns .switch__btn .btn__container .container__icon,
.wd__section .btn__grid__table .click__btns .switch__btn .btn__container .container__text {
    transition: all 400ms ease;
    vertical-align: middle;
}

.wd__section .btn__grid__table .click__btns .switch__btn .btn__container .container__text {
    color: #636360;
    font-size: 20px;
    min-height: 34px;
    line-height: 1.7;
}

.wd__section .btn__grid__table .click__btns .switch__btn:hover,
.wd__section .btn__grid__table .click__btns .switch__btn.active {
    border: 1px solid #006EB3;
}

.wd__section .btn__grid__table .click__btns .switch__btn:hover .container__text,
.wd__section .btn__grid__table .click__btns .switch__btn.active .container__text {
    color: #006EB3;
}

.wd__section .btn__grid__table .click__btns .switch__btn.disableIcon .btn__container.icon__text .container__text {
    padding-left: 0;
}

.wd__section .btn__grid__table .grid__table {
    position: relative;
    margin: 59px auto 0;
}

.wd__section .btn__grid__table .grid__table .row {
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute !important;
    top: 0;
    left: 0;
    visibility: hidden;
    margin-top: 0;
    width: 100%;
    transition: opacity 600ms ease;
}

.wd__section .btn__grid__table .grid__table .row.active {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    position: relative !important;
    visibility: visible;
}

.wd__section .btn__grid__table .grid__table .row .wd__img {
    height: 683px;
}

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    .wd__section .btn__grid__table .click__btns {
        margin: 61px auto 28px;
        width: 100%;
        max-width: 720px;
    }

    .wd__section .btn__grid__table .click__btns .switch__btn {
        margin: 0 11px 12px;
        border-radius: 26px;
    }

    .wd__section .btn__grid__table .click__btns .switch__btn .btn__container {
        padding: 5px 15px;
        min-height: 26px;
    }

    .wd__section .btn__grid__table .click__btns .switch__btn .btn__container.icon__text .container__text {
        padding-left: 12px;
    }

    .wd__section .btn__grid__table .click__btns .switch__btn .btn__container .container__icon {
        height: 26px;
        background-size: contain;
    }

    .wd__section .btn__grid__table .click__btns .switch__btn .btn__container .container__text {
        font-size: 0.8125rem;
        line-height: 2;
    }

    .wd__section .btn__grid__table .click__btns .switch__btn.disableIcon .btn__container {
        padding: 13px 15px;
        min-height: auto;
    }

    .wd__section .btn__grid__table .click__btns .switch__btn.disableIcon .btn__container.icon__text .container__text {
        padding-left: 0;
    }

    .wd__section .btn__grid__table .click__btns .switch__btn.disableIcon .btn__container .container__text {
        min-height: auto;
        line-height: 1;
    }

    .wd__section .btn__grid__table .grid__table {
        margin-top: 0;
        width: 720px;
        height: auto;
    }

    .wd__section .btn__grid__table .grid__table .row {
        position: absolute !important;
        overflow: hidden;
        top: 0;
        left: 0;
        margin-top: 0;
        height: 0;
        transition: height 300ms;
    }

    .wd__section .btn__grid__table .grid__table .row.active {
        position: relative !important;
        height: auto;
    }

    .wd__section .btn__grid__table .grid__table .row:first-child {
        margin-top: 0;
    }

    .wd__section .btn__grid__table .grid__table .row .table__container {
        padding-top: 100px;
        padding-bottom: 100px;
        height: auto;
    }

    .wd__section .btn__grid__table .grid__table .row .table__container .wd__content {
        margin-left: 60px;
        width: 426px;
    }

    .wd__section .btn__grid__table .grid__table .row .wd__img {
        width: 100%;
        max-width: 546px;
        height: 546px;
    }
}

@media all and (max-width: 730.5px) {
    .wd__section .btn__grid__table .click__btns {
        margin: 44px auto 10px;
        width: 100%;
        max-width: 320px;
    }

    .wd__section .btn__grid__table .click__btns .switch__btn {
        margin: 0 14px 24px;
        border-radius: 26px;
    }

    .wd__section .btn__grid__table .click__btns .switch__btn .btn__container {
        padding: 3px 13px;
        min-height: 26px;
    }

    .wd__section .btn__grid__table .click__btns .switch__btn .btn__container.icon__text .container__text {
        padding-left: 10px;
    }

    .wd__section .btn__grid__table .click__btns .switch__btn .btn__container .container__icon {
        height: 26px;
        background-size: contain;
    }

    .wd__section .btn__grid__table .click__btns .switch__btn .btn__container .container__text {
        font-size: 0.8125rem;
        line-height: 2;
    }

    .wd__section .btn__grid__table .click__btns .switch__btn.disableIcon .btn__container {
        padding: 12px 15px;
        min-height: auto;
    }

    .wd__section .btn__grid__table .click__btns .switch__btn.disableIcon .btn__container.icon__text .container__text {
        padding-left: 0;
    }

    .wd__section .btn__grid__table .click__btns .switch__btn.disableIcon .btn__container .container__text {
        min-height: auto;
        line-height: 1;
    }

    .wd__section .btn__grid__table .grid__table {
        margin-top: 0;
        width: 600px;
        height: auto;
        min-height: 580px;
    }

    .wd__section .btn__grid__table .grid__table .row {
        position: absolute !important;
        overflow: hidden;
        top: 0;
        left: 0;
        margin-top: 0;
        height: 0;
        transition: height 300ms;
    }

    .wd__section .btn__grid__table .grid__table .row.active {
        position: relative !important;
        height: auto;
    }

    .wd__section .btn__grid__table .grid__table .row .table__container {
        padding-top: 39px;
        padding-bottom: 39px;
        height: auto;
    }

    .wd__section .btn__grid__table .grid__table .row .table__container .wd__content {
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        max-width: 280px;
    }

    .wd__section .btn__grid__table .grid__table .row .wd__img {
        width: 100%;
        max-width: 321px;
        height: 321px;
    }
}

.wd__section .columns__hl {
    margin: 0 auto;
    max-width: 1366px;
}

.wd__section .columns__hl .row .col {
    display: table;
    box-sizing: border-box;
    height: 300px;
    border: 1px solid white;
    border-top: 2px solid white;
    border-bottom: 0 solid white;
    background-color: #f5f5f5;
}

.wd__section .columns__hl .row .col:first-child {
    border-left: 0 solid white;
}

.wd__section .columns__hl .row .col:last-child {
    border-right: 0 solid white;
}

.wd__section .columns__hl .row .col .hl {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: center;
}

.wd__section .columns__hl .row .col .hl .text-top {
    display: block;
    position: relative;
}

.wd__section .columns__hl .row .col .hl .text-top span {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin: 0;
    color: #636360;
    font-size: 20px;
    line-height: 1.3;
}

.wd__section .columns__hl .row .col .hl .text {
    display: block;
    color: #006EB3;
    font-size: 74px;
    line-height: 1;
}

.wd__section .columns__hl .row .col .hl .text div.deg {
    display: inline-block;
    position: relative;
    top: -10px;
    height: 0;
    font-size: 3.4375rem;
}

.wd__section .columns__hl .row .col .hl .text-bottom {
    position: relative;
}

.wd__section .columns__hl .row .col .hl .text-bottom span {
    display: block;
    position: absolute;
    left: 50%;
    margin: 0;
    color: #636360;
    font-size: 20px;
    line-height: 1.3;
}

.wd__section .columns__hl .row .col.l12 .hl .text-top span,
.wd__section .columns__hl .row .col.l12 .hl .text-bottom span {
    margin-left: -212px;
    width: 424px;
}

.wd__section .columns__hl .row .col.l6 .hl .text-top span,
.wd__section .columns__hl .row .col.l6 .hl .text-bottom span {
    margin-left: -212px;
    width: 424px;
}

.wd__section .columns__hl .row .col.l4 .hl .text-top span,
.wd__section .columns__hl .row .col.l4 .hl .text-bottom span {
    margin-left: -111px;
    width: 222px;
}

.wd__section .columns__hl .row .col.l3 .hl .text-top span,
.wd__section .columns__hl .row .col.l3 .hl .text-bottom span {
    margin-left: -111px;
    width: 222px;
}

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    .wd__section .columns__hl {
        margin-right: auto;
        margin-left: auto;
        max-width: 720px;
    }

    .wd__section .columns__hl .row .col {
        height: 180px;
    }

    .wd__section .columns__hl .row .col .hl .text-top span {
        bottom: 2px;
        font-size: 0.8125rem;
        line-height: 1.4;
    }

    .wd__section .columns__hl .row .col .hl .text {
        font-size: 2.5rem;
        line-height: 1.1;
    }

    .wd__section .columns__hl .row .col .hl .text div.deg {
        top: 0;
        font-size: 2.3125rem;
    }

    .wd__section .columns__hl .row .col .hl .text-bottom span {
        margin-top: -2px;
        font-size: 0.8125rem;
        line-height: 1.4;
    }

    .wd__section .columns__hl .row .col.m12 .hl .text-top span,
    .wd__section .columns__hl .row .col.m12 .hl .text-bottom span {
        margin-left: -138px;
        width: 276px;
    }

    .wd__section .columns__hl .row .col.m6 .hl .text-top span,
    .wd__section .columns__hl .row .col.m6 .hl .text-bottom span {
        margin-left: -138px;
        width: 276px;
    }

    .wd__section .columns__hl .row .col.m4 .hl .text-top span,
    .wd__section .columns__hl .row .col.m4 .hl .text-bottom span {
        margin-left: -85px;
        width: 170px;
    }

    .wd__section .columns__hl .row .col.m3 .hl .text-top span,
    .wd__section .columns__hl .row .col.m3 .hl .text-bottom span {
        margin-left: -75px;
        width: 150px;
    }
}

@media all and (max-width: 730.5px) {
    .wd__section .columns__hl {
        margin-top: 50px;
        margin-right: auto;
        margin-left: auto;
        max-width: 320px;
    }

    .wd__section .columns__hl .row .col {
        height: 150px;
    }

    .wd__section .columns__hl .row .col .hl .text-top span {
        bottom: 5px;
        font-size: 0.8125rem;
        line-height: 1.2;
    }

    .wd__section .columns__hl .row .col .hl .text {
        font-size: 2.25rem;
        line-height: 1;
    }

    .wd__section .columns__hl .row .col .hl .text div.deg {
        top: -2px;
        font-size: 1.9375rem;
    }

    .wd__section .columns__hl .row .col .hl .text-bottom span {
        margin-top: 1px;
        font-size: 0.8125rem;
        line-height: 1.2;
    }

    .wd__section .columns__hl .row .col.s12 {
        border-left: 0 solid white;
        border-right: 0 solid white;
    }

    .wd__section .columns__hl .row .col.s12 .hl .text-top span,
    .wd__section .columns__hl .row .col.s12 .hl .text-bottom span {
        margin-left: -140px;
        width: 280px;
    }

    .wd__section .columns__hl .row .col.s6:nth-child(odd) {
        border-left: 0 solid white;
    }

    .wd__section .columns__hl .row .col.s6:nth-child(even) {
        border-right: 0 solid white;
    }

    .wd__section .columns__hl .row .col.s6 .hl .text-top span,
    .wd__section .columns__hl .row .col.s6 .hl .text-bottom span {
        margin-left: -140px;
        width: 280px;
    }

    .wd__section .columns__hl .row .col.s4 .hl .text-top span,
    .wd__section .columns__hl .row .col.s4 .hl .text-bottom span {
        margin-left: -75px;
        width: 150px;
    }

    .wd__section .columns__hl .row .col.s3 .hl .text-top span,
    .wd__section .columns__hl .row .col.s3 .hl .text-bottom span {
        margin-left: -75px;
        width: 150px;
    }
}

.wd__section .vr__screen {
    display: block;
    position: relative;
    margin: 50px auto -50px;
    text-align: center;
}

.wd__section .vr__screen #vr__screen__icon {
    width: 76px;
    height: 48px;
}

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    .wd__section .vr__screen {
        margin: 50px auto -39px;
    }
}

@media all and (max-width: 730.5px) {
    .wd__section .vr__screen {
        margin: 40px auto -28px;
    }
}

.wd__section .kv__badge {
    display: block;
    position: relative;
    margin-top: 64px;
    margin-right: auto;
    margin-left: auto;
    width: 94%;
    max-width: 950px;
}

.wd__section .kv__badge .badge__container {
    position: relative;
    text-align: center;
}

.wd__section .kv__badge .badge__container img {
    display: inline-block;
    position: relative;
    margin: 0 25px;
    background-size: contain;
    vertical-align: middle;
}

.wd__section .kv__badge .badge__container img.icon__badge-creator {
    width: 98px;
    height: 130px;
}

#CMD .kv__badge .icon__badge-creator {
    background-image: url("images/kv_badge_creator.jpg");
}


.wd__section .kv__badge .badge__container img.icon__badge-oled {
    width: 98px;
    height: 130px;
}

#CMD .kv__badge .icon__badge-oled {
    background-image: url("images/kv_badge_oled.jpg");
}


.wd__section .kv__badge .badge__container img.icon__badge-nvidia {
    left: -6px;
    margin-right: 7px;
    width: 192px;
    height: 90px;
}

#CMD .kv__badge .icon__badge-nvidia {
    background-image: url("images/kv_badge_nvidia.png");
}


.wd__section .kv__badge .badge__content {
    position: relative;
    margin-top: 24px;
    text-align: center;
}

.wd__section .kv__badge .badge__content .content-text {
    display: block;
    position: relative;
    margin-bottom: 5px;
    color: #999;
    font-size: 0.875rem;
    text-align: center;
    line-height: 1.2;
}

.wd__section .kv__badge .badge__content .content-text:last-child {
    margin-bottom: 0;
}

#CMD .kv__badge.theme-bg-white .icon__badge-nvidia {
    background-image: url("images/kv_badge_nvidia_black.png");
}


.wd__section .kv__badge.theme-bg-white .badge__content .content-text {
    color: #131313;
}

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    .wd__section .kv__badge {
        margin-top: 52px;
        width: 100%;
        max-width: 720px;
    }

    .wd__section .kv__badge .badge__container img {
        margin: 0 25px;
    }

    .wd__section .kv__badge .badge__container img.icon__badge-creator {
        width: 98px;
        height: 130px;
    }

    .wd__section .kv__badge .badge__container img.icon__badge-oled {
        width: 98px;
        height: 130px;
    }

    .wd__section .kv__badge .badge__container img.icon__badge-nvidia {
        left: -7px;
        margin-right: 5px;
        width: 192px;
        height: 90px;
    }

    .wd__section .kv__badge .badge__content {
        margin-top: 25px;
    }

    .wd__section .kv__badge .badge__content .content-text {
        font-size: 0.875rem;
        line-height: 1.2;
    }
}

@media all and (max-width: 730.5px) {
    .wd__section .kv__badge {
        margin-top: 52px;
        width: 90%;
        max-width: 430px;
    }

    .wd__section .kv__badge .badge__container img {
        margin: 0 21px 38px;
    }

    .wd__section .kv__badge .badge__container img.icon__badge-creator {
        width: 80px;
        height: 106px;
    }

    .wd__section .kv__badge .badge__container img.icon__badge-oled {
        width: 80px;
        height: 106px;
    }

    .wd__section .kv__badge .badge__container img.icon__badge-nvidia {
        left: -4px;
        margin-right: 3px;
        width: 150px;
        height: 70px;
    }

    .wd__section .kv__badge .badge__content {
        margin-top: -3px;
    }

    .wd__section .kv__badge .badge__content .content-text {
        margin-bottom: 8px;
        font-size: 0.875rem;
        line-height: 1.2;
    }
}

.wd__section .columns__icon {
    margin: 0 auto;
    max-width: 1366px;
}

.wd__section .columns__icon .row .col {
    display: table;
    box-size: border-box;
    height: 302px;
}

.wd__section .columns__icon .row .col .col__container {
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.wd__section .columns__icon .row .col .col__container .icon {
    display: block;
    position: relative;
    margin: -24px auto 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wd__section .columns__icon .row .col .col__container .text-bottom {
    position: absolute;
    left: 50%;
    padding-top: 10px;
    font-size: 20px;
    text-align: center;
}

.wd__section .columns__icon .row .col.l12 .icon {
    width: 556px;
    height: 90px;
}

.wd__section .columns__icon .row .col.l12 .text-bottom {
    margin-left: -212px;
    width: 424px;
}

.wd__section .columns__icon .row .col.l6 .icon {
    width: 556px;
    height: 90px;
}

.wd__section .columns__icon .row .col.l6 .text-bottom {
    margin-left: -212px;
    width: 424px;
}

.wd__section .columns__icon .row .col.l4 .icon {
    width: 312px;
    height: 90px;
}

.wd__section .columns__icon .row .col.l4 .text-bottom {
    margin-left: -111px;
    width: 222px;
}

.wd__section .columns__icon .row .col.l3 .icon {
    width: 270px;
    height: 90px;
}

.wd__section .columns__icon .row .col.l3 .text-bottom {
    margin-left: -111px;
    width: 222px;
}

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    .wd__section .columns__icon {
        max-width: 720px;
    }

    .wd__section .columns__icon .row .col {
        height: 180px;
    }

    .wd__section .columns__icon .row .col .col__container .icon {
        margin-top: -33px;
        background-size: contain;
    }

    .wd__section .columns__icon .row .col .col__container .text-bottom {
        padding-top: 8px;
        font-size: 0.8125rem;
        line-height: 1.4;
    }

    .wd__section .columns__icon .row .col.m12 .icon {
        width: 304px;
        height: 56px;
    }

    .wd__section .columns__icon .row .col.m12 .text-bottom {
        margin-left: -138px;
        width: 276px;
    }

    .wd__section .columns__icon .row .col.m6 .icon {
        width: 304px;
        height: 56px;
    }

    .wd__section .columns__icon .row .col.m6 .text-bottom {
        margin-left: -138px;
        width: 276px;
    }

    .wd__section .columns__icon .row .col.m4 .icon {
        width: 170px;
        height: 56px;
    }

    .wd__section .columns__icon .row .col.m4 .text-bottom {
        margin-left: -85px;
        width: 170px;
    }

    .wd__section .columns__icon .row .col.m3 .icon {
        width: 150px;
        height: 56px;
    }

    .wd__section .columns__icon .row .col.m3 .text-bottom {
        margin-left: -75px;
        width: 150px;
    }
}

@media all and (max-width: 730.5px) {
    .wd__section .columns__icon {
        max-width: 320px;
    }

    .wd__section .columns__icon .row .col {
        height: 150px;
    }

    .wd__section .columns__icon .row .col .col__container .icon {
        margin-top: -24px;
        background-size: contain;
    }

    .wd__section .columns__icon .row .col .col__container .text-bottom {
        padding-top: 9px;
        font-size: 0.8125rem;
        line-height: 1.2;
    }

    .wd__section .columns__icon .row .col.s12 {
        border-left: 0 solid white;
        border-right: 0 solid white;
    }

    .wd__section .columns__icon .row .col.s12 .icon {
        width: 280px;
        height: 46px;
    }

    .wd__section .columns__icon .row .col.s12 .text-bottom {
        margin-left: -140px;
        width: 280px;
    }

    .wd__section .columns__icon .row .col.s6:nth-child(odd) {
        border-left: 0 solid white;
    }

    .wd__section .columns__icon .row .col.s6:nth-child(even) {
        border-right: 0 solid white;
    }

    .wd__section .columns__icon .row .col.s6 .icon {
        width: 150px;
        height: 46px;
    }

    .wd__section .columns__icon .row .col.s6 .text-bottom {
        margin-left: -75px;
        width: 150px;
    }

    .wd__section .columns__icon .row .col.s4 .icon {
        width: 150px;
        height: 46px;
    }

    .wd__section .columns__icon .row .col.s4 .text-bottom {
        margin-left: -50px;
        width: 100px;
    }

    .wd__section .columns__icon .row .col.s3 .icon {
        width: 150px;
        height: 46px;
    }

    .wd__section .columns__icon .row .col.s3 .text-bottom {
        left: 0;
        margin-right: auto;
        margin-left: auto;
        width: 80px;
    }
}

.wd__section .columns__hl__icon__dynamic {
    display: flex;
    margin: 0 auto;
    max-width: 1366px;
    flex-wrap: wrap;
}

.wd__section .columns__hl__icon__dynamic::after {
    display: block;
    position: relative;
    clear: both;
    width: 100%;
    height: 0;
    content: '';
}

.wd__section .columns__hl__icon__dynamic .col__container {
    display: inline-block;
    padding: 90px 0 !important;
    height: auto;
    vertical-align: top;
}

.wd__section .columns__hl__icon__dynamic .col__container::after {
    display: block;
    position: relative;
    clear: both;
    width: 100%;
    height: 0;
    content: '';
}

.wd__section .columns__hl__icon__dynamic .col__container:first-child {
    border-left: 0 solid white;
}

.wd__section .columns__hl__icon__dynamic .col__container:last-child {
    border-right: 0 solid white;
}

.wd__section .columns__hl__icon__dynamic .hl {
    display: block;
    position: relative;
    margin: 0 auto;
    height: auto;
    text-align: center;
    vertical-align: middle;
}

.wd__section .columns__hl__icon__dynamic .hl .text-top {
    display: block;
    position: relative;
    margin-bottom: 10px;
}

.wd__section .columns__hl__icon__dynamic .hl .text-top span {
    bottom: 10px;
    font-size: 20px;
    line-height: 1.3;
}

.wd__section .columns__hl__icon__dynamic .hl .text-top span,
.wd__section .columns__hl__icon__dynamic .hl .text-top span span,
.wd__section .columns__hl__icon__dynamic .hl .text-top span div,
.wd__section .columns__hl__icon__dynamic .hl .text-top span *,
.wd__section .columns__hl__icon__dynamic .hl .text-top span a {
    color: #333;
}

.wd__section .columns__hl__icon__dynamic .hl .text {
    display: block;
    color: #006EB3;
    font-size: 74px;
    line-height: 1;
}

.wd__section .columns__hl__icon__dynamic .hl .text div.deg {
    display: inline-block;
    position: relative;
    top: -10px;
    height: 0;
    font-size: 3.4375rem;
}

.wd__section .columns__hl__icon__dynamic .hl .text,
.wd__section .columns__hl__icon__dynamic .hl .text sup *,
.wd__section .columns__hl__icon__dynamic .hl .text div,
.wd__section .columns__hl__icon__dynamic .hl .text * {
    color: #006EB3;
}

.wd__section .columns__hl__icon__dynamic .hl .text-bottom {
    position: relative;
    margin-top: 5px;
}

.wd__section .columns__hl__icon__dynamic .hl .text-bottom,
.wd__section .columns__hl__icon__dynamic .hl .text-bottom * {
    color: #333;
}

.wd__section .columns__hl__icon__dynamic .hl .text-bottom span {
    display: block;
    font-size: 20px;
    line-height: 1.3;
    margin-top: 3px;
    margin-bottom: 7px;
}

.wd__section .columns__hl__icon__dynamic .hl .text-bottom .chd_title {
    font-size: 1.5rem;
}

.wd__section .columns__hl__icon__dynamic .hl_text {
    margin: 0 auto;
    width: 90%;
}

.wd__section .columns__hl__icon__dynamic .hl_text .text-bottom a {
    color: #333 !important;
}

.wd__section .columns__hl__icon__dynamic .hl_icon {
    display: block;
    position: relative;
    height: auto;
    text-align: center;
    vertical-align: middle;
}

.wd__section .columns__hl__icon__dynamic .hl_icon .icon {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.wd__section .columns__hl__icon__dynamic .hl_icon .icon.single-icon {
    display: block;
    margin: 0 auto;
}

.wd__section .columns__hl__icon__dynamic .hl_icon .wd__content {
    width: 95%;
}

.wd__section .columns__hl__icon__dynamic .hl_icon .wd__content .content__title {
    margin-top: 20px;
    font-size: 1.5rem;
    line-height: 1.2;
}

.wd__section .columns__hl__icon__dynamic .hl_icon .wd__content .content__title,
.wd__section .columns__hl__icon__dynamic .hl_icon .wd__content .content__title sup,
.wd__section .columns__hl__icon__dynamic .hl_icon .wd__content .content__title sup *,
.wd__section .columns__hl__icon__dynamic .hl_icon .wd__content .content__title * {
    color: #333 !important;
}

.wd__section .columns__hl__icon__dynamic .hl_icon .wd__content .content__info {
    margin-top: 11px;
    line-height: 1.38;
    font-size: 20px;
}

.wd__section .columns__hl__icon__dynamic .hl_icon .wd__content .content__info,
.wd__section .columns__hl__icon__dynamic .hl_icon .wd__content .content__info sup,
.wd__section .columns__hl__icon__dynamic .hl_icon .wd__content .content__info sup *,
.wd__section .columns__hl__icon__dynamic .hl_icon .wd__content .content__info * {
    color: #333 !important;
}

.wd__section .columns__hl__icon__dynamic .hl_icon .text-bottom {
    display: block;
    margin: 0 auto;
    margin-top: 17px;
    width: 90%;
    font-size: 20px;
    text-align: center;
}

.wd__section .columns__hl__icon__dynamic .hl_icon .text-bottom,
.wd__section .columns__hl__icon__dynamic .hl_icon .text-bottom a,
.wd__section .columns__hl__icon__dynamic .hl_icon .text-bottom * {
    color: #333 !important;
}

.wd__section .columns__hl__icon__dynamic .col__container {
    right: auto;
    left: auto;
    margin-left: auto;
    width: 100%;
    background-color: #e4f5ff;
}

.wd__section .columns__hl__icon__dynamic .col__container.l12 .hl_icon .icon {
    width: 556px;
    height: 90px;
}

.wd__section .columns__hl__icon__dynamic .col__container.l6 .hl_icon .icon {
    width: 556px;
    height: 90px;
}

.wd__section .columns__hl__icon__dynamic .col__container.l4 .hl_icon .icon {
    width: 312px;
    height: 90px;
}

.wd__section .columns__hl__icon__dynamic .col__container.l3 .hl_icon .icon {
    width: 270px;
    height: 90px;
}

@media all and (min-width: 1280px) {
    .wd__section .columns__hl__icon__dynamic .col__container.l4 {
        width: 33.333333333% !important;
    }
}

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    .wd__section .columns__hl__icon__dynamic {
        margin-right: auto;
        margin-left: auto;
        width: 744px;
    }

    .wd__section .columns__hl__icon__dynamic .col__container {
        padding: 48px 0 !important;
    }

    .wd__section .columns__hl__icon__dynamic .col__container .hl .text-top {
        margin-bottom: 5px;
    }

    .wd__section .columns__hl__icon__dynamic .col__container .hl .text-top span {
        bottom: 2px;
        font-size: 20px;
        line-height: 1.3;
    }

    .wd__section .columns__hl__icon__dynamic .col__container .hl .text {
        font-size: 2.5rem;
        line-height: 1.1;
    }

    .wd__section .columns__hl__icon__dynamic .col__container .hl .text div.deg {
        top: 0;
        font-size: 2.3125rem;
    }

    .wd__section .columns__hl__icon__dynamic .col__container .hl .text-bottom span {
        margin-top: -2px;
        font-size: 20px;
        line-height: 1.3;
    }

    .wd__section .columns__hl__icon__dynamic .col__container .hl .text-bottom .chd_title {
        font-size: 1.5rem;
    }

    .wd__section .columns__hl__icon__dynamic .col__container .hl_icon .icon {
        margin-top: -15px;
        background-size: contain;
    }

    .wd__section .columns__hl__icon__dynamic .col__container .hl_icon .text-bottom {
        margin-top: 11px;
        font-size: 20px;
        line-height: 1.2;
    }

    .wd__section .columns__hl__icon__dynamic .col__container.m12 .hl_icon .icon {
        width: 304px;
        height: 56px;
    }

    .wd__section .columns__hl__icon__dynamic .col__container.m6 .hl_icon .icon {
        width: 304px;
        height: 56px;
    }

    .wd__section .columns__hl__icon__dynamic .col__container.m4 {
        width: 33.33333333333% !important;
        max-width: 248px;
    }

    .wd__section .columns__hl__icon__dynamic .col__container.m4 .hl_icon .icon {
        width: 170px;
        height: 56px;
    }

    .wd__section .columns__hl__icon__dynamic .col__container.m3 .hl_icon .icon {
        width: 150px;
        height: 56px;
    }

    .wd__section .columns__hl__icon__dynamic .hl_icon .wd__content .content__title {
        font-size: 20px;
    }

    .wd__section .columns__hl__icon__dynamic .hl_icon .wd__content .content__info {
        margin-top: 8px;
        font-size: 0.8125rem;
    }
}

@media all and (max-width: 730.5px) {
    .wd__section .columns__hl__icon__dynamic {
        position: relative;
        margin-top: 50px;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        max-width: 320px;
    }

    .wd__section .columns__hl__icon__dynamic .col__container {
        padding: 37px 0 !important;
    }

    .wd__section .columns__hl__icon__dynamic .col__container .hl .text-top {
        margin-bottom: 7px;
    }

    .wd__section .columns__hl__icon__dynamic .col__container .hl .text-top span {
        bottom: 5px;
        font-size: 1.125rem;
        line-height: 1.2;
    }

    .wd__section .columns__hl__icon__dynamic .col__container .hl .text {
        font-size: 2.25rem;
        line-height: 1;
    }

    .wd__section .columns__hl__icon__dynamic .col__container .hl .text div.deg {
        top: -2px;
        font-size: 1.9375rem;
    }

    .wd__section .columns__hl__icon__dynamic .col__container .hl .text-bottom {
        margin-top: 2px;
    }

    .wd__section .columns__hl__icon__dynamic .col__container .hl .text-bottom span {
        margin-top: 4px;
        font-size: 1.125rem;
        line-height: 1.2;
    }

    .wd__section .columns__hl__icon__dynamic .col__container .hl .text-bottom .chd_title {
        font-size: 1.375rem;
    }

    .wd__section .columns__hl__icon__dynamic .col__container .hl_icon .icon {
        margin-top: -11px;
        background-size: contain;
    }

    .wd__section .columns__hl__icon__dynamic .col__container .hl_icon .text-bottom {
        padding-top: 9px;
        font-size: 1.125rem;
        line-height: 1.2;
    }

    .wd__section .columns__hl__icon__dynamic .col__container.s12 {
        border-left: 0 solid white;
        border-right: 0 solid white;
    }

    .wd__section .columns__hl__icon__dynamic .col__container.s12 .hl_icon .icon {
        width: 280px;
        height: 46px;
    }

    .wd__section .columns__hl__icon__dynamic .col__container.s6:nth-child(odd) {
        border-left: 0 solid white;
    }

    .wd__section .columns__hl__icon__dynamic .col__container.s6:nth-child(even) {
        border-right: 1px solid white;
    }

    .wd__section .columns__hl__icon__dynamic .col__container.s6 .hl_icon .icon {
        width: 150px;
        height: 46px;
    }

    .wd__section .columns__hl__icon__dynamic .col__container.s4 .hl_icon .icon {
        width: 150px;
        height: 46px;
    }

    .wd__section .columns__hl__icon__dynamic .col__container.s3 .hl_icon .icon {
        width: 150px;
        height: 46px;
    }

    .wd__section .columns__hl__icon__dynamic .hl_icon .wd__content {
        width: 90%;
    }

    .wd__section .columns__hl__icon__dynamic .hl_icon .wd__content .content__title {
        font-size: 20px;
    }

    .wd__section .columns__hl__icon__dynamic .hl_icon .wd__content .content__info {
        margin-top: 8px;
        font-size: 0.8125rem;
    }
}

#CMD.type-grid .columns__hl__icon__dynamic {
    position: relative;
    left: 50%;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    box-sizing: content-box;
    font-size: 0;
    transform: translateX(-50%);
}

@media all and (min-width: 1280px) {
    #CMD.type-grid .columns__hl__icon__dynamic {
        margin-top: -6px;
        margin-bottom: -6px;
        padding: 0 13px;
        width: calc(100% + 56px);
        max-width: 1392px;
    }
}

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    #CMD.type-grid .columns__hl__icon__dynamic {
        margin-top: -6px;
        margin-bottom: -6px;
        padding: 0 13px;
    }
}

@media all and (max-width: 730.5px) {
    #CMD.type-grid .columns__hl__icon__dynamic {
        margin-bottom: -5px;
        padding: 0 6px;
        max-width: 328px;
    }

    #CMD.type-grid .columns__hl__icon__dynamic .col__container.s12:first-child {
        border-top: 0;
    }
}

@media all and (min-width: 1280px) {

    #CMD.type-grid.theme-black .columns__hl__icon__dynamic .col__container,
    #CMD.type-grid.theme-white .columns__hl__icon__dynamic .col__container {
        border-left: 6px solid #e4f5ff;
        border-right: 6px solid #e4f5ff;
        border-top: 6px solid #e4f5ff;
        border-bottom: 6px solid #e4f5ff;
    }
}

@media all and (min-width: 731px) and (max-width: 1279.5px) {

    #CMD.type-grid.theme-black .columns__hl__icon__dynamic .col__container,
    #CMD.type-grid.theme-white .columns__hl__icon__dynamic .col__container {
        border-left: 6px solid #e4f5ff;
        border-right: 6px solid #e4f5ff;
        border-top: 6px solid #e4f5ff;
        border-bottom: 6px solid #e4f5ff;
    }
}

@media all and (max-width: 730.5px) {

    #CMD.type-grid.theme-black .columns__hl__icon__dynamic .col__container,
    #CMD.type-grid.theme-white .columns__hl__icon__dynamic .col__container {
        border-left: 5px solid #e4f5ff;
        border-right: 5px solid #e4f5ff;
        border-top: 5px solid #e4f5ff;
        border-bottom: 5px solid #e4f5ff;
    }
}

#CMD.type-grid.theme-black .columns__hl__icon__dynamic .col__container,
#CMD.type-grid.theme-white .columns__hl__icon__dynamic .col__container {
    background-color: #fff;
}

#CMD.mode-ada .wd__section .columns__hl__icon__dynamic .col__container.col {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}

#CMD.mode-ada .wd__section .columns__hl__icon__dynamic .col__container.col .hl,
#CMD.mode-ada .wd__section .columns__hl__icon__dynamic .col__container.col .hl_icon {
    text-align: center;
}

#CMD.mode-ada .wd__section .columns__hl__icon__dynamic .col__container.col .hl .icon,
#CMD.mode-ada .wd__section .columns__hl__icon__dynamic .col__container.col .hl_icon .icon {
    margin-top: 0;
}

#CMD.mode-ada .wd__section .columns__hl__icon__dynamic .col__container.col .hl .text-bottom,
#CMD.mode-ada .wd__section .columns__hl__icon__dynamic .col__container.col .hl_icon .text-bottom {
    position: relative;
    left: 0;
    margin: 0;
    width: auto;
    text-align: center;
}

#CMD.mode-ada .wd__section .columns__hl__icon__dynamic .col__container.col .hl .text-bottom span {
    position: relative;
    left: 0;
    margin: 0;
    width: auto;
    text-align: center;
}

@media all and (max-width: 730.5px) {
    #CMD.mode-ada .wd__section .columns__hl__icon__dynamic {
        width: 100%;
        max-width: 100%;
    }
}

.wd__section .columns__hl__icon__dynamic .col__container.asus-oled .hl_icon .img__icon {
    background-size: contain;
}

@media all and (min-width: 1280px) {
    .wd__section .columns__hl__icon__dynamic .col__container.asus-oled .hl_icon {
        height: 100%;
    }

    .wd__section .columns__hl__icon__dynamic .col__container.asus-oled .hl_icon .img__icon {
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        width: 135px !important;
        height: 135px !important;
        transform: translate3d(-50%, -50%, 0);
    }
}

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    .wd__section .columns__hl__icon__dynamic .col__container.asus-oled .hl_icon {
        height: 100%;
    }

    .wd__section .columns__hl__icon__dynamic .col__container.asus-oled .hl_icon .img__icon {
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        margin-top: 0;
        width: 100px !important;
        height: 100px !important;
        transform: translate3d(-50%, -50%, 0);
    }
}

@media all and (max-width: 730.5px) {
    .wd__section .columns__hl__icon__dynamic .col__container.asus-oled .hl_icon .img__icon {
        position: relative;
        margin-top: 0;
        width: 100px !important;
        height: 100px !important;
    }
}

.wd__section .columns__image {
    margin: 0 auto;
    max-width: 1366px;
}

.wd__section .columns__image .row .col {
    display: table;
    box-sizing: border-box;
    height: 300px;
}

.wd__section .columns__image .row .col .image__container {
    display: block;
    position: relative;
    vertical-align: middle;
    text-align: center;
    background-color: #fff;
}

.wd__section .columns__image .row .col .image__container .img__columns__image {
    display: block;
    position: relative;
    margin: 0 auto;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wd__section .columns__image .row .col .image__container .text__area {
    margin-right: auto;
    margin-left: auto;
    width: 76%;
    color: #333;
}

.wd__section .columns__image .row .col .image__container .text__area .text-container {
    padding: 100px 0;
}

.wd__section .columns__image .row .col .image__container .text__area .text__title {
    margin: 3px 0;
    font-size: 48px;
    line-height: 1.15;
}

.wd__section .columns__image .row .col .image__container .text__area .text__info {
    margin: 11px 0 0;
    font-size: 20px;
    line-height: 1.6;
}

.wd__section .columns__image .row .col .image__container .text__area .text__link {
    display: block;
    margin-top: 15px;
    color: #006EB3;
    font-size: 20px;
}

@media all and (min-width: 1280px) and (max-width: 1434px) {
    .wd__section .columns__image {
        position: relative;
        left: 50%;
        width: calc(100vw + 13px);
        transform: translateX(-50%);
    }
}

@media all and (min-width: 1280px) {
    .wd__section .columns__image .row .col.l4 {
        width: 33.333333333% !important;
    }
}

@media all and (min-width: 731px) {
    .wd__section .columns__image {
        margin: 0 auto;
        max-width: 1366px;
    }

    .wd__section .columns__image .row {
        overflow: hidden;
    }

    .wd__section .columns__image .row .col {
        position: relative;
    }

    .wd__section .columns__image .row .col.l4::after,
    .wd__section .columns__image .row .col.l6::after {
        display: block;
        position: absolute;
        z-index: 10000;
        top: 0;
        right: -1px;
        width: 2px;
        height: 100vh;
        background: white;
        content: '';
    }

    .wd__section .columns__image .row .col.l4:last-child::after,
    .wd__section .columns__image .row .col.l6:last-child::after {
        display: none;
    }
}

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    .wd__section .columns__image {
        margin-right: auto;
        margin-left: auto;
        box-sizing: content-box;
        max-width: 744px;
    }

    .wd__section .columns__image .row .col {
        height: 210px;
    }

    .wd__section .columns__image .row .col.m4 {
        width: 33.333333333% !important;
    }

    .wd__section .columns__image .row .col .image__container .img__columns__image {
        height: 210px;
    }

    .wd__section .columns__image .row .col .image__container .text__area {
        width: 89%;
    }

    .wd__section .columns__image .row .col .image__container .text__area .text-container {
        padding: 45px 0;
    }

    .wd__section .columns__image .row .col .image__container .text__area .text__title {
        font-size: 2.1875rem;
        line-height: 1.2;
    }

    .wd__section .columns__image .row .col .image__container .text__area .text__info {
        margin-top: 13px;
        font-size: 20px;
        line-height: 1.5;
    }

    .wd__section .columns__image .row .col .image__container .text__area .text__link {
        margin-top: 16px;
    }
}

@media all and (max-width: 730.5px) {
    .wd__section .columns__image {
        margin-top: 50px;
        margin-right: auto;
        margin-left: auto;
        box-sizing: border-box;
        max-width: 320px;
    }

    .wd__section .columns__image .row .col {
        height: 187px;
        border-left: 0 solid white !important;
        border-right: 0 solid white !important;
    }

    .wd__section .columns__image .row .col.own__text {
        margin-top: 10px !important;
    }

    .wd__section .columns__image .row .col .image__container .img__columns__image {
        height: 187px;
    }

    .wd__section .columns__image .row .col .image__container .text__area {
        width: 280px;
        text-align: left;
    }

    .wd__section .columns__image .row .col .image__container .text__area .text-container {
        padding: 39px 0;
    }

    .wd__section .columns__image .row .col .image__container .text__area .text__title {
        font-size: 30px;
        line-height: 1.3;
    }

    .wd__section .columns__image .row .col .image__container .text__area .text__info {
        margin-top: 11px;
        font-size: 0.9375rem;
        letter-spacing: 0;
        line-height: 1.3;
    }

    .wd__section .columns__image .row .col .image__container .text__area .text__link {
        line-height: 1.3;
        margin-top: 7px;
        font-size: 0.9375rem;
    }
}

@media all and (min-width: 1280px) {
    #CMD.type-grid .columns__image {
        margin-top: 6px;
        margin-bottom: -6px;
        padding: 0 13px;
        box-sizing: content-box;
        max-width: 1392px;
    }

    #CMD.type-grid .columns__image .row .own__text {
        border-left: 6px solid #e4f5ff !important;
        border-right: 6px solid #e4f5ff !important;
        border-top: 6px solid #e4f5ff !important;
        border-bottom: 6px solid #e4f5ff !important;
    }
}

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    #CMD.type-grid .columns__image {
        margin-top: 6px;
        margin-bottom: -6px;
        padding: 0 13px;
    }

    #CMD.type-grid .columns__image .row .own__text {
        border-left: 6px solid #e4f5ff !important;
        border-right: 6px solid #e4f5ff !important;
        border-top: 6px solid #e4f5ff !important;
        border-bottom: 6px solid #e4f5ff !important;
    }
}

@media all and (max-width: 730.5px) {
    #CMD.type-grid .columns__image {
        margin-top: 0;
        margin-bottom: -5px;
        padding: 0 6px;
    }

    #CMD.type-grid .columns__image .row .col {
        border-top: 0px solid white !important;
    }
}

#CMD.type-grid .columns__image .row .col.l4::after,
#CMD.type-grid .columns__image .row .col.l6::after {
    background: none !important;
}

#CMD.type-grid .columns__image .row .own__text {
    background-color: transparent;
}

.wd__section .columns__chart {
    margin: 0 auto;
    max-width: 1366px;
}

.wd__section .columns__chart .row .col {
    display: table;
    box-size: border-box;
    height: 300px;
}

.wd__section .columns__chart .row .col .chart__container {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: center;
}

.wd__section .columns__chart .row .col .chart__container .img__columns__chart {
    display: block;
    position: relative;
    margin: 0 auto;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    .wd__section .columns__chart {
        margin-left: auto;
        margin-right: auto;
        max-width: 720px;
    }

    .wd__section .columns__chart .row .col {
        height: 180px;
    }

    .wd__section .columns__chart .row .col .chart__container .img__columns__chart {
        height: 210px;
    }
}

@media all and (max-width: 730.5px) {
    .wd__section .columns__chart {
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
        max-width: 320px;
    }

    .wd__section .columns__chart .row .col {
        height: 320px;
    }

    .wd__section .columns__chart .row .col .chart__container .img__columns__chart {
        height: 320px;
    }
}

.wd__section .slick__carousel {
    padding-bottom: 40px;
}

.wd__section .slick__carousel .slick-dots li.slick-active button::before,
.wd__section .slick__carousel .slick-dots li button:hover::before,
.wd__section .slick__carousel .slick-dots li button:focus::before {
    content: ' • ';
}

.wd__section .slick__carousel .slick-dots {
    bottom: -56px;
    margin: 0;
}

.wd__section .slick__carousel .slick-dots li {
    margin: 0 2px;
}

.wd__section .slick__carousel .slick-dots li button::before {
    font-size: 2.3125rem;
}

.wd__section .slick__carousel .carousel__images {
    margin-right: auto;
    margin-left: auto;
    max-width: 1366px;
    max-height: 840px;
}

.wd__section .slick__carousel .carousel__images .img {
    max-height: 840px;
}

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    .wd__section .slick__carousel .carousel__images {
        margin-right: auto;
        margin-left: auto;
        width: 720px;
    }

    .wd__section .slick__carousel .carousel__images .img {
        max-height: 442px;
    }
}

@media all and (max-width: 730.5px) {
    .wd__section .slick__carousel .carousel__images {
        position: relative;
        left: 50%;
        margin-right: auto;
        margin-left: -300px;
        width: 600px;
    }

    .wd__section .slick__carousel .carousel__images .img {
        max-height: 369px;
    }

    .wd__section .slick__carousel .slick-dots {
        bottom: -56px;
    }

    .wd__section .slick__carousel .slick-dots li button::before {
        font-size: 2.875rem;
    }
}

.wd__section .slick__gridtable .slick-list {
    min-height: 683px;
    height: auto;
}

.wd__section .slick__gridtable .items {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1366px;
    vertical-align: top;
}

.wd__section .slick__gridtable .items .item {
    background-color: #fff;
}

.wd__section .slick__gridtable .items .item .item-img .img__slick {
    margin: 0;
    width: 100%;
    max-width: 683px;
    height: 683px;
}

.wd__section .slick__gridtable .items .item .item-text {
    position: relative;
}

.wd__section .slick__gridtable .items .item .item-text .table__container {
    display: table;
    margin-right: auto;
    margin-left: auto;
    width: 490px;
    height: 683px;
}

.wd__section .slick__gridtable .items .item .item-text .table__container .wd__content {
    display: table-cell;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.wd__section .slick__gridtable .items .item .item-text .table__container .wd__content .content__title {
    margin-top: 0;
}

.wd__section .slick__gridtable .slick-next,
.wd__section .slick__gridtable .slick-prev {
    margin-top: -56px;
}

.wd__section .slick__gridtable .slick-dots {
    position: relative;
    bottom: 0;
    margin: 30px auto 0;
}

.wd__section .slick__gridtable .slick-dots li,
.wd__section .slick__gridtable .slick-dots li button,
.wd__section .slick__gridtable .slick-dots li button::before {
    width: 20px;
    height: 20px;
}

.wd__section .slick__gridtable .slick-dots li button::before {
    font-size: 2.5625rem;
    transition: all 300ms;
}

.wd__section .slick__gridtable .slick-dots li button:hover::before,
.wd__section .slick__gridtable .slick-dots li button:focus::before {
    opacity: 0.5;
    color: #006EB3;
}

.wd__section .slick__gridtable .slick-dots li.slick-active button::before {
    color: #006EB3;
}

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    .wd__section .slick__gridtable {
        margin-top: 77px;
    }

    .wd__section .slick__gridtable .items {
        width: 546px;
    }

    .wd__section .slick__gridtable .items .item .item-img .img__slick {
        max-width: 546px;
        height: 546px;
    }

    .wd__section .slick__gridtable .items .item .item-text {
        height: auto;
    }

    .wd__section .slick__gridtable .items .item .item-text .table__container {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto;
        padding: 100px 0;
        width: 490px;
        transform: none;
    }

    .wd__section .slick__gridtable .items .item .item-text .table__container .wd__content {
        text-align: center;
    }

    .wd__section .slick__gridtable .slick-next,
    .wd__section .slick__gridtable .slick-prev {
        top: 229px;
        margin-top: 0;
    }

    .wd__section .slick__gridtable .slick-dots {
        margin-top: 28px;
    }
}

@media all and (max-width: 730.5px) {
    .wd__section .slick__gridtable {
        margin-top: 44px;
    }

    .wd__section .slick__gridtable .items {
        width: 320px;
    }

    .wd__section .slick__gridtable .items .item .item-img .img__slick {
        max-width: 321px;
        height: 321px;
    }

    .wd__section .slick__gridtable .items .item .item-text {
        height: auto;
    }

    .wd__section .slick__gridtable .items .item .item-text .table__container {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto;
        padding: 39px 0;
        width: 280px;
        transform: none;
    }

    .wd__section .slick__gridtable .items .item .item-text .table__container .wd__content {
        text-align: center;
    }

    .wd__section .slick__gridtable .slick-dots {
        margin-top: 28px;
    }
}

.wd__section .scroll__switch .images {
    position: relative;
    margin: 77px auto 0;
    width: 1366px;
    height: 840px;
}

.wd__section .scroll__switch .images .center__point {
    width: 1px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
}

.wd__section .scroll__switch .images .scroll__switch__images {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    transition: opacity 600ms ease;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.wd__section .scroll__switch .images .scroll__switch__images.onTop {
    z-index: 110;
}

.wd__section .scroll__switch .images .scroll__switch__images.hided {
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    .wd__section .scroll__switch .images {
        margin-top: 61px;
        width: 720px;
        height: 442px;
    }

    .wd__section .scroll__switch .images .scroll__switch__images {
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 0;
    }
}

@media all and (max-width: 730.5px) {
    .wd__section .scroll__switch .images {
        left: 50%;
        margin-top: 44px;
        margin-left: -300px;
        width: 600px;
        height: 369px;
    }

    .wd__section .scroll__switch .images .scroll__switch__images {
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 0;
    }
}

.wd__section .cmd-sectionNav {
    position: relative;
}

.wd__section .cmd-sectionNav .sectionnav-container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 1145px;
}

.wd__section .cmd-sectionNav .sectionnav-container .container-items {
    display: flex;
    align-items: stretch;
    margin-right: auto;
    margin-left: auto;
    font-size: 0;
    align-content: stretch;
    flex-wrap: wrap;
}

.wd__section .cmd-sectionNav .sectionnav-container .container-items .item {
    display: block;
    position: relative;
    cursor: pointer;
    margin-bottom: 16px;
    box-sizing: border-box;
    flex-shrink: 1;
    flex-grow: 1;
}

.wd__section .cmd-sectionNav .sectionnav-container .container-items .item .item-block {
    display: block;
    box-sizing: border-box;
}

.wd__section .cmd-sectionNav .sectionnav-container .container-items .item .item-img {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 264px;
    height: 162px;
}

.wd__section .cmd-sectionNav .sectionnav-container .container-items .item .item-img figure {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
}

.wd__section .cmd-sectionNav .sectionnav-container .container-items .item .item-img .item-bg,
.wd__section .cmd-sectionNav .sectionnav-container .container-items .item .item-img .item-mask {
    width: 264px;
    height: 162px;
}

.wd__section .cmd-sectionNav .sectionnav-container .container-items .item .item-img .item-mask {
    background-color: rgba(0, 0, 0, 0.35);
}

.wd__section .cmd-sectionNav .sectionnav-container .container-items .item .item-label {
    display: inline-block;
    position: relative;
    margin: 24px auto 0;
    padding: 0 15px 20px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0%;
}

.wd__section .cmd-sectionNav .sectionnav-container .container-items .item .item-label .label-name {
    display: block;
    max-width: 100%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 1.3;
    min-width: 0%;
}

.wd__section .cmd-sectionNav .sectionnav-container .container-items .item .item-label .label-name span {
    display: block;
    max-width: 100%;
    min-width: 0%;
}

.wd__section .cmd-sectionNav .sectionnav-container .container-items .item .item-label .label-info {
    display: block;
    margin-top: 6px;
    margin-right: auto;
    margin-left: auto;
    color: #cfcfcf;
    font-size: 0.9375rem;
    text-align: center;
    line-height: 1.1;
}

.wd__section .cmd-sectionNav .sectionnav-container .container-items .item .item-img {
    overflow: hidden;
}

.wd__section .cmd-sectionNav .sectionnav-container .container-items .item .item-img figure {
    transition: opacity 300ms, transform 900ms;
}

.wd__section .cmd-sectionNav .sectionnav-container .container-items .item .item-img .item-mask {
    opacity: 1;
}

.wd__section .cmd-sectionNav .sectionnav-container .container-items .item .item-label .label-name {
    transition: all 300ms;
}

@media all and (min-width: 1280px) {
    .wd__section .cmd-sectionNav .sectionnav-container .container-items .item {
        flex-basis: 23%;
    }

    .wd__section .cmd-sectionNav .sectionnav-container .container-items .item .item-img .item-mask {
        opacity: 1;
        transition: opacity 300ms;
    }

    .wd__section .cmd-sectionNav .sectionnav-container .container-items .item:focus .item-img .item-mask,
    .wd__section .cmd-sectionNav .sectionnav-container .container-items .item:hover .item-img .item-mask {
        opacity: 0;
    }
}

@media all and (max-width: 1279.5px) {
    .wd__section .cmd-sectionNav .sectionnav-container .container-items .item .item-img .item-mask {
        opacity: 0;
    }

    .wd__section .cmd-sectionNav .sectionnav-container .container-items .item .item-label .label-name {
        background: #e42657;
        background: linear-gradient(to top, #e7054a, #ec3964 10%, #d70042 85%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    .wd__section .cmd-sectionNav .sectionnav-container {
        width: 90%;
        max-width: 604px;
    }

    .wd__section .cmd-sectionNav .sectionnav-container .container-items .item {
        margin-right: 8px;
        margin-bottom: 41px;
        margin-left: 8px;
        padding: 0;
        flex-basis: 266px;
    }

    .wd__section .cmd-sectionNav .sectionnav-container .container-items .item .item-label .label-info {
        width: 93%;
        font-size: 1rem;
        line-height: 1.1;
    }
}

@media all and (max-width: 730.5px) and (min-width: 600px) {
    .wd__section .cmd-sectionNav .sectionnav-container {
        max-width: 320px;
    }
}

@media all and (max-width: 599px) {
    .wd__section .cmd-sectionNav .sectionnav-container {
        max-width: 320px;
    }
}

@media all and (max-width: 730.5px) {
    .wd__section .cmd-sectionNav .sectionnav-container {
        width: 100%;
    }

    .wd__section .cmd-sectionNav .sectionnav-container .container-items .item {
        margin-right: 7px;
        margin-bottom: 22px;
        margin-left: 7px;
        padding: 0;
        flex-basis: 144px;
    }

    .wd__section .cmd-sectionNav .sectionnav-container .container-items .item .item-img {
        width: 144px;
        height: 102px;
    }

    .wd__section .cmd-sectionNav .sectionnav-container .container-items .item .item-img .item-bg,
    .wd__section .cmd-sectionNav .sectionnav-container .container-items .item .item-img .item-mask {
        width: 144px;
        height: 102px;
        background-size: contain;
    }

    .wd__section .cmd-sectionNav .sectionnav-container .container-items .item .item-label {
        margin-top: 8px;
    }

    .wd__section .cmd-sectionNav .sectionnav-container .container-items .item .item-label .label-name {
        font-size: 0.875rem;
    }

    .wd__section .cmd-sectionNav .sectionnav-container .container-items .item .item-label .label-info {
        margin-top: 3px;
        width: 93%;
        font-size: 0.8125rem;
        line-height: 1.2;
    }
}

.wd__section .btn__ainoise__switch .action {
    font-size: 0;
}

.wd__section .btn__ainoise__switch .click__btns {
    margin: 77px auto -30px;
    width: 800px;
    text-align: center;
}

.wd__section .btn__ainoise__switch .click__btns .switch__btn {
    display: inline-block;
    cursor: pointer;
    margin: 0 10px 30px;
    border: 1px solid #333;
    border-radius: 26px;
    background-color: rgba(0, 0, 0, 0);
    vertical-align: bottom;
}

.wd__section .btn__ainoise__switch .click__btns .switch__btn .btn__container {
    padding: 9px 15px;
    max-width: 600px;
    min-height: 34px;
}

.wd__section .btn__ainoise__switch .click__btns .switch__btn .btn__container.icon__text .container__text {
    padding-left: 16px;
}

.wd__section .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon {
    display: inline-block;
    float: unset;
    margin: 0;
    height: 34px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.wd__section .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon,
.wd__section .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__text {
    transition: all 400ms ease;
    vertical-align: middle;
}

.wd__section .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__text {
    color: #333;
    font-size: 20px;
    min-height: 34px;
    line-height: 1.7;
}

.wd__section .btn__ainoise__switch .click__btns .switch__btn:focus,
.wd__section .btn__ainoise__switch .click__btns .switch__btn:hover,
.wd__section .btn__ainoise__switch .click__btns .switch__btn.active {
    border: 1px solid #006EB3;
}

.wd__section .btn__ainoise__switch .click__btns .switch__btn:focus .container__text,
.wd__section .btn__ainoise__switch .click__btns .switch__btn:hover .container__text,
.wd__section .btn__ainoise__switch .click__btns .switch__btn.active .container__text {
    color: #006EB3;
}

.wd__section .btn__ainoise__switch .click__btns .switch__btn.disableIcon .btn__container.icon__text .container__text {
    padding-left: 0;
}

.wd__section .btn__ainoise__switch .scene__ada__descrtion {
    display: block;
    position: relative;
    overflow: hidden;
    opacity: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 990px;
    height: 0;
    max-height: 900px;
    text-align: center;
    transition: all 500ms linear, opacity 400ms 500ms;
}

.wd__section .btn__ainoise__switch .scene__ada__descrtion.show {
    opacity: 1;
    margin-bottom: -16px;
    padding-top: 40px;
    height: auto;
}

.wd__section .btn__ainoise__switch .scene__ada__descrtion.show span {
    display: block;
    position: relative;
    margin: 0 20px;
    color: #333;
    font-size: 1rem;
    line-height: 1.4;
}

.wd__section .btn__ainoise__switch .scene__bg {
    position: relative;
    overflow: hidden;
    margin: 59px auto 0;
    max-width: 1366px;
    height: 840px;
    background-color: #000;
}

.wd__section .btn__ainoise__switch .scene__bg .row {
    width: 100%;
}

.wd__section .btn__ainoise__switch .scene__bg .row .img__scene {
    position: relative;
    width: 100%;
    max-width: 1366px;
    height: 840px;
}

.wd__section .btn__ainoise__switch .scene__bg .row .noise__animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1366px;
    height: 840px;
}

.wd__section .btn__ainoise__switch .scene__bg .row .noise__animation .render__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 300px;
    transform: translate3d(-50%, -50%, 0);
}

.wd__section .btn__ainoise__switch .scene__bg .row .noise__animation .render__wrap .img__noise__icon {
    position: relative;
    z-index: 99;
    width: 300px;
    height: 300px;
}

.wd__section .btn__ainoise__switch .scene__bg .row .noise__animation .render__wrap canvas {
    position: absolute;
    z-index: 90;
    top: 50%;
    left: 50%;
    margin-top: -200px;
}

.wd__section .btn__ainoise__switch .scene__bg .row .noise__animation .render__wrap canvas#noise__left {
    margin-left: -700px;
}

.wd__section .btn__ainoise__switch .scene__bg .row .noise__animation .render__wrap canvas#noise__right {
    margin-left: 100px;
}

@media all and (min-width: 1280px) {
    .wd__section .btn__ainoise__switch .scene__bg .row .img__scene {
        left: 50%;
        margin-left: -683px;
        width: 1366px;
    }

    .wd__section .btn__ainoise__switch .scene__bg .row .noise__animation .render__wrap {
        margin-top: -187px;
        margin-left: -150px;
        transform: none;
    }

    .wd__section .btn__ainoise__switch .scene__bg .row .noise__animation .render__wrap .img__noise__icon {
        left: 50%;
        margin-left: -150px;
    }
}

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    .wd__section .btn__ainoise__switch .click__btns {
        margin: 61px auto 28px;
        width: 100%;
        max-width: 760px;
    }

    .wd__section .btn__ainoise__switch .click__btns .switch__btn {
        margin: 0 11px 12px;
        border-radius: 26px;
    }

    .wd__section .btn__ainoise__switch .click__btns .switch__btn .btn__container {
        padding: 5px 15px;
        min-height: 26px;
    }

    .wd__section .btn__ainoise__switch .click__btns .switch__btn .btn__container.icon__text .container__text {
        padding-left: 12px;
    }

    .wd__section .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon {
        height: 26px;
        background-size: contain;
    }

    .wd__section .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__text {
        font-size: 20px;
        line-height: 2;
    }

    .wd__section .btn__ainoise__switch .scene__ada__descrtion {
        max-width: 550px;
    }

    .wd__section .btn__ainoise__switch .scene__ada__descrtion.show {
        margin-bottom: 4px;
        padding-top: 4px;
    }

    .wd__section .btn__ainoise__switch .scene__ada__descrtion.show span {
        margin: 0 20px;
        line-height: 1.4;
    }

    .wd__section .btn__ainoise__switch .scene__bg {
        position: relative;
        overflow: hidden;
        margin: 38px auto 0;
        width: 720px;
        height: 442px;
        background-color: #000;
    }

    .wd__section .btn__ainoise__switch .scene__bg .row {
        width: 100%;
    }

    .wd__section .btn__ainoise__switch .scene__bg .row .img__scene {
        width: 100%;
        max-width: 720px;
        height: 442px;
    }

    .wd__section .btn__ainoise__switch .scene__bg .row .noise__animation {
        width: 100%;
        max-width: 720px;
        height: 442px;
    }

    .wd__section .btn__ainoise__switch .scene__bg .row .noise__animation .render__wrap {
        transform: translate3d(-50%, -50%, 0) scale(0.6);
    }
}

@media all and (max-width: 730.5px) {
    .wd__section .btn__ainoise__switch .click__btns {
        margin: 44px auto 10px;
        width: 100%;
        max-width: 320px;
    }

    .wd__section .btn__ainoise__switch .click__btns .switch__btn {
        margin: 0 9px 24px;
        border-radius: 26px;
    }

    .wd__section .btn__ainoise__switch .click__btns .switch__btn .btn__container {
        padding: 6px 3px;
        min-height: 26px;
    }

    .wd__section .btn__ainoise__switch .click__btns .switch__btn .btn__container.icon__text .container__text {
        padding-left: 5px;
    }

    .wd__section .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon {
        width: 34px !important;
        height: 26px;
        background-size: contain;
    }

    .wd__section .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__text {
        font-size: 1.125rem;
        line-height: 1.125;
    }

    .wd__section .btn__ainoise__switch .scene__ada__descrtion {
        max-width: 470px;
    }

    .wd__section .btn__ainoise__switch .scene__ada__descrtion.show {
        margin-bottom: 27px;
        padding-top: 2px;
    }

    .wd__section .btn__ainoise__switch .scene__ada__descrtion.show span {
        margin: 0 20px;
        line-height: 1.4;
        font-size: 0.9rem;
    }

    .wd__section .btn__ainoise__switch .scene__bg {
        position: relative;
        overflow: hidden;
        left: 50%;
        margin: 20px 0 0 -300px;
        width: 600px;
        height: 369px;
        background-color: #000;
    }

    .wd__section .btn__ainoise__switch .scene__bg .row {
        width: 100%;
    }

    .wd__section .btn__ainoise__switch .scene__bg .row .img__scene {
        width: 100%;
        max-width: 600px;
        height: 369px;
    }

    .wd__section .btn__ainoise__switch .scene__bg .row .noise__animation {
        width: 100%;
        max-width: 600px;
        height: 369px;
    }

    .wd__section .btn__ainoise__switch .scene__bg .row .noise__animation .render__wrap {
        transform: translate3d(-50%, -50%, 0) scale(0.45);
    }
}

.wd__section .btn__links .click__btns {
    margin-top: 77px;
    margin-bottom: 20px;
    text-align: center;
}

.wd__section .btn__links .click__btns__item {
    display: inline-block;
}

.wd__section .btn__links .click__btns .switch__btn {
    display: inline-block;
    cursor: pointer;
    margin: 0 15px 30px;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 26px;
    vertical-align: bottom;
}

.wd__section .btn__links .click__btns .switch__btn .btn__container {
    padding: 9px 20px;
    max-width: 600px;
    min-height: 34px;
}

.wd__section .btn__links .click__btns .switch__btn .btn__container .container__icon,
.wd__section .btn__links .click__btns .switch__btn .btn__container .container__text {
    transition: all 400ms ease;
    vertical-align: middle;
}

.wd__section .btn__links .click__btns .switch__btn .btn__container .container__text {
    color: #fff;
    font-size: 20px;
    min-height: 34px;
    line-height: 1.7;
}

.wd__section .btn__links .click__btns .switch__btn:focus,
.wd__section .btn__links .click__btns .switch__btn:hover,
.wd__section .btn__links .click__btns .switch__btn.active {
    border: 1px solid #006EB3;
}

.wd__section .btn__links .click__btns .switch__btn:focus .container__text,
.wd__section .btn__links .click__btns .switch__btn:hover .container__text,
.wd__section .btn__links .click__btns .switch__btn.active .container__text {
    color: #006EB3;
}

.wd__section .btn__links .images {
    position: relative;
    margin: 50px auto 0;
    width: 1366px;
    height: 840px;
}

.wd__section .btn__links .images .img {
    position: relative;
    margin-top: 0;
    width: 1366px;
    height: 840px;
}

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    .wd__section .btn__links .click__btns {
        margin: 57px auto 28px;
        width: 100%;
        max-width: 720px;
    }

    .wd__section .btn__links .click__btns .switch__btn {
        margin: 0 11px 12px;
        border-radius: 26px;
    }

    .wd__section .btn__links .click__btns .switch__btn .btn__container {
        padding: 5px 15px;
        min-height: 26px;
    }

    .wd__section .btn__links .click__btns .switch__btn .btn__container .container__text {
        font-size: 0.8125rem;
        line-height: 2;
    }

    .wd__section .btn__links .images {
        margin-top: 53px;
        width: 720px;
        height: 442px;
    }

    .wd__section .btn__links .images .img {
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 0;
        width: 720px;
        height: 442px;
    }
}

@media all and (max-width: 730.5px) {
    .wd__section .btn__links .click__btns {
        margin: 44px auto 10px;
        width: 100%;
        max-width: 320px;
    }

    .wd__section .btn__links .click__btns .switch__btn {
        margin: 0 14px 24px;
        border-radius: 26px;
    }

    .wd__section .btn__links .click__btns .switch__btn .btn__container {
        padding: 3px 13px;
        min-height: 26px;
    }

    .wd__section .btn__links .click__btns .switch__btn .btn__container .container__text {
        font-size: 0.8125rem;
        line-height: 2;
    }

    .wd__section .btn__links .images {
        left: 50%;
        margin-top: 25px;
        margin-left: -300px;
        width: 600px;
        height: 369px;
    }

    .wd__section .btn__links .images .img {
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 0;
        width: 600px;
        height: 369px;
    }
}

#CMD .columns__hl__icon__dynamic.isContent {
    display: flex;
    flex-wrap: wrap;
}

#CMD .columns__hl__icon__dynamic.isContent .col__container {
    display: inline-block;
    padding: 65px 0;
    height: auto;
    vertical-align: top;
}

#CMD .columns__hl__icon__dynamic.isContent .col__container .icon {
    margin-top: 0;
}

#CMD .columns__hl__icon__dynamic.isContent .col__container .hl_icon {
    display: block;
    height: auto;
}

#CMD .columns__hl__icon__dynamic.isContent .col__container .hl_icon .wd__content {
    width: 86%;
}

#CMD .columns__hl__icon__dynamic.isContent .col__container .hl_icon .wd__content .content__title {
    margin-top: 20px;
    color: #636360;
    font-size: 24px;
    font-weight: 200;
    line-height: 1.2;
}

#CMD .columns__hl__icon__dynamic.isContent .col__container .hl_icon .wd__content .content__info {
    margin-top: 11px;
    line-height: 1.38;
    color: #333;
}

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    #CMD .columns__hl__icon__dynamic.isContent .col__container {
        padding: 40px 0 45px;
    }

    #CMD .columns__hl__icon__dynamic.isContent .col__container .hl_icon .wd__content .content__title {
        font-size: 20px;
    }

    #CMD .columns__hl__icon__dynamic.isContent .col__container .hl_icon .wd__content .content__info {
        margin-top: 8px;
        font-size: 13px;
        font-weight: 200;
    }

    #CMD .columns__hl__icon__dynamic.isContent .col__container .hl_icon .wd__content .content__info sup.footnote-num {
        font-weight: 200;
    }
}

@media all and (max-width: 730.5px) {
    #CMD .columns__hl__icon__dynamic.isContent .col__container {
        padding: 35px 0;
    }

    #CMD .columns__hl__icon__dynamic.isContent .col__container .hl_icon .wd__content .content__title {
        font-size: 20px;
    }

    #CMD .columns__hl__icon__dynamic.isContent .col__container .hl_icon .wd__content .content__info {
        margin-top: 8px;
        font-size: 13px;
    }
}

.section__kv {
    overflow: hidden;
    margin-top: 0;
    padding-top: 40px;
}

.section__kv .wd__content {
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    width: 1078px;
    max-width: 1078px;
}

.section__kv .wd__content .content__slogan {
    text-align: center;
    margin-top: 9px;
    font-size: 4.0625rem;
}

.section__kv .wd__content .content__title {
    margin-top: -14px;
    font-size: 3.1875rem;
    line-height: 1.1;
}

.section__kv .wd__content .content__info {
    margin-top: 72px;
    font-size: 26px;
    line-height: 1.6;
}

.section__kv .wd__content .content__link {
    margin-top: 21px;
    font-size: 1.5625rem;
}

.section__kv .wd__content .content__slogan {
    color: #006EB3 !important;
}

.section__kv .img__logo {
    margin: 40px auto 28px;
    width: 1068px;
    max-width: 1068px;
    height: 51px;
}

#CMD .section__kv .img__logo {
    background-image: url("images/kv_logo.png");
}


@media all and (min-width: 731px) and (max-width: 1279.5px) {
    .section__kv .wd__content .content__slogan {
        margin-top: 10px;
        padding-left: 5%;
        padding-right: 5%;
        font-size: 3.875rem;
        line-height: 1.1;
    }

    .section__kv .wd__content .content__title {
        margin-top: 10px;
        font-size: 3.875rem;
        line-height: 1.1;
    }

    .section__kv .wd__content .content__info {
        line-height: 1.6;
    }

    .section__kv .wd__content .content__link {
        margin-top: 36px;
    }

    .section__kv .img__logo {
        margin-top: 20px;
        margin-bottom: 8px;
        width: 630px;
        max-width: 630px;
        height: 46px;
        background-size: contain;
    }

    #CMD .section__kv .img__logo {
        background-image: url("images/kv_logo.png");
    }
}


@media all and (max-width: 730.5px) {
    .section__kv .wd__content .content__slogan {
        margin-top: -7px;
        padding-left: 2.5%;
        padding-right: 2.5%;
        font-size: 2.1875rem;
        line-height: 1.1;
    }

    .section__kv .wd__content .content__title {
        margin-top: -7px;
        font-size: 2.1875rem;
        line-height: 1.1;
    }

    .section__kv .wd__content .content__info {
        font-size: 20px;
        line-height: 1.3;
    }

    .section__kv .wd__content .content__link {
        margin-top: 6px;
        font-size: 0.9375rem;
    }

    .section__kv .img__logo {
        margin-top: 40px;
        margin-bottom: 20px;
        width: 280px;
        max-width: 280px;
        height: 31px;
        background-size: contain;
    }

    #CMD .section__kv .img__logo {
        background-image: url("images/kv_logo.png");
    }
}



@media all and (max-width: 730.5px) {
    .section__kv .img__main {
        margin-top: 32px;
    }
}

.cmd-sidenav {
    z-index: 1000;
}

.cmd-sidenav .container-bg {
    position: absolute;
    right: 20px;
    width: 24px;
    height: 100%;
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.4);
}

.cmd-sidenav .container-collapse {
    display: none;
}

.cmd-sidenav .container-collapse .img__main {
    margin: 0;
    width: auto;
    height: auto;
}

.cmd-sidenav .sidenav-container .item-container::marker {
    font-size: 0;
}

@media all and (min-width: 731px) {
    .cmd-sidenav {
        position: fixed;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

    .cmd-sidenav .sidenav-container {
        position: relative;
    }

    .cmd-sidenav .sidenav-container .container-items {
        position: relative;
    }

    .cmd-sidenav .sidenav-container .container-items .item {
        display: block;
        position: relative;
        width: 57px;
        height: 57px;
        font-size: 0;
        -webkit-tap-highlight-color: transparent;
    }

    .cmd-sidenav .sidenav-container .container-items .item .item-dot {
        position: absolute;
        cursor: pointer;
        top: 0;
        right: 0;
        width: 54px;
        height: 54px;
    }

    .cmd-sidenav .sidenav-container .container-items .item .item-dot::after {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #c7c5c8;
        transform: translate3d(-50%, -50%, 0);
        user-select: none;
        pointer-events: none;
        content: '';
    }

    .cmd-sidenav .sidenav-container .container-items .item .item-label {
        position: absolute;
        overflow-y: hidden;
        right: 0;
        width: 400px;
        height: 100%;
        color: #fff;
        font-size: 0;
        text-align: right;
        user-select: none;
        pointer-events: none;
    }

    .cmd-sidenav .sidenav-container .container-items .item .item-label .label-triangle,
    .cmd-sidenav .sidenav-container .container-items .item .item-label .label-name {
        display: inline-block;
        position: relative;
        vertical-align: top;
    }

    .cmd-sidenav .sidenav-container .container-items .item .item-label .label-triangle {
        top: 0;
        left: 0;
        width: 40px;
        height: 100%;
        border-radius: 54px 0 0 54px;
        background: #006EB3;
    }

    .cmd-sidenav .sidenav-container .container-items .item .item-label .label-name {
        padding: 0 23px;
        height: 100%;
        color: #fff;
        font-size: 20px;
        background: #006EB3;
    }

    .cmd-sidenav .sidenav-container .container-items .item .item-label .label-name span {
        display: inline-block;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .cmd-sidenav .sidenav-container .container-items .item .item-dot {
        opacity: 1;
        transition: opacity 200ms 150ms linear;
    }

    .cmd-sidenav .sidenav-container .container-items .item .item-dot::after {
        transition: transform 300ms linear;
    }

    .cmd-sidenav .sidenav-container .container-items .item .item-label {
        transform: translate3d(100%, 0, 0);
        transition: transform 300ms linear;
    }

    .cmd-sidenav .sidenav-container .container-items .item.hover .item-dot {
        opacity: 0;
        transition: opacity 150ms linear;
    }

    .cmd-sidenav .sidenav-container .container-items .item.hover .item-label {
        transform: translate3d(0, 0, 0);
        transition: transform 300ms 75ms linear;
    }

    .cmd-sidenav .sidenav-container .container-items .item.enter .item-label .label-name {
        color: #006EB3;
    }

    .cmd-sidenav .sidenav-container .container-items .item .item-dot.enter::after {
        background: #006EB3;
        transform: translate3d(-50%, -50%, 0) scale(1.5);
    }
}

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    .cmd-sidenav .container-bg {
        right: 15px;
    }
}

@media all and (min-width: 1280px) {
    .cmd-sidenav .sidenav-container .container-items .item {
        margin-top: -3px;
        width: 94px;
    }

    .cmd-sidenav .sidenav-container .container-items .item .item-dot {
        width: 94px;
    }

    .cmd-sidenav .sidenav-container .container-items .item .item-dot::after {
        margin-left: 15px;
    }
}

@media all and (max-width: 730.5px) {
    .cmd-sidenav {
        position: fixed;
        top: 116px;
        right: 20px;
        width: calc(100% - 40px);
        background-color: transparent;
    }

    .cmd-sidenav .container-bg {
        display: none;
    }

    .cmd-sidenav .item-label .label-triangle {
        display: none;
    }

    .cmd-sidenav .item-dot {
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .cmd-sidenav .container-collapse {
        display: block;
        position: absolute;
        z-index: 1;
        top: -26px;
        right: 0;
        width: auto;
        height: auto;
    }

    .cmd-sidenav .container-collapse .collapse-open::before {
        background: rgba(66, 66, 66, 0.8);
    }

    .cmd-sidenav .container-collapse .collapse-close::before {
        background: #424242;
    }

    .cmd-sidenav .container-collapse .collapse-open,
    .cmd-sidenav .container-collapse .collapse-close {
        position: absolute;
        top: 50%;
        right: 13px;
        width: 22px;
        height: 22px;
        transform: translate3d(0, -50%, 0);
        transition: opacity 300ms;
    }

    .cmd-sidenav .container-collapse .collapse-open::before,
    .cmd-sidenav .container-collapse .collapse-close::before {
        position: absolute;
        content: '';
        top: 50%;
        left: 50%;
        width: 48px;
        height: 48px;
        transform: translate(-50%, -50%);
    }

    .cmd-sidenav .container-collapse .collapse-open figure,
    .cmd-sidenav .container-collapse .collapse-close figure {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -11px;
        margin-left: -11px;
        width: 22px;
        height: 22px;
        background-position: center;
        background-position: no-repeat;
        background-size: contain;
    }

    #CMD .cmd-sidenav .container-collapse .collapse-open img {
        background-image: url("images/open.png");
    }
}


@media all and (max-width: 730.5px) {
    .cmd-sidenav .container-collapse .collapse-close {
        display: none;
        user-select: none;
        pointer-events: none;
    }

    #CMD .cmd-sidenav .container-collapse .collapse-close img {
        background-image: url("images/close.png");
    }
}


@media all and (max-width: 730.5px) {
    .cmd-sidenav .container-items {
        overflow: hidden;
        height: 100%;
        max-height: 0;
        transition: all 400ms;
    }

    .cmd-sidenav .container-items .item {
        display: block;
        position: relative;
        opacity: 0;
        transition: opacity;
    }

    .cmd-sidenav .container-items .item .item-label {
        padding: 10px 14px;
        font-size: 1.1875rem;
        text-align: center;
    }

    .cmd-sidenav .container-items .item .item-label .label-name {
        color: #fff;
        font-size: 1.1875rem;
        line-height: 1.2;
    }

    .cmd-sidenav.show {
        padding-bottom: 17px;
        background-color: #333;
    }

    .cmd-sidenav.show .container-items {
        max-height: 2000px;
        transition: all 400ms;
    }

    .cmd-sidenav.show .container-items::before {
        position: absolute;
        content: '';
        top: -50px;
        left: 0;
        width: 100%;
        height: 50px;
        background-color: #333;
    }

    .cmd-sidenav.show .container-items .item {
        opacity: 1;
        transition: opacity 300ms 400ms;
    }

    .cmd-sidenav.show .container-collapse .collapse-open {
        display: none;
        user-select: none;
        pointer-events: none;
    }

    .cmd-sidenav.show .container-collapse .collapse-close {
        display: block;
        pointer-events: all;
    }

    .cmd-sidenav {
        left: 100%;
        opacity: 0;
        transition: opacity 300ms;
    }

    .cmd-sidenav.mobile-show {
        left: unset;
        opacity: 1;
    }

    .cmd-sidenav .item-dot.enter {
        z-index: -1;
        background: #e42657;
    }
}

.wd__section {
    margin-bottom: 116px;
    padding-top: 116px;
}

.wd__section .row .col[class*='push-'],
.wd__section .row .col[class*='pull-'] {
    position: relative;
}

.wd__section .always__on__top {
    z-index: 1000;
}

.wd__section .no__wrap {
    display: inline-block;
    white-space: nowrap;
}

.wd__section .wd__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 950px;
}

.wd__section .wd__content .content__slogan::after {
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -32px;
    width: 62px;
    height: 2px;
    content: '';
}

.wd__section .wd__content .content__slogan.underline-left::after {
    left: 0;
    margin-left: 0;
}

.wd__section .large_use,
.wd__section .medium_use,
.wd__section .small_use {
    display: none;
}

.section__ksp {
    padding-top: 30px;
    padding-bottom: 10px;
}

.section__ksp .ksp__layout .grid-item {
    margin-bottom: 0;
    padding: 6px;
    box-sizing: border-box;
}

.section__ksp .ksp__layout .grid-item-ie {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    border: 0;
    border: 3px solid transparent;
    border-radius: 15px;
    background: linear-gradient(to bottom, #006daf 0%, #00395c 100%) padding-box, linear-gradient(180deg, #fc8487 0%, #fad05e 100%) border-box;
}

.section__ksp .ksp__layout .wd__content .content__slogan,
.section__ksp .ksp__layout .wd__content .content__slogan * {
    color: #fff !important;
}

.section__ksp .ksp__layout .wd__content .content__title,
.section__ksp .ksp__layout .wd__content .content__title * {
    color: #fff !important;
}

.section__ksp .ksp__layout .wd__content .content__info,
.section__ksp .ksp__layout .wd__content .content__info * {
    color: #fff !important;
}

.section__ksp .ksp__layout .wd__feature__list .wd__feature .wd__feature__data {
    display: inline-block;
}

.section__ksp .ksp__layout .wd__feature__list .wd__feature .wd__feature__data,
.section__ksp .ksp__layout .wd__feature__list .wd__feature .wd__feature__data * {
    color: #fff;
}

.section__ksp .ksp__layout .wd__feature__list .wd__feature .wd__feature__data .sign-cr {
    top: 0;
    font-size: 0.5em;
}

.section__ksp .ksp__layout .wd__feature__list .wd__feature .wd__feature__describe,
.section__ksp .ksp__layout .wd__feature__list .wd__feature .wd__feature__describe *,
.section__ksp .ksp__layout .wd__feature__list .wd__feature .wd__feature__describe__top,
.section__ksp .ksp__layout .wd__feature__list .wd__feature .wd__feature__describe__top * {
    color: #fff;
}

.section__ksp .grid-item-2.grid-item-wdFeatureTopIcon .wd__feature__list .wd__feature__data {
    display: none !important;
}

.section__ksp .grid-item-2.grid-item-wdFeatureTopIcon .wd__feature__list .wd__feature__describe {
    margin-top: 0;
}

.section__ksp .grid-item-2.grid-item-wdFeatureTopIcon .wd__feature__list .wd__feature__describe__top {
    margin-bottom: 7px;
}

.section__ksp sup {
    position: relative;
    vertical-align: super;
    top: -.4em;
    font-size: 0.5em;
    line-height: unset;
}

.section__ksp sup.sign-deg {
    top: 0.1em;
}

.section__ksp sup.sign-star {
    top: -0.83em;
    font-size: 0.5em;
}

.section__ksp .grid-item.grid-item-wdContent .wd__content .content__title sup {
    color: #a7a09b;
}

.section__ksp .grid-item.grid-item-wdFeatureTopIcon .wd__feature__list .wd__feature .wd__feature__data sup.footnote-num,
.section__ksp .grid-item.grid-item-wdFeatureTopIcon .wd__feature__list .wd__feature .wd__feature__data sup.footnote-num * {
    -webkit-text-fill-color: initial !important;
    background-image: none !important;
    background-color: rgba(0, 0, 0, 0);
}

.section__ksp .ksp-img-1 .img__block {
    background-image: url("images/img_1.png");
}


.section__ksp .ksp-icon-1 .img__icon {
    background-image: url("images/icon_1.png");
}


.section__ksp .ksp-icon-2 .img__icon {
    background-image: url("images/icon_2.png");
}


.section__ksp .ksp-icon-3 .img__icon {
    background-image: url("images/icon_3.png");
}


.section__ksp .ksp-icon-4 .img__icon {
    background-image: url("images/icon_4.png");
}

.section__ksp .ksp-icon-5 .img__icon {
    background-image: url("images/icon_5.png");
}


.section__ksp .ksp-icon-6 .img__icon {
    background-image: url("images/icon_6.png");
}


.section__ksp .ksp-icon-7 .img__icon {
    background-image: url("images/icon_7.png");
}

.section__ksp .ksp-icon-8 .img__icon {
    background-image: url("images/icon_8.png");
}

.section__ksp .ksp-icon-9 .img__icon {
    background-image: url("images/icon_9.png");
}

#CMD .section__1 .img__main {
    background-image: url("images/main.jpg");
}

#CMD .section__2 .img__main {
    background-image: url("images/main.jpg");
}

#CMD .section__3 .img__main {
    background-image: url("images/main_3.jpg");
}

#CMD .section__4 .img__main {
    background-image: url("images/main_4.jpg");
}

#CMD .section__5 .img__main {
    background-image: url("images/main_5.jpg");
}

#CMD .section__6 .img__main {
    background-image: url("images/main_6.jpg");
}
#CMD .section__7 .img__main {
    background-image: url("images/main_7.jpg");
}

#CMD .section__8 .img__main {
    background-image: url("images/main_8.jpg");
}

#CMD .section__9 .img__main {
    background-image: url("images/main_9.jpg");
}
#CMD .section__10 .img__main {
    background-image: url("images/main.jpg");
}

#CMD .section__11 .img__main {
    background-image: url("images/main_11.jpg");
}


#CMD .section__12 .img__main {
    background-image: url("images/main_12.jpg");
}

#CMD .section__13 .img__main {
    background-image: url("images/main_13.jpg");
}

#CMD .section__14 .img__main {
    background-image: url("images/main_14.jpg");
}


#CMD .section__15 .img__main {
    background-image: url("images/main_15.jpg");
}

#CMD .section__16 .img__main {
    background-image: url("images/main_16.jpg");
}
#CMD .section__17 .img__main {
    background-image: url("images/main.jpg");
}


#CMD .section__18 .img__main {
    background-image: url("images/main.jpg");
}


#CMD .section__19 .img__main {
    background-image: url("images/main_19.jpg");
}


#CMD .section__20 .img__main {
    background-image: url("images/main_20.jpg");
}


#CMD .section__21 .img__main {
    background-image: url("images/main_21.jpg");
}
#CMD .section__22 .img__main {
    background-image: url("images/main_22.jpg");
}


#CMD .section__23 .img__main {
    background-image: url("images/main_23.jpg");
}


#CMD .section__24 .img__main {
    background-image: url("images/main_24.jpg");
}

#CMD .section__25 .img__main {
    background-image: url("images/main_25.jpg");
}


#CMD .section__26 .img__main {
    background-image: url("images/main_25.jpg");
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__1 .img__main {
        background-image: url("images/main.jpg");
    }
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__2 .img__main {
        background-image: url("images/main.jpg");
    }
}

@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__3 .img__main {
        background-image: url("images/main_3.jpg");
    }
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__4 .img__main {
        background-image: url("images/main_4.jpg");
    }
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__5 .img__main {
        background-image: url("images/main_5.jpg");
    }
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__6 .img__main {
        background-image: url("images/main_6.jpg");
    }
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__7 .img__main {
        background-image: url("images/main_7.jpg");
    }
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__8 .img__main {
        background-image: url("images/main_8.jpg");
    }
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__9 .img__main {
        background-image: url("images/main_9.jpg");
    }
}

@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__10 .img__main {
        background-image: url("images/main.jpg");
    }
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__11 .img__main {
        background-image: url("images/main_11.jpg");
    }
}

@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__12 .img__main {
        background-image: url("images/main_12.jpg");
    }
}

@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__13 .img__main {
        background-image: url("images/main_13.jpg");
    }
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__14 .img__main {
        background-image: url("images/main_14.jpg");
    }
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__15 .img__main {
        background-image: url("images/main_15.jpg");
    }
}

@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__16 .img__main {
        background-image: url("images/main.jpg");
    }
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__17 .img__main {
        background-image: url("images/main.jpg");
    }
}



@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__18 .img__main {
        background-image: url("images/main.jpg");
    }
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__19 .img__main {
        background-image: url("images/main_19.jpg");
    }
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__20 .img__main {
        background-image: url("images/main_20.jpg");
    }
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__21 .img__main {
        background-image: url("images/main_21.jpg");
    }
}

@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__22 .img__main {
        background-image: url("images/main_22.jpg");
    }
}

@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__23 .img__main {
        background-image: url("images/main_23.jpg");
    }
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__24 .img__main {
        background-image: url("images/main_24.jpg");
    }
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__25 .img__main {
        background-image: url("images/main_25.jpg");
    }
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__26 .img__main {
        background-image: url("images/main_25.jpg");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__1 .img__main {
        background-image: url("images/main.jpg");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__2 .img__main {
        background-image: url("images/main.jpg");
    }
}

@media (max-width: 730.5px) {
    #CMD .section__3 .img__main {
        background-image: url("images/main_3.jpg");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__4 .img__main {
        background-image: url("images/main_4.jpg");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__5 .img__main {
        background-image: url("images/main_5.jpg");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__6 .img__main {
        background-image: url("images/main_6.jpg");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__7 .img__main {
        background-image: url("images/main_7.jpg");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__8 .img__main {
        background-image: url("images/main_8.jpg");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__9 .img__main {
        background-image: url("images/main_9.jpg");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__10 .img__main {
        background-image: url("images/main.jpg");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__11 .img__main {
        background-image: url("images/main_11.jpg");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__12 .img__main {
        background-image: url("images/main_12.jpg");
    }
}

@media (max-width: 730.5px) {
    #CMD .section__13 .img__main {
        background-image: url("images/main_13.jpg");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__14 .img__main {
        background-image: url("images/main_14.jpg");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__15 .img__main {
        background-image: url("images/main_15.jpg");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__16 .img__main {
        background-image: url("images/main.jpg");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__17 .img__main {
        background-image: url("images/main.jpg");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__18 .img__main {
        background-image: url("images/main.jpg");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__19 .img__main {
        background-image: url("images/main_19.jpg");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__20 .img__main {
        background-image: url("images/main_20.jpg");
    }
}

@media (max-width: 730.5px) {
    #CMD .section__21 .img__main {
        background-image: url("images/main_21.jpg");
    }
}

@media (max-width: 730.5px) {
    #CMD .section__22 .img__main {
        background-image: url("images/main_22.jpg");
    }
}

@media (max-width: 730.5px) {
    #CMD .section__23 .img__main {
        background-image: url("images/main_23.jpg");
    }
}

@media (max-width: 730.5px) {
    #CMD .section__24 .img__main {
        background-image: url("images/main_24.jpg");
    }
}

@media (max-width: 730.5px) {
    #CMD .section__25 .img__main {
        background-image: url("images/main_25.jpg");
    }
}

@media (max-width: 730.5px) {
    #CMD .section__26 .img__main {
        background-image: url("images/main_25.jpg");
    }
}

#CMD .section__10 .img__color-1 {
    background-image: url("images/colors_1.jpg");
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__10 .img__color-1 {
        background-image: url("images/colors_1.jpg");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__10 .img__color-1 {
        background-image: url("images/colors_1.jpg");
    }
}

#CMD .section__10 .img__color-2 {
    background-image: url("images/colors_2.jpg");
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__10 .img__color-2 {
        background-image: url("images/colors_2.jpg");
    }
}

@media (max-width: 730.5px) {
    #CMD .section__10 .img__color-2 {
        background-image: url("images/colors_2.jpg");
    }
}


.section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-1 {
    width: 44px;
}

.section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-2 {
    width: 44px;
}

.section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-3 {
    width: 44px;
}

.section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-4 {
    width: 44px;
}

.section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-5 {
    width: 44px;
}

#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-1 {
    background-image: url("images/bs_1.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-1:after {
    background-image: url("images/bs_h_1.png");
}

#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn.active .btn__container .container__icon.icon-1 {
    background-image: url("images/bs_h_1.png");
}

#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn:hover .btn__container .container__icon.icon-1 {
    background-image: url("images/bs_h_1.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn:focus .btn__container .container__icon.icon-1 {
    background-image: url("images/bs_h_1.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-2 {
    background-image: url("images/bs_2.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-2:after {
    background-image: url("images/bs_h_2.png");
}

#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn.active .btn__container .container__icon.icon-2 {
    background-image: url("images/bs_h_2.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn:hover .btn__container .container__icon.icon-2 {
    background-image: url("images/bs_h_2.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn:focus .btn__container .container__icon.icon-2 {
    background-image: url("images/bs_h_2.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-3 {
    background-image: url("images/bs_3.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-3:after {
    background-image: url("images/bs_h_3.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn.active .btn__container .container__icon.icon-3 {
    background-image: url("images/bs_h_3.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn:hover .btn__container .container__icon.icon-3 {
    background-image: url("images/bs_h_3.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn:focus .btn__container .container__icon.icon-3 {
    background-image: url("images/bs_h_3.png");
}


/* #CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-4 {
    background-image: url("images/bs_4.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-4:after {
    background-image: url("images/bs_h_4.png");
}

#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn.active .btn__container .container__icon.icon-4 {
    background-image: url("images/bs_h_4.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn:hover .btn__container .container__icon.icon-4 {
    background-image: url("images/bs_h_4.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn:focus .btn__container .container__icon.icon-4 {
    background-image: url("images/bs_h_4.png");
}

#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-5 {
    background-image: url("images/bs_5.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-5:after {
    background-image: url("images/bs_h_5.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn.active .btn__container .container__icon.icon-5 {
    background-image: url("images/bs_h_5.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn:hover .btn__container .container__icon.icon-5 {
    background-image: url("images/bs_h_5.png");
}



#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn:focus .btn__container .container__icon.icon-5 {
    background-image: url("images/bs_h_5.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-6 {
    background-image: url("images/bs_6.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-6:after {
    background-image: url("images/bs_h_6.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn.active .btn__container .container__icon.icon-6 {
    background-image: url("images/bs_h_6.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn:hover .btn__container .container__icon.icon-6 {
    background-image: url("images/bs_h_6.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn:focus .btn__container .container__icon.icon-6 {
    background-image: url("images/bs_h_6.png");
}

#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-7 {
    background-image: url("images/bs_7.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-7:after {
    background-image: url("images/bs_h_7.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn.active .btn__container .container__icon.icon-7 {
    background-image: url("images/bs_h_7.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn:hover .btn__container .container__icon.icon-7 {
    background-image: url("images/bs_h_7.png");
}

#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn:focus .btn__container .container__icon.icon-7 {
    background-image: url("images/bs_h_7.png");
} 
#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-8 {
    background-image: url("images/bs_8.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-8:after {
    background-image: url("images/bs_h_8.png");
}

#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn.active .btn__container .container__icon.icon-8 {
    background-image: url("images/bs_h_8.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn:hover .btn__container .container__icon.icon-8 {
    background-image: url("images/bs_h_8.png");
}

#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn:focus .btn__container .container__icon.icon-8 {
    background-image: url("images/bs_h_8.png");
}

#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-9 {
    background-image: url("images/bs_9.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-9:after {
    background-image: url("images/bs_h_9.png");
}

#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn.active .btn__container .container__icon.icon-9 {
    background-image: url("images/bs_h_9.png");
}

#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn:hover .btn__container .container__icon.icon-9 {
    background-image: url("images/bs_h_9.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn:focus .btn__container .container__icon.icon-9 {
    background-image: url("images/bs_h_9.png");
}

#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-10 {
    background-image: url("images/bs_10.png");
}

#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-10:after {
    background-image: url("images/bs_h_10.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn.active .btn__container .container__icon.icon-10 {
    background-image: url("images/bs_h_10.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn:hover .btn__container .container__icon.icon-10 {
    background-image: url("images/bs_h_10.png");
}

#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn:focus .btn__container .container__icon.icon-10 {
    background-image: url("images/bs_h_10.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-11 {
    background-image: url("images/bs_11.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-11:after {
    background-image: url("images/bs_h_11.png");
}

#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn.active .btn__container .container__icon.icon-11 {
    background-image: url("images/bs_h_11.png");
}

#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn:hover .btn__container .container__icon.icon-11 {
    background-image: url("images/bs_h_11.png");
}

#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn:focus .btn__container .container__icon.icon-11 {
    background-image: url("images/bs_h_11.png");
}

#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-12 {
    background-image: url("images/bs_12.png");
}

#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-12:after {
    background-image: url("images/bs_h_12.png");
}

#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn.active .btn__container .container__icon.icon-12 {
    background-image: url("images/bs_h_12.png");
}

#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn:hover .btn__container .container__icon.icon-12 {
    background-image: url("images/bs_h_12.png");
}

#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn:focus .btn__container .container__icon.icon-12 {
    background-image: url("images/bs_h_12.png");
}

#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-13 {
    background-image: url("images/bs_13.png");
}

#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-13:after {
    background-image: url("images/bs_h_13.png");
}

#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn.active .btn__container .container__icon.icon-13 {
    background-image: url("images/bs_h_13.png");
}
#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn:hover .btn__container .container__icon.icon-13 {
    background-image: url("images/bs_h_13.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn:focus .btn__container .container__icon.icon-13 {
    background-image: url("images/bs_h_13.png");
}

#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-14 {
    background-image: url("images/bs_14.png");
}
#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-14:after {
    background-image: url("images/bs_h_14.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn.active .btn__container .container__icon.icon-14 {
    background-image: url("images/bs_h_14.png");
}

#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn:hover .btn__container .container__icon.icon-14 {
    background-image: url("images/bs_h_14.png");
}

#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn:focus .btn__container .container__icon.icon-14 {
    background-image: url("images/bs_h_14.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-15 {
    background-image: url("images/bs_15.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-15:after {
    background-image: url("images/bs_h_15.png");
}

#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn.active .btn__container .container__icon.icon-15 {
    background-image: url("images/bs_h_15.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn:hover .btn__container .container__icon.icon-15 {
    background-image: url("images/bs_h_15.png");
}

#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn:focus .btn__container .container__icon.icon-15 {
    background-image: url("images/bs_h_15.png");
}

#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-16 {
    background-image: url("images/bs_16.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-16:after {
    background-image: url("images/bs_h_16.png");
}

#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn.active .btn__container .container__icon.icon-16 {
    background-image: url("images/bs_h_16.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn:hover .btn__container .container__icon.icon-16 {
    background-image: url("images/bs_h_16.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn:focus .btn__container .container__icon.icon-16 {
    background-image: url("images/bs_h_16.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-17 {
    background-image: url("images/bs_17.png");
}

#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-17:after {
    background-image: url("images/bs_h_17.png");
}

#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn.active .btn__container .container__icon.icon-17 {
    background-image: url("images/bs_h_17.png");
}

#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn:hover .btn__container .container__icon.icon-17 {
    background-image: url("images/bs_h_17.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn:focus .btn__container .container__icon.icon-17 {
    background-image: url("images/bs_h_17.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-18 {
    background-image: url("images/bs_18.png");
}

#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-18:after {
    background-image: url("images/bs_h_18.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn.active .btn__container .container__icon.icon-18 {
    background-image: url("images/bs_h_18.png");
}

#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn:hover .btn__container .container__icon.icon-18 {
    background-image: url("images/bs_h_18.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn:focus .btn__container .container__icon.icon-18 {
    background-image: url("images/bs_h_18.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-19 {
    background-image: url("images/bs_19.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-19:after {
    background-image: url("images/bs_h_19.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn.active .btn__container .container__icon.icon-19 {
    background-image: url("images/bs_h_19.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn:hover .btn__container .container__icon.icon-19 {
    background-image: url("images/bs_h_19.png");
}

#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn:focus .btn__container .container__icon.icon-19 {
    background-image: url("images/bs_h_19.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-20 {
    background-image: url("images/bs_20.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn .btn__container .container__icon.icon-20:after {
    background-image: url("images/bs_h_20.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn.active .btn__container .container__icon.icon-20 {
    background-image: url("images/bs_h_20.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn:hover .btn__container .container__icon.icon-20 {
    background-image: url("images/bs_h_20.png");
}


#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn:focus .btn__container .container__icon.icon-20 {
    background-image: url("images/bs_h_20.png");
}

*/

.section__20 .btn__ainoise__switch .click__btns .switch__btn.active .btn__container .container__icon.container__icon.container__icon {
    width: 44px;
}

#CMD .section__20 .btn__ainoise__switch .click__btns .switch__btn.active .btn__container .container__icon.container__icon.container__icon {
    background-image: url("images/bs_stop.png");
}

.section__20 .btn__ainoise__switch .scene__bg .img__scene {
    background-size: cover;
}

#CMD .section__20 .btn__ainoise__switch .scene__bg .img__scene {
    background-image: url("images/main_20.jpg");
}

.section__20 .btn__ainoise__switch .scene__bg .noise__animation .render__wrap .img__noise__icon {
    background-size: cover;
}

#CMD .section__20 .btn__ainoise__switch .img__noise__icon {
    background-image: url("images/voiceBg.png");
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    .section__20 .btn__ainoise__switch .scene__bg .img__scene {
        background-size: cover;
    }

    #CMD .section__20 .btn__ainoise__switch .scene__bg .img__scene {
        background-image: url("images/main_20.jpg");
    }
}

@media (max-width: 730.5px) {
    .section__20 .btn__ainoise__switch .scene__bg .img__scene {
        background-size: cover;
    }

    #CMD .section__20 .btn__ainoise__switch .scene__bg .img__scene {
        background-image: url("images/main_20.jpg");
    }
}


#CMD .section__18 .img__table-1 {
    background-image: url("images/table_1.jpg");
}

@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__18 .img__table-1 {
        background-image: url("images/table_1.jpg");
    }
}

@media (max-width: 730.5px) {
    #CMD .section__18 .img__table-1 {
        background-image: url("images/table_1.jpg");
    }
}

#CMD .section__18 .img__table-2 {
    background-image: url("images/table_2.jpg");
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__18 .img__table-2 {
        background-image: url("images/table_2.jpg");
    }
}

@media (max-width: 730.5px) {
    #CMD .section__18 .img__table-2 {
        background-image: url("images/table_2.jpg");
    }
}


#CMD .section__99 .img__table-1 {
    background-image: url("images/table_1_99.jpg");
}

@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__99 .img__table-1 {
        background-image: url("images/table_1_99.jpg");
    }
}

@media (max-width: 730.5px) {
    #CMD .section__99 .img__table-1 {
        background-image: url("images/table_1_99.jpg");
    }
}


#CMD .section__6 .columns__hl__icon__dynamic .col__container .icon-1 {
    background-image: url("images/chd_icon_1_6.png");
}

#CMD .section__6 .columns__hl__icon__dynamic .col__container .icon-2 {
    background-image: url("images/chd_icon_2_6.png");
}

#CMD .section__6 .columns__hl__icon__dynamic .col__container .icon-3 {
    background-image: url("images/chd_icon_3_6.png");
}

#CMD .section__6 .columns__hl__icon__dynamic .col__container .icon-4 {
    background-image: url("images/chd_icon_4_6.png");
}

#CMD .section__6 .columns__hl__icon__dynamic .col__container .icon-5 {
    background-image: url("images/chd_icon_5_6.png");
}

#CMD .section__6 .columns__hl__icon__dynamic .col__container .icon-6 {
    background-image: url("images/chd_icon_6_6.png");
}

#CMD .section__7 .columns__hl__icon__dynamic .col__container .icon-1 {
    background-image: url("images/chd_icon_1_7.png");
}

#CMD .section__13 .columns__hl__icon__dynamic .col__container .icon-1 {
    background-image: url("images/chd_icon_1_13.png");
}
#CMD .section__13 .columns__hl__icon__dynamic .col__container .icon-2 {
    background-image: url("images/chd_icon_2_13.png");
}

#CMD .section__13 .columns__hl__icon__dynamic .col__container .icon-3 {
    background-image: url("images/chd_icon_3_13.png");
}

#CMD .section__13 .columns__hl__icon__dynamic .col__container .icon-4 {
    background-image: url("images/chd_icon_4_13.png");
}


#CMD .section__13 .columns__hl__icon__dynamic .col__container .icon-5 {
    background-image: url("images/chd_icon_5_13.png");
}

#CMD .section__15 .columns__hl__icon__dynamic .col__container .icon-1 {
    background-image: url("images/chd_icon_1_15.png");
}


#CMD .section__21 .columns__hl__icon__dynamic .col__container .icon-1 {
    background-image: url("images/chd_icon_1_21.png");
}

#CMD .section__21 .columns__hl__icon__dynamic .col__container .icon-2 {
    background-image: url("images/chd_icon_2_21.png");
}


#CMD .section__21 .columns__hl__icon__dynamic .col__container .icon-3 {
    background-image: url("images/chd_icon_3_21.png");
}

#CMD .section__24 .columns__hl__icon__dynamic .col__container .icon-1 {
    background-image: url("images/chd_icon_1_24.png");
}

#CMD .section__24 .columns__hl__icon__dynamic .col__container .icon-2 {
    background-image: url("images/chd_icon_2_24.png");
}


#CMD .section__24 .columns__hl__icon__dynamic .col__container .icon-3 {
    background-image: url("images/chd_icon_3_24.png");
}


#CMD .section__24 .columns__hl__icon__dynamic .col__container .icon-4 {
    background-image: url("images/chd_icon_4_24.png");
}

#CMD .section__24 .columns__hl__icon__dynamic .col__container .icon-5 {
    background-image: url("images/chd_icon_5_24.png");
}


#CMD .section__24 .columns__hl__icon__dynamic .col__container .icon-6 {
    background-image: url("images/chd_icon_6_24.png");
}

#CMD .section__25 .columns__hl__icon__dynamic .col__container .icon-1 {
    background-image: url("images/chd_icon_1_25.png");
}


#CMD .section__25 .columns__hl__icon__dynamic .col__container .icon-2 {
    background-image: url("images/chd_icon_2_25.png");
}

@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__6 .columns__hl__icon__dynamic .col__container .icon-1 {
        background-image: url("images/chd_icon_1_6.png");
    }
}

@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__6 .columns__hl__icon__dynamic .col__container .icon-2 {
        background-image: url("images/chd_icon_2_6.png");
    }
}

@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__6 .columns__hl__icon__dynamic .col__container .icon-3 {
        background-image: url("images/chd_icon_3_6.png");
    }
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__6 .columns__hl__icon__dynamic .col__container .icon-4 {
        background-image: url("images/chd_icon_4_6.png");
    }
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__6 .columns__hl__icon__dynamic .col__container .icon-5 {
        background-image: url("images/chd_icon_5_6.png");
    }
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__6 .columns__hl__icon__dynamic .col__container .icon-6 {
        background-image: url("images/chd_icon_6_6.png");
    }
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__7 .columns__hl__icon__dynamic .col__container .icon-1 {
        background-image: url("images/chd_icon_1_7.png");
    }
}

@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__13 .columns__hl__icon__dynamic .col__container .icon-1 {
        background-image: url("images/chd_icon_1_13.png");
    }
}

@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__13 .columns__hl__icon__dynamic .col__container .icon-2 {
        background-image: url("images/chd_icon_2_13.png");
    }
}

@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__13 .columns__hl__icon__dynamic .col__container .icon-3 {
        background-image: url("images/chd_icon_3_13.png");
    }
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__13 .columns__hl__icon__dynamic .col__container .icon-4 {
        background-image: url("images/chd_icon_4_13.png");
    }
}
@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__13 .columns__hl__icon__dynamic .col__container .icon-5 {
        background-image: url("images/chd_icon_5_13.png");
    }
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__15 .columns__hl__icon__dynamic .col__container .icon-1 {
        background-image: url("images/chd_icon_1_15.png");
    }
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__21 .columns__hl__icon__dynamic .col__container .icon-1 {
        background-image: url("images/chd_icon_1_21.png");
    }
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__21 .columns__hl__icon__dynamic .col__container .icon-2 {
        background-image: url("images/chd_icon_2_21.png");
    }
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__21 .columns__hl__icon__dynamic .col__container .icon-3 {
        background-image: url("images/chd_icon_3_21.png");
    }
}

@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__24 .columns__hl__icon__dynamic .col__container .icon-1 {
        background-image: url("images/chd_icon_1_24.png");
    }
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__24 .columns__hl__icon__dynamic .col__container .icon-2 {
        background-image: url("images/chd_icon_2_24.png");
    }
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__24 .columns__hl__icon__dynamic .col__container .icon-3 {
        background-image: url("images/chd_icon_3_24.png");
    }
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__24 .columns__hl__icon__dynamic .col__container .icon-4 {
        background-image: url("images/chd_icon_4_24.png");
    }
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__24 .columns__hl__icon__dynamic .col__container .icon-5 {
        background-image: url("images/chd_icon_5_24.png");
    }
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__24 .columns__hl__icon__dynamic .col__container .icon-6 {
        background-image: url("images/chd_icon_6_24.png");
    }
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__25 .columns__hl__icon__dynamic .col__container .icon-1 {
        background-image: url("images/chd_icon_1_25.png");
    }
}

@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__25 .columns__hl__icon__dynamic .col__container .icon-2 {
        background-image: url("images/chd_icon_2_25.png");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__6 .columns__hl__icon__dynamic .col__container .icon-1 {
        background-image: url("images/chd_icon_1_6.png");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__6 .columns__hl__icon__dynamic .col__container .icon-2 {
        background-image: url("images/chd_icon_2_6.png");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__6 .columns__hl__icon__dynamic .col__container .icon-3 {
        background-image: url("images/chd_icon_3_6.png");
    }
}

@media (max-width: 730.5px) {
    #CMD .section__6 .columns__hl__icon__dynamic .col__container .icon-4 {
        background-image: url("images/chd_icon_4_6.png");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__6 .columns__hl__icon__dynamic .col__container .icon-5 {
        background-image: url("images/chd_icon_5_6.png");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__6 .columns__hl__icon__dynamic .col__container .icon-6 {
        background-image: url("images/chd_icon_6_6.png");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__7 .columns__hl__icon__dynamic .col__container .icon-1 {
        background-image: url("images/chd_icon_1_7.png");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__13 .columns__hl__icon__dynamic .col__container .icon-1 {
        background-image: url("images/chd_icon_1_13.png");
    }
}
@media (max-width: 730.5px) {
    #CMD .section__13 .columns__hl__icon__dynamic .col__container .icon-2 {
        background-image: url("images/chd_icon_2_13.png");
    }
}

@media (max-width: 730.5px) {
    #CMD .section__13 .columns__hl__icon__dynamic .col__container .icon-3 {
        background-image: url("images/chd_icon_3_13.png");
    }
}

@media (max-width: 730.5px) {
    #CMD .section__13 .columns__hl__icon__dynamic .col__container .icon-4 {
        background-image: url("images/chd_icon_4_13.png");
    }
}

@media (max-width: 730.5px) {
    #CMD .section__13 .columns__hl__icon__dynamic .col__container .icon-5 {
        background-image: url("images/chd_icon_5_13.png");
    }
}

@media (max-width: 730.5px) {
    #CMD .section__15 .columns__hl__icon__dynamic .col__container .icon-1 {
        background-image: url("images/chd_icon_1_15.png");
    }
}

@media (max-width: 730.5px) {
    #CMD .section__21 .columns__hl__icon__dynamic .col__container .icon-1 {
        background-image: url("images/chd_icon_1_21.png");
    }
}

@media (max-width: 730.5px) {
    #CMD .section__21 .columns__hl__icon__dynamic .col__container .icon-2 {
        background-image: url("images/chd_icon_2_21.png");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__21 .columns__hl__icon__dynamic .col__container .icon-3 {
        background-image: url("images/chd_icon_3_21.png");
    }
}

@media (max-width: 730.5px) {
    #CMD .section__24 .columns__hl__icon__dynamic .col__container .icon-1 {
        background-image: url("images/chd_icon_1_24.png");
    }
}

@media (max-width: 730.5px) {
    #CMD .section__24 .columns__hl__icon__dynamic .col__container .icon-2 {
        background-image: url("images/chd_icon_2_24.png");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__24 .columns__hl__icon__dynamic .col__container .icon-3 {
        background-image: url("images/chd_icon_3_24.png");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__24 .columns__hl__icon__dynamic .col__container .icon-4 {
        background-image: url("images/chd_icon_4_24.png");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__24 .columns__hl__icon__dynamic .col__container .icon-5 {
        background-image: url("images/chd_icon_5_24.png");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__24 .columns__hl__icon__dynamic .col__container .icon-6 {
        background-image: url("images/chd_icon_6_24.png");
    }
}

@media (max-width: 730.5px) {
    #CMD .section__25 .columns__hl__icon__dynamic .col__container .icon-1 {
        background-image: url("images/chd_icon_1_25.png");
    }
}
@media (max-width: 730.5px) {
    #CMD .section__25 .columns__hl__icon__dynamic .col__container .icon-2 {
        background-image: url("images/chd_icon_2_25.png");
    }
}


.section__7 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-1:after {
    display: block;
    content: ' ';
}

.section__7 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-2:after {
    display: block;
    content: ' ';
}

.section__7 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-1 {
    width: 44px;
}

.section__7 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-2 {
    width: 31px;
}

.section__7 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-3 {
    width: 32px;
}

.section__7 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-4 {
    width: 18px;
}

.section__7 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-5 {
    width: 39px;
}

.section__17 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-1:after {
    display: block;
    content: ' ';
}

.section__17 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-2:after {
    display: block;
    content: ' ';
}

.section__17 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-3:after {
    display: block;
    content: ' ';
}

.section__17 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-1 {
    width: 44px;
}

.section__17 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-2 {
    width: 31px;
}

.section__17 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-3 {
    width: 32px;
}

.section__17 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-4 {
    width: 18px;
}

.section__17 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-5 {
    width: 39px;
}

.section__22 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-1:after {
    display: block;
    content: ' ';
}

.section__22 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-2:after {
    display: block;
    content: ' ';
}

.section__22 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-3:after {
    display: block;
    content: ' ';
}

.section__22 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-1 {
    width: 44px;
}

.section__22 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-2 {
    width: 31px;
}

.section__22 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-3 {
    width: 32px;
}

.section__22 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-4 {
    width: 18px;
}

.section__22 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-5 {
    width: 39px;
}

@media (max-width: 730.5px) {
    .section__7 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-1 {
        width: 37px;
    }

    .section__7 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-2 {
        width: 25px;
    }

    .section__7 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-3 {
        width: 27px;
    }

    .section__7 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-4 {
        width: 16px;
    }

    .section__7 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-5 {
        width: 33px;
    }

    .section__17 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-1 {
        width: 37px;
    }

    .section__17 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-2 {
        width: 25px;
    }

    .section__17 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-3 {
        width: 27px;
    }

    .section__17 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-4 {
        width: 16px;
    }

    .section__17 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-5 {
        width: 33px;
    }

    .section__22 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-1 {
        width: 37px;
    }

    .section__22 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-2 {
        width: 25px;
    }

    .section__22 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-3 {
        width: 27px;
    }

    .section__22 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-4 {
        width: 16px;
    }

    .section__22 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-5 {
        width: 33px;
    }
}

#CMD .section__7 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-1 {
    background-image: url("images/bs_1.png");
}


#CMD .section__7 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-1:after {
    background-image: url("images/bs_h_1.png");
}


#CMD .section__7 .btn__switch__images .click__btns .switch__btn.active .btn__container .container__icon.icon-1 {
    background-image: url("images/bs_h_1.png");
}


#CMD .section__7 .btn__switch__images .click__btns .switch__btn:hover .btn__container .container__icon.icon-1 {
    background-image: url("images/bs_h_1.png");
}


#CMD .section__7 .btn__switch__images .images .switch__image.img-1 .img__main {
    background-image: url("images/bs_1.jpg");
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__7 .btn__switch__images .images .switch__image.img-1 .img__main {
        background-image: url("images/bs_1.jpg");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__7 .btn__switch__images .images .switch__image.img-1 .img__main {
        background-image: url("images/bs_1.jpg");
    }
}


#CMD .section__7 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-2 {
    background-image: url("images/bs_2.png");
}


#CMD .section__7 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-2:after {
    background-image: url("images/bs_h_2.png");
}


#CMD .section__7 .btn__switch__images .click__btns .switch__btn.active .btn__container .container__icon.icon-2 {
    background-image: url("images/bs_h_2.png");
}


#CMD .section__7 .btn__switch__images .click__btns .switch__btn:hover .btn__container .container__icon.icon-2 {
    background-image: url("images/bs_h_2.png");
}


#CMD .section__7 .btn__switch__images .images .switch__image.img-2 .img__main {
    background-image: url("images/bs_2.jpg");
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__7 .btn__switch__images .images .switch__image.img-2 .img__main {
        background-image: url("images/bs_2.jpg");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__7 .btn__switch__images .images .switch__image.img-2 .img__main {
        background-image: url("images/bs_2.jpg");
    }
}


#CMD .section__17 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-1 {
    background-image: url("images/bs_1.png");
}

#CMD .section__17 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-1:after {
    background-image: url("images/bs_h_1.png");
}


#CMD .section__17 .btn__switch__images .click__btns .switch__btn.active .btn__container .container__icon.icon-1 {
    background-image: url("images/bs_h_1.png");
}


#CMD .section__17 .btn__switch__images .click__btns .switch__btn:hover .btn__container .container__icon.icon-1 {
    background-image: url("images/bs_h_1.png");
}


#CMD .section__17 .btn__switch__images .images .switch__image.img-1 .img__main {
    background-image: url("images/bs_1_17.jpg");
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__17 .btn__switch__images .images .switch__image.img-1 .img__main {
        background-image: url("images/bs_1_17.jpg");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__17 .btn__switch__images .images .switch__image.img-1 .img__main {
        background-image: url("images/bs_1_17.jpg");
    }
}


#CMD .section__17 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-2 {
    background-image: url("images/bs_2.png");
}


#CMD .section__17 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-2:after {
    background-image: url("images/bs_h_2.png");
}


#CMD .section__17 .btn__switch__images .click__btns .switch__btn.active .btn__container .container__icon.icon-2 {
    background-image: url("images/bs_h_2.png");
}

#CMD .section__17 .btn__switch__images .click__btns .switch__btn:hover .btn__container .container__icon.icon-2 {
    background-image: url("images/bs_h_2.png");
}


#CMD .section__17 .btn__switch__images .images .switch__image.img-2 .img__main {
    background-image: url("images/bs_2_17.jpg");
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__17 .btn__switch__images .images .switch__image.img-2 .img__main {
        background-image: url("images/bs_2_17.jpg");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__17 .btn__switch__images .images .switch__image.img-2 .img__main {
        background-image: url("images/bs_2_17.jpg");
    }
}


#CMD .section__17 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-3 {
    background-image: url("images/bs_3.png");
}


#CMD .section__17 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-3:after {
    background-image: url("images/bs_h_3.png");
}



#CMD .section__17 .btn__switch__images .click__btns .switch__btn.active .btn__container .container__icon.icon-3 {
    background-image: url("images/bs_h_3.png");
}
#CMD .section__17 .btn__switch__images .click__btns .switch__btn:hover .btn__container .container__icon.icon-3 {
    background-image: url("images/bs_h_3.png");
}


#CMD .section__17 .btn__switch__images .images .switch__image.img-3 .img__main {
    background-image: url("images/bs_3_17.jpg");
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__17 .btn__switch__images .images .switch__image.img-3 .img__main {
        background-image: url("images/bs_3_17.jpg");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__17 .btn__switch__images .images .switch__image.img-3 .img__main {
        background-image: url("images/bs_3_17.jpg");
    }
}


#CMD .section__22 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-1 {
    background-image: url("images/bs_1.png");
}


#CMD .section__22 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-1:after {
    background-image: url("images/bs_h_1.png");
}


#CMD .section__22 .btn__switch__images .click__btns .switch__btn.active .btn__container .container__icon.icon-1 {
    background-image: url("images/bs_h_1.png");
}


#CMD .section__22 .btn__switch__images .click__btns .switch__btn:hover .btn__container .container__icon.icon-1 {
    background-image: url("images/bs_h_1.png");
}



#CMD .section__22 .btn__switch__images .images .switch__image.img-1 .img__main {
    background-image: url("images/bs_1_22.jpg");
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__22 .btn__switch__images .images .switch__image.img-1 .img__main {
        background-image: url("images/bs_1_22.jpg");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__22 .btn__switch__images .images .switch__image.img-1 .img__main {
        background-image: url("images/bs_1_22.jpg");
    }
}


#CMD .section__22 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-2 {
    background-image: url("images/bs_2.png");
}


#CMD .section__22 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-2:after {
    background-image: url("images/bs_h_2.png");
}


#CMD .section__22 .btn__switch__images .click__btns .switch__btn.active .btn__container .container__icon.icon-2 {
    background-image: url("images/bs_h_2.png");
}


#CMD .section__22 .btn__switch__images .click__btns .switch__btn:hover .btn__container .container__icon.icon-2 {
    background-image: url("images/bs_h_2.png");
}


#CMD .section__22 .btn__switch__images .images .switch__image.img-2 .img__main {
    background-image: url("images/bs_2_22.jpg");
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__22 .btn__switch__images .images .switch__image.img-2 .img__main {
        background-image: url("images/bs_2_22.jpg");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__22 .btn__switch__images .images .switch__image.img-2 .img__main {
        background-image: url("images/bs_2_22.jpg");
    }
}


#CMD .section__22 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-3 {
    background-image: url("images/bs_3.png");
}


#CMD .section__22 .btn__switch__images .click__btns .switch__btn .btn__container .container__icon.icon-3:after {
    background-image: url("images/bs_h_3.png");
}


#CMD .section__22 .btn__switch__images .click__btns .switch__btn.active .btn__container .container__icon.icon-3 {
    background-image: url("images/bs_h_3.png");
}


#CMD .section__22 .btn__switch__images .click__btns .switch__btn:hover .btn__container .container__icon.icon-3 {
    background-image: url("images/bs_h_3.png");
}


#CMD .section__22 .btn__switch__images .images .switch__image.img-3 .img__main {
    background-image: url("images/bs_3_22.jpg");
}

@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__22 .btn__switch__images .images .switch__image.img-3 .img__main {
        background-image: url("images/bs_3_22.jpg");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__22 .btn__switch__images .images .switch__image.img-3 .img__main {
        background-image: url("images/bs_3_22.jpg");
    }
}


#CMD .section__7 .image__container .image-1 {
    background-image: url("images/columns_image_1_7.jpg");
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__7 .image__container .image-1 {
        background-image: url("images/columns_image_1_7.jpg");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__7 .image__container .image-1 {
        background-image: url("images/columns_image_1_7.jpg");
    }
}


#CMD .section__7 .image__container .image-2 {
    background-image: url("images/columns_image_2_7.jpg");
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__7 .image__container .image-2 {
        background-image: url("images/columns_image_2_7.jpg");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__7 .image__container .image-2 {
        background-image: url("images/columns_image_2_7.jpg");
    }
}


#CMD .section__7 .image__container .image-3 {
    background-image: url("images/columns_image_3_7.jpg");
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__7 .image__container .image-3 {
        background-image: url("images/columns_image_3_7.jpg");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__7 .image__container .image-3 {
        background-image: url("images/columns_image_3_7.jpg");
    }
}

#CMD .section__7 .image__container .image-4 {
    background-image: url("images/columns_image_4_7.jpg");
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__7 .image__container .image-4 {
        background-image: url("images/columns_image_4_7.jpg");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__7 .image__container .image-4 {
        background-image: url("images/columns_image_4_7.jpg");
    }
}


#CMD .section__7 .image__container .image-5 {
    background-image: url("images/columns_image_4_7.jpg");
}

@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__7 .image__container .image-5 {
        background-image: url("images/columns_image_4_7.jpg");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__7 .image__container .image-5 {
        background-image: url("images/columns_image_4_7.jpg");
    }
}



#CMD .section__14 .image__container .image-1 {
    background-image: url("images/columns_image_1_14.jpg");
}

@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__14 .image__container .image-1 {
        background-image: url("images/columns_image_1_14.jpg");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__14 .image__container .image-1 {
        background-image: url("images/columns_image_1_14.jpg");
    }
}


#CMD .section__14 .image__container .image-2 {
    background-image: url("images/columns_image_2_14.jpg");
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__14 .image__container .image-2 {
        background-image: url("images/columns_image_2_14.jpg");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__14 .image__container .image-2 {
        background-image: url("images/columns_image_2_14.jpg");
    }
}


#CMD .section__14 .image__container .image-3 {
    background-image: url("images/columns_image_3_14.jpg");
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__14 .image__container .image-3 {
        background-image: url("images/columns_image_3_14.jpg");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__14 .image__container .image-3 {
        background-image: url("images/columns_image_3_14.jpg");
    }
}


.wd__section.section__kv {
    padding-top: 80px;
}

.wd__section.section__kv .img__logo {
    margin: 0 auto;
    width: 816px;
    height: 56px;
}

.wd__section.section__kv .wd__content .content__slogan::before,
.wd__section.section__kv .wd__content .content__slogan::after {
    display: none;
}

.wd__section.section__kv .wd__content .content__title {
    margin-top: 7px;
    font-size: 48px;
}

.wd__section.section__kv .wd__content .content__title-2 {
    margin-top: 7px;
    font-size: 1.6875rem;
}

#CMD .section__18 .col-item-2 .img__main {
    background-image: url("images/chd_icon_1_18.png");
}


#CMD .section__18 .col-item-4 .img__main {
    background-image: url("images/chd_icon_2_18.png");
}

.section__18 .footnote-num a {
    color: #000 !important;
}

/* .cmd-sectionNav .item-1 .item-bg {
    background-image: url("images/sectionNav/item_1.jpg");
}


.cmd-sectionNav .item-2 .item-bg {
    background-image: url("images/sectionNav/item_2.jpg");
}



.cmd-sectionNav .item-3 .item-bg {
    background-image: url("images/sectionNav/item_3.jpg");
}


.cmd-sectionNav .item-4 .item-bg {
    background-image: url("images/sectionNav/item_4.jpg");
}


.cmd-sectionNav .item-5 .item-bg {
    background-image: url("images/sectionNav/item_5.jpg");
}

.cmd-sectionNav .item-6 .item-bg {
    background-image: url("images/sectionNav/item_6.jpg");
}



.cmd-sectionNav .item-7 .item-bg {
    background-image: url("images/sectionNav/item_7.jpg");
}



.cmd-sectionNav .item-8 .item-bg {
    background-image: url("images/sectionNav/item_8.jpg");
} */


#section__nav {
    margin-top: -34px;
    margin-bottom: 18px;
}

@media all and (max-width: 1279.5px) and (min-width: 731px) {
    #section__nav {
        margin-top: 86px;
        margin-bottom: 23px;
    }
}

@media all and (max-width: 730.5px) {
    #section__nav {
        margin-top: 40px;
        margin-bottom: 12px;
    }
}

#CMD .section__16 .columns__hl__icon.hl-1 .col__container .icon-0 {
    background-image: url("images/icon_1_0.png");
}


#CMD .section__16 .columns__hl__icon.hl-1 .col__container .icon-1 {
    background-image: url("images/icon_1_1.png");
}



#CMD .section__16 .columns__hl__icon.hl-1 .col__container .icon-2 {
    background-image: url("images/icon_1_2.png");
}



#CMD .section__16 .columns__hl__icon.hl-2 .col__container .icon-0 {
    background-image: url("images/icon_2_0.png");
}

#CMD .section__16 .columns__hl__icon.hl-2 .col__container .icon-1 {
    background-image: url("images/icon_2_1.png");
}


#CMD .section__16 .columns__hl__icon.hl-2 .col__container .icon-2 {
    background-image: url("images/icon_2_2.png");
}


#CMD .section__16 .columns__hl__icon.hl-2 .col__container .icon-3 {
    background-image: url("images/icon_2_3.png");
}



@media (max-width: 1300px) and (min-width: 721px) {
    #CMD .section__16 .columns__hl__icon.hl-1 .col__container .icon-0 {
        background-image: url("images/icon_1_0.png");
    }
}



@media (max-width: 1300px) and (min-width: 721px) {
    #CMD .section__16 .columns__hl__icon.hl-1 .col__container .icon-1 {
        background-image: url("images/icon_1_1.png");
    }
}



@media (max-width: 1300px) and (min-width: 721px) {
    #CMD .section__16 .columns__hl__icon.hl-1 .col__container .icon-2 {
        background-image: url("images/icon_1_2.png");
    }
}


@media (max-width: 1300px) and (min-width: 721px) {
    #CMD .section__16 .columns__hl__icon.hl-2 .col__container .icon-0 {
        background-image: url("images/icon_2_0.png");
    }
}


@media (max-width: 1300px) and (min-width: 721px) {
    #CMD .section__16 .columns__hl__icon.hl-2 .col__container .icon-1 {
        background-image: url("images/icon_2_1.png");
    }
}


@media (max-width: 1300px) and (min-width: 721px) {
    #CMD .section__16 .columns__hl__icon.hl-2 .col__container .icon-2 {
        background-image: url("images/icon_2_2.png");
    }
}


@media (max-width: 1300px) and (min-width: 721px) {
    #CMD .section__16 .columns__hl__icon.hl-2 .col__container .icon-3 {
        background-image: url("images/icon_2_3.png");
    }
}

@media (max-width: 730.5px) {
    #CMD .section__16 .columns__hl__icon.hl-1 .col__container .icon-0 {
        background-image: url("images/icon_1_0.png");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__16 .columns__hl__icon.hl-1 .col__container .icon-1 {
        background-image: url("images/icon_1_1.png");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__16 .columns__hl__icon.hl-1 .col__container .icon-2 {
        background-image: url("images/icon_1_2.png");
    }
}



@media (max-width: 730.5px) {
    #CMD .section__16 .columns__hl__icon.hl-2 .col__container .icon-0 {
        background-image: url("images/icon_2_0.png");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__16 .columns__hl__icon.hl-2 .col__container .icon-1 {
        background-image: url("images/icon_2_1.png");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__16 .columns__hl__icon.hl-2 .col__container .icon-2 {
        background-image: url("images/icon_2_2.png");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__16 .columns__hl__icon.hl-2 .col__container .icon-3 {
        background-image: url("images/icon_2_3.png");
    }
}


#CMD .section__16 .img__table-1 {
    background-image: url("images/table_1.jpg");
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__16 .img__table-1 {
        background-image: url("images/table_1.jpg");
    }
}


@media (max-width: 730.5px) {
    #CMD .section__16 .img__table-1 {
        background-image: url("images/table_1.jpg");
    }
}


#CMD .section__16 .img__table-2 {
    background-image: url("images/table_2.jpg");
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__16 .img__table-2 {
        background-image: url("images/table_2.jpg");
    }
}

@media (max-width: 730.5px) {
    #CMD .section__16 .img__table-2 {
        background-image: url("images/table_2.jpg");
    }
}


#CMD .section__16 .img__table-3 {
    background-image: url("images/table_3.jpg");
}


@media (max-width: 1279.5px) and (min-width: 731px) {
    #CMD .section__16 .img__table-3 {
        background-image: url("images/table_3.jpg");
    }
}

@media (max-width: 730.5px) {
    #CMD .section__16 .img__table-3 {
        background-image: url("images/table_3.jpg");
    }
}


#CMD .text-italic {
    font-style: italic !important;
}

.wd__section .wd__feature__list .wd__feature .wd__feature__data {
    color: #006EB3;
}

#CMD .hl-title {
    display: block;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#CMD .hl-title.title-1 {
    background-image: linear-gradient(90deg, #ffb422 0%, #fff501 64%, #fff600 100%);
}

#CMD .hl-title.title-2 {
    background-image: linear-gradient(90deg, #09fd26 0%, #62a13a 64%, #9bfb3f 100%);
}

#CMD .hl-title.title-3 {
    background-image: linear-gradient(90deg, #65a1fd 0%, #3eddfe 64%, #33edff 100%);
}

#CMD .section__aipt .columns__hl__icon.hl-2 .icon {
    position: absolute;
    bottom: 143px;
    left: 50%;
    transform: translateX(-50%);
}

@media all and (min-width: 1280px) {
    #CMD .section__aipt .columns__hl__icon.hl-1 {
        margin-top: 77px;
    }

    #CMD .section__aipt .columns__hl__icon.hl-2 .hl-title {
        font-size: 20px;
    }

    #CMD .section__aipt .columns__hl__icon.hl-2 .row .col .col__container {
        height: 330px;
    }

    #CMD .section__aipt .columns__hl__icon.hl-2 .row .col .col__container .text-bottom {
        padding-top: 28px;
    }

    #CMD .section__aipt .columns__hl__icon.hl-2 .row .col.l4 .col__container .icon {
        width: 312px;
        height: 150px;
    }

    #CMD .section__aipt .columns__hl__icon.hl-2 .row .col.l4 .col__container .text-bottom {
        margin-left: -155px;
        width: 310px;
    }

    #CMD .section__aipt .grid__table {
        margin-top: 77px;
    }
}

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    #CMD .wd__section .wd__feature__list {
        text-align: center;
    }

    #CMD .section__aipt .columns__hl__icon.hl-1 {
        margin-top: 61px;
    }

    #CMD .section__aipt .columns__hl__icon.hl-2 .row .col .col__container {
        height: 210px;
    }

    #CMD .section__aipt .columns__hl__icon.hl-2 .row .col .col__container .text-bottom {
        padding-top: 6px;
    }

    #CMD .section__aipt .columns__hl__icon.hl-2 .row .col.l4 .col__container .icon {
        bottom: 104px;
        width: 170px;
        height: 84px;
    }

    #CMD .section__aipt .columns__hl__icon.hl-2 .row .col.l4 .col__container .text-bottom {
        margin-left: -95px;
        width: 190px;
    }

    #CMD .section__aipt .grid__table {
        margin-top: 61px;
    }
}

@media all and (max-width: 730.5px) {
    #CMD .section__aipt .columns__hl__icon.hl-1 {
        margin-top: 44px;
    }

    #CMD .section__aipt .columns__hl__icon.hl-2 .row .col .col__container {
        height: 165px;
    }

    #CMD .section__aipt .columns__hl__icon.hl-2 .row .col .col__container .text-bottom {
        padding-top: 13px;
    }

    #CMD .section__aipt .columns__hl__icon.hl-2 .row .col.l4 .col__container .icon {
        bottom: 75px;
        width: 280px;
        height: 72px;
    }

    #CMD .section__aipt .grid__table {
        margin-top: 44px;
    }

    #CMD .section__aipt .grid__table .img__table-2 {
        max-width: 320px;
        height: 320px;
    }

    #CMD .section__aipt .wd__section .wd__feature__list {
        text-align: center;
    }

    #CMD .section__aipt .wd__section .wd__feature__list .wd__feature {
        margin-right: 25px !important;
        margin-left: 25px !important;
    }
}

.ie10 #CMD .hl-title,
.ie11 #CMD .hl-title {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ie10 #CMD .hl-title.title-1,
.ie11 #CMD .hl-title.title-1 {
    color: #ffb422 !important;
    background: transparent;
    -webkit-text-fill-color: transparent;
}

.ie10 #CMD .hl-title.title-2,
.ie11 #CMD .hl-title.title-2 {
    color: #09fd26 !important;
    background: transparent;
    -webkit-text-fill-color: transparent;
}

.ie10 #CMD .hl-title.title-3,
.ie11 #CMD .hl-title.title-3 {
    color: #65a1fd !important;
    background: transparent;
    -webkit-text-fill-color: transparent;
}

#pdc.odin {
    z-index: 1;
    background-color: #e4f5ff;
}

.pdc-space-start {
    display: flex;
}

.pdc-space-end {
    display: flex;
}

.product_gallery,
.product_awards,
.product_videos,
.product_medias {
    background-color: #e4f5ff !important;
}

.product_videos.theme-white .videos-container .videos-seeall,
.product_medias.theme-white .medias-container .medias-seeall,
.product_awards.theme-white .awards-container .awards-seeall {
    color: #006EB3 !important;
}

.product_videos.theme-white .videos-container .videos-seeall .arrow_link:before,
.product_medias.theme-white .medias-container .medias-seeall .arrow_link:before,
.product_awards.theme-white .awards-container .awards-seeall .arrow_link:before {
    background: #006EB3 !important;
}

.product_videos.theme-white .videos-container .videos-seeall .arrow_link path,
.product_medias.theme-white .medias-container .medias-seeall .arrow_link path,
.product_awards.theme-white .awards-container .awards-seeall .arrow_link path {
    stroke: #006EB3;
}

.product_awards .splide__pagination::after,
.product_medias .splide__pagination::after,
.product_videos .splide__pagination::after {
    background-color: #006EB3 !important;
}

.splide__pagination li .splide__pagination__page.is-active::after {
    background-color: #006EB3 !important;
}

.product_awards .awards-container .awards-seeall {
    color: #333;
}

.product_awards .awards-container .awards-seeall {
    color: #333;
}

.product_videos .videos-container .videos-seeall {
    color: #333;
}

.product_videos .videos-container .videos-seeall {
    color: #333;
}

.product_medias .medias-container .medias-seeall {
    color: #333;
}

.product_medias .medias-container .medias-seeall {
    color: #333;
}

.arrow_link::after {
    display: none;
}

.seeall_arrow-svg {
    stroke: #333;
}

.product_medias .medias-container .medias-carousel .splide__track {
    background-color: #fff !important;
}

.product_awards .awards-container .awards-carousel .splide__track {
    background-color: #fff !important;
}

.product_videos .videos-container .videos-carousel,
.product_videos .videos-container .videos-carousel .splide__track {
    background-color: transparent;
}

.product_videos .videos-container .videos-carousel .videos-item .item-content {
    background-color: #fff !important;
}

#pdc.odin .product_awards .splide__pagination::after,
#pdc.odin .product_medias .splide__pagination::after,
#pdc.odin .product_videos .splide__pagination::after {
    background: #333;
}

#pdc.odin .arrow_link::before {
    background: #333;
}

#pdc.odin .product_awards.theme-white .awards-container .awards-seeall,
#pdc.odin .product_awards .awards-container .awards-seeall,
#pdc.odin .product_videos.theme-white .videos-container .videos-seeall,
#pdc.odin .product_videos .awards-container .awards-seeall,
#pdc.odin .product_medias.theme-white .medias-container .medias-seeall,
#pdc.odin .product_medias .awards-container .awards-seeall {
    color: #333;
}

#pdc.odin .product_awards.total-pagination-1 .splide__pagination li .splide__pagination__page.is-active::after,
#pdc.odin .product_awards.total-pagination-2 .splide__pagination li .splide__pagination__page.is-active::after,
#pdc.odin .product_awards.total-pagination-3 .splide__pagination li .splide__pagination__page.is-active::after,
#pdc.odin .product_awards.total-pagination-4 .splide__pagination li .splide__pagination__page.is-active::after,
#pdc.odin .product_medias.total-pagination-1 .splide__pagination li .splide__pagination__page.is-active::after,
#pdc.odin .product_medias.total-pagination-2 .splide__pagination li .splide__pagination__page.is-active::after,
#pdc.odin .product_medias.total-pagination-3 .splide__pagination li .splide__pagination__page.is-active::after,
#pdc.odin .product_medias.total-pagination-4 .splide__pagination li .splide__pagination__page.is-active::after,
#pdc.odin .product_videos.total-pagination-1 .splide__pagination li .splide__pagination__page.is-active::after,
#pdc.odin .product_videos.total-pagination-2 .splide__pagination li .splide__pagination__page.is-active::after,
#pdc.odin .product_videos.total-pagination-3 .splide__pagination li .splide__pagination__page.is-active::after,
#pdc.odin .product_videos.total-pagination-4 .splide__pagination li .splide__pagination__page.is-active::after {
    background-color: #333;
}

#pdc.odin .seeall_arrow-svg {
    stroke: #333;
}

.section__pdc1,
.section__pdc2,
.product_medias.theme-white .medias-container .medias-carousel {
    background-color: #e4f5ff;
}

.section__pdc1,
.section__pdc2 {
    margin-bottom: 0 !important;
    padding-top: 0 !important;
}

@media all and (min-width: 1280px) {
    .section__pdc1 .pdc-space-start {
        margin-top: 20px;
    }

    .section__pdc1 .pdc-space-end {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .section__pdc2 .pdc-space-start {
        margin-top: 70px;
        padding-top: 0;
    }

    .section__pdc2 .pdc-space-end {
        margin-bottom: 0;
    }
}

@media all and (max-width: 1279.5px) and (min-width: 731px) {
    .section__pdc1 .pdc-space-start {
        margin-top: 50px;
    }

    .section__pdc1 .pdc-space-end {
        margin-bottom: 10px;
    }

    .section__pdc2 .pdc-space-start {
        margin-top: 60px;
    }

    .section__pdc2 .pdc-space-end {
        margin-bottom: 40px;
    }
}

@media all and (max-width: 730.5px) {
    .section__pdc1 .pdc-space-start {
        margin-top: 22px;
        padding-top: 0;
    }

    .section__pdc1 .pdc-space-end {
        margin-bottom: -14px;
    }

    .section__pdc2 .pdc-space-start {
        margin-top: 40px;
    }

    .section__pdc2 .pdc-space-end {
        margin-bottom: -24px;
    }
}

@media all and (min-width: 1280px) {
    .large_use {
        display: inline;
    }

    .section__1 .wd__content {
        max-width: 1100px;
    }

    .section__1 .wd__content .content__info {
        width: auto;
        max-width: 1100px;
    }

    .section__2 .wd__content {
        max-width: 800px;
    }

    .section__2 .wd__content .content__info {
        width: auto;
        max-width: 800px;
    }

    .section__3 .wd__content {
        max-width: 820px;
    }

    .section__3 .wd__content .content__info {
        width: auto;
        max-width: 820px;
    }

    .section__4 .wd__content {
        max-width: 900px;
    }

    .section__4 .wd__content .content__info {
        width: auto;
        max-width: 900px;
    }

    .section__5 .wd__content {
        max-width: 1000px;
    }

    .section__5 .wd__content .content__info {
        width: auto;
        max-width: 1000px;
    }

    .section__6 .wd__content {
        max-width: 950px;
    }

    .section__6 .wd__content .content__info {
        width: auto;
        max-width: 950px;
    }

    .section__7 .wd__content {
        max-width: 900px;
    }

    .section__7 .wd__content .content__info {
        width: auto;
        max-width: 900px;
    }

    .section__8 .wd__content {
        max-width: 890px;
    }

    .section__8 .wd__content .content__info {
        width: auto;
        max-width: 890px;
    }

    .section__9 .wd__content {
        max-width: 920px;
    }

    .section__9 .wd__content .content__info {
        width: auto;
        max-width: 920px;
    }

    .section__10 .wd__content {
        max-width: 950px;
    }

    .section__10 .wd__content .content__info {
        width: auto;
        max-width: 950px;
    }

    .section__11 .wd__content {
        max-width: 900px;
    }

    .section__11 .wd__content .content__info {
        width: auto;
        max-width: 900px;
    }

    .section__12 .wd__content {
        max-width: 960px;
    }

    .section__12 .wd__content .content__info {
        width: auto;
        max-width: 960px;
    }

    .section__13 .wd__content {
        max-width: 920px;
    }

    .section__13 .wd__content .content__info {
        width: auto;
        max-width: 920px;
    }

    .section__14 .wd__content {
        max-width: 980px;
    }

    .section__14 .wd__content .content__info {
        width: auto;
        max-width: 980px;
    }

    .section__15 .wd__content {
        max-width: 870;
    }

    .section__15 .wd__content .content__info {
        width: auto;
        max-width: 870;
    }

    .section__16 .wd__content {
        max-width: 900px;
    }

    .section__16 .wd__content .content__info {
        width: auto;
        max-width: 900px;
    }

    .section__17 .wd__content {
        max-width: 880px;
    }

    .section__17 .wd__content .content__info {
        width: auto;
        max-width: 880px;
    }

    .section__20 .wd__content {
        max-width: 1071px;
    }

    .section__20 .wd__content .content__info {
        width: auto;
        max-width: 1071px;
    }

    .section__22 .wd__content {
        max-width: 1071px;
    }

    .section__22 .wd__content .content__info {
        width: auto;
        max-width: 1071px;
    }

    .section__23 .wd__content {
        max-width: 1080px;
    }

    .section__23 .wd__content .content__info {
        width: auto;
        max-width: 1080px;
    }

    .wd__section .btn__ainoise__switch .scene__bg .row .noise__animation .render__wrap {
        margin-top: -213px;
    }

    .wd__section .btn__ainoise__switch .scene__bg .row .noise__animation .render__wrap canvas {
        margin-top: -196px;
    }

    .wd__section .btn__ainoise__switch .scene__bg .row .noise__animation .render__wrap canvas#noise__left {
        margin-left: -712px;
    }

    .wd__section .btn__ainoise__switch .scene__bg .row .noise__animation .render__wrap canvas#noise__right {
        margin-left: 116px;
    }

    .section__kv .wd__content .content__slogan {
        font-size: 48px;
    }

    .section__kv .wd__content .content__title {
        font-size: 3.5rem !important;
    }

    .section__kv .wd__content .content__title-2 {
        font-size: 1.725rem !important;
    }

    .section__4 .img__main2 {
        width: 1366px;
        height: 840px;
    }

    #CMD .section__4 .img__main2 {
        background-image: url("images/main2.jpg");
    }
}


@media all and (min-width: 1280px) {
    .section__4 .btn__switch__images {
        display: none !important;
    }

    .section__7 .img__main2 {
        width: 100%;
        height: 840px;
    }

    #CMD .section__7 .img__main2 {
        background-image: url("images/main2_7.jpg");
    }
}


@media all and (min-width: 1280px) {
    .section__7 .btn__switch__images {
        display: none !important;
    }

    .section__18 .wd__feature__list {
        display: inherit;
    }

    .section__18 .grid__table .feature-0 .feature-icon {
        margin: 0;
    }

    .section__18 .grid__table .feature-0 .feature-icon img {
        width: 135px;
        height: 90px;
    }

    .section__18 .grid__table .feature-1 .feature-icon {
        margin: 0;
    }

    .section__18 .grid__table .feature-1 .feature-icon img {
        width: 135px;
        height: 90px;
    }

    .section__21 .col__container_1 .hl_icon {
        transform: translateY(26px);
    }

    .section__21 .col__container_3 .hl_icon {
        transform: translateY(26px);
    }

    .section__ksp {
        margin-top: 0;
        padding-top: 59px;
        padding-bottom: 0;
    }

    .section__ksp .grid-item-wdContent.ksp-img-1 .grid-item-ie .item_block {
        align-items: start;
    }

    .section__ksp .grid-item-wdContent.ksp-img-1 .grid-item-ie .item_block .item_content {
        width: 700px;
    }

    .section__ksp .grid-item-wdContent.ksp-img-1 .grid-item-ie .item_block .item_content .wd__content {
        min-height: 171px;
        max-width: unset;
    }

    .section__ksp .grid-item-6 .ksp-content {
        max-width: 380px;
    }

    .section__ksp .grid-item-wdContent.ksp-img-1 .grid-item-ie .item_block {
        padding-left: 70px;
    }

    .section__ksp .grid-item-wdContent.ksp-img-1 .grid-item-ie .item_block .wd__content .content__title,
    .section__ksp .grid-item-wdContent.ksp-img-1 .grid-item-ie .item_block .wd__content .content__info {
        text-align: left;
    }

    .section__ksp .ksp-img-1 .item_image {
        position: absolute;
    }

    .section__ksp .ksp-img-1 .img__block {
        background-size: cover;
        left: 58%;
        top: -103px;
        margin-left: -40px;
        width: 412px;
        height: 328px;
    }

    .section__ksp .ksp-icon-1 .img__icon {
        width: 200px;
        height: 200px;
    }

    .section__ksp .ksp-icon-2 .img__icon {
        width: 200px;
        height: 200px;
    }

    .section__ksp .ksp-icon-3 .img__icon {
        width: 200px;
        height: 200px;
    }

    .section__ksp .ksp-icon-4 .img__icon {
        width: 200px;
        height: 200px;
    }

    .section__ksp .ksp-icon-5 .img__icon {
        width: 200px;
        height: 200px;
    }

    .section__ksp .ksp-icon-6 .img__icon {
        width: 200px;
        height: 200px;
    }

    .section__ksp .ksp-icon-7 .img__icon {
        width: 200px;
        height: 200px;
    }

    .section__ksp .ksp-icon-8 .img__icon {
        width: 200px;
        height: 200px;
    }

    .section__ksp .ksp-icon-9 .img__icon {
        width: 200px;
        height: 200px;
    }

    .section__ksp .wd__feature__describe__top .img__icon {
        margin-top: -34px;
        margin-bottom: -33px;
    }
}

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    .wd__section {
        margin-bottom: 74px;
        padding-top: 74px;
    }

    .wd__section .medium_use {
        display: inline-block;
    }

    .wd__section .no__wrap {
        display: inline-block;
        white-space: nowrap;
    }

    .wd__section .wd__content {
        left: 0;
        margin-left: auto;
        margin-right: auto;
        width: 97%;
        max-width: 720px;
        text-align: center;
    }

    .wd__section .wd__content .content__slogan {
        text-align: center;
    }

    .wd__section .wd__content .content__title {
        margin: 35px auto 0;
        width: 100%;
    }

    .wd__section .wd__content .content__info {
        margin: 13px auto 0;
        width: 100%;
        max-width: 660px;
    }

    .wd__section .wd__content .content__slogan::after {
        bottom: -15px;
    }

    .wd__section .wd__link__arrow::after {
        padding-left: 5px;
    }

    .wd__section.section__kv {
        margin-top: 0;
        padding-bottom: 0;
    }

    .wd__section.section__kv .wd__content {
        width: 100%;
        max-width: 1300px;
    }

    .wd__section.section__kv .wd__content .content__title {
        margin-top: -3px;
        width: 90%;
        max-width: 800px;
        font-size: 3.75rem;
        line-height: 1.3;
    }

    .wd__section.section__kv .wd__content .content__info {
        margin-top: 55px;
        width: 87.5%;
        max-width: 665px;
        font-size: 26px;
        line-height: 1.6;
    }

    .section__ksp {
        padding-top: 54px;
    }

    .section__ksp .grid-item-7 .wd__content {
        left: 50% !important;
        margin-left: -323px;
        max-width: 320px;
    }

    .section__ksp .ksp-img-1 .grid-item-ie .item_content {
        padding-bottom: 10px;
    }

    .section__ksp .ksp-img-1 .grid-item-ie .item_content .wd__content {
        text-align: center !important;
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
    }

    .section__ksp .ksp-img-1 .grid-item-ie .item_content .wd__content .content__title,
    .section__ksp .ksp-img-1 .grid-item-ie .item_content .wd__content .content__info {
        text-align: center !important;
    }

    .section__ksp .ksp-img-1 .grid-item-ie .item_content .wd__content .content__info {
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
    }

    .section__ksp .ksp-img-1 .item_image {
        position: relative;
    }

    .section__ksp .ksp-img-1 .img__block {
        background-size: contain;
        left: 50%;
        margin-top: -54px;
        top: 0;
        margin-left: -290px;
        width: 580px;
        height: 312px;
    }

    .section__ksp .ksp-icon-1 .img__icon {
        width: 150px;
        height: 150px;
    }

    .section__ksp .ksp-icon-2 .img__icon {
        width: 150px;
        height: 150px;
    }

    .section__ksp .ksp-icon-3 .img__icon {
        width: 150px;
        height: 150px;
    }

    .section__ksp .ksp-icon-4 .img__icon {
        width: 150px;
        height: 150px;
    }

    .section__ksp .ksp-icon-5 .img__icon {
        width: 150px;
        height: 150px;
    }

    .section__ksp .ksp-icon-6 .img__icon {
        width: 150px;
        height: 150px;
    }

    .section__ksp .ksp-icon-7 .img__icon {
        width: 150px;
        height: 150px;
    }

    .section__ksp .ksp-icon-8 .img__icon {
        width: 150px;
        height: 150px;
    }

    .section__ksp .ksp-icon-9 .img__icon {
        width: 150px;
        height: 150px;
    }

    .section__ksp .wd__feature__describe__top .img__icon {
        margin-top: -49px;
        margin-bottom: -34px;
    }

    .wd__section.section__kv {
        padding-top: 70px;
    }

    .wd__section.section__kv .wd__content .content__slogan {
        margin-bottom: 6px;
        width: 97%;
        padding-right: 1.5%;
        padding-left: 1.5%;
        font-size: 2.375rem !important;
    }

    .wd__section.section__kv .wd__content .content__title {
        margin-top: 4px;
        font-size: 2.75rem;
    }

    .wd__section.section__kv .wd__content .content__title-2 {
        margin-top: 7px;
        font-size: 1.59375rem !important;
    }

    .wd__section.section__kv .wd__content .content__info {
        width: 87.5%;
        max-width: 715px;
    }

    .wd__section.section__kv .img__nvidia__studio {
        top: -6px;
        margin-top: 78px;
        width: 197px;
        height: 90px;
        background-size: contain;
    }

    .section__1 .wd__content .content__title {
        max-width: 670px;
    }

    .section__1 .wd__content .content__info {
        width: 100% !important;
        max-width: 670px !important;
    }

    .section__2 .wd__content .content__title {
        max-width: 650px;
    }

    .section__2 .wd__content .content__info {
        width: 100% !important;
        max-width: 830px !important;
    }

    .section__3 .wd__content .content__title {
        max-width: 600px;
    }

    .section__3 .wd__content .content__info {
        width: 100% !important;
        max-width: 760px !important;
    }

    .section__4 .wd__content .content__title {
        max-width: 550px;
    }

    .section__4 .wd__content .content__info {
        width: 100% !important;
        max-width: 870px !important;
    }

    .section__5 .wd__content .content__title {
        max-width: 690px;
    }

    .section__5 .wd__content .content__info {
        width: 100% !important;
        max-width: 850px !important;
    }

    .section__6 .wd__content .content__title {
        max-width: 970px;
    }

    .section__6 .wd__content .content__info {
        width: 100% !important;
        max-width: 720px !important;
    }

    .section__7 .wd__content .content__title {
        max-width: 970px;
    }

    .section__7 .wd__content .content__info {
        width: 100% !important;
        max-width: 700px !important;
    }

    .section__8 .wd__content .content__title {
        max-width: 790px;
    }

    .section__8 .wd__content .content__info {
        width: 100% !important;
        max-width: 650px !important;
    }

    .section__9 .wd__content .content__title {
        max-width: 900px;
    }

    .section__9 .wd__content .content__info {
        width: 100% !important;
        max-width: 660px !important;
    }

    .section__10 .wd__content .content__title {
        max-width: 940px;
    }

    .section__10 .wd__content .content__info {
        width: 100% !important;
        max-width: 660px !important;
    }

    .section__11 .wd__content .content__title {
        max-width: 890px;
    }

    .section__11 .wd__content .content__info {
        width: 100% !important;
        max-width: 660px !important;
    }

    .section__12 .wd__content .content__title {
        max-width: 880px;
    }

    .section__12 .wd__content .content__info {
        width: 100% !important;
        max-width: 660px !important;
    }

    .section__13 .wd__content .content__title {
        max-width: 880px;
    }

    .section__13 .wd__content .content__info {
        width: 100% !important;
        max-width: 660px !important;
    }

    .section__kv {
        padding-top: 80px;
    }

    .section__kv .img__logo {
        width: 816px;
        height: 56px;
    }

    .wd__section .btn__ainoise__switch .scene__bg .row .noise__animation .render__wrap {
        margin-top: -58px;
        width: 350px;
        height: 350px;
    }

    .wd__section .btn__ainoise__switch .scene__bg .row .noise__animation .render__wrap .img__noise__icon {
        top: 44px;
        width: 350px;
        height: 350px;
    }

    .wd__section .btn__ainoise__switch .scene__bg .row .noise__animation .render__wrap canvas {
        margin-top: -152px;
    }

    .wd__section .btn__ainoise__switch .scene__bg .row .noise__animation .render__wrap canvas#noise__left {
        margin-left: -728px;
    }

    .wd__section .btn__ainoise__switch .scene__bg .row .noise__animation .render__wrap canvas#noise__right {
        margin-left: 132px;
    }

    .section__7 .img__main2 {
        width: 100%;
        height: 1200px;
    }

    #CMD .section__7 .img__main2 {
        background-image: url("images/main2_7.jpg");
    }
}


@media all and (min-width: 731px) and (max-width: 1279.5px) {
    .section__7 .col__container_9 {
        min-height: 219px;
    }

    .section__7 .btn__switch__images {
        display: none !important;
    }

    .section__18 .grid__table .feature-0 .feature-icon {
        margin: 0;
    }

    .section__18 .grid__table .feature-0 .feature-icon img {
        width: 135px;
        height: 90px;
    }

    .section__18 .grid__table .feature-1 .feature-icon {
        margin: 0;
    }

    .section__18 .grid__table .feature-1 .feature-icon img {
        width: 135px;
        height: 90px;
    }

    .section__19 .img__main {
        height: 446px;
    }

    .section__21 .col__container_1 .hl_icon {
        transform: translateY(24px);
    }

    .section__21 .col__container_3 .hl_icon {
        transform: translateY(10px);
    }
}

@media (max-width: 1279.5px) and (min-width: 1024px) {
    .section__performance .wd__feature__list {
        width: 630px;
    }
}

@media all and (max-width: 730.5px) {
    .wd__section {
        margin-bottom: 40px;
        padding-top: 40px;
    }

    .wd__section .row {
        text-align: center;
    }

    .wd__section .small_use {
        display: block;
    }

    .wd__section .small_unuse {
        display: none;
    }

    .wd__section .wd__content {
        margin-left: auto;
        margin-right: auto;
        width: 89.2%;
        text-align: left;
    }

    .wd__section .wd__content .content__title {
        width: 100%;
        max-width: 700px;
    }

    .wd__section .wd__content .content__info {
        margin-left: 0;
        width: 100%;
        max-width: 700px;
    }

    .wd__section .wd__content .content__slogan::after {
        bottom: -7px;
        left: 0%;
        margin-left: 0;
        width: 38px;
    }

    .wd__section .wd__content .content__slogan.underline-left::after {
        left: 0%;
        margin-left: 0;
    }

    .wd__section .wd__link__arrow::after {
        padding-left: 5px;
    }

    .wd__section.section__1 {
        margin-top: 0;
        padding-top: 48px;
        padding-bottom: 0;
    }

    .wd__section.section__1 .wd__content {
        margin-top: 0;
        position: relative;
        left: 0;
        width: 100%;
        max-width: 1300px;
    }

    .wd__section.section__1 .wd__content .content__title {
        text-align: center;
        margin-top: -11px;
        margin-bottom: 10px;
        margin-left: auto !important;
        width: 95%;
        max-width: 720px;
        font-size: 2.25rem;
        line-height: 1.2;
    }

    .wd__section.section__1 .wd__content .content__info {
        text-align: center;
        margin: 41px auto 0;
        width: 91%;
        max-width: 460px;
        font-size: 1.375rem;
        line-height: 1.3;
    }

    .wd__section .columns__hl__icon .row .col .hl {
        padding: 0 8px;
    }

    .section__ksp {
        padding-top: 30px;
        margin-bottom: 30px;
    }

    .section__ksp .ksp-img-1 .wd__content {
        text-align: center !important;
    }

    .section__ksp .ksp-img-1 .img__block {
        background-size: contain;
        left: 50%;
        margin-top: -16px;
        margin-bottom: 2px;
        margin-left: -283px;
        width: 570px;
        height: 214px;
    }

    .section__ksp .ksp-icon-1 .img__icon {
        width: 120px;
        height: 120px;
    }

    .section__ksp .ksp-icon-2 .img__icon {
        width: 120px;
        height: 120px;
    }

    .section__ksp .ksp-icon-3 .img__icon {
        width: 120px;
        height: 120px;
    }

    .section__ksp .ksp-icon-4 .img__icon {
        width: 120px;
        height: 120px;
    }

    .section__ksp .ksp-icon-5 .img__icon {
        width: 120px;
        height: 120px;
    }

    .section__ksp .ksp-icon-6 .img__icon {
        width: 120px;
        height: 120px;
    }

    .section__ksp .ksp-icon-7 .img__icon {
        width: 120px;
        height: 120px;
    }

    .section__ksp .ksp-icon-8 .img__icon {
        width: 120px;
        height: 120px;
    }

    .section__ksp .ksp-icon-9 .img__icon {
        width: 120px;
        height: 120px;
    }

    .section__ksp .wd__feature__describe__top .img__icon {
        margin-top: -31px;
        margin-bottom: -26px;
    }

    .wd__section.section__kv .img__nvidia__studio {
        margin-top: 50px;
        width: 176px;
        height: 82px;
        background-size: contain;
    }

    .wd__section.section__kv {
        padding-top: 58px;
    }

    .wd__section.section__kv .img__logo {
        width: 300px;
        max-width: 300px;
        height: 35px;
    }

    .wd__section.section__kv .wd__content .content__slogan {
        margin-bottom: 4px;
        font-size: 1.5rem;
        line-height: 1.2;
    }

    .wd__section.section__kv .wd__content .content__title {
        margin-top: 10px !important;
        font-size: 2.25rem;
        font-weight: 450 !important;
    }

    .wd__section.section__kv .wd__content .content__title-2 {
        margin-top: 4px !important;
        font-size: 1.3rem;
    }

    .wd__section.section__kv .wd__content .content__info {
        max-width: 550px;
    }

    .section__3 .columns__hl__icon__dynamic .hl_icon .icon-1,
    .section__4 .columns__hl__icon__dynamic .hl_icon .icon-1 {
        width: 312px !important;
        height: 110px !important;
    }

    .section__4 .img__main2 {
        display: none;
    }

    .section__7 .img__main2 {
        display: none;
    }

    .section__7 .img__main {
        height: 430px;
    }

    .section__7 .img-1 .img__main {
        height: 900px;
    }

    .section__7 .img-2 .img__main {
        height: 900px;
    }

    .section__7 .text__info {
        font-size: 1.125rem !important;
    }

    .section__18 .wd__feature__list {
        display: inherit;
    }

    .section__18 .grid__table .feature-0 .feature-icon {
        margin: 0;
    }

    .section__18 .grid__table .feature-0 .feature-icon img {
        width: 110px;
        height: 85px;
    }

    .section__18 .grid__table .feature-1 .feature-icon {
        margin: 0;
    }

    .section__18 .grid__table .feature-1 .feature-icon img {
        width: 110px;
        height: 85px;
    }

    .section__18 .content__info {
        font-size: 1.125rem !important;
    }

    .wd__section .btn__ainoise__switch .scene__bg .row .noise__animation .render__wrap {
        margin-top: -19px;
        width: 340px;
        height: 340px;
    }

    .wd__section .btn__ainoise__switch .scene__bg .row .noise__animation .render__wrap .img__noise__icon {
        top: -8px;
        width: 340px;
        height: 340px;
    }

    .wd__section .btn__ainoise__switch .scene__bg .row .noise__animation .render__wrap canvas#noise__left {
        margin-left: -729px;
    }

    .wd__section .btn__ainoise__switch .scene__bg .row .noise__animation .render__wrap canvas#noise__right {
        margin-left: 125px;
    }

    .section__durability {
        margin-bottom: 42px;
    }

    .section__21 .col__container_3 .hl_icon,
    .section__21 .col__container_1 .hl_icon {
        transform: translateY(12px);
    }
}