<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Style the tab */
        .tab {
            overflow: hidden;
            border: 1px solid #ccc;
            background-color: #f1f1f1;
        }

        /* Style the buttons that are used to open the tab content */
        .tab button {
            background-color: inherit;
            float: left;
            border: none;
            outline: none;
            cursor: pointer;
            padding: 14px 16px;
            transition: 0.3s;
        }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #ccc;
        }

        /* Style the tab content */
        .tabcontent {
            display: none;
            padding: 20px 12px;
            border: 0px solid #ccc;
            border-top: none;

        }
        .button-form {
            background-color: #3fa9f5;
            border-radius: 6px;
            color: white;
            height: fit-content;
            max-width: 250px;
            padding: 20px;
            font-size: 18px;
            font-weight: 700;
            text-align: left;
            display: block;
            margin: 0 auto;
        }
        .button-form:hover{
            color: #fff;
        }
        .wrapper-icon-guitar {
            font-size: 20px;
            margin-left: 20px;
            vertical-align: middle;
            float: right;
        }
        .wrapper-icon-guitar img{
            height: 25px;
            width: auto;
        }


        .documents-download {
            margin: 50px auto;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-gap: 10px;
            grid-auto-rows: minmax(100px, auto);
        }

       .documents-download .link-document{
           text-align: center;
           margin: 0 auto;
        }

        .link-document {
            grid-row: 1;
            position: relative;
            height: 200px;
            max-width: 200px;
            margin: 50px ;
        }

        .link-document span {
            background-color: rgb(63, 169, 245);
            color: white;
            font-weight: bold;
            padding: 5px;

        }
        /*.link-document:hover span{
            visibility: visible;
            opacity: 1;
        }*/


        @media(max-width: 760px){
            .documents-download .link-document{
                width: 100%;
                text-align: center;
            }
            .documents-download {
                width: 100%;
            }
        }

        .buy-streaming-button {
            background-color: #42a961;
            color: #FFF;
            padding: 30px;
            padding-right: 90px;
            border: 0;
            border-radius: 50px;
            font-size: 2em;
            /*box-shadow: 0 10px 35px #5e2672;*/
            position: relative;
            animation: pulse-black 3s infinite;
        }
        .buy-streaming-button::after{
            content: "";
            background-size: 50px;
            position: absolute;
            width: 48px;
            height: 47px;
            right: 25px;
            top: 0;
            bottom: 0;
            margin: auto;
        }
        .buy-streaming-button:hover{
            box-shadow: 0 10px 35px #64a96e;
            transition: box-shadow 0.3s;
        }
        @keyframes pulse-black {
            0% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(36, 136, 153, 0.7);
            }

            70% {
            transform: scale(1);
            box-shadow: 0 0 0 10px rgba(127, 50, 153, 0);
            }

            100% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(127, 50, 153, 0);
            }
        }
        .tabcontent {
            animation: fadeEffect 1s; /* Fading effect takes 1 second */
        }

        /* Go from zero to full opacity */
        @keyframes fadeEffect {
            from {opacity: 0;}
            to {opacity: 1;}
        }

.crpt-modern button::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0
}

.crpt-modern .pt-btn {
    cursor: pointer;
}

.crpt-modern .pt-btn[disabled] {
    cursor: default
}

.crpt-modern {
    cursor: default;
    margin-top: 30px
}

.crpt-modern,
.crpt-modern .pt-block {
    /*font-family: 'Lato-light';*/
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.2;
    color: #4e4e4e;
    text-align: center;
}

.crpt-modern *,
.crpt-modern *:before,
.crpt-modern *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.crpt-modern .pt-cols {
    position: relative;
}

.crpt-modern .pt-cols-2 {
    /*max-width: 640px*/
}

.crpt-modern .pt-cols-3 {
    max-width: 970px
}

.crpt-modern .pt-cols-4 {
    max-width: 1300px
}

.crpt-modern .pt-cols-5 {
    max-width: 1640px
}

.crpt-modern .pt-cols-main {
    text-align: center;
    font-size: 0
}

.crpt-modern .pt-cols .pt-col {
    display: inline-block;
    max-width: 300px;
    width: 100%;
    vertical-align: bottom
}

.crpt-modern .pt-line-middle {
    display: table-cell;
    vertical-align: middle;
    line-height: 24px
}

.crpt-modern [class*='pt-lines-'] {
    display: table;
    width: 100%
}

.crpt-modern .pt-lines-2 {
    height: 48px
}

.crpt-modern .pt-lines-3 {
    height: 72px
}

@media (max-width:767px) {
    .crpt-modern .pt-cols .pt-cols-side {
        max-width: 330px
    }
}

@media (min-width:480px) {
    .crpt-modern .pt-cols .pt-cols-main {
        margin: 0 -10px
    }
    .crpt-modern .pt-cols .pt-col {
        padding: 0 10px;
        width: 50%
    }
}

@media (min-width:768px) {
    .crpt-modern .pt-cols-3 .pt-col,
    .crpt-modern .pt-cols-5 .pt-col {
        width: 33.3333%
    }
}

@media (min-width:992px) {
    .crpt-modern .pt-cols-4 .pt-col {
        width: 25%
    }
    .crpt-modern .pt-cols-5 .pt-cols-main {
        margin: 0 -5px
    }
    .crpt-modern .pt-cols-5 .pt-col {
        padding: 0 5px;
        width: 20%
    }
}

.crpt-modern .pt-tooltip {
    display: none;
    position: absolute;
    right: 50%;
    bottom: 100%;
    min-width: 200px;
    /*font-family: Helvetica, Arial, sans-serif;*/
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 1.2;
    color: #fff;
    font-weight: normal;
    text-align: center;
    z-index: 100;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    transform: translateX(50%);
}

.crpt-modern .pt-tooltip .pt-tooltip-content {
    position: relative;
    background-color: #1a1a1a;
    padding: 5px;
    display: block;
    text-align: left;
    margin-bottom: 8px;
    max-width: 100%;
    border-radius: 2px;
    border-color: #1a1a1a;
}

.crpt-modern .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line {
    display: block;
    text-align: center;
    font-size: 14px;
}

.crpt-modern .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span {
    position: relative;
    display: inline-block;
    padding: 8px;
}

.crpt-modern .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 20px;
    background-color: #404040
}

.crpt-modern .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before {
    right: 100%
}

.crpt-modern .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    left: 100%
}

.crpt-modern .pt-tooltip .pt-tooltip-content .fa {
    margin: 0
}

.crpt-modern .pt-tooltip .pt-tooltip-content img {
    max-width: 100%
}

.crpt-modern .pt-tooltip .pt-tooltip-content:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 50%;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-top-color: inherit;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    margin-right: -8px
}

.crpt-modern .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    display: block;
    border-bottom: 1px solid #404040;
    font-size: 15px;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    padding: 0 5px;
    margin-bottom: 10px
}

.crpt-modern .pt-tooltip .pt-tooltip-content .pt-tooltip-list {
    display: block;
}

.crpt-modern .pt-tooltip .pt-tooltip-content .pt-tooltip-list&gt;span {
    display: block;
    line-height: 1.4
}

.crpt-modern .pt-tooltip .pt-tooltip-content .pt-tooltip-list .fa {
    font-size: 13px;
    width: 20px
}

.crpt-modern .pt-tooltip-bottom,
.crpt-modern .pt-tooltip-bottom-left,
.crpt-modern .pt-tooltip-bottom-right {
    bottom: auto;
    top: 100%;
}

.crpt-modern .pt-tooltip-bottom .pt-tooltip-content,
.crpt-modern .pt-tooltip-bottom-left .pt-tooltip-content,
.crpt-modern .pt-tooltip-bottom-right .pt-tooltip-content {
    margin: 8px 0 0 0;
}

.crpt-modern .pt-tooltip-bottom .pt-tooltip-content:after,
.crpt-modern .pt-tooltip-bottom-left .pt-tooltip-content:after,
.crpt-modern .pt-tooltip-bottom-right .pt-tooltip-content:after {
    top: auto;
    bottom: 100%;
    border-width: 0 8px 8px 8px;
    border-bottom-color: inherit
}

.crpt-modern .pt-tooltip-left-top,
.crpt-modern .pt-tooltip-left-bottom,
.crpt-modern .pt-tooltip-right-top,
.crpt-modern .pt-tooltip-right-bottom,
.crpt-modern .pt-tooltip-top-left,
.crpt-modern .pt-tooltip-bottom-left,
.crpt-modern .pt-tooltip-top-right,
.crpt-modern .pt-tooltip-bottom-right {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none
}

.crpt-modern .pt-tooltip-left .pt-tooltip-content:after,
.crpt-modern .pt-tooltip-left-top .pt-tooltip-content:after,
.crpt-modern .pt-tooltip-left-bottom .pt-tooltip-content:after,
.crpt-modern .pt-tooltip-right .pt-tooltip-content:after,
.crpt-modern .pt-tooltip-right-top .pt-tooltip-content:after,
.crpt-modern .pt-tooltip-right-bottom .pt-tooltip-content:after {
    border-width: 8px 8px
}

.crpt-modern .pt-tooltip-right,
.crpt-modern .pt-tooltip-right-top,
.crpt-modern .pt-tooltip-right-bottom {
    left: 100%;
    right: auto;
    text-align: left;
}

.crpt-modern .pt-tooltip-right .pt-tooltip-content,
.crpt-modern .pt-tooltip-right-top .pt-tooltip-content,
.crpt-modern .pt-tooltip-right-bottom .pt-tooltip-content {
    margin: 0 0 0 11px;
}

.crpt-modern .pt-tooltip-right .pt-tooltip-content:after,
.crpt-modern .pt-tooltip-right-top .pt-tooltip-content:after,
.crpt-modern .pt-tooltip-right-bottom .pt-tooltip-content:after {
    right: 100%;
    border-width: 8px 8px 8px 0;
    border-top-color: transparent;
    border-right-color: inherit;
    margin-right: 0
}

.crpt-modern .pt-tooltip-left,
.crpt-modern .pt-tooltip-left-top,
.crpt-modern .pt-tooltip-left-bottom {
    right: 100%;
    text-align: right;
}

.crpt-modern .pt-tooltip-left .pt-tooltip-content,
.crpt-modern .pt-tooltip-left-top .pt-tooltip-content,
.crpt-modern .pt-tooltip-left-bottom .pt-tooltip-content {
    margin: 0 11px 0 0;
}

.crpt-modern .pt-tooltip-left .pt-tooltip-content:after,
.crpt-modern .pt-tooltip-left-top .pt-tooltip-content:after,
.crpt-modern .pt-tooltip-left-bottom .pt-tooltip-content:after {
    left: 100%;
    right: auto;
    border-width: 8px 0 8px 8px;
    border-top-color: transparent;
    border-left-color: inherit;
    margin-right: 0
}

.crpt-modern .pt-tooltip-top,
.crpt-modern .pt-tooltip-bottom {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    transform: translateX(50%)
}

.crpt-modern .pt-tooltip-right,
.crpt-modern .pt-tooltip-left {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    transform: translateY(50%);
}

.crpt-modern .pt-tooltip-right .pt-tooltip-content:after,
.crpt-modern .pt-tooltip-left .pt-tooltip-content:after {
    top: 50%;
    margin-top: -8px
}

.crpt-modern .pt-tooltip-right-top,
.crpt-modern .pt-tooltip-left-top {
    bottom: auto;
    top: 50%;
    margin-top: -16px;
}

.crpt-modern .pt-tooltip-right-top .pt-tooltip-content:after,
.crpt-modern .pt-tooltip-left-top .pt-tooltip-content:after {
    top: 8px
}

.crpt-modern .pt-tooltip-right-bottom,
.crpt-modern .pt-tooltip-left-bottom {
    bottom: 50%;
    margin-bottom: -18px;
}

.crpt-modern .pt-tooltip-right-bottom .pt-tooltip-content:after,
.crpt-modern .pt-tooltip-left-bottom .pt-tooltip-content:after {
    top: auto;
    bottom: 10px
}

.crpt-modern .pt-tooltip-show-icon,
.crpt-modern .pt-tooltip-show-text {
    display: inline-block;
    position: relative;
    line-height: 1;
}

.crpt-modern .pt-tooltip-show-icon:hover,
.crpt-modern .pt-tooltip-show-text:hover {
    cursor: help;
}

.crpt-modern .pt-tooltip-show-icon:hover .pt-tooltip,
.crpt-modern .pt-tooltip-show-text:hover .pt-tooltip {
    display: block
}

.crpt-modern .pt-tooltip-show-icon {
    vertical-align: top;
    position: relative;
    left: 5px;
}

.crpt-modern .pt-tooltip-show-icon .pt-tooltip-show i.fa {
    width: auto;
    font-size: 14px;
    margin: 0
}

.crpt-modern .pt-tooltip-top-left,
.crpt-modern .pt-tooltip-bottom-left {
    margin-left: -50px;
    left: 50%;
    right: auto;
    text-align: left;
}

.crpt-modern .pt-tooltip-top-left .pt-tooltip-content:after,
.crpt-modern .pt-tooltip-bottom-left .pt-tooltip-content:after {
    right: auto;
    left: 42px;
    margin-right: 0
}

.crpt-modern .pt-tooltip-top-right,
.crpt-modern .pt-tooltip-bottom-right {
    margin-right: -50px;
    right: 50%;
    text-align: right;
}

.crpt-modern .pt-tooltip-top-right .pt-tooltip-content:after,
.crpt-modern .pt-tooltip-bottom-right .pt-tooltip-content:after {
    right: 42px;
    margin-right: 0
}

@media (min-width:992px) {
    .crpt-modern .pt-tooltip-show-text .pt-tooltip .pt-tooltip-content .pt-tooltip-2col {
        width: 270px;
    }
    .crpt-modern .pt-tooltip-show-text .pt-tooltip .pt-tooltip-content .pt-tooltip-2col:before,
    .crpt-modern .pt-tooltip-show-text .pt-tooltip .pt-tooltip-content .pt-tooltip-2col:after {
        content: "";
        display: table
    }
    .crpt-modern .pt-tooltip-show-text .pt-tooltip .pt-tooltip-content .pt-tooltip-2col:after {
        clear: both
    }
    .crpt-modern .pt-tooltip-show-text .pt-tooltip .pt-tooltip-content .pt-tooltip-2col&gt;span {
        float: left;
        width: 50%
    }
}

.crpt-modern .pt-badge {
    position: absolute;
    top: -3px;
    right: -3px;
    width: 54px;
    height: 54px;
    overflow: hidden;
    border-radius: 0 2px 0 0;
    /*font-family: 'Lato';*/
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.crpt-modern .pt-badge:after {
    content: "";
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    opacity: .1;
}

.crpt-modern .pt-badge:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.crpt-modern .pt-badge .pt-text {
    position: absolute;
    left: 15.81623381592643px;
    top: -38.18376618407357px;
    width: 76.36753236814714px;
    height: 76.36753236814714px;
    text-align: center;
    line-height: 124.19999999999999px;
    color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 0 0 1px 0 #666;
    box-shadow: 0 0 1px 0 #666
}

.crpt-modern .pt-new .pt-text {
    background-color: #337ab7
}

.crpt-modern .pt-discount .pt-text {
    background-color: #f00
}

.crpt-modern .pt-popular .pt-text {
    background-color: #39b54a
}

.crpt-modern .pt-block {
    margin-bottom: 30px
}

.crpt-modern .pt-title,
.crpt-modern .pt-title span,
.crpt-modern .pt-price-container,
.crpt-modern .pt-footer,
.crpt-modern .pt-content {
    position: relative;
}

.crpt-modern .pt-content,
.crpt-modern .pt-title,
.crpt-modern .pt-title:before,
.crpt-modern .pt-btn {
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s
}

.crpt-modern .pt-content {
    border-radius: 2px;
    border: 1px solid #ccc
}

.crpt-modern .pt-head {
    background: #f4f4f4
}

.crpt-modern .pt-title {
    font-size: 32px;
    color: #4e4e4e;
    padding: 7px 0;
}

.crpt-modern .pt-title:before {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: 1px;
    height: 0
}

.crpt-modern .pt-price-container,
.crpt-modern .pt-title:before {
    /*-webkit-box-shadow: 100px 0 100px -100px #808080 inset, -100px 0 100px -100px #808080 inset;
    box-shadow: 100px 0 100px -100px #808080 inset, -100px 0 100px -100px #808080 inset;*/
    background: #333
}

.crpt-modern .pt-price-container {
    color: #fff;
    padding: 5px 0;
    margin: -1px -1px 0 -1px
}

.crpt-modern .pt-price-block {
    font-size: 0;
    padding: 9px 0;
}

.crpt-modern .pt-price-block span {
    display: inline-block;
    vertical-align: middle
}

.crpt-modern .pt-price-block .pt-currency {
    font-size: 18px
}

.crpt-modern .pt-price-block .pt-price-main {
    font-size: 35px;
    line-height: 1.1;
}

.crpt-modern .pt-has-sub .pt-price-block {
    padding: 0
}

.crpt-modern .pt-sub {
    display: block
}

.crpt-modern .pt-btn {
    height: 66px;
    font-size: 26px;
    line-height: 66px;
    /*font-family: 'Lato';*/
    font-family: 'Roboto', sans-serif;
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 0 10px;
    margin: 1px -1px -1px -1px;
    border: 0 none;
    /*-webkit-box-shadow: 50px 0 50px -50px #808080 inset, -50px 0 50px -50px #808080 inset, 0 0 2px #1a1a1a;
    box-shadow: 50px 0 50px -50px #808080 inset, -50px 0 50px -50px #808080 inset, 0 0 2px #1a1a1a;*/
    background: #333;
}

.crpt-modern .pt-btn:hover,
.crpt-modern .pt-btn:focus {
    color: #fff;
    font-size: 30px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.crpt-modern .pt-footer {
    background: #f4f4f4;
    min-height: 66px
}

.crpt-modern .pt-tooltip-show-text .pt-tooltip-show {
    border-bottom: 1px dotted
}

.crpt-modern .pt-list {
    padding: 10px 5px 5px;
    position: relative;
}

.crpt-modern .pt-list .fa {
    font-size: 17px
}

.crpt-modern .pt-list .pt-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s
}

.crpt-modern .pt-list .fa-check {
    color: #009245
}

.crpt-modern .pt-list .fa-times {
    color: #ff1d25
}

.crpt-modern .pt-list-item {
    padding: 7px 0 6px;
    line-height: 24px;
    position: relative;
}

@media (max-width:1199px) {
    .crpt-modern .pt-cols-4,
    .crpt-modern .pt-cols-5 {
        max-width: none;
        padding: 0 !important;
    }
    .crpt-modern .pt-cols-4 .pt-cols-side,
    .crpt-modern .pt-cols-5 .pt-cols-side {
        display: none
    }
    .crpt-modern .pt-cols-4 .pt-col,
    .crpt-modern .pt-cols-5 .pt-col {
        min-width: 180px
    }
    .crpt-modern .pt-cols-4 .pt-line-middle,
    .crpt-modern .pt-cols-5 .pt-line-middle,
    .crpt-modern .pt-cols-4 [class*='pt-lines-'],
    .crpt-modern .pt-cols-5 [class*='pt-lines-'] {
        display: inline
    }
    .crpt-modern .pt-cols-4 .pt-list .pt-back,
    .crpt-modern .pt-cols-5 .pt-list .pt-back {
        opacity: 1;
    }
    .crpt-modern .pt-cols-4 .pt-list .pt-list-item+.pt-list-item,
    .crpt-modern .pt-cols-5 .pt-list .pt-list-item+.pt-list-item {
        border-top: 1px dotted #ccc
    }
    .crpt-modern .pt-cols-4 .pt-list .pt-list-item .pt-text,
    .crpt-modern .pt-cols-5 .pt-list .pt-list-item .pt-text {
        display: block
    }
    .crpt-modern .pt-cols-4 .pt-list .pt-list-item .pt-value,
    .crpt-modern .pt-cols-5 .pt-list .pt-list-item .pt-value {
        /*font-family: 'Lato'*/
        font-family: 'Roboto', sans-serif
    }
}

/*@media (max-width:991px) {*/
/*    .crpt-modern .pt-cols-3 {*/
/*        max-width: none;*/
/*        padding: 0 !important;*/
/*    }*/
/*    .crpt-modern .pt-cols-3 .pt-cols-side {*/
/*        display: none*/
/*    }*/
/*    .crpt-modern .pt-cols-3 .pt-col {*/
/*        min-width: 180px*/
/*    }*/
/*    .crpt-modern .pt-cols-3 .pt-line-middle,*/
/*    .crpt-modern .pt-cols-3 [class*='pt-lines-'] {*/
/*        display: inline*/
/*    }*/
/*    .crpt-modern .pt-cols-3 .pt-list .pt-back {*/
/*        opacity: 1;*/
/*    }*/
/*    .crpt-modern .pt-cols-3 .pt-list .pt-list-item+.pt-list-item {*/
/*        border-top: 1px dotted #ccc*/
/*    }*/
/*    .crpt-modern .pt-cols-3 .pt-list .pt-list-item .pt-text {*/
/*        display: block*/
/*    }*/
/*    .crpt-modern .pt-cols-3 .pt-list .pt-list-item .pt-value {*/
/*        font-family: 'Lato'*/
/*    }*/
/*}*/

@media (max-width:991px) {
    .crpt-modern .pt-cols-2 {
        max-width: none;
        padding: 0 !important;
    }
    .crpt-modern .pt-cols-2 .pt-cols-side {
        display: none
    }
    .crpt-modern .pt-cols-2 .pt-col {
        min-width: 180px
    }
    .crpt-modern .pt-cols-2 .pt-line-middle,
    .crpt-modern .pt-cols-2 [class*='pt-lines-'] {
        display: inline
    }
    .crpt-modern .pt-cols-2 .pt-list .pt-back {
        opacity: 1;
    }
    .crpt-modern .pt-cols-2 .pt-list .pt-list-item+.pt-list-item {
        border-top: 1px dotted #ccc
    }
    .crpt-modern .pt-cols-2 .pt-list .pt-list-item .pt-text {
        display: block
    }
    .crpt-modern .pt-cols-2 .pt-list .pt-list-item .pt-value {
        /*font-family: 'Lato'*/
        font-family: 'Roboto', sans-serif
    }
}


.crpt-modern .pt-cols {
    padding-left: 170px;
    padding-right: 18px;
    margin: 0 auto
}

.crpt-modern .pt-list-block {
    display: block;
    position: absolute;
    left: 0;
    bottom: 57px;
    width: 84%;
    border-radius: 8px;
    background-color: #f4f4f4;
    border: 1px solid #ececec;
    padding: 48px 8px 44px;
}

.crpt-modern .pt-list-block .pt-list-item:nth-child(2n) {
    background-color: #ececec
}

.crpt-modern .pt-list-block .pt-text {
    display: block;
    width: 340px;
    padding-right: 20px;
    text-align: right
}

.crpt-modern .pt-list .pt-back {
    opacity: .3;
}

.crpt-modern .pt-list .pt-list-item+.pt-list-item {
    border-top: 0 none
}

.crpt-modern .pt-list .pt-list-item .pt-text {
    display: none
}

.crpt-modern .pt-list .pt-list-item .pt-value {
    /*font-family: 'Lato-light'*/
    font-family: 'Roboto', sans-serif
}

.crpt-modern.pt-no-header .pt-block .pt-head {
    display: none
}

.crpt-modern.pt-no-header .pt-block .pt-list {
    padding-top: 0
}

.crpt-modern.pt-no-header .pt-list-block {
    padding-top: 0
}

.crpt-modern.pt-no-footer .pt-block .pt-list {
    padding-bottom: 0
}

.crpt-modern.pt-no-footer .pt-block .pt-footer {
    display: none
}

.crpt-modern.pt-no-footer .pt-list-block {
    padding-bottom: 0;
    bottom: 30px
}

.crpt-modern.pt-side-xs .pt-cols {
    padding-left: 180px
}

.crpt-modern.pt-side-xs .pt-list-block .pt-text {
    width: 172px
}

.crpt-modern.pt-side-sm .pt-cols {
    padding-left: 220px
}

.crpt-modern.pt-side-sm .pt-list-block .pt-text {
    width: 212px
}

.crpt-modern.pt-side-md .pt-cols {
    padding-left: 240px
}

.crpt-modern.pt-side-md .pt-list-block .pt-text {
    width: 232px
}

.crpt-modern.pt-side-lg .pt-cols {
    padding-left: 280px
}

.crpt-modern.pt-side-lg .pt-list-block .pt-text {
    width: 272px
}

.crpt-modern .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available .pt-content {
    -webkit-box-shadow: none;
    box-shadow: none
}

.crpt-modern .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available .pt-title {
    color: #4e4e4e;
}

.crpt-modern .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available .pt-title:before {
    height: 0
}

.crpt-modern .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available .pt-price-container {
    -webkit-box-shadow: 100px 0 100px -100px #dadada inset, -100px 0 100px -100px #dadada inset;
    box-shadow: 100px 0 100px -100px #dadada inset, -100px 0 100px -100px #dadada inset;
    background: #c0c0c0
}

.crpt-modern .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available .pt-btn {
    font-size: 26px;
    cursor: default;
    -webkit-box-shadow: 50px 0 50px -50px #dadada inset, -50px 0 50px -50px #dadada inset, 0 0 2px #a7a7a7;
    box-shadow: 50px 0 50px -50px #dadada inset, -50px 0 50px -50px #dadada inset, 0 0 2px #a7a7a7;
    background: #c0c0c0
}

.crpt-modern .pt-selected .pt-content,
.crpt-modern.pt-animation-default .pt-cols .pt-block:hover .pt-content,
.crpt-modern.pt-animation-2 .pt-cols .pt-block:hover .pt-content {
    -webkit-box-shadow: 0 0 12px #666;
    box-shadow: 0 0 12px #666
}

.crpt-modern .pt-selected .pt-title,
.crpt-modern.pt-animation-default .pt-cols .pt-block:hover .pt-title,
.crpt-modern.pt-animation-1 .pt-cols .pt-block:hover .pt-title {
    color: #fff;
}

.crpt-modern .pt-selected .pt-title:before,
.crpt-modern.pt-animation-default .pt-cols .pt-block:hover .pt-title:before,
.crpt-modern.pt-animation-1 .pt-cols .pt-block:hover .pt-title:before {
    height: 100%
}

.crpt-modern.pt-animation-default:hover .pt-selected .pt-content,
.crpt-modern.pt-animation-2:hover .pt-selected .pt-content,
.crpt-modern.pt-animation-1 .pt-cols .pt-selected .pt-content {
    -webkit-box-shadow: none;
    box-shadow: none
}

.crpt-modern.pt-animation-default:hover .pt-selected .pt-title,
.crpt-modern.pt-animation-1:hover .pt-selected .pt-title,
.crpt-modern.pt-animation-2 .pt-cols .pt-selected .pt-title {
    color: #4e4e4e;
}

.crpt-modern.pt-animation-default:hover .pt-selected .pt-title:before,
.crpt-modern.pt-animation-1:hover .pt-selected .pt-title:before,
.crpt-modern.pt-animation-2 .pt-cols .pt-selected .pt-title:before {
    height: 0
}

.crpt-modern-orangeRed .pt-price-container,
.crpt-modern .crpt-modern-orangeRed .pt-price-container,
.crpt-modern-orangeRed .pt-title:before,
.crpt-modern .crpt-modern-orangeRed .pt-title:before {
    /*-webkit-box-shadow: 100px 0 100px -100px #ffa88a inset, -100px 0 100px -100px #ffa88a inset;
    box-shadow: 100px 0 100px -100px #ffa88a inset, -100px 0 100px -100px #ffa88a inset;*/
    background: #f03d00
}

.crpt-modern-orangeRed .pt-btn,
.crpt-modern .crpt-modern-orangeRed .pt-btn {
    /*-webkit-box-shadow: 50px 0 50px -50px #ffa88a inset, -50px 0 50px -50px #ffa88a inset, 0 0 2px #bd3000;
    box-shadow: 50px 0 50px -50px #ffa88a inset, -50px 0 50px -50px #ffa88a inset, 0 0 2px #bd3000;*/
    background: #f03d00
}

.crpt-modern-orangeRed .pt-tooltip .pt-tooltip-content,
.crpt-modern .crpt-modern-orangeRed .pt-tooltip .pt-tooltip-content {
    background-color: #330d00;
    border-color: #330d00;
}

.crpt-modern-orangeRed .pt-tooltip .pt-tooltip-content .pt-tooltip-heading,
.crpt-modern .crpt-modern-orangeRed .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #5c1700
}

.crpt-modern-orangeRed .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern .crpt-modern-orangeRed .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern-orangeRed .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after,
.crpt-modern .crpt-modern-orangeRed .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #5c1700
}

.crpt-modern-cadetBlue .pt-price-container,
.crpt-modern .crpt-modern-cadetBlue .pt-price-container,
.crpt-modern-cadetBlue .pt-title:before,
.crpt-modern .crpt-modern-cadetBlue .pt-title:before {
    /*-webkit-box-shadow: 100px 0 100px -100px #bfd8d9 inset, -100px 0 100px -100px #bfd8d9 inset;
    box-shadow: 100px 0 100px -100px #bfd8d9 inset, -100px 0 100px -100px #bfd8d9 inset;*/
    background: #5f9ea0
}

.crpt-modern-cadetBlue .pt-btn,
.crpt-modern .crpt-modern-cadetBlue .pt-btn {
    /*-webkit-box-shadow: 50px 0 50px -50px #bfd8d9 inset, -50px 0 50px -50px #bfd8d9 inset, 0 0 2px #4c7e80;
    box-shadow: 50px 0 50px -50px #bfd8d9 inset, -50px 0 50px -50px #bfd8d9 inset, 0 0 2px #4c7e80;*/
    background: #5f9ea0
}

.crpt-modern-cadetBlue .pt-tooltip .pt-tooltip-content,
.crpt-modern .crpt-modern-cadetBlue .pt-tooltip .pt-tooltip-content {
    background-color: #132020;
    border-color: #132020;
}

.crpt-modern-cadetBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-heading,
.crpt-modern .crpt-modern-cadetBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #22393a
}

.crpt-modern-cadetBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern .crpt-modern-cadetBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern-cadetBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after,
.crpt-modern .crpt-modern-cadetBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #22393a
}

.crpt-modern-chocolate .pt-price-container,
.crpt-modern .crpt-modern-chocolate .pt-price-container,
.crpt-modern-chocolate .pt-title:before,
.crpt-modern .crpt-modern-chocolate .pt-title:before {
    /*-webkit-box-shadow: 100px 0 100px -100px #f0bd99 inset, -100px 0 100px -100px #f0bd99 inset;
    box-shadow: 100px 0 100px -100px #f0bd99 inset, -100px 0 100px -100px #f0bd99 inset;*/
    background: #d2691e
}

.crpt-modern-chocolate .pt-btn,
.crpt-modern .crpt-modern-chocolate .pt-btn {
    /*-webkit-box-shadow: 50px 0 50px -50px #f0bd99 inset, -50px 0 50px -50px #f0bd99 inset, 0 0 2px #a55318;
    box-shadow: 50px 0 50px -50px #f0bd99 inset, -50px 0 50px -50px #f0bd99 inset, 0 0 2px #a55318;*/
    background: #d2691e
}

.crpt-modern-chocolate .pt-tooltip .pt-tooltip-content,
.crpt-modern .crpt-modern-chocolate .pt-tooltip .pt-tooltip-content {
    background-color: #2d1606;
    border-color: #2d1606;
}

.crpt-modern-chocolate .pt-tooltip .pt-tooltip-content .pt-tooltip-heading,
.crpt-modern .crpt-modern-chocolate .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #50280b
}

.crpt-modern-chocolate .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern .crpt-modern-chocolate .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern-chocolate .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after,
.crpt-modern .crpt-modern-chocolate .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #50280b
}

.crpt-modern-crimson .pt-price-container,
.crpt-modern .crpt-modern-crimson .pt-price-container,
.crpt-modern-crimson .pt-title:before,
.crpt-modern .crpt-modern-crimson .pt-title:before {
    /*-webkit-box-shadow: 100px 0 100px -100px #f594a7 inset, -100px 0 100px -100px #f594a7 inset;
    box-shadow: 100px 0 100px -100px #f594a7 inset, -100px 0 100px -100px #f594a7 inset;*/
    background: #dc143c
}

.crpt-modern-crimson .pt-btn,
.crpt-modern .crpt-modern-crimson .pt-btn {
   /* -webkit-box-shadow: 50px 0 50px -50px #f594a7 inset, -50px 0 50px -50px #f594a7 inset, 0 0 2px #ad102f;
    box-shadow: 50px 0 50px -50px #f594a7 inset, -50px 0 50px -50px #f594a7 inset, 0 0 2px #ad102f;*/
    background: #dc143c
}

.crpt-modern-crimson .pt-tooltip .pt-tooltip-content,
.crpt-modern .crpt-modern-crimson .pt-tooltip .pt-tooltip-content {
    background-color: #2f040d;
    border-color: #2f040d;
}

.crpt-modern-crimson .pt-tooltip .pt-tooltip-content .pt-tooltip-heading,
.crpt-modern .crpt-modern-crimson .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #540817
}

.crpt-modern-crimson .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern .crpt-modern-crimson .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern-crimson .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after,
.crpt-modern .crpt-modern-crimson .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #540817
}

.crpt-modern-darkViolet .pt-price-container,
.crpt-modern .crpt-modern-darkViolet .pt-price-container,
.crpt-modern-darkViolet .pt-title:before,
.crpt-modern .crpt-modern-darkViolet .pt-title:before {
    /*-webkit-box-shadow: 100px 0 100px -100px #d36dff inset, -100px 0 100px -100px #d36dff inset;*/
    /*box-shadow: 100px 0 100px -100px #d36dff inset, -100px 0 100px -100px #d36dff inset;*/
    background: #ff5357;
}

.crpt-modern-darkViolet .pt-btn,
.crpt-modern .crpt-modern-darkViolet .pt-btn {
    /*-webkit-box-shadow: 50px 0 50px -50px #d36dff inset, -50px 0 50px -50px #d36dff inset, 0 0 2px #7000a0;
    box-shadow: 50px 0 50px -50px #d36dff inset, -50px 0 50px -50px #d36dff inset, 0 0 2px #7000a0;*/
    background: #ff5357;
}

.crpt-modern-darkViolet .pt-tooltip .pt-tooltip-content,
.crpt-modern .crpt-modern-darkViolet .pt-tooltip .pt-tooltip-content {
    background-color: #240033;
    border-color: #240033;
}

.crpt-modern-darkViolet .pt-tooltip .pt-tooltip-content .pt-tooltip-heading,
.crpt-modern .crpt-modern-darkViolet .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #40005c
}

.crpt-modern-darkViolet .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern .crpt-modern-darkViolet .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern-darkViolet .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after,
.crpt-modern .crpt-modern-darkViolet .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #40005c
}

.crpt-modern-deepPink .pt-price-container,
.crpt-modern .crpt-modern-deepPink .pt-price-container,
.crpt-modern-deepPink .pt-title:before,
.crpt-modern .crpt-modern-deepPink .pt-title:before {
    /*-webkit-box-shadow: 100px 0 100px -100px #ffadd9 inset, -100px 0 100px -100px #ffadd9 inset;
    box-shadow: 100px 0 100px -100px #ffadd9 inset, -100px 0 100px -100px #ffadd9 inset;*/
    background: #ff1493
}

.crpt-modern-deepPink .pt-btn,
.crpt-modern .crpt-modern-deepPink .pt-btn {
    /*-webkit-box-shadow: 50px 0 50px -50px #ffadd9 inset, -50px 0 50px -50px #ffadd9 inset, 0 0 2px #e00079;
    box-shadow: 50px 0 50px -50px #ffadd9 inset, -50px 0 50px -50px #ffadd9 inset, 0 0 2px #e00079;*/
    background: #ff1493
}

.crpt-modern-deepPink .pt-tooltip .pt-tooltip-content,
.crpt-modern .crpt-modern-deepPink .pt-tooltip .pt-tooltip-content {
    background-color: #33001c;
    border-color: #33001c;
}

.crpt-modern-deepPink .pt-tooltip .pt-tooltip-content .pt-tooltip-heading,
.crpt-modern .crpt-modern-deepPink .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #5c0032
}

.crpt-modern-deepPink .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern .crpt-modern-deepPink .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern-deepPink .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after,
.crpt-modern .crpt-modern-deepPink .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #5c0032
}

.crpt-modern-fireBrick .pt-price-container,
.crpt-modern .crpt-modern-fireBrick .pt-price-container,
.crpt-modern-fireBrick .pt-title:before,
.crpt-modern .crpt-modern-fireBrick .pt-title:before {
    /*-webkit-box-shadow: 100px 0 100px -100px #e88585 inset, -100px 0 100px -100px #e88585 inset;
    box-shadow: 100px 0 100px -100px #e88585 inset, -100px 0 100px -100px #e88585 inset;*/
    background: #b22222
}

.crpt-modern-fireBrick .pt-btn,
.crpt-modern .crpt-modern-fireBrick .pt-btn {
    /*-webkit-box-shadow: 50px 0 50px -50px #e88585 inset, -50px 0 50px -50px #e88585 inset, 0 0 2px #871a1a;
    box-shadow: 50px 0 50px -50px #e88585 inset, -50px 0 50px -50px #e88585 inset, 0 0 2px #871a1a;*/
    background: #b22222
}

.crpt-modern-fireBrick .pt-tooltip .pt-tooltip-content,
.crpt-modern .crpt-modern-fireBrick .pt-tooltip .pt-tooltip-content {
    background-color: #2b0808;
    border-color: #2b0808;
}

.crpt-modern-fireBrick .pt-tooltip .pt-tooltip-content .pt-tooltip-heading,
.crpt-modern .crpt-modern-fireBrick .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #4d0f0f
}

.crpt-modern-fireBrick .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern .crpt-modern-fireBrick .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern-fireBrick .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after,
.crpt-modern .crpt-modern-fireBrick .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #4d0f0f
}

.crpt-modern-flame .pt-price-container,
.crpt-modern .crpt-modern-flame .pt-price-container,
.crpt-modern-flame .pt-title:before,
.crpt-modern .crpt-modern-flame .pt-title:before {
    /*-webkit-box-shadow: 100px 0 100px -100px #f8b8a1 inset, -100px 0 100px -100px #f8b8a1 inset;
    box-shadow: 100px 0 100px -100px #f8b8a1 inset, -100px 0 100px -100px #f8b8a1 inset;*/
    background: #ed4d13
}

.crpt-modern-flame .pt-btn,
.crpt-modern .crpt-modern-flame .pt-btn {
    /*-webkit-box-shadow: 50px 0 50px -50px #f8b8a1 inset, -50px 0 50px -50px #f8b8a1 inset, 0 0 2px #be3d0f;
    box-shadow: 50px 0 50px -50px #f8b8a1 inset, -50px 0 50px -50px #f8b8a1 inset, 0 0 2px #be3d0f;*/
    background: #ed4d13
}

.crpt-modern-flame .pt-tooltip .pt-tooltip-content,
.crpt-modern .crpt-modern-flame .pt-tooltip .pt-tooltip-content {
    background-color: #2f0f04;
    border-color: #2f0f04;
}

.crpt-modern-flame .pt-tooltip .pt-tooltip-content .pt-tooltip-heading,
.crpt-modern .crpt-modern-flame .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #551b07
}

.crpt-modern-flame .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern .crpt-modern-flame .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern-flame .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after,
.crpt-modern .crpt-modern-flame .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #551b07
}

.crpt-modern-goldenRod .pt-price-container,
.crpt-modern .crpt-modern-goldenRod .pt-price-container,
.crpt-modern-goldenRod .pt-title:before,
.crpt-modern .crpt-modern-goldenRod .pt-title:before {
    /*-webkit-box-shadow: 100px 0 100px -100px #f1dba2 inset, -100px 0 100px -100px #f1dba2 inset;
    box-shadow: 100px 0 100px -100px #f1dba2 inset, -100px 0 100px -100px #f1dba2 inset;*/
    background: #daa520
}

.crpt-modern-goldenRod .pt-btn,
.crpt-modern .crpt-modern-goldenRod .pt-btn {
    /*-webkit-box-shadow: 50px 0 50px -50px #f1dba2 inset, -50px 0 50px -50px #f1dba2 inset, 0 0 2px #ae8319;
    box-shadow: 50px 0 50px -50px #f1dba2 inset, -50px 0 50px -50px #f1dba2 inset, 0 0 2px #ae8319;*/
    background: #daa520
}

.crpt-modern-goldenRod .pt-tooltip .pt-tooltip-content,
.crpt-modern .crpt-modern-goldenRod .pt-tooltip .pt-tooltip-content {
    background-color: #2c2207;
    border-color: #2c2207;
}

.crpt-modern-goldenRod .pt-tooltip .pt-tooltip-content .pt-tooltip-heading,
.crpt-modern .crpt-modern-goldenRod .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #503d0c
}

.crpt-modern-goldenRod .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern .crpt-modern-goldenRod .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern-goldenRod .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after,
.crpt-modern .crpt-modern-goldenRod .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #503d0c
}

.crpt-modern-green .pt-price-container,
.crpt-modern .crpt-modern-green .pt-price-container,
.crpt-modern-green .pt-title:before,
.crpt-modern .crpt-modern-green .pt-title:before {
    /*-webkit-box-shadow: 100px 0 100px -100px #a5e2ad inset, -100px 0 100px -100px #a5e2ad inset;
    box-shadow: 100px 0 100px -100px #a5e2ad inset, -100px 0 100px -100px #a5e2ad inset;*/
    background: #39b54a
}

.crpt-modern-green .pt-btn,
.crpt-modern .crpt-modern-green .pt-btn {
    /*-webkit-box-shadow: 50px 0 50px -50px #a5e2ad inset, -50px 0 50px -50px #a5e2ad inset, 0 0 2px #2d8e3a;
    box-shadow: 50px 0 50px -50px #a5e2ad inset, -50px 0 50px -50px #a5e2ad inset, 0 0 2px #2d8e3a;*/
    background: #39b54a
}

.crpt-modern-green .pt-tooltip .pt-tooltip-content,
.crpt-modern .crpt-modern-green .pt-tooltip .pt-tooltip-content {
    background-color: #0c2710;
    border-color: #0c2710;
}

.crpt-modern-green .pt-tooltip .pt-tooltip-content .pt-tooltip-heading,
.crpt-modern .crpt-modern-green .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #16461d
}

.crpt-modern-green .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern .crpt-modern-green .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern-green .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after,
.crpt-modern .crpt-modern-green .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #16461d
}

.crpt-modern-indianRed .pt-price-container,
.crpt-modern .crpt-modern-indianRed .pt-price-container,
.crpt-modern-indianRed .pt-title:before,
.crpt-modern .crpt-modern-indianRed .pt-title:before {
    /*-webkit-box-shadow: 100px 0 100px -100px #f1d1d1 inset, -100px 0 100px -100px #f1d1d1 inset;
    box-shadow: 100px 0 100px -100px #f1d1d1 inset, -100px 0 100px -100px #f1d1d1 inset;*/
    background: #cd5c5c
}

.crpt-modern-indianRed .pt-btn,
.crpt-modern .crpt-modern-indianRed .pt-btn {
    /*-webkit-box-shadow: 50px 0 50px -50px #f1d1d1 inset, -50px 0 50px -50px #f1d1d1 inset, 0 0 2px #bc3a3a;
    box-shadow: 50px 0 50px -50px #f1d1d1 inset, -50px 0 50px -50px #f1d1d1 inset, 0 0 2px #bc3a3a;*/
    background: #cd5c5c
}

.crpt-modern-indianRed .pt-tooltip .pt-tooltip-content,
.crpt-modern .crpt-modern-indianRed .pt-tooltip .pt-tooltip-content {
    background-color: #270c0c;
    border-color: #270c0c;
}

.crpt-modern-indianRed .pt-tooltip .pt-tooltip-content .pt-tooltip-heading,
.crpt-modern .crpt-modern-indianRed .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #461616
}

.crpt-modern-indianRed .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern .crpt-modern-indianRed .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern-indianRed .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after,
.crpt-modern .crpt-modern-indianRed .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #461616
}

.crpt-modern-indigo .pt-price-container,
.crpt-modern .crpt-modern-indigo .pt-price-container,
.crpt-modern-indigo .pt-title:before,
.crpt-modern .crpt-modern-indigo .pt-title:before {
    /*-webkit-box-shadow: 100px 0 100px -100px #9f1cff inset, -100px 0 100px -100px #9f1cff inset;
    box-shadow: 100px 0 100px -100px #9f1cff inset, -100px 0 100px -100px #9f1cff inset;*/
    background: #4b0082
}

.crpt-modern-indigo .pt-btn,
.crpt-modern .crpt-modern-indigo .pt-btn {
    /*-webkit-box-shadow: 50px 0 50px -50px #9f1cff inset, -50px 0 50px -50px #9f1cff inset, 0 0 2px #2e004f;
    box-shadow: 50px 0 50px -50px #9f1cff inset, -50px 0 50px -50px #9f1cff inset, 0 0 2px #2e004f;*/
    background: #4b0082
}

.crpt-modern-indigo .pt-tooltip .pt-tooltip-content,
.crpt-modern .crpt-modern-indigo .pt-tooltip .pt-tooltip-content {
    background-color: #1d0033;
    border-color: #1d0033;
}

.crpt-modern-indigo .pt-tooltip .pt-tooltip-content .pt-tooltip-heading,
.crpt-modern .crpt-modern-indigo .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #35005c
}

.crpt-modern-indigo .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern .crpt-modern-indigo .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern-indigo .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after,
.crpt-modern .crpt-modern-indigo .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #35005c
}

.crpt-modern-slateGray .pt-price-container,
.crpt-modern .crpt-modern-slateGray .pt-price-container,
.crpt-modern-slateGray .pt-title:before,
.crpt-modern .crpt-modern-slateGray .pt-title:before {
    /*-webkit-box-shadow: 100px 0 100px -100px #c6ccd3 inset, -100px 0 100px -100px #c6ccd3 inset;
    box-shadow: 100px 0 100px -100px #c6ccd3 inset, -100px 0 100px -100px #c6ccd3 inset;*/
    background: #708090
}

.crpt-modern-slateGray .pt-btn,
.crpt-modern .crpt-modern-slateGray .pt-btn {
    /*-webkit-box-shadow: 50px 0 50px -50px #c6ccd3 inset, -50px 0 50px -50px #c6ccd3 inset, 0 0 2px #5a6673;
    box-shadow: 50px 0 50px -50px #c6ccd3 inset, -50px 0 50px -50px #c6ccd3 inset, 0 0 2px #5a6673;*/
    background: #708090
}

.crpt-modern-slateGray .pt-tooltip .pt-tooltip-content,
.crpt-modern .crpt-modern-slateGray .pt-tooltip .pt-tooltip-content {
    background-color: #16191d;
    border-color: #16191d;
}

.crpt-modern-slateGray .pt-tooltip .pt-tooltip-content .pt-tooltip-heading,
.crpt-modern .crpt-modern-slateGray .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #282e34
}

.crpt-modern-slateGray .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern .crpt-modern-slateGray .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern-slateGray .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after,
.crpt-modern .crpt-modern-slateGray .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #282e34
}

.crpt-modern-steelBlue .pt-price-container,
.crpt-modern .crpt-modern-steelBlue .pt-price-container,
.crpt-modern-steelBlue .pt-title:before,
.crpt-modern .crpt-modern-steelBlue .pt-title:before {
    /*-webkit-box-shadow: 100px 0 100px -100px #b2cce1 inset, -100px 0 100px -100px #b2cce1 inset;
    box-shadow: 100px 0 100px -100px #b2cce1 inset, -100px 0 100px -100px #b2cce1 inset;*/
    background: #4682b4
}

.crpt-modern-steelBlue .pt-btn,
.crpt-modern .crpt-modern-steelBlue .pt-btn {
    /*-webkit-box-shadow: 50px 0 50px -50px #b2cce1 inset, -50px 0 50px -50px #b2cce1 inset, 0 0 2px #38678f;
    box-shadow: 50px 0 50px -50px #b2cce1 inset, -50px 0 50px -50px #b2cce1 inset, 0 0 2px #38678f;*/
    background: #4682b4
}

.crpt-modern-steelBlue .pt-tooltip .pt-tooltip-content,
.crpt-modern .crpt-modern-steelBlue .pt-tooltip .pt-tooltip-content {
    background-color: #0e1b25;
    border-color: #0e1b25;
}

.crpt-modern-steelBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-heading,
.crpt-modern .crpt-modern-steelBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #1a3042
}

.crpt-modern-steelBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern .crpt-modern-steelBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern-steelBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after,
.crpt-modern .crpt-modern-steelBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #1a3042
}

.crpt-modern-yellowGreen .pt-price-container,
.crpt-modern .crpt-modern-yellowGreen .pt-price-container,
.crpt-modern-yellowGreen .pt-title:before,
.crpt-modern .crpt-modern-yellowGreen .pt-title:before {
    /*-webkit-box-shadow: 100px 0 100px -100px #d7ebad inset, -100px 0 100px -100px #d7ebad inset;
    box-shadow: 100px 0 100px -100px #d7ebad inset, -100px 0 100px -100px #d7ebad inset;*/
    background: #9acd32
}

.crpt-modern-yellowGreen .pt-btn,
.crpt-modern .crpt-modern-yellowGreen .pt-btn {
    /*-webkit-box-shadow: 50px 0 50px -50px #d7ebad inset, -50px 0 50px -50px #d7ebad inset, 0 0 2px #7ba428;
    box-shadow: 50px 0 50px -50px #d7ebad inset, -50px 0 50px -50px #d7ebad inset, 0 0 2px #7ba428;*/
    background: #9acd32
}

.crpt-modern-yellowGreen .pt-tooltip .pt-tooltip-content,
.crpt-modern .crpt-modern-yellowGreen .pt-tooltip .pt-tooltip-content {
    background-color: #1f290a;
    border-color: #1f290a;
}

.crpt-modern-yellowGreen .pt-tooltip .pt-tooltip-content .pt-tooltip-heading,
.crpt-modern .crpt-modern-yellowGreen .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #374a12
}

.crpt-modern-yellowGreen .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern .crpt-modern-yellowGreen .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern-yellowGreen .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after,
.crpt-modern .crpt-modern-yellowGreen .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #374a12
}

.crpt-modern-mediumTurquoise .pt-price-container,
.crpt-modern .crpt-modern-mediumTurquoise .pt-price-container,
.crpt-modern-mediumTurquoise .pt-title:before,
.crpt-modern .crpt-modern-mediumTurquoise .pt-title:before {
    /*-webkit-box-shadow: 100px 0 100px -100px #b0ebeb inset, -100px 0 100px -100px #b0ebeb inset;
    box-shadow: 100px 0 100px -100px #b0ebeb inset, -100px 0 100px -100px #b0ebeb inset;*/
    background: #36cccb
}

.crpt-modern-mediumTurquoise .pt-btn,
.crpt-modern .crpt-modern-mediumTurquoise .pt-btn {
 /*   -webkit-box-shadow: 50px 0 50px -50px #b0ebeb inset, -50px 0 50px -50px #b0ebeb inset, 0 0 2px #2aa5a4;
    box-shadow: 50px 0 50px -50px #b0ebeb inset, -50px 0 50px -50px #b0ebeb inset, 0 0 2px #2aa5a4;*/
    background: #36cccb
}

.crpt-modern-mediumTurquoise .pt-tooltip .pt-tooltip-content,
.crpt-modern .crpt-modern-mediumTurquoise .pt-tooltip .pt-tooltip-content {
    background-color: #0a2928;
    border-color: #0a2928;
}

.crpt-modern-mediumTurquoise .pt-tooltip .pt-tooltip-content .pt-tooltip-heading,
.crpt-modern .crpt-modern-mediumTurquoise .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #134949
}

.crpt-modern-mediumTurquoise .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern .crpt-modern-mediumTurquoise .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern-mediumTurquoise .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after,
.crpt-modern .crpt-modern-mediumTurquoise .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #134949
}

.crpt-modern-darkCyan .pt-price-container,
.crpt-modern .crpt-modern-darkCyan .pt-price-container,
.crpt-modern-darkCyan .pt-title:before,
.crpt-modern .crpt-modern-darkCyan .pt-title:before {
    /*-webkit-box-shadow: 100px 0 100px -100px #26ffe9 inset, -100px 0 100px -100px #26ffe9 inset;
    box-shadow: 100px 0 100px -100px #26ffe9 inset, -100px 0 100px -100px #26ffe9 inset;*/
    background: #008c7e
}

.crpt-modern-darkCyan .pt-btn,
.crpt-modern .crpt-modern-darkCyan .pt-btn {
    /*-webkit-box-shadow: 50px 0 50px -50px #26ffe9 inset, -50px 0 50px -50px #26ffe9 inset, 0 0 2px #005950;
    box-shadow: 50px 0 50px -50px #26ffe9 inset, -50px 0 50px -50px #26ffe9 inset, 0 0 2px #005950;*/
    background: #008c7e
}

.crpt-modern-darkCyan .pt-tooltip .pt-tooltip-content,
.crpt-modern .crpt-modern-darkCyan .pt-tooltip .pt-tooltip-content {
    background-color: #00332e;
    border-color: #00332e;
}

.crpt-modern-darkCyan .pt-tooltip .pt-tooltip-content .pt-tooltip-heading,
.crpt-modern .crpt-modern-darkCyan .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #005c53
}

.crpt-modern-darkCyan .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern .crpt-modern-darkCyan .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern-darkCyan .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after,
.crpt-modern .crpt-modern-darkCyan .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #005c53
}

.crpt-modern-dodgerBlue .pt-price-container,
.crpt-modern .crpt-modern-dodgerBlue .pt-price-container,
.crpt-modern-dodgerBlue .pt-title:before,
.crpt-modern .crpt-modern-dodgerBlue .pt-title:before {
    /*-webkit-box-shadow: 100px 0 100px -100px #cce5ff inset, -100px 0 100px -100px #cce5ff inset;
    box-shadow: 100px 0 100px -100px #cce5ff inset, -100px 0 100px -100px #cce5ff inset;*/
    background: #39f
}

.crpt-modern-dodgerBlue .pt-btn,
.crpt-modern .crpt-modern-dodgerBlue .pt-btn {
    /*-webkit-box-shadow: 50px 0 50px -50px #cce5ff inset, -50px 0 50px -50px #cce5ff inset, 0 0 2px #007fff;
    box-shadow: 50px 0 50px -50px #cce5ff inset, -50px 0 50px -50px #cce5ff inset, 0 0 2px #007fff;*/
    background: #39f
}

.crpt-modern-dodgerBlue .pt-tooltip .pt-tooltip-content,
.crpt-modern .crpt-modern-dodgerBlue .pt-tooltip .pt-tooltip-content {
    background-color: #001933;
    border-color: #001933;
}

.crpt-modern-dodgerBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-heading,
.crpt-modern .crpt-modern-dodgerBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #002e5c
}

.crpt-modern-dodgerBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern .crpt-modern-dodgerBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern-dodgerBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after,
.crpt-modern .crpt-modern-dodgerBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #002e5c
}

.crpt-modern-navyBlue .pt-price-container,
.crpt-modern .crpt-modern-navyBlue .pt-price-container,
.crpt-modern-navyBlue .pt-title:before,
.crpt-modern .crpt-modern-navyBlue .pt-title:before {
    /*-webkit-box-shadow: 100px 0 100px -100px #8ac4ff inset, -100px 0 100px -100px #8ac4ff inset;
    box-shadow: 100px 0 100px -100px #8ac4ff inset, -100px 0 100px -100px #8ac4ff inset;*/
    background: #0082ca
}

.crpt-modern-navyBlue .pt-btn,
.crpt-modern .crpt-modern-navyBlue .pt-btn {
    /*-webkit-box-shadow: 50px 0 50px -50px #8ac4ff inset, -50px 0 50px -50px #8ac4ff inset, 0 0 2px #005ebd;
    box-shadow: 50px 0 50px -50px #8ac4ff inset, -50px 0 50px -50px #8ac4ff inset, 0 0 2px #005ebd;*/
    background: #0078f0
}

.crpt-modern-navyBlue .pt-tooltip .pt-tooltip-content,
.crpt-modern .crpt-modern-navyBlue .pt-tooltip .pt-tooltip-content {
    background-color: #001933;
    border-color: #001933;
}

.crpt-modern-navyBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-heading,
.crpt-modern .crpt-modern-navyBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #002e5c
}

.crpt-modern-navyBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern .crpt-modern-navyBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern-navyBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after,
.crpt-modern .crpt-modern-navyBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #002e5c
}

.crpt-modern-greenVogue .pt-price-container,
.crpt-modern .crpt-modern-greenVogue .pt-price-container,
.crpt-modern-greenVogue .pt-title:before,
.crpt-modern .crpt-modern-greenVogue .pt-title:before {
    /*-webkit-box-shadow: 100px 0 100px -100px #0698e5 inset, -100px 0 100px -100px #0698e5 inset;
    box-shadow: 100px 0 100px -100px #0698e5 inset, -100px 0 100px -100px #0698e5 inset;*/
    background: #023550
}

.crpt-modern-greenVogue .pt-btn,
.crpt-modern .crpt-modern-greenVogue .pt-btn {
    /*-webkit-box-shadow: 50px 0 50px -50px #0698e5 inset, -50px 0 50px -50px #0698e5 inset, 0 0 2px #01141e;
    box-shadow: 50px 0 50px -50px #0698e5 inset, -50px 0 50px -50px #0698e5 inset, 0 0 2px #01141e;*/
    background: #023550
}

.crpt-modern-greenVogue .pt-tooltip .pt-tooltip-content,
.crpt-modern .crpt-modern-greenVogue .pt-tooltip .pt-tooltip-content {
    background-color: #012132;
    border-color: #012132;
}

.crpt-modern-greenVogue .pt-tooltip .pt-tooltip-content .pt-tooltip-heading,
.crpt-modern .crpt-modern-greenVogue .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #023b5a
}

.crpt-modern-greenVogue .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern .crpt-modern-greenVogue .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern-greenVogue .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after,
.crpt-modern .crpt-modern-greenVogue .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #023b5a
}

.crpt-modern-blumine .pt-price-container,
.crpt-modern .crpt-modern-blumine .pt-price-container,
.crpt-modern-blumine .pt-title:before,
.crpt-modern .crpt-modern-blumine .pt-title:before {
    /*-webkit-box-shadow: 100px 0 100px -100px #7eacc4 inset, -100px 0 100px -100px #7eacc4 inset;
    box-shadow: 100px 0 100px -100px #7eacc4 inset, -100px 0 100px -100px #7eacc4 inset;*/
    background: #355e74
}

.crpt-modern-blumine .pt-btn,
.crpt-modern .crpt-modern-blumine .pt-btn {
    /*-webkit-box-shadow: 50px 0 50px -50px #7eacc4 inset, -50px 0 50px -50px #7eacc4 inset, 0 0 2px #254251;
    box-shadow: 50px 0 50px -50px #7eacc4 inset, -50px 0 50px -50px #7eacc4 inset, 0 0 2px #254251;*/
    background: #355e74
}

.crpt-modern-blumine .pt-tooltip .pt-tooltip-content,
.crpt-modern .crpt-modern-blumine .pt-tooltip .pt-tooltip-content {
    background-color: #101c23;
    border-color: #101c23;
}

.crpt-modern-blumine .pt-tooltip .pt-tooltip-content .pt-tooltip-heading,
.crpt-modern .crpt-modern-blumine .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #1d333f
}

.crpt-modern-blumine .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern .crpt-modern-blumine .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern-blumine .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after,
.crpt-modern .crpt-modern-blumine .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #1d333f
}

.crpt-modern-java .pt-price-container,
.crpt-modern .crpt-modern-java .pt-price-container,
.crpt-modern-java .pt-title:before,
.crpt-modern .crpt-modern-java .pt-title:before {
    /*-webkit-box-shadow: 100px 0 100px -100px #6bd9e0 inset, -100px 0 100px -100px #6bd9e0 inset;
    box-shadow: 100px 0 100px -100px #6bd9e0 inset, -100px 0 100px -100px #6bd9e0 inset;*/
    background: #1f8c93
}

.crpt-modern-java .pt-btn,
.crpt-modern .crpt-modern-java .pt-btn {
    /*-webkit-box-shadow: 50px 0 50px -50px #6bd9e0 inset, -50px 0 50px -50px #6bd9e0 inset, 0 0 2px #166469;
    box-shadow: 50px 0 50px -50px #6bd9e0 inset, -50px 0 50px -50px #6bd9e0 inset, 0 0 2px #166469;/*/
    background: #1f8c93
}

.crpt-modern-java .pt-tooltip .pt-tooltip-content,
.crpt-modern .crpt-modern-java .pt-tooltip .pt-tooltip-content {
    background-color: #09282a;
    border-color: #09282a;
}

.crpt-modern-java .pt-tooltip .pt-tooltip-content .pt-tooltip-heading,
.crpt-modern .crpt-modern-java .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #10484c
}

.crpt-modern-java .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern .crpt-modern-java .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern-java .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after,
.crpt-modern .crpt-modern-java .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #10484c
}

.crpt-modern-atlantis .pt-price-container,
.crpt-modern .crpt-modern-atlantis .pt-price-container,
.crpt-modern-atlantis .pt-title:before,
.crpt-modern .crpt-modern-atlantis .pt-title:before {
    /*-webkit-box-shadow: 100px 0 100px -100px #d2e8a3 inset, -100px 0 100px -100px #d2e8a3 inset;
    box-shadow: 100px 0 100px -100px #d2e8a3 inset, -100px 0 100px -100px #d2e8a3 inset;*/
    background: #93c230
}

.crpt-modern-atlantis .pt-btn,
.crpt-modern .crpt-modern-atlantis .pt-btn {
    /*-webkit-box-shadow: 50px 0 50px -50px #d2e8a3 inset, -50px 0 50px -50px #d2e8a3 inset, 0 0 2px #749926;
    box-shadow: 50px 0 50px -50px #d2e8a3 inset, -50px 0 50px -50px #d2e8a3 inset, 0 0 2px #749926;*/
    background: #93c230
}

.crpt-modern-atlantis .pt-tooltip .pt-tooltip-content,
.crpt-modern .crpt-modern-atlantis .pt-tooltip .pt-tooltip-content {
    background-color: #1f290a;
    border-color: #1f290a;
}

.crpt-modern-atlantis .pt-tooltip .pt-tooltip-content .pt-tooltip-heading,
.crpt-modern .crpt-modern-atlantis .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #384a12
}

.crpt-modern-atlantis .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern .crpt-modern-atlantis .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern-atlantis .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after,
.crpt-modern .crpt-modern-atlantis .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #384a12
}

.crpt-modern-oliveDrab .pt-price-container,
.crpt-modern .crpt-modern-oliveDrab .pt-price-container,
.crpt-modern-oliveDrab .pt-title:before,
.crpt-modern .crpt-modern-oliveDrab .pt-title:before {
    /*-webkit-box-shadow: 100px 0 100px -100px #c2e184 inset, -100px 0 100px -100px #c2e184 inset;
    box-shadow: 100px 0 100px -100px #c2e184 inset, -100px 0 100px -100px #c2e184 inset;*/
    background: #7ba428
}

.crpt-modern-oliveDrab .pt-btn,
.crpt-modern .crpt-modern-oliveDrab .pt-btn {
    /*-webkit-box-shadow: 50px 0 50px -50px #c2e184 inset, -50px 0 50px -50px #c2e184 inset, 0 0 2px #5c7b1e;
    box-shadow: 50px 0 50px -50px #c2e184 inset, -50px 0 50px -50px #c2e184 inset, 0 0 2px #5c7b1e;*/
    background: #7ba428
}

.crpt-modern-oliveDrab .pt-tooltip .pt-tooltip-content,
.crpt-modern .crpt-modern-oliveDrab .pt-tooltip .pt-tooltip-content {
    background-color: #1f290a;
    border-color: #1f290a;
}

.crpt-modern-oliveDrab .pt-tooltip .pt-tooltip-content .pt-tooltip-heading,
.crpt-modern .crpt-modern-oliveDrab .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #374a12
}

.crpt-modern-oliveDrab .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern .crpt-modern-oliveDrab .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern-oliveDrab .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after,
.crpt-modern .crpt-modern-oliveDrab .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #374a12
}

.crpt-modern-jewel .pt-price-container,
.crpt-modern .crpt-modern-jewel .pt-price-container,
.crpt-modern-jewel .pt-title:before,
.crpt-modern .crpt-modern-jewel .pt-title:before {
    /*-webkit-box-shadow: 100px 0 100px -100px #47d772 inset, -100px 0 100px -100px #47d772 inset;
    box-shadow: 100px 0 100px -100px #47d772 inset, -100px 0 100px -100px #47d772 inset;*/
    background: #186d31
}

.crpt-modern-jewel .pt-btn,
.crpt-modern .crpt-modern-jewel .pt-btn {
    /*-webkit-box-shadow: 50px 0 50px -50px #47d772 inset, -50px 0 50px -50px #47d772 inset, 0 0 2px #0f431e;
    box-shadow: 50px 0 50px -50px #47d772 inset, -50px 0 50px -50px #47d772 inset, 0 0 2px #0f431e;*/
    background: #186d31
}

.crpt-modern-jewel .pt-tooltip .pt-tooltip-content,
.crpt-modern .crpt-modern-jewel .pt-tooltip .pt-tooltip-content {
    background-color: #092a13;
    border-color: #092a13;
}

.crpt-modern-jewel .pt-tooltip .pt-tooltip-content .pt-tooltip-heading,
.crpt-modern .crpt-modern-jewel .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #114b22
}

.crpt-modern-jewel .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern .crpt-modern-jewel .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern-jewel .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after,
.crpt-modern .crpt-modern-jewel .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #114b22
}

.crpt-modern-supernova .pt-price-container,
.crpt-modern .crpt-modern-supernova .pt-price-container,
.crpt-modern-supernova .pt-title:before,
.crpt-modern .crpt-modern-supernova .pt-title:before {
    /*-webkit-box-shadow: 100px 0 100px -100px #ffebce inset, -100px 0 100px -100px #ffebce inset;
    box-shadow: 100px 0 100px -100px #ffebce inset, -100px 0 100px -100px #ffebce inset;*/
    background: #ffae35
}

.crpt-modern-supernova .pt-btn,
.crpt-modern .crpt-modern-supernova .pt-btn {
    /*-webkit-box-shadow: 50px 0 50px -50px #ffebce inset, -50px 0 50px -50px #ffebce inset, 0 0 2px #ff9a02;
    box-shadow: 50px 0 50px -50px #ffebce inset, -50px 0 50px -50px #ffebce inset, 0 0 2px #ff9a02;*/
    background: #ffae35
}

.crpt-modern-supernova .pt-tooltip .pt-tooltip-content,
.crpt-modern .crpt-modern-supernova .pt-tooltip .pt-tooltip-content {
    background-color: #331f00;
    border-color: #331f00;
}

.crpt-modern-supernova .pt-tooltip .pt-tooltip-content .pt-tooltip-heading,
.crpt-modern .crpt-modern-supernova .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #5c3700
}

.crpt-modern-supernova .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern .crpt-modern-supernova .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern-supernova .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after,
.crpt-modern .crpt-modern-supernova .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #5c3700
}

.crpt-modern-darkOrange .pt-price-container,
.crpt-modern .crpt-modern-darkOrange .pt-price-container,
.crpt-modern-darkOrange .pt-title:before,
.crpt-modern .crpt-modern-darkOrange .pt-title:before {
    /*-webkit-box-shadow: 100px 0 100px -100px #fc9 inset, -100px 0 100px -100px #fc9 inset;
    box-shadow: 100px 0 100px -100px #fc9 inset, -100px 0 100px -100px #fc9 inset;*/
    background: #ff8000
}

.crpt-modern-darkOrange .pt-btn,
.crpt-modern .crpt-modern-darkOrange .pt-btn {
    /*-webkit-box-shadow: 50px 0 50px -50px #fc9 inset, -50px 0 50px -50px #fc9 inset, 0 0 2px #c60;
    box-shadow: 50px 0 50px -50px #fc9 inset, -50px 0 50px -50px #fc9 inset, 0 0 2px #c60;*/
    background: #ff8000
}

.crpt-modern-darkOrange .pt-tooltip .pt-tooltip-content,
.crpt-modern .crpt-modern-darkOrange .pt-tooltip .pt-tooltip-content {
    background-color: #331a00;
    border-color: #331a00;
}

.crpt-modern-darkOrange .pt-tooltip .pt-tooltip-content .pt-tooltip-heading,
.crpt-modern .crpt-modern-darkOrange .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #5c2e00
}

.crpt-modern-darkOrange .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern .crpt-modern-darkOrange .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern-darkOrange .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after,
.crpt-modern .crpt-modern-darkOrange .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #5c2e00
}

.crpt-modern-guardsmanRed .pt-price-container,
.crpt-modern .crpt-modern-guardsmanRed .pt-price-container,
.crpt-modern-guardsmanRed .pt-title:before,
.crpt-modern .crpt-modern-guardsmanRed .pt-title:before {
    /*-webkit-box-shadow: 100px 0 100px -100px #ff7373 inset, -100px 0 100px -100px #ff7373 inset;
    box-shadow: 100px 0 100px -100px #ff7373 inset, -100px 0 100px -100px #ff7373 inset;*/
    background: #d90000
}

.crpt-modern-guardsmanRed .pt-btn,
.crpt-modern .crpt-modern-guardsmanRed .pt-btn {
    /*-webkit-box-shadow: 50px 0 50px -50px #ff7373 inset, -50px 0 50px -50px #ff7373 inset, 0 0 2px #a60000;
    box-shadow: 50px 0 50px -50px #ff7373 inset, -50px 0 50px -50px #ff7373 inset, 0 0 2px #a60000;*/
    background: #d90000
}

.crpt-modern-guardsmanRed .pt-tooltip .pt-tooltip-content,
.crpt-modern .crpt-modern-guardsmanRed .pt-tooltip .pt-tooltip-content {
    background-color: #300;
    border-color: #300;
}

.crpt-modern-guardsmanRed .pt-tooltip .pt-tooltip-content .pt-tooltip-heading,
.crpt-modern .crpt-modern-guardsmanRed .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #5c0000
}

.crpt-modern-guardsmanRed .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern .crpt-modern-guardsmanRed .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern-guardsmanRed .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after,
.crpt-modern .crpt-modern-guardsmanRed .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #5c0000
}

.crpt-modern-cabaret .pt-price-container,
.crpt-modern .crpt-modern-cabaret .pt-price-container,
.crpt-modern-cabaret .pt-title:before,
.crpt-modern .crpt-modern-cabaret .pt-title:before {
    /*-webkit-box-shadow: 100px 0 100px -100px #e9bbc7 inset, -100px 0 100px -100px #e9bbc7 inset;
    box-shadow: 100px 0 100px -100px #e9bbc7 inset, -100px 0 100px -100px #e9bbc7 inset;*/
    background: #c44767
}

.crpt-modern-cabaret .pt-btn,
.crpt-modern .crpt-modern-cabaret .pt-btn {
    /*-webkit-box-shadow: 50px 0 50px -50px #e9bbc7 inset, -50px 0 50px -50px #e9bbc7 inset, 0 0 2px #a43451;
    box-shadow: 50px 0 50px -50px #e9bbc7 inset, -50px 0 50px -50px #e9bbc7 inset, 0 0 2px #a43451;*/
    background: #c44767
}

.crpt-modern-cabaret .pt-tooltip .pt-tooltip-content,
.crpt-modern .crpt-modern-cabaret .pt-tooltip .pt-tooltip-content {
    background-color: #270c13;
    border-color: #270c13;
}

.crpt-modern-cabaret .pt-tooltip .pt-tooltip-content .pt-tooltip-heading,
.crpt-modern .crpt-modern-cabaret .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #461622
}

.crpt-modern-cabaret .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern .crpt-modern-cabaret .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-modern-cabaret .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after,
.crpt-modern .crpt-modern-cabaret .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #461622
}



@media (max-width: 1024px) and (orientation: landscape){
    .crpt-modern .pt-list-block{
        width: 100%;
    }
    .crpt-modern .pt-cols{
        padding-left: 344px;
    }
}


/**
Notas de promociÃ³n
 */
.promo{
    background-color: #ececec;
    padding: 10px;
}
.promo-notes {
    margin: 0 auto;
    text-align: center;
    width: 42%;
}
.promo-notes p{
    padding: 15px;
    text-align: left;
}
ul.promo-list{
    text-align: left;
    padding-bottom: 0;
}
li.promo-element{
    list-style: none;
}
li.promo-element i{
    color: #009245;
    padding-right: 5px;
}
@media (max-width: 1024px) {
    .promo-notes{
        width: 70%;
    }
}
@media (max-width: 760px) {
    .promo-notes{
        width: 100%;
    }
}</pre></body></html>