.cn-w-calc-pane {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #F5F5F5;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}
.cn-w-calc-pane a {
    cursor: pointer;
}
.cn-w-calc-form textarea,
.cn-w-calc-form textarea:focus,
.cn-w-calc-form .cn-w-input,
.cn-w-calc-form input[type="text"], 
.cn-w-calc-form input[type="number"], 
.cn-w-calc-form input[type="email"], 
.cn-w-calc-form input[type="tel"], 
.cn-w-calc-form input[type="text"]:focus, 
.cn-w-calc-form input[type="number"]:focus, 
.cn-w-calc-form input[type="email"]:focus, 
.cn-w-calc-form input[type="tel"]:focus {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin: 0 0 0 0;
    padding: 6px 10px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing:border-box;
    resize: none;
    height: 36px;
    border: 1px solid #BBB;
    box-shadow: none;
    background-color: #F5F5F5;
    background-image: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.cn-w-calc-form input[type="number"]::-webkit-outer-spin-button, .cn-w-calc-form input[type="number"]::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    background: none;
    background-color: transparent;
    border: none;
}
.cn-w-calc-form select {
    font-family: Helvetica, Arial, sans-serif;
    display: inline-block;
    padding: 6px 20px 6px 7px;
    font-size: 14px;
    height: 36px;
    border: 1px solid #BBB;
    box-shadow: none;
    background-color: #F5F5F5;
    background-image: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    box-sizing:border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images2/icons/icon_dd.png");
    background-repeat: no-repeat;
    background-size: auto 24px;
    background-position: center right;
}
.cn-w-100 {
    width: 100%;
}
.cn-vh-100 {
    height: 100vh;
}
.cn-w-view {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.cn-w-view > .cn-w-view-body {
    flex: 1 1 auto;
    overflow: hidden;
    overflow-y: auto;
}
.cn-w-view > .cn-w-view-footer {
    flex: 0 0 auto;
}
.cn-w-view > .cn-w-view-doc {
    padding: 20px;
    background-color: #FFF;
}
.cn-w-view > .cn-w-top-section {
    display: block;
    flex: 0 0 auto;
    background-color: #FFF;
    overflow-y: auto;
    max-height: 100vh;
}
.cn-w-view .cn-w-iframe-cover {
    display: block;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.cn-w-view > .cn-w-top-section > .cn-w-topbar {
    line-height: 44px;
    text-align: center;
}
.cn-w-view > .cn-w-top-section > .cn-w-topbar .cn-w-pane-title {
    line-height: 44px;
}
.cn-w-view > .cn-w-top-section.cn-w-header {
    padding: 20px;
    border-bottom: 1px solid #DDD;
}
.cn-w-top-h2 {
    font-size: 1em;
    margin: 0;
}
.cn-w-view > .cn-w-bottom-section {
    display: block;
    border-top: 1px solid #DDD;
    background-color: #FFF;
}
.cn-w-view > .cn-w-bottom-section textarea {
    background-color: transparent !important;
}
.cn-w-view .cn-w-th {
    display: block;
    position: relative;
    text-align: center;
    line-height: 44px;
    border-bottom: 1px solid #DDD;
}
.cn-w-view .cn-w-th-btn {
    display: block;
    position: absolute;
    width: 44px;
    line-height: 44px;
    font-size: 16px;
    text-align: center;
}
.cn-w-view .cn-w-th-tl {
    top: 0;
    left: 0;
}
.cn-w-view .cn-w-th-tr {
    top: 0;
    right: 0;
}
.cn-w-pane {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
}
.cn-w-main {
    left: 0;
    width: 500px;
    overflow: hidden;
}
.cn-w-attach {
    left: 500px;
    width: 500px;
    border-left: 1px solid rgba(0,0,0,0.1);
    box-sizing: border-box;
}
.tpTradeReport .cn-w-view-doc, .kbbTradeReport .cn-w-view-doc {
  /* Scrolling support for older iOS versions */
  -webkit-overflow-scrolling: touch;
}
.cn-w-calc-pane .cn-w-unlock-bar {
    display: block;
    background-color: #000;
    color: #FFF;
    height: auto;
    max-height: 10000px;
    -webkit-transition: max-height 1.5s ease-in-out;
    -moz-transition: max-height 1.5s ease-in-out;
    -o-transition: max-height 1.5s ease-in-out;
    transition: max-height 1.5s ease-in-out;
}
.cn-w-calc-pane .cn-w-unlock-bar .cn-w-contact-form {
    height: auto;
    max-height: 0;
}
.cn-w-calc-pane .cn-w-unlock-bar .cn-w-contact-form.cn-w-expanded {
    padding: 0 0 30px 0;
    max-height: 10000px;
    -webkit-transition: max-height 1s ease-in-out;
    -moz-transition: max-height 1s ease-in-out;
    -o-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
}
.cn-w-calc-pane .cn-w-unlock-bar .cn-w-tb-btn {
    display: block;
    padding: 0 15px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #FFF;
    color: #FFF;
    border-radius: 3px;
    cursor: default;
    white-space: nowrap;
}
.cn-w-calc-pane .cn-w-unlock-bar .cn-w-tb-btn i {
    font-weight: bold;
}
.cn-w-calc-pane .cn-w-unlock-bar .cn-w-tb-btn:hover {
    background-color: rgba(255,255,255,0.1);
}
.cn-w-calc-pane .cn-w-unlock-bar .cn-w-tb-btn:active {
    background-color: rgba(255,255,255,0.2);
}
.cn-w-sections {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.cn-w-sections > li {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}
.cn-w-sections > li:last-child {
    padding-bottom: 20px;
}
.cn-w-sections > li.no-padding {
    padding: 0 0 0 0;
}
.cn-w-tabs {
    display: block;
    position: relative;
    border-bottom: 2px solid #DDD;
    background-color: #FFF;
    -webkit-animation: cnWfadeIn 0.4s both;
    animation: cnWfadeIn 0.4s both;
}
.cn-w-tabs > .cn-w-title {
    display: block;
    position: absolute;
    top: -12px;
    margin: auto;
    height: 24px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 0 20px;
    background-color: white;
    box-shadow: 0 0 3px rgba(0,0,0,0.4);
    border-radius: 4px;
    font-size: 12px;
    float: left;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
}
@media only screen and (max-width:499px) {
    .cn-w-tabs > .cn-w-title {
        top: -20px;
    }
}
.cn-w-tabs > ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    font-size: 0;
    margin-bottom: -2px;
}
.cn-w-tabs > ul > li {
    display: inline-block;
    vertical-align: top;
}
.cn-w-tabs > ul > li > a {
    display: block;
    position: relative;
    padding: 20px 15px 17px 15px;
    font-size: 14px;
}
.cn-w-tabs > ul > li span.cn-w-price {
    display: block;
    text-align: center;
    font-size:24px;
    line-height: 24px;
    padding-top: 5px;
    /* transition: opacity 1.5s; */
    opacity: 1;  
}
.cn-w-tabs > ul > li span.cn-w-price[class*="-remove"] {
    transition: none;
    opacity: 0;
}
.cn-w-tabs > ul > li span.cn-w-normal {
    display: block;
    font-size:14px;
}
.cn-w-tabs > ul > li > .cn-w-bot-bdr {
    display: inline-block;
    height: 3px;
    width: 0%;
    overflow: hidden;
    background-color: black;
}
.cn-w-tabs > ul > li.active > .cn-w-bot-bdr {
    width: 100%;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}
.cn-w-sec-box {
    display: block;
    position: relative;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border: 2px solid transparent;
    text-align: center;
    padding: 16px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}
.cn-w-title {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 20px;
}
.cn-w-title:focus {
    outline: none;
}
.cn-w-spinner {
    display: none;
}
.cn-w-form {
    text-align: left;
}
.cn-w-form:focus {
    outline: none;
}
.cn-w-form tr > td {
    padding-right: 10px;
}
.cn-w-form tr > td:last-child {
    padding-right: 0;
}
.cn-w-form tr > td {
    padding-bottom: 10px;
}
.cn-w-form tr:last-child > td {
    padding-bottom: 0;
}
.cn-w-form tr > td.cn-w-label {
    white-space: nowrap;
}
.cn-w-form .cn-w-top-label {
    display: block;
    padding-bottom: 5px;
    font-size: 11px;
}
.cn-w-grid {
    width: 100%;
}
.cn-w-grid tr > td {
    padding: 10px;
    background-color: #F5F5F5;
}
.cn-w-grid tr > td:first-child {
    color: #666666;
}
.cn-w-grid tr > td:last-child {
    text-align: right;
    min-width: 100px;
}
.cn-w-grid tr:nth-child(even) > td {
    background-color: #EEE;
}
.cn-w-calc-pane .cn-w-unlock-bar .cn-w-unlock-banner tr > td {
    padding: 10px 10px 10px 0;
}
.cn-w-calc-pane .cn-w-unlock-bar .cn-w-unlock-banner tr > td:first-child {
    padding-left: 10px;
}
.cn-w-calc-pane .cn-w-unlock-bar .cn-w-unlock-banner tr > td:last-child {
    padding-right: 10px;
}
.cn-w-options {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    text-align: center;
    margin-top: -5px;
    margin-bottom: -5px;
}
.cn-w-options:focus {
    outline: none;
}
.cn-w-options > li {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    min-width: 100px;
    border-radius: 3px;
    font-size: 14px;
}
.cn-w-options.cn-w-options-full > li {
    display: block;
    margin: 5px 0;
}
.cn-w-options > li.cn-w-option-btn,
.cn-w-options > li > .cn-w-option-btn {
    display: block;
    border: 1px solid #DDD;
    padding: 15px;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
}
.cn-w-options > li > .cn-w-option-info {
    display: block;
    padding-bottom: 5px;
    text-align: center;
}
.cn-w-options > li > .cn-w-option-info:last-child {
    padding-bottom: 0;
}
.cn-w-options > li > .cn-w-option-large {
    font-size: 20px;
}
.cn-w-options > li > .cn-w-option-medium {
    font-size: 17px;
}
.cn-w-options > li.cn-w-option-btn:hover,
.cn-w-options > li > .cn-w-option-btn:hover {
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.cn-w-options > li > .cn-w-option-selected, .cn-w-options > li > .cn-w-option-selected:hover {
    border-color: #418fde;
    box-shadow: inset 0 0 0 1px #418fde, 0 0 10px rgba(0,0,0,0.2);
    color: #418fde;
}
.cn-w-force-unlock .cn-w-peek {
    display: block;
    position: relative;
    overflow: hidden;
}
.cn-w-force-unlock .cn-w-peek > .cn-w-shadow {
    display: block;
    box-shadow: inset 0 -80px 100px rgba(255,255,255,1);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.cn-w-force-unlock .cn-w-peek .cn-w-tabs {
    border: none !important;
}
.cn-w-dollar {
    display: inline-block;
    vertical-align: super;
    font-size: 50%;
    padding-right: 2px;
    margin-left: -6px;
}
.cn-w-disclaimer {
    color: #555;
    font-size: 12px;
    text-align: justify;
}
.cn-w-disclaimer-w {
    color: #FFF;
    font-size: 12px;
    text-align: justify;
}
.cn-w-cursor {
    cursor: pointer !important;
}
.cn-w-links {
    display: block;
    font-size: 0;
}
.cn-w-link {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-decoration: underline;
    color: #0000FF;
    cursor: pointer;
}
.cn-w-link-sep {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding: 0 10px;
}
.cn-w-button {
    display: block;
    position: relative;
    padding: 0 15px;
    background-color: #000000;
    border: 1px solid #000000;
    color:#FFF; 
    font-size: 14px;
    font-family: inherit;
    text-align: center;
    line-height: 44px;
    border-radius: 3px;
    text-decoration: none;
    cursor: default;
    box-sizing: border-box;
    white-space: nowrap;
    text-transform: uppercase;
    overflow: hidden;
    /* box-shadow: inset 0 -2px 0 rgba(0,0,0,0.3); */
}
.cn-w-button i {
    font-weight: bold;
}
.cn-w-button > .cn-w-arrow, .cn-w-button > .cn-w-arrow-animated,  .cn-w-sec-arrow {
    display: block;
    font-size: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 32px !important;
    line-height: 44px;
    font-weight:bold;
    text-align: center;
}
.cn-w-sec-arrow {
    line-height: 100%;
}
.cn-w-button > .cn-w-arrow-l {
    display: block;
    font-size: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 32px !important;
    line-height: 44px;
    font-weight:bold;
    text-align: center;
}
.cn-w-button > .cn-w-arrow-animated {
    -webkit-animation: cnWButtonArrow 2s infinite linear;
    animation: cnWButtonArrow 2s infinite linear;
  }
.cn-w-button.cn-w-disabled {
    opacity: 0.5;
    pointer-events: none;
}
.cn-w-button.cn-w-processing > span {
    opacity: 0;
}
.cn-w-button > img {
    display: none;
}
.cn-w-button.cn-w-processing > img {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
}
.cn-w-split-buttons tr > td:first-child {
    width: 50%;
    padding-right: 5px;
}
.cn-w-split-buttons tr > td:last-child {
    width: 50%;
    padding-left: 5px;
}
.cn-w-m-icon {
    vertical-align: top;
    font-size: 32px;
    padding-right: 10px;
}
.cn-w-button.large {
    line-height: 64px;
    font-size: 20px;
}
.cn-dd-list {
    display: block;
    list-style: none;
    padding: 0; 
    margin: 0;
}
.cn-dd-list__row {
    display: block;
    padding-bottom: 1px;
    padding-top: 1px;
    cursor: default;
}
.cn-dd-list > li > a {
    display: block;
    background-color: rgb(245, 245, 245);
    border-radius: 3px;
    font-size: 14px;
    line-height: 36px;
    text-align: left;
    padding: 0 10px;
}
.cn-w-form .cn-w-fld-btn {
    height: 36px;
    line-height: 36px;
}
.cn-w-tradein-frame {
    display: block;
    width: 100%;
    height: 100%;
}
.cn-w-error {
    color: #DD0000;
}
.cn-error-container {
  background-color: #FFFFFF;
  color: #DD0000;
  padding: 12px 30px;
  border: solid 2px #DD0000;
  border-radius: 3px;
}
.cn-w-divider {
    display: block;
    border-bottom: 1px solid #DDD;
    padding-top: 20px;
    margin-bottom: 20px;
}
.cn-w-tr-pencil {
    display: block;
    position: absolute;
    top: 12px;
    right: 0;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
}
.cn-w-sh-pencil {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 58px;
    font-size: 16px;
    line-height: 54px;
}
.cn-w-block {
    display: block;
    position: relative;
}
.cn-w-block:focus {
    outline: none;
}
.cn-w-inline-block {
    display: inline-block;
}
.cn-w-text-left {
    text-align: left;
}
.cn-w-align-top {
    vertical-align: top;
}
.cn-w-align-top .unlock-header{
    font-size: 14px; 
    font-weight: normal;
    margin: 0;
}
.cn-w-text-right, .text-right {
    text-align: right;
}
.cn-w-text-center {
    text-align: center;
}
.cn-w-text-bold {
    font-weight: bold;
}
.cn-w-row-gap {
    display: block;
    margin-bottom: 10px;
}
.cn-w-row-gap:focus {
    outline: none;
}
.cn-w-text-small {
    font-size: 12px;
}
.cn-w-text-large {
    font-size: 18px;
    margin: 0;
    font-weight: normal;
}
.cn-w-text-xlarge {
    font-size: 24px;
}
.cn-w-attach-panel {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
}
.cn-bnw-embedded .cn-w-attach-panel {
    position: absolute;
}
.cn-w-bbn .cn-w-popup {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 500px;
    background: rgba(0,0,0,0.4);
}
.cn-w-bbn .cn-w-popup__modal {
    display: flex;
    flex-direction: column;
    position: absolute;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: height 1s ease;
    background-color: white;
    z-index: 100;
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    max-height: calc(90vh);
    width: 90%;
}
.cn-w-bbn .cn-w-popup__header {
    flex: 0 0 auto;
    height: 44px;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
.cn-w-bbn .cn-w-popup__header__row {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.cn-w-bbn .cn-w-popup__header__cell {
    flex: 0 0 auto;
}
.cn-w-bbn .cn-w-popup__header__cell.--full {
    flex: 1 1 auto;
    text-align: center;
    line-height: 44px;
}
.cn-w-popup__title {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.cn-w-header__btn {
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
}
.cn-w-bbn .cn-w-popup__header .cn-w-heade__btn i {
    font-size: 24px;
}
.cn-w-bbn .cn-w-popup__header .cn-w-heade__btn .icon-v3-x {
    font-size: 18px;
}
.cn-w-bbn .cn-w-popup__body {
    flex: 1 1 auto;
}
.cn-w-bbn .cn-w-popup__footer {
    flex: 0 0 auto;
}
.cn-w-bbn .cn-w-popup__form {
    text-align: center;
    padding: 20px;
}
.cn-w-bbn .cn-w-popup__message {
    display: block;
    padding-bottom: 20px;
    font-size: 14px;
}
.cn-w-attach-panel .c-slide-panel {
    display: block;
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 10%;
    right: 10%;
    background-color: #FFF;
}
.cn-w-attach-panel .c-detail-header__close {
    display: none;
}
.cn-w-attach-panel .cn-w-attach-close {
    display: block;
    position: absolute;
    top: 20px;
    left: 10%;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    z-index: 10;
    color: #FFF;
}
@media only screen and (max-width:499px) {
    .cn-w-main {
        width: auto;
        left: 0;
        right: 0;
        transition: all 0.5s ease-in-out;
    }
    .cn-w-main.cn-w-slide-open {
        left: -100%;
        right: 100%;
        transition: all 0.5s ease-in-out;
    }
    /* .cn-w-main.cn-w-slide-open-add {
        -webkit-animation: cnWSlideLeftOut 5s both;
        animation: cnWSlideLeftOut 5s both;
    } */
    .cn-w-attach {
        left: 100%;
        right: -100%;
        width: auto;
        border-left: none;
        box-sizing: border-box;
        transition: all 0.5s ease-in-out;
    }
    .cn-bnw-embedded .cn-w-attach {
        width: 50%;
    }
    .cn-w-attach.cn-w-slide-open {
        left: 0;
        right: 0;
        transition: all 0.5s ease-in-out;
    }
    .cn-bnw-embedded .cn-w-attach.cn-w-slide-open {
        left: auto;
        right: 0;
        transition: all 0.5s ease-in-out;
    }
    /* .cn-w-attach.cn-w-slide-open-remove {
        -webkit-animation: cnWSlideRightOut 5s both;
        animation: cnWSlideRightOut 5s both;
    }
    .cn-w-attach.cn-w-slide-open-add {
        -webkit-animation: cnWSlideRightIn 5s both;
        animation: cnWSlideRightIn 5s both;
    } */
    .cn-w-view > .cn-w-view-doc {
        padding: 10px;
    }
    .cn-w-view > .cn-w-top-section.cn-w-header {
        padding: 10px;
    }
    .cn-w-sections > li {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
    }
    .cn-w-sections > li:last-child {
        padding-bottom: 10px;
    }
    .cn-w-divider {
        padding-top: 15px;
        margin-bottom: 15px;
    }
    .cn-w-title {
        font-size: 14px;
        padding-bottom: 10px;
    }
    .cn-w-text-large {
        font-size: 16px;
    }
    .cn-w-text-xlarge {
        font-size: 18px;
    }
    .cn-w-tabs > ul > li > a {
        padding: 10px 15px 7px 15px;
    }
}
.cn-w-kbb-iframe {
    width: 300px;
    height: 420px;
    /* border: solid 1px #ddd;
    margin: 10px auto 20px auto; */
}  
@keyframes cnWfadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes cnWButtonArrow {
    0% {
        right: 10px;
    }
    25% {
        right: 0;
    }
    75% {
        right: 0;
    }
    100% {
        right: 10px;
    }
}
@keyframes cnWSlideLeftOut {
    from {
        left: 0;
        right: 0;
    }
    to {
        left: -100%;
        right: 100%;
    }
}
@keyframes cnWSlideLeftIn {
    from {
        left: -100%;
        right: 100%;
    }
    to {
        left: 0;
        right: 0;
    }
}
@keyframes cnWSlideRightOut {
    from {
        left: 0;
        right: 0;
    }
    to {
        left: 100%;
        right: -100%;
    }
}
@keyframes cnWSlideRightIn {
    from {
        left: 100%;
        right: -100%;
    }
    to {
        left: 0;
        right: 0;
    }
}
.cn-w-disabled {
    pointer-events: none;
}
.cn-dp {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.cn-dp__row {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
    font-size: 14px;
    text-align: centered;
}
.cn-dp__row:first-child {
    padding-top: 0;
}
.cn-dp__row:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.cn-dp__row__disclaimer {
    font-size: 14px;
    color: #777777;
    background-color: transparent;
    box-shadow: none;
    text-align: justify;
}
.cn-dp__hero-img > img {
    height: auto;
    max-width: 100%;
    box-shadow: 0 0 1px #DDDDDD;
}
.cn-specs {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    text-align: left;
}
.cn-specs__el {
    display: inline-block;
    width: 215px;
    margin: 5px;
    font-size: 14px;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
}
.cn-specs__el i {
    font-size: 12px;
}
.cn-specs__hd {
    color: #767676;
}
.cn-specs__row {
    display: block;
    padding-bottom: 10px;
    font-size: 14px;
}
.cn-specs__bullet {
    display: table;
    width: 100%;
    text-align: left;
}
.cn-specs__bullet__li {
    display: table-cell;
    width: 1%;
    vertical-align: top;
    padding-right: 10px;
}
.cn-specs__bullet__txt {
    display: table-cell;
    width: 100%;
    vertical-align: top;
}
.cn-chat-dot {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 54px;
    height: 54px;
    text-align: center;
    border-radius: 27px;
    background-color: #000000;
    z-index: 10;
    box-shadow: 3px 5px 10px rgba(0,0,0,0.4);
}
.cn-chat-dot i {
    font-size: 24px;
    line-height: 54px;
    color: #FFFFFF;
}
.cn-w-chat-tips {
    position: fixed;
    bottom: 74px;
    right: 10px;
    width: 320px;
    z-index: 10;
}
.cn-w-chat-tips ul.cn-bubbles .cn-bubble {
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    max-width: 320px;
    max-width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.cn-w-chat-tips ul.cn-bubbles li {
    text-align: right;
}
.cn-w-chat-tips ul.cn-bubbles li:last-child .cn-bubble {
    margin-bottom: 0;
}
.cn-w-chat-tips .cn-msg-user-img {
    display: none;
}
.cn-w-chat-tips ul.cn-bubbles li[data-type='2'], .cn-w-view-body ul.cn-bubbles li[data-type='2'] {
    display: none;
}
.cn-w-cal {
    width: 100%;
    border: 1px solid rgba(255,255,255,0.5);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.cn-w-cal tr > td {
    width: 14.285%;
    padding: 0 0 0 0 !important;
    color: #FFF;
}
.cn-w-cal tr > td :first-child {
    border-left: none;
}
.cn-w-cal tr > td > span, .cn-w-cal tr > td > a {
    display: block;
    text-align: center;
    line-height: 36px;
}
.cn-w-cal tr.cn-months td {
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.cn-w-cal tr > td.cn-month-name {
    width: auto;
}
.cn-w-cal tr > td > a.cn-unavailable {
    opacity: 0.4;
    pointer-events: none;
}
.cn-w-cal tr > td > a.cn-today {
    font-weight: bold;
}
.cn-w-cal tr > td > a.cn-selected {
    color: rgba(0,0,0,1);
    background-color: #FFF;
    font-weight: bold;
}
.cn-w-calc-pane .access-code-confirm {
    display: block;
}
.cn-w-calc-pane .access-code-confirm .--error {
    display: inline-block;
    background-color: #dd0000;
    color: #FFFFFF;
    text-align: center;
    padding: 7px 15px;
    font-size: 14px;
}
.cn-w-calc-pane .access-code-confirm__row {
    display: block;
    padding: 0 20px 20px 20px;
    text-align: center;
}
.cn-w-calc-pane .access-code-confirm__row:last-child {
    padding-bottom: 0;
}
.cn-w-calc-pane .access-code-confirm__header {
    font-weight: 700;
    font-size: 20px;
}
.cn-w-calc-pane .access-code-confirm__subheader {
    display: block;
    padding-top: 10px;
    font-weight: 300;
    font-size: 16px;
}
.cn-w-calc-pane .access-code-confirm__cells {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 0;
}
.cn-w-calc-pane .access-code-confirm__cell {
    display: inline-block;
    vertical-align: top;
    margin: 0 2.5px;
}
.cn-w-calc-pane .access-code-confirm__cell input, 
.cn-w-calc-pane .access-code-confirm__cell input:focus {
    display: block;
    width: 32px;
    height: 44px;
    text-align: center;
    font-size: 16px;
}
.cn-w-calc-pane .access-code-confirm__button .--label {
    display: block;
    font-size: 16px;
    line-height: 32px;
}
.cn-w-calc-pane .access-code-confirm__button .--spinner {
    padding-top: 4px;
    padding-bottom: 4px;
}
.cn-w-calc-pane .access-code-confirm__button .--spinner img {
    display: inline-block;
    vertical-align: top;
    height: 24px;
}
.cn-w-calc-pane .access-code-confirm__button .--spinner {
    display: none;
}
.cn-w-calc-pane .access-code-confirm__button.--processing {
    pointer-events: none;
}
.cn-w-calc-pane .access-code-confirm__button.--processing .--label {
    display: none;
}
.cn-w-calc-pane .access-code-confirm__button.--processing .--spinner {
    display: block;
}
.cn-w-bottom-bar {
    text-align: left;
    box-sizing: border-box;
    background-color: #FFFFFF;
    color: #000;
    border-top: 0.5px solid #EEE;
    padding: 0 0 0 0;
    box-shadow: 3px 5px 10px rgba(0,0,0,0.7);
    height: auto;
}
.cn-w-bottom-bar .cn-w-bottom-bar__row {
    display: block;
    width: 100%;
    border-top: 1px solid #DDD;
}
.cn-w-bottom-bar .cn-w-bottom-bar__row:first-child {
    border-top: none;
}
.cn-w-bottom-bar .cn-w-bottom-bar__row.cn-w-bar, .cn-w-bar {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.cn-w-top-section .cn-w-bar {
    border-bottom: 0.5px solid #EEE;
}
.cn-w-bar__cell {
    flex: 0 0 auto;
    padding-right: 10px;
    height: 100%;
    min-width: 32px;
    box-sizing: border-box;
}
.cn-w-bar__cell:last-child {
    padding-right: 0;
    text-align: center;
}
.cn-w-bar__cell.--full {
    flex: 1 1 auto;
}
.cn-w-bar__cell.--padded {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 44px;
}
.cn-w-bar__cell i {
    font-size: 20px;
    vertical-align: top;
    line-height: 44px;
}
.cn-w-bar__cell__content {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    width: 100%;
}
.cn-w-bar__cell__line {
    display: block;
    line-height: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cn-w-bar__cell__text {
    display: block;
    line-height: 14px;
    font-size: 14px;
}
.cn-w-bar__cell__line.--small {
    font-size: 10px;
}
.cn-w-bar__cell__line.cn-w-ymmt-wop {
    line-height: 20px;
    font-size: 16px;
}
.cn-w-bar .cn-bar__vehimg {
    display: block;
    height: 44px;
    margin-left: 10px;
}
.cn-w-bar-msrp {
    font-size: 16px;
    line-height: 16px;
    color: #dd0000;
    font-weight: 700;
}
.cn-w-bar-msrp.--st{
    text-decoration: line-through;
}
.cn-w-bar-sp {
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    font-weight: 700;
}
.cn-w-bottom-nav .cn-w-bar__cell {
    width: 25%;
    flex : 1;
    text-align: center;
}
.cn-w-bottom-nav__icon {
    display: block;
    padding-top: 4px;
}
.cn-w-bottom-nav__icon i {
    font-size: 20px;
    line-height: 24px;
}
.cn-w-bottom-nav__text {
    display: block;
    font-size: 10px;
    line-height: 12px;
    padding-bottom: 4px;
}
@media only screen and (min-width: 500px) {
    .cn-w-calc-pane.cn-w-bbn .cn-w-unlock-bar.--bbn {
        display: none;
    }    
}
@media only screen and (max-width: 499px) {
    .cn-w-bbn .cn-w-popup { 
        width: auto;
    }
    .cn-w-bbn .cn-w-popup__modal { 
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transform: initial;
        max-height: initial;
        width: auto; 
    }
    .cn-w-calc-pane.cn-w-bbn .cn-w-unlock-bar.--bbn.--hf {
        display: none;
    }
}
.cn-chat-dot.cn-w-bottom-nav {
    bottom: 50px;
}
.cn-chat-dot.cn-w-bottom-nav.--unlock {
    bottom: 120px;
}

/* Rebates */
.icon-circle-tick.cn-rbt-applied {
    color: #00A627;
}
.cn-w-rbt-applied { 
    background-color: #00A627;
    color: #FFF;
}
.cn-w-rbt-txt { 
    text-align: center;
    font-weight: bold;
}

/* Unlock */
.cn-w-calc-pane.cn-w-bbn .cn-w-unlock-bar.--bbn {
    background-color: #FFFFFF !important;
    color: #000 !important;
}
.cn-w-calc-pane.cn-w-bbn .cn-w-disclaimer-w { 
    color: #000;
}
.cn-w-calc-pane.cn-w-bbn .cn-w-cal {
    border: 1px solid rgba(0, 0, 0, 0.5);
}
.cn-w-calc-pane.cn-w-bbn .cn-w-cal tr > td {
    color: #000;
}
.cn-w-calc-pane.cn-w-bbn .cn-w-button.cn-w-100,
.cn-w-calc-pane.cn-w-bbn .cn-w-unlock-bar .cn-w-button.cn-w-100 {
    background-color: transparent !important;
    color: #000 !important;
    border-color: #000 !important;
}
.cn-w-calc-pane.cn-w-bbn input.cn-w-dark-input,
.cn-w-calc-pane.cn-w-bbn select.cn-w-dark-input {
    background-color: rgba(0,0,0,0.4) !important;
}

.cn-w-bbn .cn-w-force-unlock .cn-w-peek > .cn-w-shadow {
    z-index: auto;
}

/* Focus outline reset */
.cn-page-body div:focus,
.cn-page-body span:focus,
.cn-page-body button:focus,
.cn-page-body a:focus,
.cn-page-body h1:focus,
.cn-page-body h2:focus,
.cn-page-body h3:focus,
.cn-page-body h4:focus {
  outline: 0;
}
.cn-w-counties {
    display: block;
    background-color: #EEEEEE;
    padding: 15px 20px 15px 20px;
}
.cn-w-counties__message {
    display: block;
    font-weight: 700;
    font-size: 14px;
    padding-bottom: 5px;
}
.cn-w-counties__option {
    display: block;
    padding: 5px 0;
    font-size: 14px;
}
.cn-w-offers-loading {
    display: block;
    padding: 40px 20px;
}
.cn-w-offers-loading__row {
    display: block;
    padding-bottom: 20px;
    font-size: 24px;
    color: #777;
    text-align: center;
    font-weight: 700;
}
.cn-w-offers-loading__row img {
    display: inline-block;
    width: 32px;
    height: 32px;
}
.cn-w-notice {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 20000000;
    height: 100%;
}
.cn-w-notice__panel {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 1s ease;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
    width: 85%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.cn-w-notice__inner {
    display: block;
    height: 720px;
    overflow: hidden;
}
@media only screen and (max-device-width: 500px) {
    .cn-w-notice__panel {
        top: 30px;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        width: auto;
        height: auto;
        border-radius: 10px 10px 0 0;
    }
}
.cn-w-notice__slide {
    display: block;
    position: relative; 
    height: 100%;
    padding-bottom: 20px;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: auto;
}
.cn-w-notice__x {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    transition: all 0.5s;
    color: #FFFFFF;
}
.cn-w-notice__contact .cn-w-notice__x {
    color: #000;
}
.cn-w-notice__hero {
    display: block;
    padding: 40px 20px 10px 20px;
    background-color: #418fde;
    background-image: linear-gradient(to bottom right, #418fde, rgba(0,0,0,0.5)) !important;
    color: #FFFFFF;
}
.cn-w-notice__title {
    display: block;
    font-size: 24px;
    padding: 0 20px 20px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.cn-w-notice__msg {
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 0 20px 0 20px;
}
.cn-w-notice__graphic {
    font-size: 84px;
    font-weight: normal;
    padding-top: 20px;
    text-align: center;
}
.cn-w-notice__caption {
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 20px 20px 20px 20px;
    text-transform: uppercase;
    color: #777;
}
.cn-w-notice__caption.--top {
    padding-top: 20px;
}
.cn-w-notice__button, .sn-page button.cn-w-notice__button {
    display: block;
    max-width: 320px;
    width: 100%;
    margin: 0 auto 20px auto;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 44px;
    background-color: #00A627;
    background-color: #FF7E0D;
    background-color: #FC990C;
    color: #FFF;
    border-radius: 6px;
    outline: none;
    box-shadow: 3px 3px 15px rgba(0,0,0,0.3);
    border: none;
    font-weight: 700;
}
.cn-w-notice__contact {
    display: block;
    padding: 0 20px 20px 40px;
}
.cn-w-notice__thanks {
    display: block;
    position: absolute;
    float: left;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    text-transform: uppercase;
    padding: 0 40px 20px 40px;
}
.cn-w-notice__thanks__msg {
    display: block;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #777;
    text-align: center;
}
.cn-w-box-shadow {
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.3);    
}


.bn-slider {
    display: block;
    position: relative;
    margin: auto;
    max-width: 600px;
    width: 90%;
    z-index: 10; }
    .bn-slider input[type=range] {
      position: relative;
      -webkit-appearance: none;
      width: 100%;
      background: transparent;
      margin-top: 30px; }
    .bn-slider input[type=range]::before {
      content: "";
      display: block;
      position: absolute;
      z-index: -1;
      top: 50%;
      left: 0;
      right: 0;
      bottom: 0;
      height: 6px;
      margin-top: -3px;
      background: red;
      border-radius: 3px; }
    .bn-slider input[type=range]:focus {
      outline: none; }
    .bn-slider input[type=range]::-webkit-slider-thumb {
      -webkit-appearance: none;
      background: #FFFFFF;
      height: 24px;
      width: 24px;
      border-radius: 50%;
      box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
      cursor: pointer; }
    .bn-slider input[type=range]::-moz-range-thumb {
      background: #FFFFFF;
      height: 24px;
      width: 24px;
      border-radius: 50%;
      box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
      cursor: pointer; }
    .bn-slider input[type=range]::-ms-thumb {
      background: #FFFFFF;
      height: 24px;
      width: 24px;
      border-radius: 50%;
      box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
      cursor: pointer; }
    .bn-slider__series {
      display: block;
      position: relative;
      height: 24px;
      margin-top: 5px; }
      .bn-slider__series__val {
        display: block;
        position: absolute;
        top: 0;
        line-height: 24px;
        font-size: 14px;
        color: #000;
        margin-left: -12px; }
    .bn-slider__value {
      display: block;
      position: absolute;
      background-color: blue;
      color: white;
      height: 20px;
      font-size: 12px;
      line-height: 20px;
      border-radius: 10px;
      text-align: center;
      top: 0;
      left: 50%; }
      .bn-slider__value.--credit {
        width: 36px; }
      .bn-slider__value.--dp {
        width: 72px;
        margin-left: -18px; }
    .bn-slider.--credit input[type=range]::before {
      background: linear-gradient(90deg, #c31c1c 0%, #dae71e 40%, #47ab34 100%) !important; }
      
    
.bn-slider .--credit input[type=range]::before {
    background: linear-gradient(90deg, rgba(195,28,28,1) 0%, rgba(218,231,30,1) 40%, rgba(71,171,52,1) 100%) !important;
}
/* iphone X , XS, 11 Pro */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .cn-w-bottom-bar .cn-w-bottom-bar__row.cn-w-bar, .cn-w-bar {
        padding-bottom: 15px;
    }
    .cn-chat-dot.cn-w-bottom-nav {
        bottom: 60px;
    }
 }

/* iphone XR, 11 */
@media only screen and (min-device-width : 414px) and (max-device-height : 896px) and (-webkit-device-pixel-ratio : 2) { 
    .cn-w-bottom-bar .cn-w-bottom-bar__row.cn-w-bar, .cn-w-bar {
        padding-bottom: 15px;
    }
    .cn-chat-dot.cn-w-bottom-nav {
        bottom: 60px;
    }
}

/* iphone XS Max, 11 Pro Max */
@media only screen and (min-device-width : 414px) and (max-device-height : 896px) and (-webkit-device-pixel-ratio : 3) { 
    .cn-w-bottom-bar .cn-w-bottom-bar__row.cn-w-bar, .cn-w-bar {
        padding-bottom: 15px;
    }
    .cn-chat-dot.cn-w-bottom-nav {
        bottom: 60px;
    }
}
