.sprite--aperture {
    width: 54px;
    height: 54px
}

.sprite--arrow {
    width: 12px;
    height: 12px
}

.sprite--benefit1,.sprite--benefit2,.sprite--benefit3,.sprite--benefit4,.sprite--benefit5,.sprite--benefit6,.sprite--benefit7,.sprite--benefit8 {
    width: 36px;
    height: 36px
}

.sprite--black {
    width: 22px;
    height: 22px
}

.sprite--mail {
    width: 19px;
    height: 16px
}

.sprite--play {
    width: 16px;
    height: 16px
}

.sprite--white {
    width: 22px;
    height: 22px
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

html {
    font-family: Nunito Sans,sans-serif;
    font-size: 16px;
    line-height: normal;
    color: #a1a1a1;
    background: #151515;
    text-align: left;
    position: relative;
    min-height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}



:focus {
    outline: 0
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button,input {
    border: 0;
    border-radius: 0
}

input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none
}

button:focus,input:focus,textarea:focus {
    outline: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

textarea {
    overflow: auto;
    border: 0
}

a[href^=sms],a[href^=tel] {
    text-decoration: none;
    cursor: default
}

a[href^=sms]:before,a[href^=tel]:before {
    display: none
}

h1,h2,h3,h4,h5,h6,p {
    font-size: 16px;
    line-height: normal;
    padding: 0;
    margin: 0
}

.b,.strong,b,strong {
    font-weight: 700
}

.em,em {
    font-style: italic
}

.a,.u,a,u {
    text-decoration: underline
}

.a,a {
    color: #eda217;
    cursor: pointer;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

.a:hover,a:hover {
    text-decoration: none
}

.h-tac {
    text-align: center
}

.h-tcw {
    color: #fff
}

.h-tcy {
    color: #f6b130
}

.h-mobileshow {
    display: none
}

@media (max-width: 660px) {
    .h-mobilehide {
        display:none
    }

    .h-mobileshow {
        display: inline-block
    }
}

.container {
    position: relative;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px
}

@media (max-width: 840px) {
    .container {
        padding:0 30px
    }
}

@media (max-width: 660px) {
    .container {
        padding:0 15px
    }
}

.wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.wrapper--jc {
    -ms-flex-pack: center;
    justify-content: center
}

.header {
    position: relative;
    z-index: 4;
    width: 100%;
    top: 0
}

.header__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    height: 120px;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px
}

.header__logo {
    position: relative;
    height: 35px
}

.header__logo__img {
    height: 100%
}

@media (max-width: 840px) {
    .header__container {
        height:100px;
        margin: 0 10px;
        padding: 0 10px;
        width: auto
    }
}

.nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.nav__link {
    font-weight: 800;
    font-size: 15px;
    color: #ffffff75;
    text-decoration: none;
    padding: 16px 20px;
    z-index: 5;
    transition: color .3s,border .3s
}

.nav__link.nav__link--mobile {
    display: none
}

.nav__link--active,.nav__link:hover {
    color: #fff
}

.nav__switcher {
    display: none
}

@media (max-width: 840px) {
    .nav {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 70px 0 0;
        overflow: hidden;
        background: #00000030;
        transition: width .6s;
        z-index: 6
    }

    .nav,.nav:after {
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        width: 0
    }

    .nav:after {
        content: "";
        background: #151515;
        transition: width .3s;
        z-index: 4
    }

    .nav__link {
        position: relative;
        display: block;
        font-family: Playfair Display,sans-serif;
        font-weight: 700;
        font-size: 24px;
        min-width: 220px;
        color: #ffffff75;
        text-decoration: none;
        padding: 16px 40px
    }

    .nav__link.button {
        display: none
    }

    .nav__link.nav__link--mobile {
        display: block;
        padding-top: 20px;
        min-width: 300px
    }

    .nav__switcher {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        z-index: 7;
        top: 0;
        right: 0;
        height: 100px;
        width: 70px;
        cursor: pointer
    }

    .nav__switcher__icon {
        display: block;
        width: 22px;
        top: 20px;
        right: 9px;
        height: 2px;
        background: #fff;
        transition: all .2s
    }

    .nav__switcher__icon:before {
        top: -7px;
        right: 0
    }

    .nav__switcher__icon:after,.nav__switcher__icon:before {
        content: "";
        display: block;
        width: 13px;
        position: relative;
        height: 2px;
        background: #fff
    }

    .nav__switcher__icon:after {
        top: 5px;
        right: -9px
    }

    .js-nav-open .nav,.js-nav-open .nav:after {
        width: 98%
    }

    body.js-nav-open {
        overflow: hidden;
        position: fixed
    }

    .js-nav-open .header--absolute .nav__switcher {
        position: fixed
    }

    .js-nav-open .nav__switcher__icon {
        transform: rotate(-45deg);
        width: 18px;
        top: 20px;
        right: 9px
    }

    .js-nav-open .nav__switcher__icon:before {
        transform: rotate(-90deg);
        width: 18px;
        top: 0;
        right: 0
    }

    .js-nav-open .nav__switcher__icon:after {
        transform: rotate(-45deg);
        width: 0
    }
}

.footer {
    position: relative;
    text-align: center;
    padding-bottom: 35px;
    margin-top: 50px
}

.footer__nav {
    padding: 15px 0;
    font-size: 15px;
    border-bottom: 1px solid #373737;
    text-align: center;
    margin-bottom: 35px
}

.footer__link {
    display: inline-block;
    font-weight: 800;
    color: #7c7c7c;
    text-decoration: none;
    padding: 22px
}

.footer__link--active,.footer__link:hover {
    color: #fff
}

.footer__text {
    font-size: 13px;
    margin-bottom: 10px
}

.footer__text a {
    color: #c6c6c6;
    text-decoration: none
}

.footer__text a:hover {
    color: #fff
}

.footer__divider {
    content: "";
    position: relative;
    bottom: 3px;
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #8f8f8f;
    margin: 0 10px
}

.footer__symbol {
    margin: 60px 0;
    opacity: .3
}

@media (max-width: 660px) {
    .footer__nav {
        margin-bottom:25px
    }

    .footer__link {
        font-size: 14px;
        padding: 5px 10px
    }

    .footer__text {
        font-size: 11px;
        line-height: 16px
    }

    .footer__symbol {
        margin: 40px 0 30px
    }
}

.scrollup {
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    right: 15px;
    bottom: 15px;
    z-index: 3;
    width: 45px;
    height: 45px;
    background: #2c2c2c;
    cursor: pointer;
    right: -45px;
    transition: background .3s,right .3s
}

.scrollup:hover {
    background: #262626
}

.js-scrolled .scrollup {
    right: 15px
}

.scrollup__arrow {
    fill: #fff;
    transform: rotate(-90deg)
}

.line {
    width: 100%;
    height: 1px;
    background: hsla(0,0%,100%,.12)
}

.line--mt {
    margin-top: 50px
}

.headline {
    font-family: 'Noto Sans TC';
    font-size: 40px;
    line-height: 90px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 80px;
    display:flex;
    flex-direction: column;
}
.sub_headline{
    font-size: 3vw;
    line-height: 5vw;
}
.headline--sec {
    margin: 120px 0 0;
    font-size: 90px
}

.headline--gray {
    color: #8b8b8b
}

.headline--gold {
    color: #f6b130
}

@media (max-width: 1040px) {
    .headline--sec {
        font-size:52px;
        line-height: 62px
    }
}

@media (max-width: 660px) {
    .headline {
        font-size:25px;
        line-height: 33px;
        margin-bottom: 70px
    }

    .headline--plan {
        margin-bottom: 80px
    }

    .headline--sec {
        font-size: 7vw;
        line-height: 10vw;
        margin-top: 70px;
        margin-bottom: 20px
    }
}

.subheadline {
    font-family: BenchNine,sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-top: 80px;
    text-transform: uppercase;
    letter-spacing: 5.3px;
    text-align: center
}

.subheadline--sec {
    margin-top: 45px;
    margin-bottom: 40px;
    font-size: 22px;
    letter-spacing: 2px
}

@media (max-width: 660px) {
    .subheadline {
        font-size:14px;
        line-height: 19px;
        margin-bottom: 10px;
        margin-top: 50px
    }

    .subheadline--sec {
        margin-top: 0;
        margin-bottom: 20px
    }
}

.button,.button:hover {
    display: inline-block;
    padding: 15px 25px;
    font-weight: 700;
    border: 1px solid #F6B13070;
    font-size: 16px;
    text-decoration: none;
    color: #f6b130;
    background: transparent;
    cursor: pointer;
    transition: border .3s,color .3s;
    border-radius: 3px
}

.button:hover {
    border: 1px solid #f6b130
}

.button--transparent {
    color: #fff;
    border: 1px solid transparent
}

.button--sec,.button--sec:hover,.button--transparent:hover {
    color: #fff;
    border: 1px solid #FFFFFF70
}

.button--sec:hover {
    border: 1px solid #fff
}

.button--grey,.button--grey:hover {
    color: #a1a1a1;
    border: 1px solid #4a4a4a
}

.button--grey:hover {
    color: #fff;
    border: 1px solid #fff
}

.button--yellow,.button--yellow:hover {
    color: #f6b130;
    border: 1px solid #F6B13080
}

.button--yellow:hover {
    border: 1px solid #f6b130
}

.button--full,.button--full:hover {
    color: #fff;
    border: 1px solid #f6b130;
    background: #f6b130
}

.button--gold,.button--gold:hover {
    color: #dd916e;
    border: 1px solid #DD916E70
}

.button--gold:hover {
    border: 1px solid #dd916e
}

.button__icon-front {
    position: relative;
    top: 2px;
    margin-right: 8px
}

.button__icon-frontsec {
    position: relative;
    top: 5px;
    margin-right: 8px
}

.button__icon-back {
    position: relative;
    top: 1px;
    margin-left: 8px
}

.button .sprite--arrow {
    fill: #fff
}

.button--yellow .sprite--arrow {
    fill: #f6b130
}

.button--grey .sprite--arrow {
    transition: fill .3s;
    fill: #a1a1a1
}

.button--grey:hover .sprite--arrow {
    fill: #fff
}

.button--gold .sprite--arrow {
    fill: #dd916e
}

.button--wide {
    width: 100%
}

.topimg {
    position: absolute;
    top: 85px;
    z-index: 0;
    display: block
}

.topimg,.topimg__img {
    width: 100%;
    max-width: 100%
}

.topimg__img {
    position: relative
}

@media (max-width: 660px) {
    .topimg {
        overflow:hidden
    }

    .topimg__img {
        width: auto;
        max-width: none;
        height: 500px
    }
}

.anim.anim__d2 {
    animation-duration: 1.5s
}

.anim.anim__d3 {
    animation-duration: 2s
}

@keyframes a {
    0% {
        opacity: 0;
        transform: translate3d(0,10%,0)
    }

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

.anim__show {
    animation-duration: 1s;
    animation-name: a
}

@keyframes b {
    0% {
        opacity: 0;
        transform: translate3d(0,20px,0)
    }

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

.anim__showb {
    position: relative;
    animation-duration: 1s;
    animation-name: b
}

.fboxs__left {
    display: -ms-flexbox;
    display: flex;
    width: 33.33333%
}

.fboxs__right {
    width: 66.66666%
}

.fbox {
    background: #1d1d1d;
    margin: 0 15px 30px;
    border-bottom: 2px solid #232323;
    transition: background .5s ease-in-out,border-bottom .5s ease-in-out
}

.fbox:hover {
    background: #262626;
    border-bottom: 2px solid #3a3a3a
}

.fbox:hover .fbox__icon {
    fill: #fff
}

.fbox--sec,.fbox--sec:hover {
    border-bottom: 2px solid #dd916e
}

.fbox--small {
    -ms-flex-preferred-size: calc(33.33333% - 30px);
    flex-basis: calc(33.33333% - 30px)
}

.fbox--wide {
    display: -ms-flexbox;
    display: flex
}

.fbox__img {
    width: 100%;
    max-width: 380px
}

.fbox__icon {
    margin: 50px 0 70px;
    fill: #636364;
    transition: fill .5s ease-in-out
}

.fbox__icon--sec {
    margin: 44px 0 48px
}

.fbox__content {
    padding: 10px 35px 55px
}

.fbox__headline {
    font-family: Playfair Display,sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    text-align: left
}

.fbox__text {
    line-height: 26px
}

@media (max-width: 1260px) {
    .fbox--wide,.fboxs__right {
        display:-ms-flexbox;
        display: flex
    }

    .fbox--wide {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .fbox--widefirst {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .fbox--wide .fbox__img {
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .fbox__icon--sec {
        display: none
    }
}

@media (max-width: 1040px) {
    .fboxs__right {
        -ms-flex-direction:column;
        flex-direction: column
    }

    .fbox--wide .fbox__img {
        display: none
    }

    .fbox__icon--sec {
        display: block
    }
}

@media (max-width: 840px) {
    .fboxs__left,.fboxs__right {
        width:50%
    }

    .fbox {
        margin-bottom: 15px
    }

    .fbox--vertical {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .fbox--small {
        -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px)
    }

    .fbox__content {
        padding: 30px
    }

    .fbox--vertical .fbox__content {
        padding-top: 0
    }

    .fbox__headline {
        font-size: 22px;
        line-height: 30px
    }
}

@media (max-width: 660px) {
    .fboxs__left,.fboxs__right {
        width:100%
    }

    .fbox--small {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .fbox__img {
        max-width: 100%
    }

    .fbox__content__top {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px
    }

    .fbox__content__top .fbox__headline {
        position: relative;
        top: 2px;
        margin-bottom: 0
    }

    .fbox__icon,.fbox__icon--sec {
        margin: 0 25px 0 0
    }
}

.faq {
    margin-top: 65px
}

.faq__headline {
    font-family: Playfair Display,sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #fff;
    text-align: center;
    border-top: 1px solid hsla(0,0%,100%,.12);
    padding: 30px 0
}

.faq__headline--sec {
    border-top: none;
    text-align: left;
    padding: 0 0 15px
}

.faq__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 60px 0;
    border-top: 1px solid hsla(0,0%,100%,.12)
}

.faq__item__part {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.faq__text {
    line-height: 26px
}

@media (max-width: 840px) {
    .faq {
        margin-top:52px
    }

    .faq__item__part {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media (max-width: 660px) {
    .faq__headline {
        font-size:16px;
        line-height: 21px;
        padding: 20px 0
    }

    .faq__item {
        padding: 10px 0 30px
    }
}

.buybox {
    position: relative;
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    background: #1d1d1d;
    margin: 0 15px;
    padding: 60px 40px 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.buybox--sec {
    background: #262626
}

.buybox__headline {
    font-family: Playfair Display,sans-serif;
    font-weight: 700;
    color: #a1a1a1;
    font-size: 22px;
    text-align: center
}

.buybox__headline--sec {
    color: #f6b130
}

.buybox__headline--th {
    color: #dd916e
}

.buybox__price {
    font-size: 40px;
    color: #fff
}

.buybox__price,.buybox__price-info {
    font-family: BenchNine,sans-serif;
    text-align: center
}

.buybox__price-info {
    font-size: 20px;
    text-transform: uppercase
}

.buybox__icon {
    position: absolute;
    top: -27px;
    left: calc(50% - 27px)
}

.buybox__icon--grey {
    fill: #474747
}

.buybox__icon--yellow {
    fill: #f6b130
}

.buybox__icon--gold {
    fill: #dd916e
}

.buybox__content {
    margin-top: 10px;
    margin-bottom: 0
}

.buybox-info,.buybox__button {
    text-align: center
}

.buybox-info {
    font-size: 12px;
    line-height: 21px;
    max-width: 770px;
    padding: 45px 30px;
    margin: 0 auto
}

.buybox__ul {
    margin-top: 35px;
    margin-bottom: 50px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 25px;
    list-style-image: url(../images/icons/check.svg)
}

.buybox__ul--grey {
    list-style-image: url(../images/icons/check-grey.svg)
}

.buybox__ul--gold {
    list-style-image: url(../images/icons/check-gold.svg)
}

.buybox__ul li {
    margin-bottom: 15px
}

.buybox__ul__content {
    position: relative;
    top: -3px;
    left: 3px
}

@media (max-width: 1180px) {
    .buybox {
        -ms-flex-preferred-size:calc(50% - 30px);
        flex-basis: calc(50% - 30px)
    }
}

@media (max-width: 840px) {
    .buybox {
        margin-top:50px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .buybox--mt {
        margin-top: -15px
    }

    .buybox__content {
        margin-bottom: 0
    }

    .buybox__ul {
        margin-bottom: 35px
    }

    .buybox-info {
        padding-top: 50px;
        padding-bottom: 0;
        font-size: 16px;
        line-height: 26px
    }
}

.person {
    position: relative;
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    background: #151515;
    margin: 0 15px;
    padding-bottom: 85px
}

.person__content {
    text-align: center;
    position: relative;
    padding-top: 60px;
    margin-top: -220px;
    z-index: 1
}

.person__face {
    width: 74px;
    margin-bottom: 25px
}

.person__headline {
    font-family: Playfair Display,sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px
}

.person__headline,.person__text {
    text-align: center;
    padding: 0 20px
}

.person__text {
    font-size: 15px;
    line-height: 25px;
    color: #FFFFFF60
}

.person__href {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2
}

.person__img-wrapper {
    position: relative;
    overflow: hidden
}

.person__img {
    transition: transform .5s ease-in-out
}

.person:hover .person__img {
    transform: scale(1.03)
}

.person__img-wrapper:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    transition: height .5s;
    background: linear-gradient(0deg,#151515,#15151500)
}

@media (max-width: 840px) {
    .person {
        padding-bottom:45px
    }

    .person__headline {
        font-size: 25px;
        line-height: 35px
    }

    .person__face {
        width: 65px;
        margin-bottom: 15px
    }

    .person__content {
        padding-top: 140px
    }
}

@media (max-width: 660px) {
    .person {
        -ms-flex-preferred-size:100%;
        flex-basis: 100%
    }
}

.outro {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    min-height: 1000px
}

.outro,.outro__buttons {
    text-align: center
}

.outro__sec-button {
    margin-left: 20px
}

.outro__headline {
    font-size: 70px;
    margin-top: 35px;
    margin-bottom: 60px
}

@media (max-width: 1040px) {
    .outro__headline {
        font-size:52px;
        line-height: 62px
    }
}

@media (max-width: 660px) {
    .outro {
        min-height:360px
    }

    .outro__first-button {
        display: none
    }

    .outro__sec-button {
        margin-left: 0
    }

    .outro__headline {
        font-size: 25px;
        line-height: 33px;
        margin-top: 20px;
        margin-bottom: 35px
    }
}

.anchor {
    position: relative;
    top: -50px
}

.anchor--headline {
    top: -80px
}

@media (max-width: 660px) {
    .anchor--headline {
        top:-50px
    }
}

.baimage {
    height: 45vw;
    margin: 10px auto 30px;
    max-height: 753px;
    max-width: 1200px;
    overflow: hidden;
    width: calc(100vw - 60px);
    border-radius: 16px;

}

.baimage__buttons {
    text-align: center;
    margin-bottom: 145px
}

@media (max-width: 660px) {
    .baimage {
        margin:30px auto 30px;
        height: 50vw;
    }

    .baimage__buttons {
        text-align: center;
        margin-bottom: 70px
    }
}

.container figure {
    background-image: url(maydayright.png);
    font-size: 0;
    margin: 0;
    position: relative;
    width: 100%
}

#compare,.container figure {
    background-size: cover;
    height: 100%
}

#compare {
    background-image: url(maydayleft.png);
    bottom: 0;
    border-right: 2px solid #fff;
    max-width: 100%;
    min-width: .6%;
    overflow: visible;
    position: absolute;
    width: 50%
}

#compare.anim__compare {
    animation: c 3s ease-in-out
}

input#slider {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    background: transparent;
    cursor: col-resize;
    height: 100vw;
    left: 0;
    margin: 0;
    outline: none;
    padding: 0;
    position: relative;
    top: -100vw;
    width: 100%
}

input#slider::-moz-range-track {
    background: transparent
}

input#slider::-ms-track {
    border: none;
    height: 100vw;
    left: 0;
    outline: none;
    position: relative;
    top: -100vw;
    width: 100%;
    margin: 0;
    padding: 0;
    cursor: col-resize;
    color: transparent
}

input#slider::-ms-fill-lower,input#slider::-ms-track {
    background-color: transparent
}

input#slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 100vw;
    width: .5%;
    opacity: 0
}

input#slider::-moz-range-thumb {
    -moz-appearance: none;
    height: 100vw;
    width: .5%;
    opacity: 0
}

input#slider::-ms-thumb {
    height: 100vw;
    width: .5%;
    opacity: 0
}

input#slider::-ms-tooltip {
    display: none
}

#compare:before {
    background: url(icon-compare.svg) no-repeat scroll 0 transparent;
    background-size: contain;
    content: " ";
    float: right;
    height: 100%;
    margin-right: -20px;
    position: relative;
    top: 40;
    width: 40px
}

@keyframes c {
    0% {
        width: 0
    }

    50% {
        width: 80%
    }

    80% {
        width: 45%
    }

    to {
        width: 50%
    }
}
