.banner-subtitle:after,
.card-style3 .blog-date .blog-shape,
.countdown li:before,
.counter-style1 .icon-box:before,
.icon-box .box-circle,
.inner-title h2:after,
.list-style3 li a:before,
.navbar-nav > li.has-sub > ul:after,
.page-title-section ul li:after,
.section-heading span:after,
.slider-fade.owl-theme .owl-dots .owl-dot span:before {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 60% 0%);
}
.scroll-to-top {
    text-align: center;
    position: fixed;
}
.butn,
.butn-style2,
.butn-style3,
.butn-style3 span,
.title-sm,
.title-style1 span,
.top-bar,
section {
    position: relative;
}
.ani-left-right,
.ani-top-bottom {
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.accordion-style.style1 .btn-link,
.butn,
.page-title-section ul li a {
    font-weight: 600;
}
.min-height {
    min-height: 450px;
}
.bg-primary,
.bg-secondary_2 {
    background: #fa3e45 !important;
}
.bg-dark,
.bg-secondary {
    background: #125079 !important;
}
.butn-style3.secondary:after,
.butn.secondary:before,
.icon-box .box-circle.primary,
.next-page .image-next.no_image:after,
.next-previous-buttonblock .previous:before,
.prev-page .image-prev.no_image:after,
.primary-overlay[data-overlay-dark]:before,
.sidebar.blog .widget .widget-title,
.step .back:before {
    background: #fa3e45;
}
.overlay-blue-dark[data-overlay-dark]:before {
    background: #002a5c;
}
.left-overlay-dark[data-overlay-dark]:before {
    background: rgba(0, 42, 92, 0.76);
    background: linear-gradient(-90deg, transparent, #002a5c 65%);
}
.left-overlay-white[data-overlay-dark]:before {
    background: rgba(225, 225, 225, 0.76);
    background: linear-gradient(-90deg, transparent, #fff 65%);
}
.box-shadow-dark {
    box-shadow: 0 20px 40px rgba(211, 220, 232, 0.5);
}
.text-primary,
.text-primary-hover:hover {
    color: #fa3e45 !important;
}
.text-secondary,
.text-secondary-hover:hover {
    color: #125079 !important;
}
.text-dark-hover:hover {
    color: #002a5c !important;
}
.text-white-hover:hover {
    color: #fff !important;
}
.text-justify {
    text-align: justify;
}
.cursor-pointer,
.next-previous-buttonblock .butn {
    cursor: pointer;
}
.border-primary-color {
    border-color: #fa3e45 !important;
}
.border-secondary-color {
    border-color: #125079 !important;
}
.border-dark-color {
    border-color: #002a5c !important;
}
.min-lg-vh-100 {
    min-height: 100vh;
}
.bg-position-center-bottom {
    background-position: center bottom;
}
.height-300 {
    height: 300px;
}
.vw-lg-66 {
    width: 66.1vw;
}
.scroll-to-top {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    bottom: 20px;
    right: 20px;
    display: none;
    border-radius: 50%;
    background: #fa3e45;
    border: 1px solid #fa3e45;
    width: 40px;
    height: 40px;
    line-height: 35px;
    z-index: 9999;
    outline: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}
.butn,
.butn-style2 {
    display: inline-block;
    z-index: 1;
    text-align: center;
    overflow: hidden;
}
.all-demo:hover i,
.attr-nav > ul > li > a.butn,
.bg_dv a,
.box_icon:hover h3,
.butn-style2:hover,
.butn-style3.secondary:hover,
.card-style5:hover a,
.card-style5:hover h3,
.card-style5:hover p,
.card-style6.bg-secondary .list-style4 a,
.footer-nav li a,
.list-style3 li.active span,
.list-style3 li:hover a,
.list-style3 li:hover span,
.resp-tabs-list li.resp-tab-active i,
.scroll-to-top i,
.team-style1:hover .team-content h3,
.team-style1:hover .team-content p,
.video_btn:focus i,
.video_btn:hover i {
    color: #fff;
}
.scroll-to-top:hover {
    color: #232323;
    background: #fff;
    border: 1px solid #fff;
}
.scroll-to-top:hover i {
    color: #232323;
}
.scroll-to-top:visited {
    color: #232323;
    text-decoration: none;
}
.ani-left-right {
    animation-name: LeftRight;
}
@keyframes LeftRight {
    0%,
    100% {
        transform: translate(0, 0);
    }
    65% {
        transform: translate(30px, 0);
    }
}
.ani-top-bottom {
    animation-name: TopBottom;
}
@keyframes TopBottom {
    0%,
    100% {
        transform: translate(0, 0);
    }
    65% {
        transform: translate(0, 30px);
    }
}
.ani-move {
    animation: 5s linear infinite ImageMove;
}
@keyframes ImageMove {
    0%,
    100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(10px, 20px);
    }
    50% {
        transform: translate(30px, 30px);
    }
    75% {
        transform: translate(20px, 10px);
    }
}
.butn {
    color: #fff;
    background-color: #fa3e45;
    font-size: 16px;
    padding: 11px 30px !important;
    transition: 0.3s;
    border-radius: 3px;
    border: none;
}
.butn:before,
.step .nxt-btn:before {
    position: absolute;
    content: "";
    left: 89%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    transform: skewX(-25deg);
    background: #125079;
}
.butn:active,
.butn:focus,
.butn:hover,
.step .nxt-btn:active,
.step .nxt-btn:focus,
.step .nxt-btn:hover {
    color: #fff;
    background-color: #125079;
}
.butn:active:before,
.butn:focus:before,
.butn:hover:before,
.step .nxt-btn:active:before,
.step .nxt-btn:focus:before,
.step .nxt-btn:hover:before {
    left: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.butn.white,
.lg-progress-bar .lg-progress,
.next-page .image-next:after,
.prev-page .image-prev:after,
.slider-fade2.owl-theme .owl-dots .owl-dot.active span,
.slider-fade2.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fa3e45;
}
.butn.white:before,
.testimonial-carousel-02.owl-theme .owl-dots .owl-dot.active span,
.testimonial-carousel-02.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}
.butn.white:active,
.butn.white:focus,
.butn.white:hover,
.social-icon-style1 li a:hover {
    color: #fa3e45;
    background-color: #fff;
}
.butn-style2,
.butn.secondary:active,
.butn.secondary:focus,
.butn.secondary:hover,
.filtering .active,
.social-icon-style2 li a:hover,
.step .back:active,
.step .back:focus,
.step .back:hover {
    color: #fff;
    background-color: #fa3e45;
}
.butn-style2:before,
.butn.secondary,
.card-style5:hover,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.step .back,
footer {
    background-color: #125079;
}
.butn.sm {
    padding: 6px 20px !important;
}
.butn.md {
    padding: 9px 24px !important;
}
.butn.large {
    padding: 15px 35px !important;
}
.butn-style2 {
    vertical-align: middle;
    font-size: 14px !important;
    border-radius: 5px;
    font-weight: 700;
    padding: 15px 32px !important;
    text-transform: uppercase;
    transition: 0.5s;
}
.butn-style3,
.top-bar-info li {
    font-weight: 500;
    display: inline-block;
}
.butn-style2:before {
    transition-duration: 0.8s;
    width: 200%;
    height: 200%;
    top: 110%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}
.butn-style2:hover:before {
    top: -40%;
}
.butn-style2.white:before,
.list-style3 li.active a:before,
.list-style3 li:hover a:before,
.title-style1.white span:before {
    background-color: #fff;
}
.bg_dv a:hover,
.butn-style2.white:hover,
.footer-list li a:hover,
.header-style2 .navbar-nav li.current > a,
.header-style2.scrollHeader .navbar-nav li.current > a,
.header-style2.scrollHeader .navbar-nav li.current > a:hover,
.menu_area-light .navbar-nav li.active > a,
.menu_area-light .navbar-nav li.current > a,
.menu_area-light .navbar-nav > li > a:hover,
.menu_area-light.scrollHeader .navbar-nav li.active > a,
.menu_area-light.scrollHeader .navbar-nav li.current > a,
.menu_area-light.scrollHeader .navbar-nav li.current > a:hover,
.navbar-nav li.active > a,
.navbar-nav li.current > a,
.search-form_input,
.search-frame .search,
.search-frame .search_list .match,
.search-frame .search_list li:before,
.search-frame h4 a:hover,
.tab-style1 .resp-tabs-list li span,
.ttst h2 span {
    color: #fa3e45;
}
.butn-style2.md {
    padding: 12px 28px !important;
}
.butn-style2.sm {
    padding: 8px 24px !important;
}
.butn-style3 {
    background: #fa3e45;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 0.75rem 1.75rem !important;
    line-height: 1.6;
    letter-spacing: 0.6px;
    text-transform: none !important;
    z-index: 9999;
    white-space: nowrap;
    border: none;
    cursor: pointer;
    -moz-transition: width 0.4s;
    -ms-transition: width 0.4s;
    -webkit-transition: width 0.4s;
    -o-transition: width 0.4s;
    transition: width 0.4s;
}
.butn-style3 span {
    z-index: 9;
}
.butn-style3:hover {
    color: #fff;
    border-radius: 4px;
}
.butn-style3:after {
    border-radius: 4px;
    bottom: 6px;
    left: 0;
    -moz-transition: width 0.4s;
    -ms-transition: width 0.4s;
    -webkit-transition: width 0.4s;
    -o-transition: width 0.4s;
    transition: width 0.4s;
    width: 0;
    background: #125079;
    height: 100%;
    top: 0;
    z-index: 1;
}
.banner-subtitle:after,
.section-heading span:after,
.title-sm:before {
    position: absolute;
    content: "";
    z-index: -1;
}
.butn-style3:hover:after {
    width: 100%;
    border-radius: 4px;
}
.butn-style3.white {
    background: #fff;
    color: #fa3e45 !important;
}
.butn-style3.white:hover {
    color: #fff !important;
    border-radius: 4px;
}
.butn-style3.white:after {
    background: #fa3e45;
    border-radius: 4px;
}
.butn-style3.secondary {
    background: #125079;
    color: #fff;
}
.butn-style3.md {
    padding: 0.7rem 1.55rem !important;
}
.butn-style3.sm {
    padding: 0.55rem 1.35rem !important;
}
.bd-example a,
.bd-example button {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}
.top-bar-info {
    display: inline-block;
    vertical-align: middle;
}
.div_cls_ss p,
.list-style1 li:last-child,
.list-style2 li:last-child,
.list-style5 li:last-child,
.page-title-section ul,
.sidebar .brochures li:last-child,
.top-bar-info ul,
footer .footer-bar p {
    margin-bottom: 0;
}
.top-bar-info li {
    color: #fff;
    list-style-type: none;
    font-size: 14px;
    padding: 0 5px;
    margin-bottom: 0;
}
.top-bar {
    display: block;
    z-index: 999;
    padding: 7px 0;
}
.filtering span,
.owl-carousel .owl-item img,
.owl-theme .owl-nav span,
.page-title-section ul li,
.page-title-section ul li:after,
.pagination li,
.pagination ul,
.pika-select,
.quform-loading-wrap .quform-loading,
.resp-tabs-list li,
.section-heading span,
.title-sm,
.top-bar-info li i,
.video_btn {
    display: inline-block;
}
.top-bar-info li i {
    font-size: 16px;
    color: #fff;
    margin-right: 8px;
    margin-top: 0;
    vertical-align: text-bottom;
}
.top-social-icon {
    padding: 0;
    float: right;
    margin: 0;
}
.top-social-icon li {
    font-size: 14px;
    list-style-type: none;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0 7px;
}
.top-social-icon li:last-child,
.top-social-icon li:last-child a {
    padding-right: 0;
}
.top-social-icon li a {
    color: #fff;
    line-height: 28px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 0 3px;
}
.top-social-icon li a:hover {
    color: rgba(255, 255, 255, 0.65);
}
.header-style2 .navbar > ul > li.current > a:after,
.header-style2.scrollHeader .navbar > ul > li.current > a:after,
.menu_area-light .navbar > ul > li.current > a:after,
.menu_area-light.scrollHeader .navbar > ul > li.current > a:after,
.navbar > ul > li.current > a:after {
    border-color: transparent #fa3e45 #fa3e45 transparent;
}
.navbar-nav > li.has-sub > ul:after {
    position: absolute;
    content: "";
    z-index: 1;
    height: 28px;
    width: 20px;
    bottom: 0;
    right: 0;
    background: #fa3e45;
}
section {
    padding: 40px 0;
    overflow: hidden;
    background: #fff;
}
.page-title-section {
    padding: 210px 0 150px;
}
.page-title-section h1 {
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 15px;
    color: #fff;
}
.page-title-section ul li:last-child a {
    opacity: 0.65;
}
.page-title-section ul li:after {
    content: "";
    width: 9px;
    height: 12px;
    background-color: #fa3e45;
    margin: 0 9px 0 11px;
}
#progressbar li:first-child:after,
.page-title-section ul li:last-child:after {
    content: none;
}
.page-title-section2 {
    padding: 150px 0;
}
.section-heading span {
    color: #125079;
    position: relative;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 12px;
    z-index: 1;
    font-weight: 700;
}
.banner-subtitle,
.title-style1 span {
    color: #fa3e45;
    display: inline-block;
    text-transform: uppercase;
}
.section-heading span:after {
    height: 32px;
    width: 26px;
    top: 0;
    right: -4px;
    background: #fa3e45;
}
.title-sm {
    font-weight: 400;
    z-index: 2;
}
.title-sm:before {
    background: #fa3e45;
    height: 8px;
    width: 100%;
    bottom: 8px;
}
.title-sm.banner:before {
    bottom: 15px;
}
.title-style1 span {
    font-size: 18px;
    font-weight: 700;
    padding-right: 50px;
    letter-spacing: 1px;
    margin-bottom: 12px;
}
.title-style1 span:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 9px;
    width: 40px;
    height: 2px;
    background-color: #125079;
}
.title-style1 span:after {
    position: absolute;
    content: "";
    right: 10px;
    bottom: 14px;
    width: 30px;
    height: 2px;
    background-color: #fa3e45;
}
.slider-fade h1 {
    margin-bottom: 25px;
    animation-delay: 0.8s;
}
.slider-fade p,
.slider-fade2 p {
    animation-delay: 1.2s;
}
.slider-fade a,
.slider-fade2 a {
    animation-delay: 1.6s;
}
.slider-fade .owl-dots {
    position: absolute;
    bottom: 40px;
    right: 50px;
    margin: 0 !important;
}
.banner-subtitle,
.box-hover,
.box-hover .container,
.card-style1,
.card-style5,
.icon-box,
.inner-title h2,
.pikaday__container,
.portfolio-style1,
.progress-card .percent,
.quform-input,
.slider-fade.owl-theme .owl-dots .owl-dot,
.team-style1,
.testimonial-1 .img-1,
.video_btn {
    position: relative;
}
.slider-fade.owl-theme .owl-dots {
    counter-reset: dots;
    font-size: 2.5rem;
    color: #fff;
}
.slider-fade.owl-theme .owl-dots .owl-dot:before {
    counter-increment: dots;
    content: counter(dots, decimal-leading-zero);
    position: absolute;
    right: 12px;
    font-family: Mulish, sans-serif;
    font-weight: 700;
    z-index: 2;
}
.slider-fade.owl-theme .owl-dots .owl-dot span {
    background: 0 0;
    height: 60px;
    width: 50px;
    border-radius: 0;
    position: relative;
    margin-left: 20px;
}
.slider-fade.owl-theme .owl-dots .owl-dot span:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.3;
    background: #fff;
}
.slider-fade.owl-theme .owl-dots .owl-dot.active span,
.slider-fade.owl-theme .owl-dots .owl-dot:hover span {
    background-color: transparent;
}
.slider-fade.owl-theme .owl-dots .owl-dot.active span:before {
    opacity: 1;
    background: #fa3e45;
}
.banner-subtitle {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
    padding-top: 8px;
    z-index: 1;
    font-weight: 700;
}
.banner-subtitle:after {
    height: 32px;
    width: 26px;
    top: 0;
    right: -7px;
    opacity: 0.3;
    background: #fa3e45;
}
.video_btn:after,
.video_btn:before {
    content: "";
    left: 50%;
    top: 50%;
    opacity: 0.3;
    animation: 1.5s ease-out infinite pulse-border;
    position: absolute;
}
.slider-fade2 h1 {
    animation-delay: 0.8s;
}
.filtering span:last-child,
.slider-fade2.owl-theme .owl-nav {
    margin: 0;
}
.slider-fade2.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    bottom: 0;
    left: 30px;
    font-size: 18px;
    border-radius: 4px;
    color: #fa3e45;
    box-shadow: none;
    transition: 0.3s;
    background: #fff !important;
    line-height: 45px;
    width: 55px;
    height: 55px;
}
.accordion-style .btn-link.collapsed:after,
.accordion-style .btn-link:after {
    font-size: 20px;
    top: 20px;
    transform: none;
    height: auto;
    left: inherit;
    color: #fa3e45;
}
.slider-fade2.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #fa3e45 !important;
    color: #fff;
}
.slider-fade2.owl-theme .owl-nav .owl-prev {
    top: 42%;
}
.slider-fade2.owl-theme .owl-nav .owl-next {
    top: 51%;
}
.slider-fade2 .owl-dots {
    position: absolute;
    bottom: 20px;
    right: 10px;
    margin: 0 !important;
}
.slider-fade2.owl-theme .owl-dots .owl-dot.active span,
.testimonial-carousel-02.owl-theme .owl-dots .owl-dot.active span,
.testimonial-carousel.owl-theme .owl-dots .owl-dot.active span {
    width: 35px;
    height: 5px;
}
.slider-fade2.owl-theme .owl-dots .owl-dot span,
.testimonial-carousel.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 5px;
    transition: width 0.35s ease-in-out;
}
.video_btn {
    height: 80px;
    width: 80px;
    background: #fa3e45;
    text-align: center;
    line-height: 80px;
    color: #fff;
    border-radius: 50%;
    transition-duration: 0s;
    -ms-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
}
.video_btn:after {
    height: 80px;
    width: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.video_btn:before {
    height: 95px;
    width: 95px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.video_btn.small,
.video_btn.small:after {
    height: 50px;
    width: 50px;
}
.video_btn.small {
    line-height: 50px;
}
.video_btn.small:before {
    height: 65px;
    width: 65px;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
.filtering {
    margin-top: -15px;
}
.filtering span {
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 20px;
    padding: 10px 18px;
    border: 1px solid #eee;
    border-radius: 6px;
}
.portfolio-style1:hover .portfolio-img {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14);
}
.portfolio-style1 .portfolio-img {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    transition: 0.4s;
}
.portfolio-style1 .portfolio-content {
    top: initial;
    left: 0;
    bottom: 0;
    height: auto;
    align-items: flex-start;
    width: calc(100% - 40px);
    margin: 0 20px 20px;
    padding: 16px 16px 18px;
    border-radius: 3px;
    position: absolute;
    word-break: break-word;
    overflow: hidden;
    transition: 0.5s;
    opacity: 0;
    background-color: rgba(37, 205, 199, 0.9);
    transform: translateY(15px);
}
.portfolio-style02:after,
.portfolio-style02:before,
.portfolio-style03:before {
    content: "";
    background: #fa3e45;
    position: absolute;
}
.portfolio-style1:hover .portfolio-content {
    transform: translateY(0);
    opacity: 1;
}
.portfolio-style02:after {
    top: 0;
    height: 100%;
    width: 40px;
    left: 0;
    border-right: 10px solid #fff;
}
.portfolio-style02:before {
    top: 0;
    height: 100%;
    width: 40px;
    right: 0;
    border-left: 10px solid #fff;
}
.portfolio-style03 {
    position: relative;
    border-radius: 4px;
}
.portfolio-style03 .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    border-radius: 4px;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}
.portfolio-style03:hover .overlay-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
.portfolio-style03 .overlay-box:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    height: 60%;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0);
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
}
.portfolio-style03 .overlay-box .content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    z-index: 1;
}
.portfolio-style03:before {
    bottom: 0;
    left: 20px;
    width: 50px;
    height: 4px;
    z-index: 1;
    -webkit-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.copy-element,
.source-element {
    transition: opacity 0.3s ease-in-out;
}
.card-style8:hover::before,
.card-style9:hover::before,
.portfolio-style03:hover:before {
    width: calc(100% - 115px);
}
.pagination {
    border-radius: 0;
    padding: 0;
    margin: 0;
}
.pagination ul {
    margin: 0 auto;
    padding: 0;
}
.pagination li {
    margin-right: 5px;
}
.pagination a {
    float: left;
    font-size: 16px;
    padding: 0 18px;
    line-height: 40px;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid #ededed;
    background: #fff;
    border-radius: 4px;
    color: #575a7b;
}
.pagination a:hover {
    background-color: #fa3e45;
    border: 1px solid #fa3e45;
    color: #fff;
}
.pagination .active a {
    background-color: #f7f7f7;
    color: #002147;
    border: 1px solid #ededed;
    cursor: default;
}
.owl-carousel .owl-item img {
    width: auto;
}
.next-link-page-info .date-details:only-child,
.owl-theme .owl-nav,
.prev-link-page-info .date-details:only-child {
    margin-top: 0;
}
.owl-theme .owl-nav span {
    width: 45px;
    height: 45px;
    line-height: 36px;
    font-size: 40px;
    background: #125079;
    color: #fff;
    border-radius: 4px;
}
.owl-carousel .owl-nav button.owl-prev {
    left: -100px;
    position: absolute;
    top: 39%;
}
.owl-carousel .owl-nav button.owl-next {
    right: -100px;
    position: absolute;
    top: 39%;
}
.accordion-style .card {
    background: 0 0;
    box-shadow: none;
    margin-top: 0 !important;
    border: none;
}
.accordion-style .card,
.card-style3,
.counter-style1,
.get-quote {
    box-shadow: 0 3px 10px 0 rgba(41, 45, 194, 0.08);
}
.accordion-style .card-header {
    border: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background: 0 0;
}
.accordion-style .btn-link {
    background: #fff;
    color: #125079;
    line-height: 20px;
    position: relative;
    border: none;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    border-radius: 4px;
    padding: 20px 35px 20px 20px;
    font-weight: 600;
    text-decoration: none;
    font-size: 24px;
}
.accordion-style .btn-link:hover {
    text-decoration: none;
}
.accordion-style .btn-link.collapsed:after {
    background: 0 0;
    content: "+";
    right: 15px;
    width: auto;
}
.accordion-style .btn-link:after {
    background: 0 0;
    content: "-";
    right: 17px;
    width: auto;
    position: absolute;
}
.accordion-style .card-body {
    padding: 0 40px 30px 20px;
    color: #000;
}
.accordion-style .card {
    border-left: 1px solid #fa3e45;
}
.accordion-style.style1 .card-header {
    border-bottom: none;
}
.accordion-style.style1 .btn-link.collapsed {
    background: #f2f2f3;
}
.footer-list,
ul.resp-tabs-list {
    margin: 0;
    padding: 0;
}
.resp-tabs-list li {
    font-size: 16px;
    padding: 8px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    min-width: 120px;
    text-align: center;
}
.countdown li:last-child,
.resp-tabs-list li:last-child,
.share-post li:last-child,
.social-icon-style1 li:last-child,
.social-icon-style2 li:last-child {
    margin-right: 0;
}
.resp-tabs-list li i {
    font-size: 28px;
    margin-bottom: 8px;
    color: #6f6f6f;
}
.resp-tabs-container {
    padding: 0;
    background-color: #fff;
    clear: left;
}
.resp-tab-content {
    display: none;
    padding: 40px 0;
    float: left;
    width: 100%;
}
.resp-tabs-list li.resp-tab-active {
    padding: 15px 20px 13px;
    color: #fa3e45;
    border-bottom: 2px solid #fa3e45;
}
.next-link-page-info > span,
.prev-link-page-info > span,
.resp-accordion-active,
.resp-content-active {
    display: block;
}
h2.resp-accordion {
    background: #fff !important;
    cursor: pointer;
    display: none;
    font-size: 16px;
    border: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    margin: 0;
    padding: 15px 21px;
    float: left;
    width: 100%;
}
h2.resp-tab-active {
    border-bottom: 0 solid #e4e4e4 !important;
    background: #fa3e45 !important;
    border: 1px solid #fa3e45;
    color: #fff !important;
}
h2.resp-tab-title:last-child {
    border-bottom: 12px solid #e4e4e4 !important;
    background: #00baee;
}
.resp-arrow,
h2.resp-tab-active span.resp-arrow {
    border-style: solid;
    display: block;
    height: 8px;
    transform: rotate(45deg);
    width: 8px;
    float: right;
}
.resp-arrow {
    border-color: transparent #232323 #232323 transparent;
    border-width: 0 1px 1px 0;
    margin-top: 4px;
}
h2.resp-tab-active span.resp-arrow {
    border-color: #fff transparent transparent #fff;
    border-width: 1px 0 0 1px;
    margin-top: 7px;
}
.tab-style1 .resp-tabs-list li {
    font-size: 15px;
    padding: 15px 30px 13px;
    border: 1px solid #ebebeb;
    color: #125079;
    font-weight: 700;
    border-radius: 5px;
}
.tab-style1 .resp-tabs-list li.resp-tab-active {
    padding: 15px 30px 13px;
    color: #fff;
    border: 1px solid #125079;
    background: #125079;
}
.tab-style1 .resp-tab-content {
    padding: 30px 0;
}
.tab-style2 .resp-tabs-list li {
    min-width: unset;
    padding: 8px 15px;
    font-weight: 700;
}
.tab-style2 .resp-tab-content {
    padding-bottom: 0;
}
.footer-style1 .quform-submit-inner,
.quform-loading-wrap,
.quform-submit-inner,
.tab-style2 .quform-submit-inner {
    float: none;
}
.counter-style1 {
    padding: 20px 30px 25px 70px;
    border-radius: 4px;
    position: relative;
}
.counter-style1 .icon-box {
    position: absolute;
    left: 24px;
    top: 32px;
    width: 26px;
    height: 32px;
}
.counter-style1 .icon-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.4;
    background: #fa3e45;
}
.counter-style1 .icon-box .dots1 {
    top: 4px;
    right: 5px;
}
.counter-style1 .icon-box .dots2 {
    bottom: 4px;
    left: 6px;
}
.counter-style1 .icon-box .dotted {
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
}
.get-quote,
.get-quote_2 {
    position: relative;
    z-index: 3;
}
.html-code,
.white-popup-block {
    background-color: #fbfbfb;
    box-shadow: inset 0 0 0 1px #dde1e6, 0 3px 5px rgba(0, 0, 0, 0.15);
}
.card-style1,
.card-style2,
.card-style4,
.card-style6,
.card-style8,
.card-style9,
.page-navigation {
    box-shadow: 0 3px 10px 0 rgba(41, 45, 194, 0.08);
}
.client-block {
    margin-top: -370px;
    padding-top: 290px;
}
.team-block {
    padding-bottom: 400px;
}
.countdown {
    padding: 0;
}
.countdown li {
    background: #fa3e45;
    display: inline-block;
    text-align: center;
    min-width: 150px;
    border-radius: 5px;
    overflow: hidden;
    padding: 15px 10px;
    position: relative;
}
.countdown li:before {
    height: 100%;
    width: 49%;
    top: 0;
    right: -5px;
    z-index: 0;
    opacity: 0.2;
    position: absolute;
    background-color: #fff;
    content: "";
}
.countdown li span {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    line-height: normal;
    position: relative;
}
.countdown li span:before {
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
}
.countdown li p.timeRefDays,
.countdown li p.timeRefHours,
.countdown li p.timeRefMinutes,
.countdown li p.timeRefSeconds {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    z-index: 2;
    position: relative;
    padding: 0;
    text-transform: capitalize;
}
@media screen and (max-width: 1199px) {
    .page-title-section {
        padding: 170px 0 110px;
    }
    .page-title-section h1 {
        margin-bottom: 10px;
    }
    .page-title-section2 {
        padding: 140px 0;
    }
    .video_btn,
    .video_btn:after {
        height: 75px;
        width: 75px;
    }
    .video_btn {
        line-height: 75px;
    }
    .video_btn:before {
        height: 90px;
        width: 90px;
    }
    .countdown li {
        min-width: 120px;
    }
    .countdown li span {
        font-size: 46px;
    }
    .why-us-02 {
        background-image: none !important;
    }
}
@media screen and (max-width: 991px) {
    .vw-lg-66 {
        width: 100%;
    }
    .header-style1 .navbar-toggler {
        background: #fa3e45;
    }
    .header-style1 .navbar-toggler:after {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }
    .header-style1 .navbar-toggler.menu-opened:after,
    .header-style1 .navbar-toggler.menu-opened:before,
    .header-style1 .navbar-toggler:before {
        background: #fff;
    }
    .page-title-section {
        padding: 150px 0 90px;
    }
    .page-title-section h1 {
        margin-bottom: 8px;
    }
    .page-title-section2 {
        padding: 130px 0;
    }
    .title-sm.banner:before {
        bottom: 7px;
    }
    .title-sm:before {
        bottom: 3px;
    }
    .video_btn,
    .video_btn:after {
        height: 70px;
        width: 70px;
    }
    .video_btn {
        line-height: 70px;
    }
    .video_btn:before {
        height: 85px;
        width: 85px;
    }
    @keyframes pulse-border {
        0% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        }
        100% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
        }
    }
    .filtering span {
        margin-right: 15px;
        padding: 10px 13px;
    }
    .accordion-style .btn-link.collapsed:after,
    .accordion-style .btn-link:after {
        top: 20px;
    }
    .accordion-style .card-body {
        padding: 10px 25px 30px;
    }
    .countdown li span {
        font-size: 40px;
    }
}
@media screen and (max-width: 767px) {
    .page-title-section {
        padding: 130px 0 70px;
    }
    .page-title-section2 {
        padding: 120px 0;
    }
    .video_btn,
    .video_btn:after {
        height: 60px;
        width: 60px;
    }
    .video_btn {
        line-height: 60px;
    }
    .video_btn:before {
        height: 75px;
        width: 75px;
    }
    .filtering span {
        margin-right: 15px;
        margin-top: 15px;
    }
    h2.resp-accordion i {
        min-width: 25px;
        margin-right: 8px;
        font-size: 18px;
    }
    h2.resp-accordion.resp-tab-active i {
        color: #fff;
    }
    .tab-style1 .resp-tab-content {
        padding: 15px;
        border: 1px solid #e4e4e4;
    }
    .tab-style2 .resp-tab-content {
        padding: 40px 30px;
        border: 1px solid #e4e4e4;
        border-width: 0 1px 1px;
    }
    ul.resp-tabs-list {
        display: none;
    }
    h2.resp-accordion {
        display: block;
    }
    .client-block {
        margin-top: 0;
        padding-top: 70px;
    }
    .team-block {
        padding-bottom: 70px;
    }
    .get-quote {
        margin-top: 0;
    }
    .countdown li {
        min-width: 180px;
        margin-top: 5px;
    }
}
.icon-gallery .d-table {
    margin-top: 30px;
}
.icon-gallery .d-table-cell {
    width: 125px;
    height: 125px;
    text-align: center;
    margin-bottom: 25px;
    border: 1px solid rgba(0, 0, 0, 0.075);
    vertical-align: middle;
    font-size: 14px;
    transition: 0.2s ease-in-out;
    padding: 10px;
    background: #fff;
}
.html-code:before,
.white-popup-block:before {
    content: "•••";
    font-size: 30px;
    left: 24px;
    letter-spacing: 4px;
    line-height: 12px;
}
.icon-gallery i {
    display: block;
    margin-bottom: 15px;
    font-size: 28px;
    color: #fa3e45;
}
.lg-backdrop,
.modal-backdrop {
    z-index: 99999;
}
.lg-outer,
.modal {
    z-index: 999999;
}
pre[class*="language-"] {
    max-height: 45vh;
    height: 100%;
    margin: 35px 0 15px;
    padding-top: 0;
}
.html-code {
    position: relative;
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #ededed;
}
.html-code:before {
    color: #c8dfab;
    position: absolute;
    top: 24px;
}
.copy-element {
    position: absolute;
    top: 0;
    right: 85px;
}
.source-element {
    position: absolute;
    top: 0;
    right: 0;
}
.html-code .copy-element {
    top: 15px;
    right: 30px;
}
.box-hover:hover .copy-element,
.box-hover:hover .source-element,
.card-style1:hover .card-image:before,
.card-style3:hover .card-image:before,
.html-code:hover .copy-element,
.html-code:hover .source-element,
.pika-next:hover,
.pika-prev:hover,
.white-popup-block:hover .copy-element {
    opacity: 1;
}
.copy-element > a,
.source-element > a {
    border-radius: 0.25rem;
    background: #dde1e6;
    color: #777 !important;
    display: inline-block;
    padding: 5px 15px;
    font-size: 14px;
    text-transform: capitalize;
    cursor: pointer !important;
    font-weight: 600;
}
#progressbar li,
.about-lg-title,
.all-demo a,
.card-style2 .card-label,
.card-style6 .price-title,
.card-style7 .card-label,
.card-style9 .card-date,
.fs-title,
.sidebar .widget .widget-title h3,
.why-us .year {
    text-transform: uppercase;
}
.copy-element > a:hover,
.source-element > a:hover {
    background: #fa3e45;
    color: #fff !important;
}
.copy-clipboard {
    cursor: pointer;
    padding: 5px 15px;
}
.white-popup-block {
    position: relative;
    max-width: 650px;
    padding: 60px 30px 30px;
    border-radius: 5px;
    margin: 40px auto;
    border: 1px solid #ededed;
}
.white-popup-block.popup-copy.mfp-hide {
    display: block !important;
    height: 0;
    position: absolute;
    z-index: -1;
    padding: 0;
    opacity: 0;
    margin: 0;
}
.white-popup-block:before {
    color: rgba(3, 169, 245, 0.2);
    position: absolute;
    top: 24px;
}
.white-popup-block .copy-element {
    top: 45px;
    right: 30px;
}
.inner-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    margin-bottom: 35px;
    padding-bottom: 20px;
}
.inner-title h2 {
    display: inline-block;
    line-height: 1;
    margin-bottom: 12px;
    padding-top: 8px;
    z-index: 1;
}
.inner-title h2:after {
    position: absolute;
    content: "";
    z-index: -1;
    height: 32px;
    width: 26px;
    top: 0;
    right: -4px;
    opacity: 0.2;
    background: #fa3e45;
}
.process-block h3 span {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fa3e45;
    background: rgba(225, 225, 225, 0.1);
    border-radius: 50px;
    display: inline-block;
}
.map {
    height: 400px;
    width: 100%;
}
.card-style1,
.card-style4 {
    height: 100%;
}
.form-group {
    margin-bottom: 1rem;
}
.form-group label {
    margin-bottom: 0.5rem;
}
.form-control:focus,
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #fa3e45;
}
.form-check-input:checked {
    border-color: #fa3e45;
    background-color: #fa3e45;
}
.quform-input .quform-errors-wrap {
    position: absolute;
    right: 8px;
    top: 0;
    line-height: normal;
    z-index: 1;
}
.quform-element > label {
    padding-bottom: 5px;
    margin-bottom: 0;
    color: #000;
    font-size: 15px;
    font-weight: 700;
}
.quform-element > label .quform-required {
    color: #cc0101;
    font-size: 10px;
}
#staticBackdrop .butn,
.pikaday__display,
.pikaday__invisible,
.quform-inner input {
    width: 100%;
}
.quform-elements .quform-element textarea {
    margin-bottom: 0;
    padding: 8px 15px;
    vertical-align: top;
}
.quform-elements .quform-element select {
    margin-bottom: 0;
    padding: 8px 35px 8px 15px;
}
.quform-errors {
    padding: 0;
    margin: 0;
    line-height: normal;
}
.quform-errors > .quform-error,
.quform-outer-no-js .quform-error {
    padding: 0;
    background: 0 0;
    border: none;
    float: none;
    color: #f5543f;
    font-size: 11px;
    line-height: normal;
    letter-spacing: normal;
}
.quform-outer-no-js .quform-success-message,
.quform-success-message {
    padding: 0.75rem 1.25rem 0.75rem 3rem;
}
.quform-has-error .custom-file-label,
.quform-has-error input,
.quform-has-error input[type="file"],
.quform-has-error select,
.quform-has-error textarea {
    border-color: #f5543f;
}
.feature-carousel .owl-dots .owl-dot.active span {
    width: 35px;
    height: 5px;
    transition: width 0.35s ease-in-out;
}
.feature-carousel .owl-dots .owl-dot span {
    width: 20px;
    height: 5px;
}
.card-style1 {
    background-color: #fff;
    border-radius: 8px;
}
.card-style1 .card-image:before,
.card-style3 .card-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.5s;
    background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, 0) 80%);
}
.card-style2 {
    border: none;
}
.card-style2 .card-label {
    padding: 5px 10px;
    background-color: #fa3e45;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.card-style2 .card-price {
    background-color: #fff;
    position: absolute;
    bottom: -32px;
    left: 30px;
    border-radius: 5px;
    width: 110px;
    height: 70px;
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.icon-box .box-circle,
.list-style3 li a:before {
    width: 42px;
    z-index: 0;
}
.card-style2 .card-month {
    position: absolute;
    right: 30px;
    bottom: -15px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background-color: #125079;
    padding: 5px 20px;
    border-radius: 35px;
}
.card-style3 h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.card-style3 p {
    line-height: 24px;
}
.list-style1 li,
.list-style2 li {
    line-height: 34px;
    padding-left: 30px;
}
.card-style3 .blog-date {
    top: -40px;
    right: 37px;
}
.card-style3 .blog-date .blog-shape {
    height: 70px;
    width: 60px;
    top: -12px;
    left: -19px;
    z-index: 0;
    position: absolute;
    background: #125079;
}
.card-style4 {
    transition: 0.6s linear;
    border: none;
    word-break: break-word;
}
.card-style4 i {
    transition: 0.3s linear;
}
.icon-box {
    padding-left: 20px;
}
.icon-box .box-circle {
    height: 70px;
    top: -5px;
    left: 1px;
    opacity: 0.2;
    position: absolute;
}
.card-style5 {
    border-radius: 5px;
    transition: 0.5s ease-in-out;
    border: none;
}
.card-style5:before {
    position: absolute;
    content: "";
    bottom: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: 0.9s cubic-bezier(0.68, 1.55, 0.265, 0.55);
    -moz-transition: 0.9s cubic-bezier(0.68, 1.55, 0.265, 0.55);
    -ms-transition: 0.9s cubic-bezier(0.68, 1.55, 0.265, 0.55);
    -o-transition: 0.9s cubic-bezier(0.68, 1.55, 0.265, 0.55);
    transition: 0.9s cubic-bezier(0.68, 1.55, 0.265, 0.55);
}
.card-style5 .card-body {
    padding: 55px 30px 30px;
}
.card-style5 .card-icon {
    margin-left: 15px;
    position: relative;
    margin-bottom: 20px;
}
.card-style5 .icon-circle {
    height: 60px;
    width: 60px;
    top: -15px;
    left: -3px;
    border-radius: 50%;
    background: #fa3e45;
    opacity: 0.1;
    z-index: 0;
    position: absolute;
}
.card-style6 {
    border-radius: 5px;
    border: none;
}
.card-style6 .price-label:after,
.card-style6 .price-label:before {
    height: 100%;
    right: 0;
    border-radius: 8px;
    width: 100%;
    left: 0;
    content: "";
    z-index: -1;
}
.card-style6 .price-title {
    color: #8492a6;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 30px;
}
.card-style6 .price-label {
    position: relative;
    color: #fff;
    font-size: 34px;
    height: 55px;
    line-height: 55px;
    width: 150px;
    margin: 0 auto 40px;
    z-index: 1;
}
.card-style6 .price-label:before {
    position: absolute;
    background: #fa3e45;
}
.card-style6 .price-label:after {
    position: absolute;
    bottom: 0;
    transform: rotate(-6deg);
    background: rgba(37, 205, 199, 0.5);
}
.card-style6.bg-secondary .list-style4 li {
    border-color: rgba(255, 255, 255, 0.1);
}
.card-style7 .card-label {
    position: absolute;
    padding: 5px 10px;
    background: #fa3e45;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
    top: -17px;
    right: 30px;
}
.all-demo:hover,
.card-style7:hover .card-label,
.next-previous-buttonblock .previous,
.service-style2:hover .service-icon,
.social-icon-style2 li a {
    background: #125079;
}
.card-style8 {
    position: relative;
    border-radius: 4px;
}
.card-style8::before,
.card-style9::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 20px;
    width: 50px;
    height: 4px;
    background: #fa3e45;
    -webkit-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.card-style8 .card-body .card-butn {
    height: 50px;
    width: 50px;
    background: #125079;
    position: absolute;
    display: block;
    right: 25px;
    bottom: -22px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.card-style9 {
    position: relative;
    border: none;
    transition: 0.5s;
}
.card-style9 .card-body {
    padding: 43px 30px 30px;
}
.card-style9 .card-date {
    position: absolute;
    left: 30px;
    top: -20px;
    font-size: 14px;
    line-height: 24px;
    background-color: #fa3e45;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
    padding: 8px 16px;
}
.card-style9 .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 4px;
    background-color: #1e2434;
    margin-bottom: 34px !important;
}
.card-style9 .image-box img {
    width: 100%;
    transition: 0.5s;
}
.card-style9:hover .image-box img {
    transform: scale(1.05);
    opacity: 0.5;
}
.list-style1,
.list-style2,
.list-style5 {
    list-style: none;
    padding-left: 0;
}
.list-style1 li {
    font-size: 16px;
    position: relative;
}
.list-style1 li:before {
    content: "\e64c";
    font-family: themify;
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 35px;
    color: #fa3e45;
}
.list-style2 li {
    position: relative;
}
.list-style2 li:before {
    content: "\e64d";
    font-family: themify;
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 35px;
    color: #fa3e45;
}
.list-style3 li {
    margin-bottom: 10px;
    background-color: transparent;
}
.list-style3 li:hover {
    background-color: #fa3e45;
    border-color: #f8f9fa;
}
.list-style3 li.active a {
    background-color: #fa3e45;
    color: #fff;
    border: 1px solid #f8f9fa;
}
.list-style3 li a {
    display: block;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    padding: 14px 20px;
    border: 1px solid rgba(0, 0, 0, 0.06);
}
.list-style3 span {
    vertical-align: middle;
    font-size: 15px;
    color: #fa3e45;
    font-weight: 700;
}
.list-style3 li a:before {
    height: 54px;
    top: 0;
    right: -1px;
    opacity: 0.1;
    position: absolute;
    background-color: #fa3e45;
    content: "";
}
.list-style4 {
    list-style: none;
    padding: 0;
    margin: 0;
}
.list-style4 li {
    margin-bottom: 15px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
}
.list-style4 li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.list-style5 li {
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    padding-left: 50px;
    position: relative;
    margin-bottom: 10px;
}
.list-style5 li:before {
    content: "\e64c";
    font-family: themify;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fa3e45;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    background: rgba(37, 205, 199, 0.1);
}
.team-style1 .team-content {
    position: relative;
    padding: 30px;
    text-align: center;
    border-radius: 4px;
    margin: -55px 25px 0;
    background-color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.08);
}
.team-style1 .team-share,
.team-style1 ul li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
}
.team-style1 .team-social-icons {
    position: absolute;
    bottom: -15px;
    right: 30px;
}
.team-style1 .team-share {
    color: #fff;
    font-size: 15px;
    background-color: #fa3e45;
}
.team-style1 .team-social-links {
    position: absolute;
    bottom: 35px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.team-style1 ul li {
    list-style: none;
    margin: 0 0 5px;
}
.team-style1 ul li a {
    display: inline-block;
    color: #125079;
    font-size: 14px;
    background-color: #f3f3f3;
}
.team-style1:hover .team-content {
    margin-top: -65px;
    background-color: #fa3e45;
}
.team-style1:hover .team-share {
    background-color: #125079;
    color: #fff;
}
.team-style1 .team-social-icons:hover .team-social-links {
    opacity: 1;
    visibility: visible;
}
.about-style1 .about-icon {
    width: 60px;
    height: 60px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    margin-left: -26px;
    margin-top: 0;
    border-radius: 50px;
}
.about-style1 .about-img1 {
    border-radius: 200px;
}
.about-style1 .about-img2 {
    border-radius: 10px 100px 100px;
}
.image-hover {
    position: relative;
    display: block;
    overflow: hidden;
}
.image-hover:before {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.image-hover:hover:before {
    -webkit-animation: 1s shine;
    animation: 1s shine;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.about-style2 .about-img1:after {
    content: "";
    position: absolute;
    top: 150px;
    left: 16px;
    width: 12px;
    height: 170px;
    background-color: #fa3e45;
}
.about-style3 .about-quote {
    position: absolute;
    width: 380px;
    bottom: -50px;
}
.about-style3 .about-quote:before {
    content: "";
    background-image: url(../img/icons/quote-02.jpg);
    background-color: #fff;
    width: 50px;
    height: 40px;
    position: absolute;
    top: -20px;
    background-repeat: no-repeat;
}
.about-contact {
    position: absolute;
    right: 7%;
    bottom: -13%;
}
.about-contact .icon {
    background: #125079;
    padding: 15px 20px;
}
.about-contact .contact-text {
    background: #fa3e45;
    padding: 15px 20px;
}
.about-lg-title {
    font-size: 140px;
    position: absolute;
    color: transparent !important;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.7);
    top: 0;
    font-weight: 900;
}
.page-navigation {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    border-radius: 8px;
}
.next-page,
.prev-page {
    position: relative;
    width: 50%;
    max-width: 350px;
    margin: 10px;
}
.next-page:before,
.prev-page:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(34, 35, 40, 0);
    transform: scale(1.04, 1.12);
    transition: 0.3s ease-in-out;
    pointer-events: none;
}
.next-page .page-info > a,
.prev-page .page-info > a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 16px 20px;
    min-height: 110px;
    transition: 0.8s;
}
.next-page .page-info .image-next,
.next-page .page-info .image-prev,
.prev-page .page-info .image-next,
.prev-page .page-info .image-prev {
    position: relative;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    transition: inherit;
    border-radius: 4px;
    overflow: hidden;
}
.next-page .page-info .next-title,
.next-page .page-info .prev-title,
.prev-page .page-info .next-title,
.prev-page .page-info .prev-title {
    display: inline-block;
    position: relative;
    max-width: 220px;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 700;
    word-wrap: break-word;
    vertical-align: middle;
    transition: 0.45s;
}
.next-page .image-next:before,
.prev-page .image-prev:before {
    font-family: themify;
    font-size: 21px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    right: 0;
    z-index: 2;
}
.prev-page a,
.testimonial-carousel-02.owl-theme .owl-dots,
.testimonial-carousel.owl-theme .owl-dots {
    text-align: left;
}
.next-page .image-next:after,
.next-page .image-next:before,
.prev-page .image-prev:after,
.prev-page .image-prev:before {
    left: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
    position: absolute;
    display: block;
    opacity: 0;
}
#full-stars-example-two .rating__input--none,
.m_cls,
.msform fieldset:not(:first-of-type),
.next-page .page-info .next-title:empty,
.next-page .page-info .prev-title:empty,
.pika-single.is-hidden,
.prev-page .page-info .next-title:empty,
.prev-page .page-info .prev-title:empty {
    display: none;
}
.next-page:hover:before,
.prev-page:hover:before {
    background-color: #fff;
    transform: scale(1);
    box-shadow: 0 10px 30px 0 rgba(34, 35, 40, 0.1);
}
.prev-page a {
    justify-content: flex-start;
}
.next-page .next-title,
.next-page a {
    text-align: right;
}
.next-page a:hover .image-next:after,
.prev-page a:hover .image-prev:after {
    visibility: visible;
    opacity: 1;
}
.prev-page a:hover .image-prev:before {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
}
.prev-page .image-prev {
    margin-right: 20px;
}
.prev-page .image-prev:before {
    margin-left: 20px;
    content: "\e64a";
}
.prev-page .image-prev:after {
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
}
.next-page {
    margin-left: auto;
}
.next-page a {
    justify-content: flex-end;
}
.next-page a:hover .image-next:before {
    visibility: visible;
    opacity: 1;
    margin-right: 0;
}
.next-page .image-next {
    margin-left: 20px;
}
.next-page .image-next:before {
    margin-right: 20px;
    content: "\e64a";
    transform: scaleX(-1);
}
.testimonial-1 .img-1 img,
.testimonial-1 .img-1:before {
    border-radius: 200px;
    transform: rotate(22deg);
}
.next-page .image-next:after {
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
}
.next-link-page-info .date-details,
.prev-link-page-info .date-details {
    font-size: 14px;
    letter-spacing: 0.025em;
    line-height: 20px;
    margin-bottom: -2px;
}
.next-link-page-info .date-details > div,
.next-link-page-info .date-details > span,
.prev-link-page-info .date-details > div,
.prev-link-page-info .date-details > span {
    line-height: inherit;
    transition: 0.45s;
    font-weight: 500;
}
.prev-page .image-prev.no_image:after,
.prev-page .image-prev.no_image:before {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
}
.next-page .image-next.no_image:after,
.next-page .image-next.no_image:before {
    opacity: 1;
    visibility: visible;
    margin-right: 0;
}
.testimonial-1 .img-1:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: 0 0;
    border: 1px solid #000;
    left: 13px;
}
.social-icon-style1 li a,
.social-icon-style2 li a {
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    width: 38px;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    text-align: center;
}
.testimonial-1 .img-2 {
    top: 0;
    left: 20px;
    border-radius: 200px 10px 200px 200px;
}
.testimonial-carousel .author-img {
    width: 60px !important;
}
@media screen and (max-width: 575px) {
    .page-title-section2 {
        padding: 110px 0;
    }
    .slider-fade .owl-dots {
        bottom: 0;
        right: 0;
    }
    .filtering span {
        margin-right: 10px;
        padding: 7px 14px;
    }
    .pagination a {
        padding: 0 13px;
        font-size: 14px;
    }
    .tab-style2 .resp-tab-content {
        padding: 40px 15px;
    }
    .countdown li {
        min-width: 48%;
    }
    .countdown li span {
        font-size: 34px;
    }
    .team-style1 .team-content {
        margin: -55px 15px 0;
        padding: 20px;
    }
    .next-page .page-info > a,
    .prev-page .page-info > a {
        padding: 10px;
    }
    .next-page .page-info .next-title,
    .next-page .page-info .prev-title,
    .prev-page .page-info .next-title,
    .prev-page .page-info .prev-title {
        max-width: 168px;
    }
    .testimonial-1 .img-1 img,
    .testimonial-1 .img-1:before {
        transform: rotate(0);
    }
}
.testimonial-carousel-02.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 5px;
    background: rgba(225, 225, 225, 0.4);
}
.testimonial-03 {
    background-color: #f8f9fa;
    padding: 30px;
    position: relative;
}
.testimonial-03:after {
    content: "";
    background: #f8f9fa;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    position: absolute;
    left: 15px;
    bottom: -30px;
    height: 40px;
    width: 40px;
    transform: rotate(180deg);
    border-radius: 4px;
}
.why-us .year {
    font-size: 46px;
    line-height: 60px;
    color: transparent;
    font-weight: 700;
    -webkit-text-stroke: 1px #fff;
    word-wrap: break-word;
}
.social-icon-style1 li a {
    background: rgba(255, 255, 255, 0.1);
}
.newsletter .form-control {
    min-height: 50px;
}
.newsletter-1 .quform-submit-inner button {
    font-size: 18px;
    border: 0;
    position: absolute;
    right: -10px;
    top: -1px;
    height: 55px;
    width: 55px;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.comment-reply-link,
a#cancel-comment-reply-link {
    background: rgba(27, 205, 199, 0.1);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}
.footer-style1 h3:after,
.sidebar .widget .widget-title h3:after {
    height: 32px;
    width: 26px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 60% 0%);
    content: "";
}
.newsletter-1 .quform-submit-inner button.newsletter-btn {
    right: 0;
    top: 0;
}
.newsletter-1 .quform-element .quform-input .form-control.news-box {
    min-height: 55px;
    border-radius: 5px;
    padding: 0 0 0 20px;
}
.sidebar .widget {
    box-shadow: 0 0 14px rgba(82, 85, 90, 0.1);
}
.sidebar .widget .form-control {
    min-height: 40px;
}
@media screen and (min-width: 992px) {
    .menu_area-light .navbar ul ul li.active > a,
    .menu_area-light .navbar-nav li.has-sub a:hover {
        color: #fa3e45;
    }
    .vw-lg-50 {
        width: 50vw;
    }
}
.comments-area .comment-box {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.comments-area > .comment-box:last-child,
.footer-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.author-thumb img {
    border-radius: 50%;
    width: 80px;
}
.comment-box .author-thumb {
    width: 80px;
    float: left;
}
.comment-box .comment-info {
    overflow: hidden;
    position: relative;
    margin-left: 100px;
}
.comment-reply-link {
    color: #fa3e45;
    padding: 5px 18px;
}
.comment-reply-link:hover,
a#cancel-comment-reply-link:hover {
    color: #fff;
    background: #fa3e45;
}
a#cancel-comment-reply-link {
    color: #4e86ff;
    padding: 12px 18px;
    transition: 0.3s;
    float: right;
}
.tags a {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
    margin: 5px 10px 5px 0;
    display: inline-block;
}
.footer-style1 h3,
.footer-style3 h3 {
    font-size: 18px;
    text-transform: uppercase;
}
.tags a:hover {
    border-color: #fa3e45;
    background: #fa3e45;
    color: #fff;
}
.blog-share-icon {
    min-width: 175px;
}
.share-post span {
    font-weight: 700;
}
.share-post li {
    display: inline-block;
    margin: 0 5px;
}
.lg-backdrop.in {
    opacity: 0.85;
}
.progress-text {
    font-size: 15px;
    margin-bottom: 8px;
    color: #fff;
}
.custom-progress {
    height: 9px;
    border-radius: 2px;
    box-shadow: none;
    padding: 1px;
    margin-bottom: 2rem;
    background-color: transparent;
    border: 1px solid #d6d6d6;
}
.custom-bar {
    height: 100%;
    background-color: #fa3e45;
    box-shadow: none;
}
.search-frame .search_list li + li {
    border-top: 3px solid #fa3e45;
}
.sidebar .widget .widget-title {
    background: #125079;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 15px 20px;
}
.sidebar .widget .widget-title h3 {
    color: #fff;
    position: relative;
    margin-bottom: 12px;
    display: inline-block;
    padding-top: 8px;
}
.sidebar .widget .widget-title h3:after {
    position: absolute;
    z-index: 0;
    top: 0;
    right: -4px;
    opacity: 0.2;
    background: #fff;
}
.sidebar .brochures {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar .brochures li {
    position: relative;
    margin-bottom: 15px;
}
.sidebar .brochures li a {
    display: block;
    font-size: 15px;
    border: 1px solid #ededed;
    font-weight: 600;
    border-radius: 4px;
}
.sidebar .brochures li a i {
    text-align: center;
    padding: 15px;
    font-size: 20px;
    margin-right: 15px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #fa3e45;
    color: #fff;
}
.extra-icon-circle {
    width: 80px;
    background: #125079;
    color: #fff;
    border-radius: 50%;
    padding: 15px;
}
.section-bg {
    position: absolute;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 560px;
    background-position: center center;
    background-repeat: no-repeat;
}
.contact-wrapper-box {
    position: relative;
    background: #fff;
    box-shadow: 0 3px 10px 0 rgba(41, 45, 194, 0.08);
    border-radius: 4px;
}
.contact-wrapper-box .contact-form-area {
    position: relative;
    padding: 50px;
    height: 100%;
}
.contact-wrapper-box .contact-image:before {
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(180deg, transparent 9%, #00160e 100%);
    opacity: 1;
}
.contact-wrapper-box .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
}
.why-us-02 {
    background-repeat: no-repeat;
    background-position: right center;
}
.service-style2 .service-icon {
    text-align: center;
    background: #fa3e45;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    transition: 0.4s;
    padding: 13px;
}

.overlap-column {
    margin-bottom: 6rem;
}
.overlap-column > [class*="col-"]:first-child {
    position: relative;
    left: 2rem;
}
.overlap-column > [class*="col-"]:last-child {
    position: relative;
    left: -2rem;
    top: 6rem;
}
.banner-shape1 {
    border-radius: 100px;
    width: 170px;
    height: 254px;
    background: rgba(255, 255, 255, 0.6);
    top: -80px;
    right: -75px;
    z-index: 2;
    position: absolute;
}
.round-shape-one {
    position: absolute;
    width: 225px;
    height: 225px;
    border-radius: 50%;
    border: 1px dashed #fa3e45;
    animation: 10s linear infinite rotated;
}
.round-shape-one:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: -5px;
    background: #fa3e45;
    border-radius: 50%;
}
@-webkit-keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
footer > .container {
    padding-top: 30px;
    padding-bottom: 10px;
}
.footer-logo {
    max-width: 210px;
    width: 100%;
    display: inline-block;
}
footer .footer-bar {
    position: relative;
    z-index: 9;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.075);
    color: rgba(255, 255, 255, 0.85);
}
.footer-nav li {
    display: inline-block;
    margin-left: 15px;
}
.footer-nav li:first-child {
    margin-left: 0;
}
.footer-list li {
    list-style-type: none;
    color: #fff;
    margin-bottom: 5px;
}
.footer-style1 h3,
.footer-style2 h3 {
    margin-bottom: 34px;
    position: relative;
    color: #fff;
    display: inline-block;
    z-index: 1;
}
.footer-list li a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.footer-style1 h3 {
    line-height: 1;
    padding-top: 8px;
}
.footer-style1 h3:after {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -7px;
    background: #fa3e45;
}
.footer-top-info {
    color: #fff;
    background-color: #125079;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    position: relative;
    padding-bottom: 20px;
}

.footer-top-info:before {
    content: "";
    width: 27%;
    height: 100%;
    position: absolute;
    background: #1c2140;
    left: 0;
    top: 0;
    clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%);
}
.footer-style2 h3:before {
    content: "";
    background: rgba(37, 205, 199, 0.6);
    height: 8px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.footer-style3 > .container {
    padding-top: 130px;
}
.footer-style3 h3 {
    position: relative;
    color: #fff;
    font-weight: 700;
    padding-right: 50px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    display: inline-block;
}

.footer-style3 h3:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 6px;
    width: 40px;
    height: 2px;
    background-color: #fff;
}
.footer-style3 h3:after {
    position: absolute;
    content: "";
    right: 10px;
    bottom: 12px;
    width: 30px;
    height: 2px;
    background-color: #fa3e45;
}

.navbar-brand img {
    max-height: 60px;
    transition-duration: 0.5s;
    width: auto !important;
    max-width: 100% !important;
}
.navbar-header-custom {
    padding: 13px 0 12px;
    background: rgba(255, 255, 255, 0.7);
}
@media (min-width: 992px) {
    .ms-lg-auto {
        margin-left: 20px !important;
    }
}
.footer-top p {
    line-height: 22px;
    font-size: 14px;
}
.mb-1-9,
.my-1-9 {
    margin-bottom: 1.2rem;
}
.clr_cc a {
    color: #fff;
    font-weight: 700;
}
.clr_cc a:hover {
    color: #ff4048;
}
.bg_dv_bg {
    background: #125079;
    padding: 15px 0;
}
.ph_icon {
    font-size: 30px;
    line-height: 63px;
}
::-webkit-scrollbar {
    width: 15px;
}
::-webkit-scrollbar-track {
    background: #e7e7e7;
}
::-webkit-scrollbar-thumb {
    background: #e51b23;
}
::-webkit-scrollbar-thumb:hover {
    background: #e51b23;
}
.mb-2-1,
.my-2-1 {
    margin-bottom: 1.1rem;
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: #12507912 !important;
}
@media screen and (max-width: 991px) {
    .card-style8 .card-body .card-butn {
        bottom: -16px;
    }
    .about-style1 .about-img2 {
        left: 50px;
    }
    .about-style3 .about-quote {
        bottom: -30px;
    }
    .why-us .year {
        font-size: 36px;
        line-height: 44px;
    }
    .overlap-column {
        margin-bottom: 0;
    }
    .overlap-column > [class*="col-"]:last-child {
        left: 0;
        top: 0;
    }
    .footer-top-info:before {
        content: none;
    }
    .footer-style3 > .container {
        padding-top: 110px;
    }
    .top-position1 {
        margin-top: -84px;
    }
    .navbar-brand img {
        max-height: 40px;
    }
    .about-style1 .about-icon {
        margin-left: 40px;
    }
    .navbar-nav {
        background: #fff;
        -webkit-box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
        -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
        position: absolute;
        top: 82px;
        left: 0;
        width: 100%;
        display: none;
        transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
    }
    .flex-shrink-0 i {
        margin-left: 0 !important;
    }
    .navbar-header-custom {
        padding: 5px 0;
    }
    .navbar-toggler {
        background: #282b2d;
        width: 50px;
        height: 42px;
        top: 8px;
        cursor: pointer;
    }
    .navbar-toggler:before {
        top: 15px;
    }
    .navbar-toggler:after {
        top: 22px;
    }
}
.pika-label,
.pika-single {
    z-index: 9999;
    position: relative;
}
#full-stars-example .rating-group,
#full-stars-example-two .rating-group,
#half-stars-example .rating-group {
    display: inline-flex;
}
#full-stars-example .rating__icon,
#full-stars-example-two .rating__icon,
#half-stars-example .rating__icon {
    pointer-events: none;
}
#full-stars-example .rating__input,
#full-stars-example-two .rating__input,
#half-stars-example .rating__input {
    position: absolute !important;
    left: -9999px !important;
}
#full-stars-example .rating__label,
#half-stars-example .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 2rem;
}
#full-stars-example .rating-group:hover .rating__label .rating__icon--star,
#full-stars-example .rating__icon--star,
#full-stars-example-two .rating-group:hover .rating__label .rating__icon--star,
#full-stars-example-two .rating__icon--star,
#half-stars-example .rating-group:hover .rating__label .rating__icon--star,
#half-stars-example .rating-group:hover .rating__label--half .rating__icon--star,
#half-stars-example .rating__icon--star {
    color: orange;
}
#full-stars-example .rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none,
#full-stars-example .rating__icon--none,
#half-stars-example .rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none,
#half-stars-example .rating__icon--none {
    color: #eee;
}
#full-stars-example .rating__input--none:checked + .rating__label .rating__icon--none,
#full-stars-example .rating__input--none:hover + .rating__label .rating__icon--none,
#half-stars-example .rating__input--none:checked + .rating__label .rating__icon--none,
#half-stars-example .rating__input--none:hover + .rating__label .rating__icon--none {
    color: red;
}
#full-stars-example .rating__input:checked ~ .rating__label .rating__icon--star,
#full-stars-example .rating__input:hover ~ .rating__label .rating__icon--star,
#half-stars-example .rating__input:checked ~ .rating__label .rating__icon--star,
#half-stars-example .rating__input:hover ~ .rating__label .rating__icon--star,
#half-stars-example .rating__input:hover ~ .rating__label--half .rating__icon--star {
    color: #ddd;
}
#half-stars-example .rating__label--half {
    padding-right: 0;
    margin-right: -0.6em;
    z-index: 2;
}
#full-stars-example-two .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 1.5rem;
}
#full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star,
#full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #bdbdbd;
}
.flex-shrink-0 i {
    width: 60px;
    height: 60px;
    line-height: 56px;
    display: inline-block;
    text-align: center;
    margin-left: -26px;
    margin-top: 0;
    border-radius: 50px;
    border: 2px solid #fff;
    background: #fa3e45;
}
.p-1-9 {
    padding: 1.9rem 1.9rem 15px;
}
.faq_hed_txt h2 {
    margin-bottom: 25px;
}
.f_hed_txt h2 {
    margin-top: 40px;
}
.faq_hed_txt span {
    background: #fa3e45;
    color: #ffff;
    padding: 5px 20px;
    border-radius: 10px 0;
    border-left: 3px solid #125079;
    border-right: 3px solid #125079;
}
.quform_qq {
    padding: 25px 35px;
    background: #12507914;
    border-radius: 10px;
}
.div_cls_ss {
    text-align: center;
    padding: 20px 0 5px;
    border-bottom: 1px solid #00000026;
    margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
    .m_cls {
        display: block;
    }
}
.pika-single {
    display: block;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pika-single:after,
.pika-single:before {
    content: " ";
    display: table;
}
.pika-single:after {
    clear: both;
}
.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}
.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}
.pika-title {
    position: relative;
    text-align: center;
}
.pika-label {
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    opacity: 0;
}
.pika-next,
.pika-prev {
    display: block;
    cursor: pointer;
    position: relative;
    outline: 0;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: 0.5;
}
.is-rtl .pika-next,
.pika-prev {
    float: left;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
}
.is-rtl .pika-prev,
.pika-next {
    float: right;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
}
.pika-next.is-disabled,
.pika-prev.is-disabled {
    cursor: default;
    opacity: 0.2;
}
.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}
.pika-table td,
.pika-table th {
    width: 14.2857142857%;
    padding: 0;
}
.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
}
.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: 0;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}
.pika-week {
    font-size: 11px;
    color: #999;
}
.is-today .pika-button {
    color: #3af;
    font-weight: 700;
}
.is-selected .pika-button {
    color: #fff;
    font-weight: 700;
    background: #3af;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}
.is-inrange .pika-button {
    background: #d5e9f7;
}
.is-startrange .pika-button {
    color: #fff;
    background: #6cb31d;
    box-shadow: none;
    border-radius: 3px;
}
.is-endrange .pika-button {
    color: #fff;
    background: #3af;
    box-shadow: none;
    border-radius: 3px;
}
.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: 0.3;
}
.pika-button:hover {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}
.pika-table abbr {
    border-bottom: none;
    cursor: help;
} /*! 
 * PikadayResponsive 
 * A responsive datepicker built on top of Pikaday. It shows the native datepicker on mobile devices and a nice JS-picker on desktop. 
 * 
 * @author: Francesco Novy 
 * @licence: MIT <https://www.opensource.org/licenses/mit-license.php> 
 * @link https://github.com/mydea/PikadayResponsive 
 * @copyright: (c) 2016 
 * @version: 0.6.7 
 */
.pikaday__display--native {
    pointer-events: none;
    cursor: pointer;
}
.pikaday__display.is-invalid {
    background: rgba(255, 0, 0, 0.05);
}
.pikaday__invisible {
    opacity: 0;
    color: transparent;
    background: 0 0;
    border: none;
    box-shadow: none;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.br_rr,
.pp_d {
    border-radius: 0 !important;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 620px;
        margin: 5.75rem auto;
    }
}
.dme_link,
.msform {
    margin-top: 30px;
    text-align: center;
}
.pp_d {
    padding: 13.5px 24px !important;
}
.mb_0 {
    margin-bottom: 0 !important;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem 1rem 0;
}
.head_cls_cc {
    margin-bottom: 25px;
    text-align: center;
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    background: #125079;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    text-align: center;
    color: #fff;
}
.ttst h2 {
    line-height: 30px;
    margin-bottom: 15px !important;
}
.box_icon,
.box_icon h3 {
    transition: 0.3s;
}
.box_icon:hover {
    border-left: 3px solid #125079;
    background-color: #125079;
}
.msform {
    position: relative;
    background: 0 0;
    border: none;
    outline: 0;
    border-radius: 0;
    padding: 0;
}
.msform fieldset {
    padding: 25px 35px;
    background: #12507914;
    border-radius: 10px;
    margin: 0;
    border: none;
    outline: 0;
    display: none;
    height: 0;
    opacity: 0;
    -moz-transition: height 1s;
    -webkit-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
}
.msform fieldset.active {
    display: block !important;
    height: auto;
    opacity: 1;
    -moz-transition: height 1s;
    -webkit-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
}
.msform fieldset .formrow .chek_box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.msform fieldset .formrow input[type="checkbox"] {
    width: auto;
    margin: 0 8px;
}
.msform fieldset .quform-element > label {
    width: 100%;
    text-align: left;
}
.msform input,
.msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2c3e50;
    font-size: 13px;
}
.msform input:focus,
.msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ee0979;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}
#progressbar li,
#progressbar li:before {
    transition: 3s ease-in;
    position: relative;
}
.fs-title {
    font-size: 18px;
    color: #2c3e50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: 700;
}
.fs-subtitle {
    font-weight: 400;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}
#progressbar {
    overflow: hidden;
    counter-reset: step;
    padding: 0;
    margin: 0 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#progressbar li {
    list-style-type: none;
    color: #125079;
    font-size: 9px;
    width: 100%;
    float: left;
    letter-spacing: 1px;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #fff;
    background: #125079;
    border-radius: 25px;
    margin: 0 auto 10px;
    z-index: 9;
}
#progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #125079;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: 1;
}
#progressbar li.active:after,
#progressbar li.active:before {
    background: #fa3e45;
    color: #fff;
}
.dme_link a {
    background: #fff;
    font-weight: 700;
    color: #ee0979;
    border: 0;
    border-radius: 25px;
    cursor: pointer;
    padding: 5px 25px;
    font-size: 12px;
}
.dme_link a:focus,
.dme_link a:hover {
    background: #c5c5f1;
    text-decoration: none;
}
.next-previous-buttonblock {
    width: 100%;
    text-align: center;
}
html {
    scroll-behavior: smooth;
}
@media screen (max-width: 580px) {
    .msform fieldset {
        padding: 10px 20px;
    }
}
.footer-zip-code {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.footer-zip-code label {
    width: 100%;
    padding: 0;
    margin: 0;
    color: #111;
    font-size: 12px;
    text-align: center;
}
.footer-zip-code:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 19px;
    height: 24px;
    width: 20px;
    transform: translateY(-50%);
    background: url(../form/images/geo-locate.svg);
    z-index: 9;
    margin-top: -10px;
}
.footer-zip-code input {
    border-radius: 5px;
    border: 1px solid #c0c1d1;
    background-color: #fff;
    height: 45px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #010852;
    position: relative;
}
.footer-address h2 {
    font-size: 1.5rem;
}
.progress-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
    margin: 0 20px;
}
.progress-card svg {
    position: relative;
    width: 210px;
    height: 210px;
    transform: rotate(-90deg);
    scale: 0.5;
}
.progress-card svg circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #f0f0f0;
    stroke-width: 10;
    stroke-linecap: round;
}
.progress-card svg circle:last-of-type {
    stroke-dasharray: 625px;
    stroke-dashoffset: calc(625px - (625px * var(--percent)) / 100);
    stroke: #3498db;
}
.progress-card .number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.progress-card .number h3,
.progress-card .number span {
    font-weight: 700 !important;
    font-size: 1.5rem;
    color: #fa3e45;
}
.progress-card .number .complete {
    font-size: 0.7rem;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    color: #125079;
}
.progress-card .title h2 {
    margin: 25px 0 0;
}
.progress-card:first-child svg circle:last-of-type,
.progress-card:nth-child(2) svg circle:last-of-type {
    stroke: #0d1b44;
}
.login-registration-banner {
    padding: 60px 0 !important;
}
.registration-form-block {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: 0;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.registration-form-block .inner-box-block {
    width: 100%;
    padding: 30px;
    margin: 0;
    border: none;
    outline: 0;
    text-decoration: none;
    border-radius: 12px;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
    max-width: 940px;
}
.step .input-container input:focus + label {
    transform: translate3d(0, -100%, 0) !important;
    font-size: 11px;
    padding: 5px !important;
    position: absolute;
    top: 0 !important;
}
.step .extra_info {
    width: 100% !important;
    max-width: 100% !important;
}
@media screen and (max-width: 767px) {
    .list-style1 li,
    .list-style2 li {
        line-height: 32px;
    }
    .elements-block .inner-title {
        margin-bottom: 65px;
    }
    .copy-element,
    .source-element {
        top: 65px;
    }
    .list-style1 li {
        font-size: 15px;
    }
    .about-style2 .about-img1:after {
        content: none;
    }
    .about-style1 .about-img2,
    .testimonial-1 .img-2 {
        left: 0;
    }
    .next-page,
    .prev-page {
        width: calc(100% - 20px);
        max-width: unset;
    }
    .prev-page + .next-page {
        margin-top: 0;
    }
    .page-navigation {
        flex-direction: column;
    }
    .sidebar-blog .butn {
        padding: 11px 18px;
    }
    .contact-wrapper-box .contact-form-area {
        padding: 30px;
    }
    footer > .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .footer-list li a {
        font-size: 15px;
    }
    .step .next-back-button-block .back {
        height: 48px;
        font-size: 18px;
        min-width: 85px;
    }
}
.agechecking {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px;
    border: 3px dashed #ccc;
    color: #000 !important;
    margin: 15px;
}
.agechecking a {
    display: inline-block;
    padding: 8px 15px;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    margin: 0 8px;
    cursor: pointer;
}
.agechecking a:hover {
    text-decoration: none;
    background-color: var(--primary-customizable-color);
    color: var(--button-font-customizable-color);
}
.step .btn-group .btn-primary {
    color: #fff;
    background-color: #125079;
    border-color: #125079;
    margin: 4px;
    border-radius: 4px;
}
.address_section .back {
    position: static !important;
}
.next-back-button-block {
    width: 100%;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    padding: 0;
    margin: 15px auto !important;
    position: relative;
    max-width: 400px;
}
.step .back,
.step .nxt-btn {
    color: #fff;
    background-color: #fa3e45;
    font-size: 16px;
    font-weight: 600;
    padding: 11px 30px !important;
    text-align: center;
    transition: 0.4s;
    display: inline-block;
    position: relative;
    z-index: 1;
    border-radius: 3px;
    overflow: hidden;
    border: none;
    height: 48px;
    min-width: 140px;
    cursor: pointer !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto !important;
    white-space: nowrap;
}
.popup-form-block,
.popup-form-block .titel {
    padding: 0 0 20px;
    text-decoration: none;
}
.popup-form-block,
.popup-form-block .check-box,
.popup-form-block .titel {
    margin: 0;
    border: none;
    outline: 0;
    width: 100%;
}
.popup-form-block .form-control {
    min-height: 38px;
}
.popup-form-block .titel {
    font-size: 18px;
}
.popup-form-block .check-box {
    padding: 15px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 11px;
    line-height: 1.3;
}
.popup-form-block .check-box input[type="checkbox"] {
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    background: #000;
    color: #fff;
    border: none;
    outline: 0;
}
.popup-form-block .check-box label {
    padding-left: 15px;
    font-size: 11px;
    font-style: italic;
}
header.scrollHeader {
    position: fixed !important;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    padding: 0 !important;
    background-color: #fff;
}
header.scrollHeader .navbar-default {
    position: static !important;
    box-shadow: none !important;
}
header {
    padding: 0 !important;
    margin: 0 !important;
}
.step .address_error,
.step .validation-msgs {
    width: 100%;
    clear: both;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    text-align: center;
    color: red;
    font-weight: 600;
}














@keyframes cdp-in {
  from {
    transform: scale(1.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.cdp {
  position: relative;
  text-align: center;
  padding: 20px 0;
  font-size: 0;
  z-index: 6;
  margin: 0px 0;
  animation: cdp-in 500ms ease both;
  animation-timeout: 200ms;
}
.cdp_i {
  font-size: 14px;
  text-decoration: none;
  transition: background 250ms;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 3px 6px;
  height: 38px;
  min-width: 38px;
  border-radius: 38px;
  border: 2px solid #000;
  line-height: 38px;
  padding: 0;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.03em;
  display: none;
}
.cdp_i:first-child, .cdp_i:last-child {
  padding: 0 16px;
  margin: 0 12px 6px;
}
.cdp_i:last-child, .cdp_i:nth-child(2), .cdp_i:nth-last-child(2) {
  display: inline-block;
}
.cdp_i:hover {
  background-color: #000;
  color: #fff;
}
.cdp:not([actpage="1"]) .cdp_i:nth-child(1) {
  display: inline-block;
}

.cdp[actpage="1"] .cdp_i:nth-child(-1):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="1"] .cdp_i:nth-child(-1):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #000;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="1"] .cdp_i:nth-child(0):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(1):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(2) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(2) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="1"] .cdp_i:nth-child(3):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(4):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="1"] .cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #000;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="2"] .cdp_i:nth-child(0):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="2"] .cdp_i:nth-child(0):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #000;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="2"] .cdp_i:nth-child(1):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(2):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(3) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(3) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="2"] .cdp_i:nth-child(4):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(5):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="2"] .cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #000;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="3"] .cdp_i:nth-child(1):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="3"] .cdp_i:nth-child(1):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #000;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="3"] .cdp_i:nth-child(2):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(3):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(4) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(4) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="3"] .cdp_i:nth-child(5):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(6):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="3"] .cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #000;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="4"] .cdp_i:nth-child(2):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="4"] .cdp_i:nth-child(2):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #000;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="4"] .cdp_i:nth-child(3):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(4):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(5) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(5) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="4"] .cdp_i:nth-child(6):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(7):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="4"] .cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #000;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="5"] .cdp_i:nth-child(3):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="5"] .cdp_i:nth-child(3):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #000;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="5"] .cdp_i:nth-child(4):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(5):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(6) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(6) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="5"] .cdp_i:nth-child(7):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(8):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="5"] .cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #000;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="6"] .cdp_i:nth-child(4):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="6"] .cdp_i:nth-child(4):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #000;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="6"] .cdp_i:nth-child(5):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(6):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(7) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(7) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="6"] .cdp_i:nth-child(8):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(9):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="6"] .cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #000;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="7"] .cdp_i:nth-child(5):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="7"] .cdp_i:nth-child(5):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #000;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="7"] .cdp_i:nth-child(6):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(7):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(8) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(8) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="7"] .cdp_i:nth-child(9):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(10):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="7"] .cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #000;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="8"] .cdp_i:nth-child(6):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="8"] .cdp_i:nth-child(6):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #000;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="8"] .cdp_i:nth-child(7):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(8):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(9) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(9) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="8"] .cdp_i:nth-child(10):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(11):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="8"] .cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #000;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="9"] .cdp_i:nth-child(7):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="9"] .cdp_i:nth-child(7):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #000;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="9"] .cdp_i:nth-child(8):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(9):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(10) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(10) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="9"] .cdp_i:nth-child(11):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(12):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="9"] .cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #000;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="10"] .cdp_i:nth-child(8):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="10"] .cdp_i:nth-child(8):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #000;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="10"] .cdp_i:nth-child(9):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(10):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(11) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(11) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="10"] .cdp_i:nth-child(12):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(13):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="10"] .cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #000;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="11"] .cdp_i:nth-child(9):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="11"] .cdp_i:nth-child(9):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #000;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="11"] .cdp_i:nth-child(10):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(11):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(12) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(12) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="11"] .cdp_i:nth-child(13):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(14):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="11"] .cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #000;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="12"] .cdp_i:nth-child(10):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="12"] .cdp_i:nth-child(10):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #000;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="12"] .cdp_i:nth-child(11):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(12):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(13) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(13) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="12"] .cdp_i:nth-child(14):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(15):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="12"] .cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #000;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="13"] .cdp_i:nth-child(11):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="13"] .cdp_i:nth-child(11):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #000;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="13"] .cdp_i:nth-child(12):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(13):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(14) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(14) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="13"] .cdp_i:nth-child(15):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(16):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="13"] .cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #000;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="14"] .cdp_i:nth-child(12):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="14"] .cdp_i:nth-child(12):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #000;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="14"] .cdp_i:nth-child(13):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(14):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(15) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(15) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="14"] .cdp_i:nth-child(16):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(17):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="14"] .cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #000;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="15"] .cdp_i:nth-child(13):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="15"] .cdp_i:nth-child(13):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #000;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="15"] .cdp_i:nth-child(14):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(15):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(16) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(16) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="15"] .cdp_i:nth-child(17):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(18):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="15"] .cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #000;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="16"] .cdp_i:nth-child(14):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="16"] .cdp_i:nth-child(14):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #000;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="16"] .cdp_i:nth-child(15):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(16):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(17) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(17) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="16"] .cdp_i:nth-child(18):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(19):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="16"] .cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #000;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="17"] .cdp_i:nth-child(15):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="17"] .cdp_i:nth-child(15):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #000;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="17"] .cdp_i:nth-child(16):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(17):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(18) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(18) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="17"] .cdp_i:nth-child(19):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(20):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="17"] .cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #000;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="18"] .cdp_i:nth-child(16):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="18"] .cdp_i:nth-child(16):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #000;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="18"] .cdp_i:nth-child(17):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(18):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(19) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(19) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="18"] .cdp_i:nth-child(20):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(21):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="18"] .cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #000;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="19"] .cdp_i:nth-child(17):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="19"] .cdp_i:nth-child(17):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #000;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="19"] .cdp_i:nth-child(18):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(19):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(20) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(20) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="19"] .cdp_i:nth-child(21):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(22):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="19"] .cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #000;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="20"] .cdp_i:nth-child(18):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="20"] .cdp_i:nth-child(18):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #000;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="20"] .cdp_i:nth-child(19):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(20):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(21) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(21) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="20"] .cdp_i:nth-child(22):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(23):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="20"] .cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #000;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="21"] .cdp_i:nth-child(19):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="21"] .cdp_i:nth-child(19):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="21"] .cdp_i:nth-child(20):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(21):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(22) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(22) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="21"] .cdp_i:nth-child(23):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(24):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="21"] .cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="22"] .cdp_i:nth-child(20):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="22"] .cdp_i:nth-child(20):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="22"] .cdp_i:nth-child(21):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(22):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(23) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(23) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="22"] .cdp_i:nth-child(24):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(25):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="22"] .cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="23"] .cdp_i:nth-child(21):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="23"] .cdp_i:nth-child(21):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="23"] .cdp_i:nth-child(22):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(23):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(24) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(24) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="23"] .cdp_i:nth-child(25):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(26):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="23"] .cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="24"] .cdp_i:nth-child(22):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="24"] .cdp_i:nth-child(22):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="24"] .cdp_i:nth-child(23):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(24):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(25) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(25) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="24"] .cdp_i:nth-child(26):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(27):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="24"] .cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="25"] .cdp_i:nth-child(23):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="25"] .cdp_i:nth-child(23):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="25"] .cdp_i:nth-child(24):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(25):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(26) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(26) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="25"] .cdp_i:nth-child(27):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(28):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="25"] .cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="26"] .cdp_i:nth-child(24):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="26"] .cdp_i:nth-child(24):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="26"] .cdp_i:nth-child(25):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(26):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(27) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(27) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="26"] .cdp_i:nth-child(28):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(29):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="26"] .cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="27"] .cdp_i:nth-child(25):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="27"] .cdp_i:nth-child(25):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="27"] .cdp_i:nth-child(26):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(27):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(28) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(28) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="27"] .cdp_i:nth-child(29):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(30):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="27"] .cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="28"] .cdp_i:nth-child(26):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="28"] .cdp_i:nth-child(26):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="28"] .cdp_i:nth-child(27):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(28):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(29) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(29) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="28"] .cdp_i:nth-child(30):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(31):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="28"] .cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="29"] .cdp_i:nth-child(27):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="29"] .cdp_i:nth-child(27):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="29"] .cdp_i:nth-child(28):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(29):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(30) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(30) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="29"] .cdp_i:nth-child(31):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(32):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="29"] .cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="30"] .cdp_i:nth-child(28):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="30"] .cdp_i:nth-child(28):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="30"] .cdp_i:nth-child(29):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(30):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(31) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(31) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="30"] .cdp_i:nth-child(32):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(33):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="30"] .cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="31"] .cdp_i:nth-child(29):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="31"] .cdp_i:nth-child(29):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="31"] .cdp_i:nth-child(30):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(31):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(32) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(32) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="31"] .cdp_i:nth-child(33):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(34):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="31"] .cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="32"] .cdp_i:nth-child(30):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="32"] .cdp_i:nth-child(30):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="32"] .cdp_i:nth-child(31):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(32):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(33) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(33) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="32"] .cdp_i:nth-child(34):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(35):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="32"] .cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="33"] .cdp_i:nth-child(31):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="33"] .cdp_i:nth-child(31):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="33"] .cdp_i:nth-child(32):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(33):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(34) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(34) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="33"] .cdp_i:nth-child(35):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(36):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="33"] .cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="34"] .cdp_i:nth-child(32):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="34"] .cdp_i:nth-child(32):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="34"] .cdp_i:nth-child(33):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(34):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(35) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(35) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="34"] .cdp_i:nth-child(36):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(37):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="34"] .cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="35"] .cdp_i:nth-child(33):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="35"] .cdp_i:nth-child(33):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="35"] .cdp_i:nth-child(34):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(35):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(36) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(36) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="35"] .cdp_i:nth-child(37):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(38):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="35"] .cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="36"] .cdp_i:nth-child(34):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="36"] .cdp_i:nth-child(34):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="36"] .cdp_i:nth-child(35):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(36):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(37) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(37) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="36"] .cdp_i:nth-child(38):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(39):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="36"] .cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="37"] .cdp_i:nth-child(35):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="37"] .cdp_i:nth-child(35):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="37"] .cdp_i:nth-child(36):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(37):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(38) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(38) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="37"] .cdp_i:nth-child(39):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(40):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="37"] .cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="38"] .cdp_i:nth-child(36):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="38"] .cdp_i:nth-child(36):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="38"] .cdp_i:nth-child(37):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(38):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(39) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(39) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="38"] .cdp_i:nth-child(40):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(41):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="38"] .cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="39"] .cdp_i:nth-child(37):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="39"] .cdp_i:nth-child(37):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="39"] .cdp_i:nth-child(38):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(39):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(40) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(40) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="39"] .cdp_i:nth-child(41):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(42):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="39"] .cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="40"] .cdp_i:nth-child(38):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="40"] .cdp_i:nth-child(38):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="40"] .cdp_i:nth-child(39):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(40):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(41) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(41) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="40"] .cdp_i:nth-child(42):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(43):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="40"] .cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="41"] .cdp_i:nth-child(39):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="41"] .cdp_i:nth-child(39):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="41"] .cdp_i:nth-child(40):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(41):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(42) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(42) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="41"] .cdp_i:nth-child(43):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(44):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="41"] .cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="42"] .cdp_i:nth-child(40):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="42"] .cdp_i:nth-child(40):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="42"] .cdp_i:nth-child(41):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(42):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(43) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(43) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="42"] .cdp_i:nth-child(44):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(45):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="42"] .cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="43"] .cdp_i:nth-child(41):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="43"] .cdp_i:nth-child(41):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="43"] .cdp_i:nth-child(42):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(43):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(44) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(44) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="43"] .cdp_i:nth-child(45):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(46):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="43"] .cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="44"] .cdp_i:nth-child(42):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="44"] .cdp_i:nth-child(42):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="44"] .cdp_i:nth-child(43):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(44):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(45) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(45) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="44"] .cdp_i:nth-child(46):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(47):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="44"] .cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="45"] .cdp_i:nth-child(43):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="45"] .cdp_i:nth-child(43):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="45"] .cdp_i:nth-child(44):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(45):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(46) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(46) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="45"] .cdp_i:nth-child(47):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(48):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="45"] .cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="46"] .cdp_i:nth-child(44):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="46"] .cdp_i:nth-child(44):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="46"] .cdp_i:nth-child(45):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(46):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(47) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(47) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="46"] .cdp_i:nth-child(48):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(49):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="46"] .cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="47"] .cdp_i:nth-child(45):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="47"] .cdp_i:nth-child(45):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="47"] .cdp_i:nth-child(46):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(47):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(48) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(48) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="47"] .cdp_i:nth-child(49):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(50):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="47"] .cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="48"] .cdp_i:nth-child(46):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="48"] .cdp_i:nth-child(46):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="48"] .cdp_i:nth-child(47):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(48):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(49) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(49) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="48"] .cdp_i:nth-child(50):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(51):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="48"] .cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="49"] .cdp_i:nth-child(47):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="49"] .cdp_i:nth-child(47):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="49"] .cdp_i:nth-child(48):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(49):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(50) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(50) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="49"] .cdp_i:nth-child(51):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(52):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="49"] .cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="50"] .cdp_i:nth-child(48):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="50"] .cdp_i:nth-child(48):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="50"] .cdp_i:nth-child(49):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(50):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(51) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(51) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="50"] .cdp_i:nth-child(52):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(53):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="50"] .cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="51"] .cdp_i:nth-child(49):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="51"] .cdp_i:nth-child(49):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="51"] .cdp_i:nth-child(50):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(51):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(52) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(52) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="51"] .cdp_i:nth-child(53):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(54):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="51"] .cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="52"] .cdp_i:nth-child(50):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="52"] .cdp_i:nth-child(50):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="52"] .cdp_i:nth-child(51):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(52):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(53) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(53) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="52"] .cdp_i:nth-child(54):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(55):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="52"] .cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="53"] .cdp_i:nth-child(51):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="53"] .cdp_i:nth-child(51):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="53"] .cdp_i:nth-child(52):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(53):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(54) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(54) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="53"] .cdp_i:nth-child(55):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(56):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="53"] .cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="54"] .cdp_i:nth-child(52):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="54"] .cdp_i:nth-child(52):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="54"] .cdp_i:nth-child(53):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(54):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(55) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(55) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="54"] .cdp_i:nth-child(56):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(57):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="54"] .cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="55"] .cdp_i:nth-child(53):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="55"] .cdp_i:nth-child(53):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="55"] .cdp_i:nth-child(54):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(55):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(56) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(56) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="55"] .cdp_i:nth-child(57):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(58):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="55"] .cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="56"] .cdp_i:nth-child(54):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="56"] .cdp_i:nth-child(54):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="56"] .cdp_i:nth-child(55):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(56):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(57) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(57) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="56"] .cdp_i:nth-child(58):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(59):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="56"] .cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="57"] .cdp_i:nth-child(55):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="57"] .cdp_i:nth-child(55):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="57"] .cdp_i:nth-child(56):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(57):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(58) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(58) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="57"] .cdp_i:nth-child(59):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(60):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="57"] .cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="58"] .cdp_i:nth-child(56):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="58"] .cdp_i:nth-child(56):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="58"] .cdp_i:nth-child(57):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(58):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(59) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(59) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="58"] .cdp_i:nth-child(60):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(61):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="58"] .cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="59"] .cdp_i:nth-child(57):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="59"] .cdp_i:nth-child(57):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="59"] .cdp_i:nth-child(58):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(59):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(60) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(60) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="59"] .cdp_i:nth-child(61):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(62):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="59"] .cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="60"] .cdp_i:nth-child(58):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="60"] .cdp_i:nth-child(58):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="60"] .cdp_i:nth-child(59):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(60):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(61) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(61) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="60"] .cdp_i:nth-child(62):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(63):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="60"] .cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="61"] .cdp_i:nth-child(59):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="61"] .cdp_i:nth-child(59):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="61"] .cdp_i:nth-child(60):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(61):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(62) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(62) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="61"] .cdp_i:nth-child(63):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(64):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="61"] .cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="62"] .cdp_i:nth-child(60):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="62"] .cdp_i:nth-child(60):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="62"] .cdp_i:nth-child(61):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(62):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(63) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(63) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="62"] .cdp_i:nth-child(64):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(65):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="62"] .cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="63"] .cdp_i:nth-child(61):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="63"] .cdp_i:nth-child(61):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="63"] .cdp_i:nth-child(62):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(63):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(64) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(64) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="63"] .cdp_i:nth-child(65):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(66):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="63"] .cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="64"] .cdp_i:nth-child(62):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="64"] .cdp_i:nth-child(62):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="64"] .cdp_i:nth-child(63):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(64):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(65) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(65) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="64"] .cdp_i:nth-child(66):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(67):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="64"] .cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="65"] .cdp_i:nth-child(63):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="65"] .cdp_i:nth-child(63):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="65"] .cdp_i:nth-child(64):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(65):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(66) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(66) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="65"] .cdp_i:nth-child(67):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(68):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="65"] .cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="66"] .cdp_i:nth-child(64):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="66"] .cdp_i:nth-child(64):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="66"] .cdp_i:nth-child(65):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(66):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(67) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(67) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="66"] .cdp_i:nth-child(68):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(69):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="66"] .cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="67"] .cdp_i:nth-child(65):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="67"] .cdp_i:nth-child(65):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="67"] .cdp_i:nth-child(66):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(67):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(68) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(68) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="67"] .cdp_i:nth-child(69):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(70):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="67"] .cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="68"] .cdp_i:nth-child(66):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="68"] .cdp_i:nth-child(66):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="68"] .cdp_i:nth-child(67):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(68):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(69) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(69) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="68"] .cdp_i:nth-child(70):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(71):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="68"] .cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="69"] .cdp_i:nth-child(67):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="69"] .cdp_i:nth-child(67):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="69"] .cdp_i:nth-child(68):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(69):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(70) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(70) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="69"] .cdp_i:nth-child(71):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(72):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="69"] .cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="70"] .cdp_i:nth-child(68):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="70"] .cdp_i:nth-child(68):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="70"] .cdp_i:nth-child(69):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(70):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(71) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(71) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="70"] .cdp_i:nth-child(72):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(73):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="70"] .cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="71"] .cdp_i:nth-child(69):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="71"] .cdp_i:nth-child(69):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="71"] .cdp_i:nth-child(70):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(71):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(72) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(72) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="71"] .cdp_i:nth-child(73):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(74):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="71"] .cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="72"] .cdp_i:nth-child(70):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="72"] .cdp_i:nth-child(70):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="72"] .cdp_i:nth-child(71):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(72):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(73) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(73) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="72"] .cdp_i:nth-child(74):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(75):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="72"] .cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="73"] .cdp_i:nth-child(71):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="73"] .cdp_i:nth-child(71):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="73"] .cdp_i:nth-child(72):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(73):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(74) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(74) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="73"] .cdp_i:nth-child(75):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(76):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="73"] .cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="74"] .cdp_i:nth-child(72):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="74"] .cdp_i:nth-child(72):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="74"] .cdp_i:nth-child(73):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(74):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(75) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(75) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="74"] .cdp_i:nth-child(76):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(77):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="74"] .cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="75"] .cdp_i:nth-child(73):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="75"] .cdp_i:nth-child(73):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="75"] .cdp_i:nth-child(74):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(75):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(76) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(76) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="75"] .cdp_i:nth-child(77):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(78):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="75"] .cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="76"] .cdp_i:nth-child(74):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="76"] .cdp_i:nth-child(74):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="76"] .cdp_i:nth-child(75):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(76):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(77) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(77) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="76"] .cdp_i:nth-child(78):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(79):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="76"] .cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="77"] .cdp_i:nth-child(75):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="77"] .cdp_i:nth-child(75):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="77"] .cdp_i:nth-child(76):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(77):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(78) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(78) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="77"] .cdp_i:nth-child(79):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(80):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="77"] .cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="78"] .cdp_i:nth-child(76):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="78"] .cdp_i:nth-child(76):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="78"] .cdp_i:nth-child(77):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(78):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(79) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(79) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="78"] .cdp_i:nth-child(80):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(81):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="78"] .cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="79"] .cdp_i:nth-child(77):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="79"] .cdp_i:nth-child(77):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="79"] .cdp_i:nth-child(78):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(79):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(80) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(80) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="79"] .cdp_i:nth-child(81):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(82):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="79"] .cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="80"] .cdp_i:nth-child(78):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="80"] .cdp_i:nth-child(78):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="80"] .cdp_i:nth-child(79):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(80):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(81) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(81) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="80"] .cdp_i:nth-child(82):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(83):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="80"] .cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}