@font-face {
    font-family: 'AkkuratLLTT-Regular';
    src: url('fonts/AkkuratLLTT-Regular.ttf') format('truetype');
}

input[type=checkbox], input[type=radio] {
    cursor: pointer
}

.required-indicator:after {
    color: #f00;
    content: "*";
    font-size: 18px;
    position: relative;
    top: 3px;
    left: 3px
}

.vertical-center {
    margin: 0;
    left: 0;
    position: absolute;
    top: 48%;
    width: 100%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.horizontal-center {
    margin: auto
}

.fullHeightBackground {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px 0px;
    gap: 8px;
    height:100%;
    width: 100%;
    overflow-y: scroll;
    background: #EBEBEB;
    /* Inside auto layout */

    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 1;
}

.cpl-scope .header-line {
    height: 6px;
    max-height: 6px
}

.login-panel {
    padding: 0;
    margin: 0;
    min-width: 560px;
    min-height: 480px;
    width: 100%;
    box-shadow: rgba(138,143,149,.9) 0 0 4px 0;
    background-color: #fff;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto
}

@media only screen and (max-width:640px) {
    .login-panel {
        max-width: 100%;
        min-width: 100%
    }
}

@media only screen and (max-height:640px) and (orientation:landscape) {
    .vertical-center {
        padding-top: 200px;
        padding-bottom: 20px
    }
}

.login-panel-main {
    min-height: 316px
}

.login-content {
    min-height: 260px;
    padding-bottom: 16px;
    max-width: 520px
}

.enter-email-continue-panel {
    margin-top: -25px;
    max-width: 520px
}

.cpl-scope .login-panel-header {
    height: 52px
}

    .cpl-scope .login-panel-header .ihs-logo {
        width: 36px;
        height: 36px;
        margin: 0;
        padding: 0;
        background: url("../img/ihs-logo.png") no-repeat left center;
        fill: #4c4b4c
    }

    .cpl-scope .login-panel-header .ihs-logo-snp {
        width: 500px;
        height: 36px;
        margin: 0;
        padding: 0;
        background: no-repeat left center;
        background-image: url('../img/snp-logo.svg');
        fill: #4c4b4c
    }

.cpl-scope .login-panel .ihs-logo-text {
    position: relative;
    top: 18px;
    margin: 0;
    color: #4c4b4c;
    font-weight: normal;
    margin-left: 0;
    font-size: 18px;
    white-space: nowrap
}

.cpl-scope .login-panel .login-panel-footer {
    background-color: #4c4b4c;
    min-height: 64px;
    color: #fff;
    padding-top: 4px;
    bottom: 0
}

.cpl-scope .login-panel-footer small {
    display: inline-block;
    padding-top: 4px
}

.cpl-scope .login-panel-footer ul {
    float: none;
    margin: 0;
    padding: 0
}

.cpl-scope .login-panel-footer li {
    display: inline-block;
    margin: 0 .25em;
    font-size: 10px
}

.cpl-scope .login-panel-footer a {
    color: #fff
}

    .cpl-scope .login-panel-footer a:visited {
        color: #f1f1f2
    }

.cpl-scope .login-panel-footer .copyright-links {
    display: inline-block;
    vertical-align: middle
}

.cpl-scope .login-panel .border-bottom-gray {
    border-bottom: solid 1px #c1c5ca
}

.cpl-scope .login-panel .border-top-gray {
    border-top: solid 1px #c1c5ca
}

.cpl-scope .login-panel .border-left-gray {
    border-left: solid 1px #c1c5ca
}

.cpl-scope .fade-in-show {
    opacity: 1;
    visibility: visible;
    -moz-transition: visibility 0s,opacity .4s ease-in-out;
    -o-transition: visibility 0s,opacity .4s ease-in-out;
    -webkit-transition: visibility 0s,opacity .4s ease-in-out;
    transition: visibility 0s,opacity .4s ease-in-out
}

.cpl-scope .fade-in-hide {
    opacity: 0;
    visibility: hidden
}

.cpl-scope .authnOption-info-icon {
    fill: #9d9d9d !important;
    margin-left: 5px;
    height: 12px !important;
    width: 12px !important;
    margin-top: -5px !important;
    cursor: pointer !important
}

.cpl-scope .sam-toolip {
    display: inline-block
}

@media only screen and (max-width:640px) {
    .cpl-scope .sam-toolip .sam-toolip-text {
        max-width: 160px
    }
}

.cpl-scope .sam-toolip .sam-toolip-text {
    visibility: hidden;
    max-width: 300px;
    background-color: #fff;
    color: #666;
    position: absolute;
    z-index: 1;
    border: .01em solid #8c8c8c;
    padding: 2px;
    -moz-box-shadow: 1px 1px 1px #8c8c8c;
    -webkit-box-shadow: 1px 1px 1px #8c8c8c
}

.cpl-scope .sam-toolip:hover .sam-toolip-text {
    visibility: visible
}

.cpl-scope .back-arrow-20 {
    height: 14px !important;
    width: 20px !important
}

.slide-in-show {
    animation: slide-down .4s
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.alert {
    margin-bottom: 0 !important
}

.slide-panel {
    animation: slide-content-panel .4s
}

@keyframes slide-content-panel {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(-34px);
        -moz-transform: translateY(-34px);
        -ms-transform: translateY(-34px);
        -o-transform: translateY(-34px)
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.confirm-password-panel input[type=password] {
    max-width: 170px
}

.password-rule-text {
    text-wrap: normal;
    font-family: 'AkkuratLLTT-Regular';
    font-style: normal;
    font-size: 12px;
    margin-left: 16px;
    display: block
}

.password-rule-icon {
    color: #0271bb;
    width: 18px;
    float: left
}

    .password-rule-icon svg {
        width: 13px !important;
        height: 13px !important;
        padding: 0;
        margin: 0
    }

.special-character-link {
    cursor: pointer;
    display: inline
}

.special-character-callout {
    display: none
}

.special-character-link:hover .special-character-callout {
    display: block !important
}

.callout-arrow-down {
    height: 0;
    width: 0;
    border-top: 12px solid #333;
    border-left: 12px dotted transparent;
    border-right: 12px dotted transparent;
    bottom: 29px;
    margin-left: 20px;
    z-index: 11;
    position: absolute;
    left: 25px
}

.callout-arrow-fill {
    position: absolute;
    left: -12px;
    bottom: 1px;
    height: 0;
    width: 0;
    border-top: 12px solid #fff;
    border-left: 12px dotted transparent;
    border-right: 12px dotted transparent;
    z-index: 10
}

.callout-container {
    background-color: #fff;
    border: solid 1px #999;
    border-radius: 4px;
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 3;
    padding: 8px;
    width: 285px;
    color: #000
}

@media(max-width:640px) {
    .callout-container {
        position: absolute;
        bottom: 55px;
        left: -40px
    }

    .callout-arrow-down {
        bottom: 44px
    }
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #009596;
    --secondary: #00993e;
    --success: #8dc63f;
    --info: #00b5f1;
    --warning: #f7941d;
    --danger: #cf1034;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: 'AkkuratLLTT-Regular';
    --font-family-monospace: Menlo,Monaco,Consolas,"Courier New",monospace
}

.cpl-scope *, .cpl-scope *::before, .cpl-scope *::after {
    box-sizing: border-box
}

.cpl-scope html {
    font-family: 'AkkuratLLTT-Regular';
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

@-ms-viewport {
    width: device-width;
}

.cpl-scope article, .cpl-scope aside, .cpl-scope figcaption, .cpl-scope figure, .cpl-scope footer, .cpl-scope header, .cpl-scope hgroup, .cpl-scope main, .cpl-scope nav, .cpl-scope section {
    display: block
}

.cpl-scope body {
    margin: 0;
    font-family: 'AkkuratLLTT-Regular';
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.3;
    color: #212529;
    text-align: left;
}

.cpl-scope [tabindex="-1"]:focus {
    outline: 0 !important
}

.cpl-scope hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

.cpl-scope h1, .cpl-scope h2, .cpl-scope h3, .cpl-scope h4, .cpl-scope h5, .cpl-scope h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

.cpl-scope p {
    margin-top: 0;
    margin-bottom: 1rem
}

.cpl-scope abbr[title], .cpl-scope abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

.cpl-scope address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

.cpl-scope ol, .cpl-scope ul, .cpl-scope dl {
    margin-top: 0;
    margin-bottom: 1rem
}

    .cpl-scope ol ol, .cpl-scope ul ul, .cpl-scope ol ul, .cpl-scope ul ol {
        margin-bottom: 0
    }

.cpl-scope dt {
    font-weight: 700
}

.cpl-scope dd {
    margin-bottom: .5rem;
    margin-left: 0
}

.cpl-scope blockquote {
    margin: 0 0 1rem
}

.cpl-scope dfn {
    font-style: italic
}

.cpl-scope b, .cpl-scope strong {
    font-weight: bolder
}

.cpl-scope small {
    font-size: 80%
}

.cpl-scope sub, .cpl-scope sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

.cpl-scope sub {
    bottom: -.25em
}

.cpl-scope sup {
    top: -.5em
}

.cpl-scope a {
    color: #0271bb;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    .cpl-scope a:hover {
        text-decoration: underline
    }

    .cpl-scope a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none
    }

        .cpl-scope a:not([href]):not([tabindex]):hover, .cpl-scope a:not([href]):not([tabindex]):focus {
            color: inherit;
            text-decoration: none
        }

        .cpl-scope a:not([href]):not([tabindex]):focus {
            outline: 0
        }

.cpl-scope pre, .cpl-scope code, .cpl-scope kbd, .cpl-scope samp {
    font-family: 'AkkuratLLTT-Regular';
    font-size: 1em
}

.cpl-scope pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

.cpl-scope figure {
    margin: 0 0 1rem
}

.cpl-scope img {
    vertical-align: middle;
    border-style: none
}

.cpl-scope svg {
    overflow: hidden;
    vertical-align: middle
}

.cpl-scope table {
    border-collapse: collapse
}

.cpl-scope caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #c1c5ca;
    text-align: left;
    caption-side: bottom
}

.cpl-scope th {
    text-align: inherit
}

.cpl-scope label {
    display: inline-block;
    margin-bottom: .5rem
}

.cpl-scope button {
    border-radius: 0
}

    .cpl-scope button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }

.cpl-scope input, .cpl-scope button, .cpl-scope select, .cpl-scope optgroup, .cpl-scope textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.cpl-scope button, .cpl-scope input {
    overflow: visible
}

.cpl-scope button, .cpl-scope select {
    text-transform: none
}

.cpl-scope button, .cpl-scope html [type="button"], .cpl-scope [type="reset"], .cpl-scope [type="submit"] {
    -webkit-appearance: button
}

    .cpl-scope button::-moz-focus-inner, .cpl-scope [type="button"]::-moz-focus-inner, .cpl-scope [type="reset"]::-moz-focus-inner, .cpl-scope [type="submit"]::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

.cpl-scope input[type="radio"], .cpl-scope input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0
}

.cpl-scope input[type="date"], .cpl-scope input[type="time"], .cpl-scope input[type="datetime-local"], .cpl-scope input[type="month"] {
    -webkit-appearance: listbox
}

.cpl-scope textarea {
    overflow: auto;
    resize: vertical
}

.cpl-scope fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

.cpl-scope legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

.cpl-scope progress {
    vertical-align: baseline
}

.cpl-scope [type="number"]::-webkit-inner-spin-button, .cpl-scope [type="number"]::-webkit-outer-spin-button {
    height: auto
}

.cpl-scope [type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none
}

    .cpl-scope [type="search"]::-webkit-search-cancel-button, .cpl-scope [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none
    }

.cpl-scope ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

.cpl-scope output {
    display: inline-block
}

.cpl-scope summary {
    display: list-item;
    cursor: pointer
}

.cpl-scope template {
    display: none
}

.cpl-scope [hidden] {
    display: none !important
}

.cpl-scope h1, .cpl-scope h2, .cpl-scope h3, .cpl-scope h4, .cpl-scope h5, .cpl-scope h6, .cpl-scope .h1, .cpl-scope .h2, .cpl-scope .h3, .cpl-scope .h4, .cpl-scope .h5, .cpl-scope .h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: bold;
    line-height: .975rem;
    color: inherit
}

.cpl-scope h1, .cpl-scope .h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.cpl-scope h2, .cpl-scope .h2 {
    font-size: 1.5rem
}

.cpl-scope h3, .cpl-scope .h3 {
    font-size: 1.3125rem
}

.cpl-scope h4, .cpl-scope .h4 {
    font-size: 1.125rem
}

.cpl-scope h5, .cpl-scope .h5 {
    font-size: .9375rem
}

.cpl-scope h6, .cpl-scope .h6 {
    font-size: .75rem
}

.cpl-scope .lead {
    font-size: .9375rem;
    font-weight: 300
}

.cpl-scope .display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: .975rem
}

.cpl-scope .display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: .975rem
}

.cpl-scope .display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: .975rem
}

.cpl-scope .display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: .975rem
}

.cpl-scope hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.cpl-scope small, .cpl-scope .small {
    font-size: 80%;
    font-weight: 400
}

.cpl-scope mark, .cpl-scope .mark {
    padding: .2em;
    background-color: #fcf8e3
}

.cpl-scope .list-unstyled {
    padding-left: 0;
    list-style: none
}

.cpl-scope .list-inline {
    padding-left: 0;
    list-style: none
}

.cpl-scope .list-inline-item {
    display: inline-block
}

    .cpl-scope .list-inline-item:not(:last-child) {
        margin-right: .5rem
    }

.cpl-scope .initialism {
    font-size: 90%;
    text-transform: uppercase
}

.cpl-scope .blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.cpl-scope .blockquote-footer {
    display: block;
    font-size: 80%;
    color: #84888d
}

    .cpl-scope .blockquote-footer::before {
        content: "— "
    }

.cpl-scope .img-fluid {
    max-width: 100%;
    height: auto
}

.cpl-scope .img-thumbnail {
    padding: .66667rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 2px;
    max-width: 100%;
    height: auto
}

.cpl-scope .figure {
    display: inline-block
}

.cpl-scope .figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.cpl-scope .figure-caption {
    font-size: 90%;
    color: #6c757d
}

.cpl-scope code {
    font-size: 87.5%;
    color: #c7254e;
    word-break: break-word
}

a > .cpl-scope code {
    color: inherit
}

.cpl-scope kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #333;
    border-radius: .2rem
}

    .cpl-scope kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700
    }

.cpl-scope pre {
    display: block;
    font-size: 87.5%;
    color: #53575c
}

    .cpl-scope pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

.cpl-scope .pre-scrollable {
    max-height: 28.33333rem;
    overflow-y: scroll
}

.cpl-scope .container {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {
    .cpl-scope .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .cpl-scope .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .cpl-scope .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .cpl-scope .container {
        max-width: 1140px
    }
}

.cpl-scope .container-fluid {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto
}

.cpl-scope .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px
}

.cpl-scope .no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .cpl-scope .no-gutters > .col, .cpl-scope .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0
    }

.cpl-scope .col-1, .cpl-scope .col-2, .cpl-scope .col-3, .cpl-scope .col-4, .cpl-scope .col-5, .cpl-scope .col-6, .cpl-scope .col-7, .cpl-scope .col-8, .cpl-scope .col-9, .cpl-scope .col-10, .cpl-scope .col-11, .cpl-scope .col-12, .cpl-scope .col-13, .cpl-scope .col-14, .cpl-scope .col-15, .cpl-scope .col-16, .cpl-scope .col, .cpl-scope .col-auto, .cpl-scope .col-sm-1, .cpl-scope .col-sm-2, .cpl-scope .col-sm-3, .cpl-scope .col-sm-4, .cpl-scope .col-sm-5, .cpl-scope .col-sm-6, .cpl-scope .col-sm-7, .cpl-scope .col-sm-8, .cpl-scope .col-sm-9, .cpl-scope .col-sm-10, .cpl-scope .col-sm-11, .cpl-scope .col-sm-12, .cpl-scope .col-sm-13, .cpl-scope .col-sm-14, .cpl-scope .col-sm-15, .cpl-scope .col-sm-16, .cpl-scope .col-sm, .cpl-scope .col-sm-auto, .cpl-scope .col-md-1, .cpl-scope .col-md-2, .cpl-scope .col-md-3, .cpl-scope .col-md-4, .cpl-scope .col-md-5, .cpl-scope .col-md-6, .cpl-scope .col-md-7, .cpl-scope .col-md-8, .cpl-scope .col-md-9, .cpl-scope .col-md-10, .cpl-scope .col-md-11, .cpl-scope .col-md-12, .cpl-scope .col-md-13, .cpl-scope .col-md-14, .cpl-scope .col-md-15, .cpl-scope .col-md-16, .cpl-scope .col-md, .cpl-scope .col-md-auto, .cpl-scope .col-lg-1, .cpl-scope .col-lg-2, .cpl-scope .col-lg-3, .cpl-scope .col-lg-4, .cpl-scope .col-lg-5, .cpl-scope .col-lg-6, .cpl-scope .col-lg-7, .cpl-scope .col-lg-8, .cpl-scope .col-lg-9, .cpl-scope .col-lg-10, .cpl-scope .col-lg-11, .cpl-scope .col-lg-12, .cpl-scope .col-lg-13, .cpl-scope .col-lg-14, .cpl-scope .col-lg-15, .cpl-scope .col-lg-16, .cpl-scope .col-lg, .cpl-scope .col-lg-auto, .cpl-scope .col-xl-1, .cpl-scope .col-xl-2, .cpl-scope .col-xl-3, .cpl-scope .col-xl-4, .cpl-scope .col-xl-5, .cpl-scope .col-xl-6, .cpl-scope .col-xl-7, .cpl-scope .col-xl-8, .cpl-scope .col-xl-9, .cpl-scope .col-xl-10, .cpl-scope .col-xl-11, .cpl-scope .col-xl-12, .cpl-scope .col-xl-13, .cpl-scope .col-xl-14, .cpl-scope .col-xl-15, .cpl-scope .col-xl-16, .cpl-scope .col-xl, .cpl-scope .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px
}

.cpl-scope .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.cpl-scope .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.cpl-scope .col-1 {
    flex: 0 0 6.25%;
    max-width: 6.25%
}

.cpl-scope .col-2 {
    flex: 0 0 12.5%;
    max-width: 12.5%
}

.cpl-scope .col-3 {
    flex: 0 0 18.75%;
    max-width: 18.75%
}

.cpl-scope .col-4 {
    flex: 0 0 25%;
    max-width: 25%
}

.cpl-scope .col-5 {
    flex: 0 0 31.25%;
    max-width: 31.25%
}

.cpl-scope .col-6 {
    flex: 0 0 37.5%;
    max-width: 37.5%
}

.cpl-scope .col-7 {
    flex: 0 0 43.75%;
    max-width: 43.75%
}

.cpl-scope .col-8 {
    flex: 0 0 50%;
    max-width: 50%
}

.cpl-scope .col-9 {
    flex: 0 0 56.25%;
    max-width: 56.25%
}

.cpl-scope .col-10 {
    flex: 0 0 62.5%;
    max-width: 62.5%
}

.cpl-scope .col-11 {
    flex: 0 0 68.75%;
    max-width: 68.75%
}

.cpl-scope .col-12 {
    flex: 0 0 75%;
    max-width: 75%
}

.cpl-scope .col-13 {
    flex: 0 0 81.25%;
    max-width: 81.25%
}

.cpl-scope .col-14 {
    flex: 0 0 87.5%;
    max-width: 87.5%
}

.cpl-scope .col-15 {
    flex: 0 0 93.75%;
    max-width: 93.75%
}

.cpl-scope .col-16 {
    flex: 0 0 100%;
    max-width: 100%
}

.cpl-scope .order-first {
    order: -1
}

.cpl-scope .order-last {
    order: 17
}

.cpl-scope .order-0 {
    order: 0
}

.cpl-scope .order-1 {
    order: 1
}

.cpl-scope .order-2 {
    order: 2
}

.cpl-scope .order-3 {
    order: 3
}

.cpl-scope .order-4 {
    order: 4
}

.cpl-scope .order-5 {
    order: 5
}

.cpl-scope .order-6 {
    order: 6
}

.cpl-scope .order-7 {
    order: 7
}

.cpl-scope .order-8 {
    order: 8
}

.cpl-scope .order-9 {
    order: 9
}

.cpl-scope .order-10 {
    order: 10
}

.cpl-scope .order-11 {
    order: 11
}

.cpl-scope .order-12 {
    order: 12
}

.cpl-scope .order-13 {
    order: 13
}

.cpl-scope .order-14 {
    order: 14
}

.cpl-scope .order-15 {
    order: 15
}

.cpl-scope .order-16 {
    order: 16
}

.cpl-scope .offset-1 {
    margin-left: 6.25%
}

.cpl-scope .offset-2 {
    margin-left: 12.5%
}

.cpl-scope .offset-3 {
    margin-left: 18.75%
}

.cpl-scope .offset-4 {
    margin-left: 25%
}

.cpl-scope .offset-5 {
    margin-left: 31.25%
}

.cpl-scope .offset-6 {
    margin-left: 37.5%
}

.cpl-scope .offset-7 {
    margin-left: 43.75%
}

.cpl-scope .offset-8 {
    margin-left: 50%
}

.cpl-scope .offset-9 {
    margin-left: 56.25%
}

.cpl-scope .offset-10 {
    margin-left: 62.5%
}

.cpl-scope .offset-11 {
    margin-left: 68.75%
}

.cpl-scope .offset-12 {
    margin-left: 75%
}

.cpl-scope .offset-13 {
    margin-left: 81.25%
}

.cpl-scope .offset-14 {
    margin-left: 87.5%
}

.cpl-scope .offset-15 {
    margin-left: 93.75%
}

@media(min-width:576px) {
    .cpl-scope .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .cpl-scope .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .cpl-scope .col-sm-1 {
        flex: 0 0 6.25%;
        max-width: 6.25%
    }

    .cpl-scope .col-sm-2 {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .cpl-scope .col-sm-3 {
        flex: 0 0 18.75%;
        max-width: 18.75%
    }

    .cpl-scope .col-sm-4 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .cpl-scope .col-sm-5 {
        flex: 0 0 31.25%;
        max-width: 31.25%
    }

    .cpl-scope .col-sm-6 {
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .cpl-scope .col-sm-7 {
        flex: 0 0 43.75%;
        max-width: 43.75%
    }

    .cpl-scope .col-sm-8 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cpl-scope .col-sm-9 {
        flex: 0 0 56.25%;
        max-width: 56.25%
    }

    .cpl-scope .col-sm-10 {
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .cpl-scope .col-sm-11 {
        flex: 0 0 68.75%;
        max-width: 68.75%
    }

    .cpl-scope .col-sm-12 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .cpl-scope .col-sm-13 {
        flex: 0 0 81.25%;
        max-width: 81.25%
    }

    .cpl-scope .col-sm-14 {
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .cpl-scope .col-sm-15 {
        flex: 0 0 93.75%;
        max-width: 93.75%
    }

    .cpl-scope .col-sm-16 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-sm-first {
        order: -1
    }

    .cpl-scope .order-sm-last {
        order: 17
    }

    .cpl-scope .order-sm-0 {
        order: 0
    }

    .cpl-scope .order-sm-1 {
        order: 1
    }

    .cpl-scope .order-sm-2 {
        order: 2
    }

    .cpl-scope .order-sm-3 {
        order: 3
    }

    .cpl-scope .order-sm-4 {
        order: 4
    }

    .cpl-scope .order-sm-5 {
        order: 5
    }

    .cpl-scope .order-sm-6 {
        order: 6
    }

    .cpl-scope .order-sm-7 {
        order: 7
    }

    .cpl-scope .order-sm-8 {
        order: 8
    }

    .cpl-scope .order-sm-9 {
        order: 9
    }

    .cpl-scope .order-sm-10 {
        order: 10
    }

    .cpl-scope .order-sm-11 {
        order: 11
    }

    .cpl-scope .order-sm-12 {
        order: 12
    }

    .cpl-scope .order-sm-13 {
        order: 13
    }

    .cpl-scope .order-sm-14 {
        order: 14
    }

    .cpl-scope .order-sm-15 {
        order: 15
    }

    .cpl-scope .order-sm-16 {
        order: 16
    }

    .cpl-scope .offset-sm-0 {
        margin-left: 0
    }

    .cpl-scope .offset-sm-1 {
        margin-left: 6.25%
    }

    .cpl-scope .offset-sm-2 {
        margin-left: 12.5%
    }

    .cpl-scope .offset-sm-3 {
        margin-left: 18.75%
    }

    .cpl-scope .offset-sm-4 {
        margin-left: 25%
    }

    .cpl-scope .offset-sm-5 {
        margin-left: 31.25%
    }

    .cpl-scope .offset-sm-6 {
        margin-left: 37.5%
    }

    .cpl-scope .offset-sm-7 {
        margin-left: 43.75%
    }

    .cpl-scope .offset-sm-8 {
        margin-left: 50%
    }

    .cpl-scope .offset-sm-9 {
        margin-left: 56.25%
    }

    .cpl-scope .offset-sm-10 {
        margin-left: 62.5%
    }

    .cpl-scope .offset-sm-11 {
        margin-left: 68.75%
    }

    .cpl-scope .offset-sm-12 {
        margin-left: 75%
    }

    .cpl-scope .offset-sm-13 {
        margin-left: 81.25%
    }

    .cpl-scope .offset-sm-14 {
        margin-left: 87.5%
    }

    .cpl-scope .offset-sm-15 {
        margin-left: 93.75%
    }
}

@media(min-width:768px) {
    .cpl-scope .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .cpl-scope .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .cpl-scope .col-md-1 {
        flex: 0 0 6.25%;
        max-width: 6.25%
    }

    .cpl-scope .col-md-2 {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .cpl-scope .col-md-3 {
        flex: 0 0 18.75%;
        max-width: 18.75%
    }

    .cpl-scope .col-md-4 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .cpl-scope .col-md-5 {
        flex: 0 0 31.25%;
        max-width: 31.25%
    }

    .cpl-scope .col-md-6 {
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .cpl-scope .col-md-7 {
        flex: 0 0 43.75%;
        max-width: 43.75%
    }

    .cpl-scope .col-md-8 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cpl-scope .col-md-9 {
        flex: 0 0 56.25%;
        max-width: 56.25%
    }

    .cpl-scope .col-md-10 {
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .cpl-scope .col-md-11 {
        flex: 0 0 68.75%;
        max-width: 68.75%
    }

    .cpl-scope .col-md-12 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .cpl-scope .col-md-13 {
        flex: 0 0 81.25%;
        max-width: 81.25%
    }

    .cpl-scope .col-md-14 {
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .cpl-scope .col-md-15 {
        flex: 0 0 93.75%;
        max-width: 93.75%
    }

    .cpl-scope .col-md-16 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-md-first {
        order: -1
    }

    .cpl-scope .order-md-last {
        order: 17
    }

    .cpl-scope .order-md-0 {
        order: 0
    }

    .cpl-scope .order-md-1 {
        order: 1
    }

    .cpl-scope .order-md-2 {
        order: 2
    }

    .cpl-scope .order-md-3 {
        order: 3
    }

    .cpl-scope .order-md-4 {
        order: 4
    }

    .cpl-scope .order-md-5 {
        order: 5
    }

    .cpl-scope .order-md-6 {
        order: 6
    }

    .cpl-scope .order-md-7 {
        order: 7
    }

    .cpl-scope .order-md-8 {
        order: 8
    }

    .cpl-scope .order-md-9 {
        order: 9
    }

    .cpl-scope .order-md-10 {
        order: 10
    }

    .cpl-scope .order-md-11 {
        order: 11
    }

    .cpl-scope .order-md-12 {
        order: 12
    }

    .cpl-scope .order-md-13 {
        order: 13
    }

    .cpl-scope .order-md-14 {
        order: 14
    }

    .cpl-scope .order-md-15 {
        order: 15
    }

    .cpl-scope .order-md-16 {
        order: 16
    }

    .cpl-scope .offset-md-0 {
        margin-left: 0
    }

    .cpl-scope .offset-md-1 {
        margin-left: 6.25%
    }

    .cpl-scope .offset-md-2 {
        margin-left: 12.5%
    }

    .cpl-scope .offset-md-3 {
        margin-left: 18.75%
    }

    .cpl-scope .offset-md-4 {
        margin-left: 25%
    }

    .cpl-scope .offset-md-5 {
        margin-left: 31.25%
    }

    .cpl-scope .offset-md-6 {
        margin-left: 37.5%
    }

    .cpl-scope .offset-md-7 {
        margin-left: 43.75%
    }

    .cpl-scope .offset-md-8 {
        margin-left: 50%
    }

    .cpl-scope .offset-md-9 {
        margin-left: 56.25%
    }

    .cpl-scope .offset-md-10 {
        margin-left: 62.5%
    }

    .cpl-scope .offset-md-11 {
        margin-left: 68.75%
    }

    .cpl-scope .offset-md-12 {
        margin-left: 75%
    }

    .cpl-scope .offset-md-13 {
        margin-left: 81.25%
    }

    .cpl-scope .offset-md-14 {
        margin-left: 87.5%
    }

    .cpl-scope .offset-md-15 {
        margin-left: 93.75%
    }
}

@media(min-width:992px) {
    .cpl-scope .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .cpl-scope .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .cpl-scope .col-lg-1 {
        flex: 0 0 6.25%;
        max-width: 6.25%
    }

    .cpl-scope .col-lg-2 {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .cpl-scope .col-lg-3 {
        flex: 0 0 18.75%;
        max-width: 18.75%
    }

    .cpl-scope .col-lg-4 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .cpl-scope .col-lg-5 {
        flex: 0 0 31.25%;
        max-width: 31.25%
    }

    .cpl-scope .col-lg-6 {
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .cpl-scope .col-lg-7 {
        flex: 0 0 43.75%;
        max-width: 43.75%
    }

    .cpl-scope .col-lg-8 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cpl-scope .col-lg-9 {
        flex: 0 0 56.25%;
        max-width: 56.25%
    }

    .cpl-scope .col-lg-10 {
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .cpl-scope .col-lg-11 {
        flex: 0 0 68.75%;
        max-width: 68.75%
    }

    .cpl-scope .col-lg-12 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .cpl-scope .col-lg-13 {
        flex: 0 0 81.25%;
        max-width: 81.25%
    }

    .cpl-scope .col-lg-14 {
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .cpl-scope .col-lg-15 {
        flex: 0 0 93.75%;
        max-width: 93.75%
    }

    .cpl-scope .col-lg-16 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-lg-first {
        order: -1
    }

    .cpl-scope .order-lg-last {
        order: 17
    }

    .cpl-scope .order-lg-0 {
        order: 0
    }

    .cpl-scope .order-lg-1 {
        order: 1
    }

    .cpl-scope .order-lg-2 {
        order: 2
    }

    .cpl-scope .order-lg-3 {
        order: 3
    }

    .cpl-scope .order-lg-4 {
        order: 4
    }

    .cpl-scope .order-lg-5 {
        order: 5
    }

    .cpl-scope .order-lg-6 {
        order: 6
    }

    .cpl-scope .order-lg-7 {
        order: 7
    }

    .cpl-scope .order-lg-8 {
        order: 8
    }

    .cpl-scope .order-lg-9 {
        order: 9
    }

    .cpl-scope .order-lg-10 {
        order: 10
    }

    .cpl-scope .order-lg-11 {
        order: 11
    }

    .cpl-scope .order-lg-12 {
        order: 12
    }

    .cpl-scope .order-lg-13 {
        order: 13
    }

    .cpl-scope .order-lg-14 {
        order: 14
    }

    .cpl-scope .order-lg-15 {
        order: 15
    }

    .cpl-scope .order-lg-16 {
        order: 16
    }

    .cpl-scope .offset-lg-0 {
        margin-left: 0
    }

    .cpl-scope .offset-lg-1 {
        margin-left: 6.25%
    }

    .cpl-scope .offset-lg-2 {
        margin-left: 12.5%
    }

    .cpl-scope .offset-lg-3 {
        margin-left: 18.75%
    }

    .cpl-scope .offset-lg-4 {
        margin-left: 25%
    }

    .cpl-scope .offset-lg-5 {
        margin-left: 31.25%
    }

    .cpl-scope .offset-lg-6 {
        margin-left: 37.5%
    }

    .cpl-scope .offset-lg-7 {
        margin-left: 43.75%
    }

    .cpl-scope .offset-lg-8 {
        margin-left: 50%
    }

    .cpl-scope .offset-lg-9 {
        margin-left: 56.25%
    }

    .cpl-scope .offset-lg-10 {
        margin-left: 62.5%
    }

    .cpl-scope .offset-lg-11 {
        margin-left: 68.75%
    }

    .cpl-scope .offset-lg-12 {
        margin-left: 75%
    }

    .cpl-scope .offset-lg-13 {
        margin-left: 81.25%
    }

    .cpl-scope .offset-lg-14 {
        margin-left: 87.5%
    }

    .cpl-scope .offset-lg-15 {
        margin-left: 93.75%
    }
}

@media(min-width:1200px) {
    .cpl-scope .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .cpl-scope .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .cpl-scope .col-xl-1 {
        flex: 0 0 6.25%;
        max-width: 6.25%
    }

    .cpl-scope .col-xl-2 {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .cpl-scope .col-xl-3 {
        flex: 0 0 18.75%;
        max-width: 18.75%
    }

    .cpl-scope .col-xl-4 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .cpl-scope .col-xl-5 {
        flex: 0 0 31.25%;
        max-width: 31.25%
    }

    .cpl-scope .col-xl-6 {
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .cpl-scope .col-xl-7 {
        flex: 0 0 43.75%;
        max-width: 43.75%
    }

    .cpl-scope .col-xl-8 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cpl-scope .col-xl-9 {
        flex: 0 0 56.25%;
        max-width: 56.25%
    }

    .cpl-scope .col-xl-10 {
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .cpl-scope .col-xl-11 {
        flex: 0 0 68.75%;
        max-width: 68.75%
    }

    .cpl-scope .col-xl-12 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .cpl-scope .col-xl-13 {
        flex: 0 0 81.25%;
        max-width: 81.25%
    }

    .cpl-scope .col-xl-14 {
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .cpl-scope .col-xl-15 {
        flex: 0 0 93.75%;
        max-width: 93.75%
    }

    .cpl-scope .col-xl-16 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-xl-first {
        order: -1
    }

    .cpl-scope .order-xl-last {
        order: 17
    }

    .cpl-scope .order-xl-0 {
        order: 0
    }

    .cpl-scope .order-xl-1 {
        order: 1
    }

    .cpl-scope .order-xl-2 {
        order: 2
    }

    .cpl-scope .order-xl-3 {
        order: 3
    }

    .cpl-scope .order-xl-4 {
        order: 4
    }

    .cpl-scope .order-xl-5 {
        order: 5
    }

    .cpl-scope .order-xl-6 {
        order: 6
    }

    .cpl-scope .order-xl-7 {
        order: 7
    }

    .cpl-scope .order-xl-8 {
        order: 8
    }

    .cpl-scope .order-xl-9 {
        order: 9
    }

    .cpl-scope .order-xl-10 {
        order: 10
    }

    .cpl-scope .order-xl-11 {
        order: 11
    }

    .cpl-scope .order-xl-12 {
        order: 12
    }

    .cpl-scope .order-xl-13 {
        order: 13
    }

    .cpl-scope .order-xl-14 {
        order: 14
    }

    .cpl-scope .order-xl-15 {
        order: 15
    }

    .cpl-scope .order-xl-16 {
        order: 16
    }

    .cpl-scope .offset-xl-0 {
        margin-left: 0
    }

    .cpl-scope .offset-xl-1 {
        margin-left: 6.25%
    }

    .cpl-scope .offset-xl-2 {
        margin-left: 12.5%
    }

    .cpl-scope .offset-xl-3 {
        margin-left: 18.75%
    }

    .cpl-scope .offset-xl-4 {
        margin-left: 25%
    }

    .cpl-scope .offset-xl-5 {
        margin-left: 31.25%
    }

    .cpl-scope .offset-xl-6 {
        margin-left: 37.5%
    }

    .cpl-scope .offset-xl-7 {
        margin-left: 43.75%
    }

    .cpl-scope .offset-xl-8 {
        margin-left: 50%
    }

    .cpl-scope .offset-xl-9 {
        margin-left: 56.25%
    }

    .cpl-scope .offset-xl-10 {
        margin-left: 62.5%
    }

    .cpl-scope .offset-xl-11 {
        margin-left: 68.75%
    }

    .cpl-scope .offset-xl-12 {
        margin-left: 75%
    }

    .cpl-scope .offset-xl-13 {
        margin-left: 81.25%
    }

    .cpl-scope .offset-xl-14 {
        margin-left: 87.5%
    }

    .cpl-scope .offset-xl-15 {
        margin-left: 93.75%
    }
}

.cpl-scope .table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: #fff
}

    .cpl-scope .table th, .cpl-scope .table td {
        padding: .5rem;
        vertical-align: top;
        border-top: 1px solid #f1f1f2
    }

    .cpl-scope .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #f1f1f2
    }

    .cpl-scope .table tbody + tbody {
        border-top: 2px solid #f1f1f2
    }

    .cpl-scope .table .table {
        background-color: #fff
    }

.cpl-scope .table-sm th, .cpl-scope .table-sm td {
    padding: .3rem
}

.cpl-scope .table-bordered {
    border: 1px solid #f1f1f2
}

    .cpl-scope .table-bordered th, .cpl-scope .table-bordered td {
        border: 1px solid #f1f1f2
    }

    .cpl-scope .table-bordered thead th, .cpl-scope .table-bordered thead td {
        border-bottom-width: 2px
    }

.cpl-scope .table-borderless th, .cpl-scope .table-borderless td, .cpl-scope .table-borderless thead th, .cpl-scope .table-borderless tbody + tbody {
    border: 0
}

.cpl-scope .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05)
}

.cpl-scope .table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.075)
}

.cpl-scope .table-primary, .cpl-scope .table-primary > th, .cpl-scope .table-primary > td {
    background-color: #b8e1e2
}

.cpl-scope .table-hover .table-primary:hover {
    background-color: #a6d9db
}

    .cpl-scope .table-hover .table-primary:hover > td, .cpl-scope .table-hover .table-primary:hover > th {
        background-color: #a6d9db
    }

.cpl-scope .table-secondary, .cpl-scope .table-secondary > th, .cpl-scope .table-secondary > td {
    background-color: #b8e2c9
}

.cpl-scope .table-hover .table-secondary:hover {
    background-color: #a6dbbb
}

    .cpl-scope .table-hover .table-secondary:hover > td, .cpl-scope .table-hover .table-secondary:hover > th {
        background-color: #a6dbbb
    }

.cpl-scope .table-success, .cpl-scope .table-success > th, .cpl-scope .table-success > td {
    background-color: #dfefc9
}

.cpl-scope .table-hover .table-success:hover {
    background-color: #d3e9b5
}

    .cpl-scope .table-hover .table-success:hover > td, .cpl-scope .table-hover .table-success:hover > th {
        background-color: #d3e9b5
    }

.cpl-scope .table-info, .cpl-scope .table-info > th, .cpl-scope .table-info > td {
    background-color: #b8eafb
}

.cpl-scope .table-hover .table-info:hover {
    background-color: #a0e3fa
}

    .cpl-scope .table-hover .table-info:hover > td, .cpl-scope .table-hover .table-info:hover > th {
        background-color: #a0e3fa
    }

.cpl-scope .table-warning, .cpl-scope .table-warning > th, .cpl-scope .table-warning > td {
    background-color: #fde1c0
}

.cpl-scope .table-hover .table-warning:hover {
    background-color: #fcd5a7
}

    .cpl-scope .table-hover .table-warning:hover > td, .cpl-scope .table-hover .table-warning:hover > th {
        background-color: #fcd5a7
    }

.cpl-scope .table-danger, .cpl-scope .table-danger > th, .cpl-scope .table-danger > td {
    background-color: #f2bcc6
}

.cpl-scope .table-hover .table-danger:hover {
    background-color: #eea7b4
}

    .cpl-scope .table-hover .table-danger:hover > td, .cpl-scope .table-hover .table-danger:hover > th {
        background-color: #eea7b4
    }

.cpl-scope .table-light, .cpl-scope .table-light > th, .cpl-scope .table-light > td {
    background-color: #fdfdfe
}

.cpl-scope .table-hover .table-light:hover {
    background-color: #ececf6
}

    .cpl-scope .table-hover .table-light:hover > td, .cpl-scope .table-hover .table-light:hover > th {
        background-color: #ececf6
    }

.cpl-scope .table-dark, .cpl-scope .table-dark > th, .cpl-scope .table-dark > td {
    background-color: #c6c8ca
}

.cpl-scope .table-hover .table-dark:hover {
    background-color: #b9bbbe
}

    .cpl-scope .table-hover .table-dark:hover > td, .cpl-scope .table-hover .table-dark:hover > th {
        background-color: #b9bbbe
    }

.cpl-scope .table-active, .cpl-scope .table-active > th, .cpl-scope .table-active > td {
    background-color: rgba(0,0,0,.075)
}

.cpl-scope .table-hover .table-active:hover {
    background-color: rgba(0,0,0,.075)
}

    .cpl-scope .table-hover .table-active:hover > td, .cpl-scope .table-hover .table-active:hover > th {
        background-color: rgba(0,0,0,.075)
    }

.cpl-scope .table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.cpl-scope .table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #f1f1f2
}

.cpl-scope .table-dark {
    color: #fff;
    background-color: #212529
}

    .cpl-scope .table-dark th, .cpl-scope .table-dark td, .cpl-scope .table-dark thead th {
        border-color: #32383e
    }

    .cpl-scope .table-dark.table-bordered {
        border: 0
    }

    .cpl-scope .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255,255,255,.05)
    }

    .cpl-scope .table-dark.table-hover tbody tr:hover {
        background-color: rgba(255,255,255,.075)
    }

@media(max-width:575.98px) {
    .cpl-scope .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .cpl-scope .table-responsive-sm > .table-bordered {
            border: 0
        }
}

@media(max-width:767.98px) {
    .cpl-scope .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .cpl-scope .table-responsive-md > .table-bordered {
            border: 0
        }
}

@media(max-width:991.98px) {
    .cpl-scope .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .cpl-scope .table-responsive-lg > .table-bordered {
            border: 0
        }
}

@media(max-width:1199.98px) {
    .cpl-scope .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .cpl-scope .table-responsive-xl > .table-bordered {
            border: 0
        }
}

.cpl-scope .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

    .cpl-scope .table-responsive > .table-bordered {
        border: 0
    }

.cpl-scope .form-control {
    display: block;
    width: 100%;
    height: calc(1.725rem + 2px);
    padding: .375rem .75rem;
    font-size: .75rem;
    line-height: 1.3;
    color: #32363b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 2px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .cpl-scope .form-control {
        transition: none
    }
}

.cpl-scope .form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.cpl-scope .form-control:focus {
    color: #32363b;
    background-color: #fff;
    border-color: #17fdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,149,150,.25)
}

.cpl-scope .form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.cpl-scope .form-control:disabled, .cpl-scope .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.cpl-scope select.form-control:focus::-ms-value {
    color: #32363b;
    background-color: #fff
}

.cpl-scope .form-control-file, .cpl-scope .form-control-range {
    display: block;
    width: 100%
}

.cpl-scope .col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.3
}

.cpl-scope .col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: .9375rem;
    line-height: 1.5
}

.cpl-scope .col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .65625rem;
    line-height: 1.5
}

.cpl-scope .form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.3;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .cpl-scope .form-control-plaintext.form-control-sm, .cpl-scope .form-control-plaintext.form-control-lg {
        padding-right: 0;
        padding-left: 0
    }

.cpl-scope .form-control-sm {
    height: calc(1.48438rem + 2px);
    padding: .25rem .5rem;
    font-size: .65625rem;
    line-height: 1.5;
    border-radius: .2rem
}

.cpl-scope .form-control-lg {
    height: calc(2.40625rem + 2px);
    padding: .5rem 1rem;
    font-size: .9375rem;
    line-height: 1.5;
    border-radius: .3rem
}

.cpl-scope select.form-control[size], .cpl-scope select.form-control[multiple] {
    height: auto
}

.cpl-scope textarea.form-control {
    height: auto
}

.cpl-scope .form-group {
    margin-bottom: .66667rem
}

.cpl-scope .form-text {
    display: block;
    margin-top: .25rem
}

.cpl-scope .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

    .cpl-scope .form-row > .col, .cpl-scope .form-row > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px
    }

.cpl-scope .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.cpl-scope .form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

    .cpl-scope .form-check-input:disabled ~ .form-check-label {
        color: #c1c5ca
    }

.cpl-scope .form-check-label {
    margin-bottom: 0
}

.cpl-scope .form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

    .cpl-scope .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0
    }

.cpl-scope .valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #8dc63f
}

.cpl-scope .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .65625rem;
    line-height: 1.3;
    color: #212529;
    background-color: rgba(141,198,63,.9);
    border-radius: .25rem
}

.was-validated .cpl-scope .form-control:valid, .cpl-scope .form-control.is-valid, .was-validated .cpl-scope .custom-select:valid, .cpl-scope .custom-select.is-valid {
    border-color: #8dc63f
}

    .was-validated .cpl-scope .form-control:valid:focus, .cpl-scope .form-control.is-valid:focus, .was-validated .cpl-scope .custom-select:valid:focus, .cpl-scope .custom-select.is-valid:focus {
        border-color: #8dc63f;
        box-shadow: 0 0 0 .2rem rgba(141,198,63,.25)
    }

    .was-validated .cpl-scope .form-control:valid ~ .valid-feedback, .was-validated .cpl-scope .form-control:valid ~ .valid-tooltip, .cpl-scope .form-control.is-valid ~ .valid-feedback, .cpl-scope .form-control.is-valid ~ .valid-tooltip, .was-validated .cpl-scope .custom-select:valid ~ .valid-feedback, .was-validated .cpl-scope .custom-select:valid ~ .valid-tooltip, .cpl-scope .custom-select.is-valid ~ .valid-feedback, .cpl-scope .custom-select.is-valid ~ .valid-tooltip {
        display: block
    }

.was-validated .cpl-scope .form-control-file:valid ~ .valid-feedback, .was-validated .cpl-scope .form-control-file:valid ~ .valid-tooltip, .cpl-scope .form-control-file.is-valid ~ .valid-feedback, .cpl-scope .form-control-file.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .cpl-scope .form-check-input:valid ~ .form-check-label, .cpl-scope .form-check-input.is-valid ~ .form-check-label {
    color: #8dc63f
}

.was-validated .cpl-scope .form-check-input:valid ~ .valid-feedback, .was-validated .cpl-scope .form-check-input:valid ~ .valid-tooltip, .cpl-scope .form-check-input.is-valid ~ .valid-feedback, .cpl-scope .form-check-input.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .cpl-scope .custom-control-input:valid ~ .custom-control-label, .cpl-scope .custom-control-input.is-valid ~ .custom-control-label {
    color: #8dc63f
}

    .was-validated .cpl-scope .custom-control-input:valid ~ .custom-control-label::before, .cpl-scope .custom-control-input.is-valid ~ .custom-control-label::before {
        background-color: #c7e3a1
    }

.was-validated .cpl-scope .custom-control-input:valid ~ .valid-feedback, .was-validated .cpl-scope .custom-control-input:valid ~ .valid-tooltip, .cpl-scope .custom-control-input.is-valid ~ .valid-feedback, .cpl-scope .custom-control-input.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .cpl-scope .custom-control-input:valid:checked ~ .custom-control-label::before, .cpl-scope .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    background-color: #a4d266
}

.was-validated .cpl-scope .custom-control-input:valid:focus ~ .custom-control-label::before, .cpl-scope .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(141,198,63,.25)
}

.was-validated .cpl-scope .custom-file-input:valid ~ .custom-file-label, .cpl-scope .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #8dc63f
}

    .was-validated .cpl-scope .custom-file-input:valid ~ .custom-file-label::after, .cpl-scope .custom-file-input.is-valid ~ .custom-file-label::after {
        border-color: inherit
    }

.was-validated .cpl-scope .custom-file-input:valid ~ .valid-feedback, .was-validated .cpl-scope .custom-file-input:valid ~ .valid-tooltip, .cpl-scope .custom-file-input.is-valid ~ .valid-feedback, .cpl-scope .custom-file-input.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .cpl-scope .custom-file-input:valid:focus ~ .custom-file-label, .cpl-scope .custom-file-input.is-valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(141,198,63,.25)
}

.cpl-scope .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #cf1034
}

.cpl-scope .invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .65625rem;
    line-height: 1.3;
    color: #fff;
    background-color: rgba(207,16,52,.9);
    border-radius: .25rem
}

.was-validated .cpl-scope .form-control:invalid, .cpl-scope .form-control.is-invalid, .was-validated .cpl-scope .custom-select:invalid, .cpl-scope .custom-select.is-invalid {
    border-color: #cf1034
}

    .was-validated .cpl-scope .form-control:invalid:focus, .cpl-scope .form-control.is-invalid:focus, .was-validated .cpl-scope .custom-select:invalid:focus, .cpl-scope .custom-select.is-invalid:focus {
        border-color: #cf1034;
        box-shadow: 0 0 0 .2rem rgba(207,16,52,.25)
    }

    .was-validated .cpl-scope .form-control:invalid ~ .invalid-feedback, .was-validated .cpl-scope .form-control:invalid ~ .invalid-tooltip, .cpl-scope .form-control.is-invalid ~ .invalid-feedback, .cpl-scope .form-control.is-invalid ~ .invalid-tooltip, .was-validated .cpl-scope .custom-select:invalid ~ .invalid-feedback, .was-validated .cpl-scope .custom-select:invalid ~ .invalid-tooltip, .cpl-scope .custom-select.is-invalid ~ .invalid-feedback, .cpl-scope .custom-select.is-invalid ~ .invalid-tooltip {
        display: block
    }

.was-validated .cpl-scope .form-control-file:invalid ~ .invalid-feedback, .was-validated .cpl-scope .form-control-file:invalid ~ .invalid-tooltip, .cpl-scope .form-control-file.is-invalid ~ .invalid-feedback, .cpl-scope .form-control-file.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .cpl-scope .form-check-input:invalid ~ .form-check-label, .cpl-scope .form-check-input.is-invalid ~ .form-check-label {
    color: #cf1034
}

.was-validated .cpl-scope .form-check-input:invalid ~ .invalid-feedback, .was-validated .cpl-scope .form-check-input:invalid ~ .invalid-tooltip, .cpl-scope .form-check-input.is-invalid ~ .invalid-feedback, .cpl-scope .form-check-input.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .cpl-scope .custom-control-input:invalid ~ .custom-control-label, .cpl-scope .custom-control-input.is-invalid ~ .custom-control-label {
    color: #cf1034
}

    .was-validated .cpl-scope .custom-control-input:invalid ~ .custom-control-label::before, .cpl-scope .custom-control-input.is-invalid ~ .custom-control-label::before {
        background-color: #f46b85
    }

.was-validated .cpl-scope .custom-control-input:invalid ~ .invalid-feedback, .was-validated .cpl-scope .custom-control-input:invalid ~ .invalid-tooltip, .cpl-scope .custom-control-input.is-invalid ~ .invalid-feedback, .cpl-scope .custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .cpl-scope .custom-control-input:invalid:checked ~ .custom-control-label::before, .cpl-scope .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    background-color: #ee244a
}

.was-validated .cpl-scope .custom-control-input:invalid:focus ~ .custom-control-label::before, .cpl-scope .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(207,16,52,.25)
}

.was-validated .cpl-scope .custom-file-input:invalid ~ .custom-file-label, .cpl-scope .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #cf1034
}

    .was-validated .cpl-scope .custom-file-input:invalid ~ .custom-file-label::after, .cpl-scope .custom-file-input.is-invalid ~ .custom-file-label::after {
        border-color: inherit
    }

.was-validated .cpl-scope .custom-file-input:invalid ~ .invalid-feedback, .was-validated .cpl-scope .custom-file-input:invalid ~ .invalid-tooltip, .cpl-scope .custom-file-input.is-invalid ~ .invalid-feedback, .cpl-scope .custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .cpl-scope .custom-file-input:invalid:focus ~ .custom-file-label, .cpl-scope .custom-file-input.is-invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(207,16,52,.25)
}

.cpl-scope .form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

    .cpl-scope .form-inline .form-check {
        width: 100%
    }

@media(min-width:576px) {
    .cpl-scope .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .cpl-scope .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .cpl-scope .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .cpl-scope .form-inline .form-control-plaintext {
        display: inline-block
    }

    .cpl-scope .form-inline .input-group, .cpl-scope .form-inline .custom-select {
        width: auto
    }

    .cpl-scope .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .cpl-scope .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .cpl-scope .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .cpl-scope .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.cpl-scope .btn {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: .75rem;
    line-height: 1.3;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .cpl-scope .btn {
        transition: none
    }
}

.cpl-scope .btn:hover, .cpl-scope .btn:focus {
    text-decoration: none
}

.cpl-scope .btn:focus, .cpl-scope .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,149,150,.25)
}

.cpl-scope .btn.disabled, .cpl-scope .btn:disabled {
    opacity: .65
}

.cpl-scope .btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.cpl-scope a.btn.disabled, .cpl-scope fieldset:disabled a.btn {
    pointer-events: none
}

.cpl-scope .btn-primary {
    color: #fff;
    background-color: #009596;
    border-color: #009596
}

    .cpl-scope .btn-primary:focus, .cpl-scope .btn-primary.focus {
        box-shadow: 0 0 0 .2rem rgba(0,149,150,.5)
    }

    .cpl-scope .btn-primary.disabled, .cpl-scope .btn-primary:disabled {
        color: #fff;
        background-color: #009596;
        border-color: #009596
    }

        .cpl-scope .btn-primary:not(:disabled):not(.disabled):active:focus, .cpl-scope .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .cpl-scope .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,149,150,.5)
        }

.cpl-scope .btn-secondary {
    color: #fff;
    background-color: #00993e;
    border-color: #00993e
}

    .cpl-scope .btn-secondary:hover {
        color: #fff;
        background-color: #00732f;
        border-color: #006629
    }

    .cpl-scope .btn-secondary:focus, .cpl-scope .btn-secondary.focus {
        box-shadow: 0 0 0 .2rem rgba(0,153,62,.5)
    }

    .cpl-scope .btn-secondary.disabled, .cpl-scope .btn-secondary:disabled {
        color: #fff;
        background-color: #00993e;
        border-color: #00993e
    }

    .cpl-scope .btn-secondary:not(:disabled):not(.disabled):active, .cpl-scope .btn-secondary:not(:disabled):not(.disabled).active, .show > .cpl-scope .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #006629;
        border-color: #005924
    }

        .cpl-scope .btn-secondary:not(:disabled):not(.disabled):active:focus, .cpl-scope .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .cpl-scope .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,153,62,.5)
        }

.cpl-scope .btn-success {
    color: #212529;
    background-color: #8dc63f;
    border-color: #8dc63f
}

    .cpl-scope .btn-success:hover {
        color: #fff;
        background-color: #79ac33;
        border-color: #72a230
    }

    .cpl-scope .btn-success:focus, .cpl-scope .btn-success.focus {
        box-shadow: 0 0 0 .2rem rgba(141,198,63,.5)
    }

    .cpl-scope .btn-success.disabled, .cpl-scope .btn-success:disabled {
        color: #212529;
        background-color: #8dc63f;
        border-color: #8dc63f
    }

    .cpl-scope .btn-success:not(:disabled):not(.disabled):active, .cpl-scope .btn-success:not(:disabled):not(.disabled).active, .show > .cpl-scope .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #72a230;
        border-color: #6b982d
    }

        .cpl-scope .btn-success:not(:disabled):not(.disabled):active:focus, .cpl-scope .btn-success:not(:disabled):not(.disabled).active:focus, .show > .cpl-scope .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(141,198,63,.5)
        }

.cpl-scope .btn-info {
    color: #fff;
    background-color: #00b5f1;
    border-color: #00b5f1
}

    .cpl-scope .btn-info:hover {
        color: #fff;
        background-color: #0098cb;
        border-color: #008fbe
    }

    .cpl-scope .btn-info:focus, .cpl-scope .btn-info.focus {
        box-shadow: 0 0 0 .2rem rgba(0,181,241,.5)
    }

    .cpl-scope .btn-info.disabled, .cpl-scope .btn-info:disabled {
        color: #fff;
        background-color: #00b5f1;
        border-color: #00b5f1
    }

    .cpl-scope .btn-info:not(:disabled):not(.disabled):active, .cpl-scope .btn-info:not(:disabled):not(.disabled).active, .show > .cpl-scope .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #008fbe;
        border-color: #0085b1
    }

        .cpl-scope .btn-info:not(:disabled):not(.disabled):active:focus, .cpl-scope .btn-info:not(:disabled):not(.disabled).active:focus, .show > .cpl-scope .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,181,241,.5)
        }

.cpl-scope .btn-warning {
    color: #212529;
    background-color: #f7941d;
    border-color: #f7941d
}

    .cpl-scope .btn-warning:hover {
        color: #fff;
        background-color: #e68108;
        border-color: #d97a08
    }

    .cpl-scope .btn-warning:focus, .cpl-scope .btn-warning.focus {
        box-shadow: 0 0 0 .2rem rgba(247,148,29,.5)
    }

    .cpl-scope .btn-warning.disabled, .cpl-scope .btn-warning:disabled {
        color: #212529;
        background-color: #f7941d;
        border-color: #f7941d
    }

    .cpl-scope .btn-warning:not(:disabled):not(.disabled):active, .cpl-scope .btn-warning:not(:disabled):not(.disabled).active, .show > .cpl-scope .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #d97a08;
        border-color: #cd7307
    }

        .cpl-scope .btn-warning:not(:disabled):not(.disabled):active:focus, .cpl-scope .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .cpl-scope .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(247,148,29,.5)
        }

.cpl-scope .btn-danger {
    color: #fff;
    background-color: #cf1034;
    border-color: #cf1034
}

    .cpl-scope .btn-danger:hover {
        color: #fff;
        background-color: #ab0d2b;
        border-color: #a00c28
    }

    .cpl-scope .btn-danger:focus, .cpl-scope .btn-danger.focus {
        box-shadow: 0 0 0 .2rem rgba(207,16,52,.5)
    }

    .cpl-scope .btn-danger.disabled, .cpl-scope .btn-danger:disabled {
        color: #fff;
        background-color: #cf1034;
        border-color: #cf1034
    }

    .cpl-scope .btn-danger:not(:disabled):not(.disabled):active, .cpl-scope .btn-danger:not(:disabled):not(.disabled).active, .show > .cpl-scope .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #a00c28;
        border-color: #940b25
    }

        .cpl-scope .btn-danger:not(:disabled):not(.disabled):active:focus, .cpl-scope .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .cpl-scope .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(207,16,52,.5)
        }

.cpl-scope .btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

    .cpl-scope .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5
    }

    .cpl-scope .btn-light:focus, .cpl-scope .btn-light.focus {
        box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
    }

    .cpl-scope .btn-light.disabled, .cpl-scope .btn-light:disabled {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .cpl-scope .btn-light:not(:disabled):not(.disabled):active, .cpl-scope .btn-light:not(:disabled):not(.disabled).active, .show > .cpl-scope .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df
    }

        .cpl-scope .btn-light:not(:disabled):not(.disabled):active:focus, .cpl-scope .btn-light:not(:disabled):not(.disabled).active:focus, .show > .cpl-scope .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
        }

.cpl-scope .btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

    .cpl-scope .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124
    }

    .cpl-scope .btn-dark:focus, .cpl-scope .btn-dark.focus {
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
    }

    .cpl-scope .btn-dark.disabled, .cpl-scope .btn-dark:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .cpl-scope .btn-dark:not(:disabled):not(.disabled):active, .cpl-scope .btn-dark:not(:disabled):not(.disabled).active, .show > .cpl-scope .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d
    }

        .cpl-scope .btn-dark:not(:disabled):not(.disabled):active:focus, .cpl-scope .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .cpl-scope .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
        }

.cpl-scope .btn-outline-primary {
    color: #009596;
    background-color: transparent;
    background-image: none;
    border-color: #009596
}

    .cpl-scope .btn-outline-primary:hover {
        color: #fff;
        background-color: #009596;
        border-color: #009596
    }

    .cpl-scope .btn-outline-primary:focus, .cpl-scope .btn-outline-primary.focus {
        box-shadow: 0 0 0 .2rem rgba(0,149,150,.5)
    }

    .cpl-scope .btn-outline-primary.disabled, .cpl-scope .btn-outline-primary:disabled {
        color: #009596;
        background-color: transparent
    }

    .cpl-scope .btn-outline-primary:not(:disabled):not(.disabled):active, .cpl-scope .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .cpl-scope .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #009596;
        border-color: #009596
    }

        .cpl-scope .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .cpl-scope .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .cpl-scope .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,149,150,.5)
        }

.cpl-scope .btn-outline-secondary {
    color: #00993e;
    background-color: transparent;
    background-image: none;
    border-color: #00993e
}

    .cpl-scope .btn-outline-secondary:hover {
        color: #fff;
        background-color: #00993e;
        border-color: #00993e
    }

    .cpl-scope .btn-outline-secondary:focus, .cpl-scope .btn-outline-secondary.focus {
        box-shadow: 0 0 0 .2rem rgba(0,153,62,.5)
    }

    .cpl-scope .btn-outline-secondary.disabled, .cpl-scope .btn-outline-secondary:disabled {
        color: #00993e;
        background-color: transparent
    }

    .cpl-scope .btn-outline-secondary:not(:disabled):not(.disabled):active, .cpl-scope .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .cpl-scope .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #00993e;
        border-color: #00993e
    }

        .cpl-scope .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .cpl-scope .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .cpl-scope .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,153,62,.5)
        }

.cpl-scope .btn-outline-success {
    color: #8dc63f;
    background-color: transparent;
    background-image: none;
    border-color: #8dc63f
}

    .cpl-scope .btn-outline-success:hover {
        color: #212529;
        background-color: #8dc63f;
        border-color: #8dc63f
    }

    .cpl-scope .btn-outline-success:focus, .cpl-scope .btn-outline-success.focus {
        box-shadow: 0 0 0 .2rem rgba(141,198,63,.5)
    }

    .cpl-scope .btn-outline-success.disabled, .cpl-scope .btn-outline-success:disabled {
        color: #8dc63f;
        background-color: transparent
    }

    .cpl-scope .btn-outline-success:not(:disabled):not(.disabled):active, .cpl-scope .btn-outline-success:not(:disabled):not(.disabled).active, .show > .cpl-scope .btn-outline-success.dropdown-toggle {
        color: #212529;
        background-color: #8dc63f;
        border-color: #8dc63f
    }

        .cpl-scope .btn-outline-success:not(:disabled):not(.disabled):active:focus, .cpl-scope .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .cpl-scope .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(141,198,63,.5)
        }

.cpl-scope .btn-outline-info {
    color: #00b5f1;
    background-color: transparent;
    background-image: none;
    border-color: #00b5f1
}

    .cpl-scope .btn-outline-info:hover {
        color: #fff;
        background-color: #00b5f1;
        border-color: #00b5f1
    }

    .cpl-scope .btn-outline-info:focus, .cpl-scope .btn-outline-info.focus {
        box-shadow: 0 0 0 .2rem rgba(0,181,241,.5)
    }

    .cpl-scope .btn-outline-info.disabled, .cpl-scope .btn-outline-info:disabled {
        color: #00b5f1;
        background-color: transparent
    }

    .cpl-scope .btn-outline-info:not(:disabled):not(.disabled):active, .cpl-scope .btn-outline-info:not(:disabled):not(.disabled).active, .show > .cpl-scope .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #00b5f1;
        border-color: #00b5f1
    }

        .cpl-scope .btn-outline-info:not(:disabled):not(.disabled):active:focus, .cpl-scope .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .cpl-scope .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,181,241,.5)
        }

.cpl-scope .btn-outline-warning {
    color: #f7941d;
    background-color: transparent;
    background-image: none;
    border-color: #f7941d
}

    .cpl-scope .btn-outline-warning:hover {
        color: #212529;
        background-color: #f7941d;
        border-color: #f7941d
    }

    .cpl-scope .btn-outline-warning:focus, .cpl-scope .btn-outline-warning.focus {
        box-shadow: 0 0 0 .2rem rgba(247,148,29,.5)
    }

    .cpl-scope .btn-outline-warning.disabled, .cpl-scope .btn-outline-warning:disabled {
        color: #f7941d;
        background-color: transparent
    }

    .cpl-scope .btn-outline-warning:not(:disabled):not(.disabled):active, .cpl-scope .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .cpl-scope .btn-outline-warning.dropdown-toggle {
        color: #212529;
        background-color: #f7941d;
        border-color: #f7941d
    }

        .cpl-scope .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .cpl-scope .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .cpl-scope .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(247,148,29,.5)
        }

.cpl-scope .btn-outline-danger {
    color: #cf1034;
    background-color: transparent;
    background-image: none;
    border-color: #cf1034
}

    .cpl-scope .btn-outline-danger:hover {
        color: #fff;
        background-color: #cf1034;
        border-color: #cf1034
    }

    .cpl-scope .btn-outline-danger:focus, .cpl-scope .btn-outline-danger.focus {
        box-shadow: 0 0 0 .2rem rgba(207,16,52,.5)
    }

    .cpl-scope .btn-outline-danger.disabled, .cpl-scope .btn-outline-danger:disabled {
        color: #cf1034;
        background-color: transparent
    }

    .cpl-scope .btn-outline-danger:not(:disabled):not(.disabled):active, .cpl-scope .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .cpl-scope .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #cf1034;
        border-color: #cf1034
    }

        .cpl-scope .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .cpl-scope .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .cpl-scope .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(207,16,52,.5)
        }

.cpl-scope .btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

    .cpl-scope .btn-outline-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .cpl-scope .btn-outline-light:focus, .cpl-scope .btn-outline-light.focus {
        box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
    }

    .cpl-scope .btn-outline-light.disabled, .cpl-scope .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent
    }

    .cpl-scope .btn-outline-light:not(:disabled):not(.disabled):active, .cpl-scope .btn-outline-light:not(:disabled):not(.disabled).active, .show > .cpl-scope .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

        .cpl-scope .btn-outline-light:not(:disabled):not(.disabled):active:focus, .cpl-scope .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .cpl-scope .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
        }

.cpl-scope .btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

    .cpl-scope .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .cpl-scope .btn-outline-dark:focus, .cpl-scope .btn-outline-dark.focus {
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
    }

    .cpl-scope .btn-outline-dark.disabled, .cpl-scope .btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent
    }

    .cpl-scope .btn-outline-dark:not(:disabled):not(.disabled):active, .cpl-scope .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .cpl-scope .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

        .cpl-scope .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .cpl-scope .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .cpl-scope .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
        }

.cpl-scope .btn-link {
    font-weight: 400;
    color: #0271bb;
    background-color: transparent
}

    .cpl-scope .btn-link:hover {
        color: #0271bb;
        text-decoration: underline;
        background-color: transparent;
        border-color: transparent
    }

    .cpl-scope .btn-link:focus, .cpl-scope .btn-link.focus {
        text-decoration: underline;
        border-color: transparent;
        box-shadow: none
    }

    .cpl-scope .btn-link:disabled, .cpl-scope .btn-link.disabled {
        color: #84888d;
        pointer-events: none
    }

.cpl-scope .btn-lg, .cpl-scope .btn-group-lg > .btn {
    padding: .5rem 1rem;
    font-size: .9375rem;
    line-height: 1.5;
    border-radius: .3rem
}

.cpl-scope .btn-sm, .cpl-scope .btn-group-sm > .btn {
    padding: .25rem .5rem;
    font-size: .65625rem;
    line-height: 1.5;
    border-radius: .2rem
}

.cpl-scope .btn-block {
    padding: 4px 8px;
    gap: 8px;
    width: 88px;
    height: 32px;
    background: #000000;
    border-radius: 2px;
    float: right;
}

    .cpl-scope .btn-block + .btn-block {
        margin-top: .5rem
    }


.cpl-scope .fade {
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion:reduce) {
    .cpl-scope .fade {
        transition: none
    }
}

.cpl-scope .fade:not(.show) {
    opacity: 0
}

.cpl-scope .collapse:not(.show) {
    display: none
}

.cpl-scope .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .cpl-scope .collapsing {
        transition: none
    }
}

.cpl-scope .dropup, .cpl-scope .dropright, .cpl-scope .dropdown, .cpl-scope .dropleft {
    position: relative
}

.cpl-scope .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: .75rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

.cpl-scope .dropdown-menu-right {
    right: 0;
    left: auto
}

.cpl-scope .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.cpl-scope .dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.cpl-scope .dropright .dropdown-toggle::after {
    vertical-align: 0
}

.cpl-scope .dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.cpl-scope .dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.cpl-scope .dropdown-menu[x-placement^="top"], .cpl-scope .dropdown-menu[x-placement^="right"], .cpl-scope .dropdown-menu[x-placement^="bottom"], .cpl-scope .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto
}

.cpl-scope .dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #eaeef3
}

.cpl-scope .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #53575c;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .cpl-scope .dropdown-item:hover, .cpl-scope .dropdown-item:focus {
        color: #fff;
        text-decoration: none;
        background-color: #c1c5ca
    }

    .cpl-scope .dropdown-item.active, .cpl-scope .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #009596
    }

    .cpl-scope .dropdown-item.disabled, .cpl-scope .dropdown-item:disabled {
        color: #c1c5ca;
        background-color: transparent
    }

.cpl-scope .dropdown-menu.show {
    display: block
}

.cpl-scope .dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .65625rem;
    color: #009596;
    white-space: nowrap
}

.cpl-scope .dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #53575c
}

.cpl-scope .btn-group, .cpl-scope .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

    .cpl-scope .btn-group > .btn, .cpl-scope .btn-group-vertical > .btn {
        position: relative;
        flex: 0 1 auto
    }

        .cpl-scope .btn-group > .btn:hover, .cpl-scope .btn-group-vertical > .btn:hover {
            z-index: 1
        }

        .cpl-scope .btn-group > .btn:focus, .cpl-scope .btn-group > .btn:active, .cpl-scope .btn-group > .btn.active, .cpl-scope .btn-group-vertical > .btn:focus, .cpl-scope .btn-group-vertical > .btn:active, .cpl-scope .btn-group-vertical > .btn.active {
            z-index: 1
        }

    .cpl-scope .btn-group .btn + .btn, .cpl-scope .btn-group .btn + .btn-group, .cpl-scope .btn-group .btn-group + .btn, .cpl-scope .btn-group .btn-group + .btn-group, .cpl-scope .btn-group-vertical .btn + .btn, .cpl-scope .btn-group-vertical .btn + .btn-group, .cpl-scope .btn-group-vertical .btn-group + .btn, .cpl-scope .btn-group-vertical .btn-group + .btn-group {
        margin-left: -1px
    }

.cpl-scope .btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .cpl-scope .btn-toolbar .input-group {
        width: auto
    }

.cpl-scope .btn-group > .btn:first-child {
    margin-left: 0
}

.cpl-scope .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .cpl-scope .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.cpl-scope .btn-group > .btn:not(:first-child), .cpl-scope .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.cpl-scope .dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

    .cpl-scope .dropdown-toggle-split::after, .dropup .cpl-scope .dropdown-toggle-split::after, .dropright .cpl-scope .dropdown-toggle-split::after {
        margin-left: 0
    }

.dropleft .cpl-scope .dropdown-toggle-split::before {
    margin-right: 0
}

.cpl-scope .btn-sm + .dropdown-toggle-split, .cpl-scope .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.cpl-scope .btn-lg + .dropdown-toggle-split, .cpl-scope .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.cpl-scope .btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

    .cpl-scope .btn-group-vertical .btn, .cpl-scope .btn-group-vertical .btn-group {
        width: 100%
    }

    .cpl-scope .btn-group-vertical > .btn + .btn, .cpl-scope .btn-group-vertical > .btn + .btn-group, .cpl-scope .btn-group-vertical > .btn-group + .btn, .cpl-scope .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

    .cpl-scope .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .cpl-scope .btn-group-vertical > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .cpl-scope .btn-group-vertical > .btn:not(:first-child), .cpl-scope .btn-group-vertical > .btn-group:not(:first-child) > .btn {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.cpl-scope .btn-group-toggle > .btn, .cpl-scope .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

    .cpl-scope .btn-group-toggle > .btn input[type="radio"], .cpl-scope .btn-group-toggle > .btn input[type="checkbox"], .cpl-scope .btn-group-toggle > .btn-group > .btn input[type="radio"], .cpl-scope .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
        position: absolute;
        clip: rect(0,0,0,0);
        pointer-events: none
    }

.cpl-scope .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

    .cpl-scope .input-group > .form-control, .cpl-scope .input-group > .custom-select, .cpl-scope .input-group > .custom-file {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0
    }

        .cpl-scope .input-group > .form-control + .form-control, .cpl-scope .input-group > .form-control + .custom-select, .cpl-scope .input-group > .form-control + .custom-file, .cpl-scope .input-group > .custom-select + .form-control, .cpl-scope .input-group > .custom-select + .custom-select, .cpl-scope .input-group > .custom-select + .custom-file, .cpl-scope .input-group > .custom-file + .form-control, .cpl-scope .input-group > .custom-file + .custom-select, .cpl-scope .input-group > .custom-file + .custom-file {
            margin-left: -1px
        }

        .cpl-scope .input-group > .form-control:focus, .cpl-scope .input-group > .custom-select:focus, .cpl-scope .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
            z-index: 3
        }

        .cpl-scope .input-group > .custom-file .custom-file-input:focus {
            z-index: 4
        }

        .cpl-scope .input-group > .form-control:not(:last-child), .cpl-scope .input-group > .custom-select:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .cpl-scope .input-group > .form-control:not(:first-child), .cpl-scope .input-group > .custom-select:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .cpl-scope .input-group > .custom-file {
        display: flex;
        align-items: center
    }

        .cpl-scope .input-group > .custom-file:not(:last-child) .custom-file-label, .cpl-scope .input-group > .custom-file:not(:last-child) .custom-file-label::after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .cpl-scope .input-group > .custom-file:not(:first-child) .custom-file-label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

.cpl-scope .input-group-prepend, .cpl-scope .input-group-append {
    display: flex
}

    .cpl-scope .input-group-prepend .btn, .cpl-scope .input-group-append .btn {
        position: relative;
        z-index: 2
    }

        .cpl-scope .input-group-prepend .btn + .btn, .cpl-scope .input-group-prepend .btn + .input-group-text, .cpl-scope .input-group-prepend .input-group-text + .input-group-text, .cpl-scope .input-group-prepend .input-group-text + .btn, .cpl-scope .input-group-append .btn + .btn, .cpl-scope .input-group-append .btn + .input-group-text, .cpl-scope .input-group-append .input-group-text + .input-group-text, .cpl-scope .input-group-append .input-group-text + .btn {
            margin-left: -1px
        }

.cpl-scope .input-group-prepend {
    margin-right: -1px
}

.cpl-scope .input-group-append {
    margin-left: -1px
}

.cpl-scope .input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.3;
    color: #32363b;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #c1c5ca;
    border-radius: 2px
}

    .cpl-scope .input-group-text input[type="radio"], .cpl-scope .input-group-text input[type="checkbox"] {
        margin-top: 0
    }

.cpl-scope .input-group-lg > .form-control, .cpl-scope .input-group-lg > .input-group-prepend > .input-group-text, .cpl-scope .input-group-lg > .input-group-append > .input-group-text, .cpl-scope .input-group-lg > .input-group-prepend > .btn, .cpl-scope .input-group-lg > .input-group-append > .btn {
    height: calc(2.40625rem + 2px);
    padding: .5rem 1rem;
    font-size: .9375rem;
    line-height: 1.5;
    border-radius: .3rem
}

.cpl-scope .input-group-sm > .form-control, .cpl-scope .input-group-sm > .input-group-prepend > .input-group-text, .cpl-scope .input-group-sm > .input-group-append > .input-group-text, .cpl-scope .input-group-sm > .input-group-prepend > .btn, .cpl-scope .input-group-sm > .input-group-append > .btn {
    height: calc(1.48438rem + 2px);
    padding: .25rem .5rem;
    font-size: .65625rem;
    line-height: 1.5;
    border-radius: .2rem
}

.cpl-scope .input-group > .input-group-prepend > .btn, .cpl-scope .input-group > .input-group-prepend > .input-group-text, .cpl-scope .input-group > .input-group-append:not(:last-child) > .btn, .cpl-scope .input-group > .input-group-append:not(:last-child) > .input-group-text, .cpl-scope .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .cpl-scope .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.cpl-scope .input-group > .input-group-append > .btn, .cpl-scope .input-group > .input-group-append > .input-group-text, .cpl-scope .input-group > .input-group-prepend:not(:first-child) > .btn, .cpl-scope .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .cpl-scope .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .cpl-scope .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.cpl-scope .custom-control {
    position: relative;
    display: block;
    min-height: .975rem;
    padding-left: 1.5rem
}

.cpl-scope .custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.cpl-scope .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

    .cpl-scope .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        background-color: #009596
    }

    .cpl-scope .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,149,150,.25)
    }

    .cpl-scope .custom-control-input:active ~ .custom-control-label::before {
        color: #fff;
        background-color: #4afeff
    }

    .cpl-scope .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d
    }

        .cpl-scope .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #e9ecef
        }

.cpl-scope .custom-control-label {
    position: relative;
    margin-bottom: 0
}

    .cpl-scope .custom-control-label::before {
        position: absolute;
        top: -.0125rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        user-select: none;
        background-color: #dee2e6
    }

    .cpl-scope .custom-control-label::after {
        position: absolute;
        top: -.0125rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%
    }

.cpl-scope .custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.cpl-scope .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #009596
}

.cpl-scope .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.cpl-scope .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #009596
}

.cpl-scope .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23ffffff' d='M0 2h4'/%3E%3C/svg%3E")
}

.cpl-scope .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,149,150,.5)
}

.cpl-scope .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0,149,150,.5)
}

.cpl-scope .custom-radio .custom-control-label::before {
    border-radius: 50%
}

.cpl-scope .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #009596
}

.cpl-scope .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffffff'/%3E%3C/svg%3E")
}

.cpl-scope .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,149,150,.5)
}

.cpl-scope .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.725rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.3;
    color: #32363b;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    appearance: none
}

    .cpl-scope .custom-select:focus {
        border-color: #17fdff;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(23,253,255,.5)
    }

        .cpl-scope .custom-select:focus::-ms-value {
            color: #32363b;
            background-color: #fff
        }

    .cpl-scope .custom-select[multiple], .cpl-scope .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: .75rem;
        background-image: none
    }

    .cpl-scope .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef
    }

    .cpl-scope .custom-select::-ms-expand {
        opacity: 0
    }

.cpl-scope .custom-select-sm {
    height: calc(1.48438rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.cpl-scope .custom-select-lg {
    height: calc(2.40625rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}

.cpl-scope .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.725rem + 2px);
    margin-bottom: 0
}

.cpl-scope .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.725rem + 2px);
    margin: 0;
    opacity: 0
}

    .cpl-scope .custom-file-input:focus ~ .custom-file-label {
        border-color: #17fdff;
        box-shadow: 0 0 0 .2rem rgba(0,149,150,.25)
    }

        .cpl-scope .custom-file-input:focus ~ .custom-file-label::after {
            border-color: #17fdff
        }

    .cpl-scope .custom-file-input:disabled ~ .custom-file-label {
        background-color: #e9ecef
    }

    .cpl-scope .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse"
    }

.cpl-scope .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.725rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.3;
    color: #32363b;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 2px
}

    .cpl-scope .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: 1.725rem;
        padding: .375rem .75rem;
        line-height: 1.3;
        color: #32363b;
        content: "Browse";
        background-color: #fff;
        border-left: 1px solid #ced4da;
        border-radius: 0 2px 2px 0
    }

.cpl-scope .custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    appearance: none
}

    .cpl-scope .custom-range:focus {
        outline: none
    }

        .cpl-scope .custom-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,149,150,.25)
        }

        .cpl-scope .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,149,150,.25)
        }

        .cpl-scope .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,149,150,.25)
        }

    .cpl-scope .custom-range::-moz-focus-outer {
        border: 0
    }

    .cpl-scope .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #009596;
        border: 0;
        border-radius: 1rem;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        appearance: none
    }

@media screen and (prefers-reduced-motion:reduce) {
    .cpl-scope .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.cpl-scope .custom-range::-webkit-slider-thumb:active {
    background-color: #4afeff
}

.cpl-scope .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.cpl-scope .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #009596;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .cpl-scope .custom-range::-moz-range-thumb {
        transition: none
    }
}

.cpl-scope .custom-range::-moz-range-thumb:active {
    background-color: #4afeff
}

.cpl-scope .custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.cpl-scope .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #009596;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .cpl-scope .custom-range::-ms-thumb {
        transition: none
    }
}

.cpl-scope .custom-range::-ms-thumb:active {
    background-color: #4afeff
}

.cpl-scope .custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.cpl-scope .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.cpl-scope .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.cpl-scope .custom-control-label::before, .cpl-scope .custom-file-label, .cpl-scope .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .cpl-scope .custom-control-label::before, .cpl-scope .custom-file-label, .cpl-scope .custom-select {
        transition: none
    }
}

.cpl-scope .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.cpl-scope .nav-link {
    display: block;
    padding: .5rem 1rem
}

    .cpl-scope .nav-link:hover, .cpl-scope .nav-link:focus {
        text-decoration: none
    }

    .cpl-scope .nav-link.disabled {
        color: #6c757d
    }

.cpl-scope .nav-tabs {
    border-bottom: 1px solid #c1c5ca
}

    .cpl-scope .nav-tabs .nav-item {
        margin-bottom: -1px
    }

    .cpl-scope .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

        .cpl-scope .nav-tabs .nav-link:hover, .cpl-scope .nav-tabs .nav-link:focus {
            border-color: #c1c5ca
        }

        .cpl-scope .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent
        }

        .cpl-scope .nav-tabs .nav-link.active, .cpl-scope .nav-tabs .nav-item.show .nav-link {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff
        }

    .cpl-scope .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.cpl-scope .nav-pills .nav-link {
    border-radius: 2px
}

    .cpl-scope .nav-pills .nav-link.active, .cpl-scope .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #009596
    }

.cpl-scope .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.cpl-scope .nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.cpl-scope .tab-content > .tab-pane {
    display: none
}

.cpl-scope .tab-content > .active {
    display: block
}

.cpl-scope .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

    .cpl-scope .navbar > .container, .cpl-scope .navbar > .container-fluid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between
    }

.cpl-scope .navbar-brand {
    display: inline-block;
    padding-top: .37813rem;
    padding-bottom: .37813rem;
    margin-right: 1rem;
    font-size: .9375rem;
    line-height: inherit;
    white-space: nowrap
}

    .cpl-scope .navbar-brand:hover, .cpl-scope .navbar-brand:focus {
        text-decoration: none
    }

.cpl-scope .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .cpl-scope .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .cpl-scope .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

.cpl-scope .navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.cpl-scope .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.cpl-scope .navbar-toggler {
    padding: .25rem .75rem;
    font-size: .9375rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

    .cpl-scope .navbar-toggler:hover, .cpl-scope .navbar-toggler:focus {
        text-decoration: none
    }

    .cpl-scope .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer
    }

.cpl-scope .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media(max-width:575.98px) {
    .cpl-scope .navbar-expand-sm > .container, .cpl-scope .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:576px) {
    .cpl-scope .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .cpl-scope .navbar-expand-sm .navbar-nav {
            flex-direction: row
        }

            .cpl-scope .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute
            }

            .cpl-scope .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .cpl-scope .navbar-expand-sm > .container, .cpl-scope .navbar-expand-sm > .container-fluid {
            flex-wrap: nowrap
        }

        .cpl-scope .navbar-expand-sm .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .cpl-scope .navbar-expand-sm .navbar-toggler {
            display: none
        }
}

@media(max-width:767.98px) {
    .cpl-scope .navbar-expand-md > .container, .cpl-scope .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:768px) {
    .cpl-scope .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .cpl-scope .navbar-expand-md .navbar-nav {
            flex-direction: row
        }

            .cpl-scope .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute
            }

            .cpl-scope .navbar-expand-md .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .cpl-scope .navbar-expand-md > .container, .cpl-scope .navbar-expand-md > .container-fluid {
            flex-wrap: nowrap
        }

        .cpl-scope .navbar-expand-md .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .cpl-scope .navbar-expand-md .navbar-toggler {
            display: none
        }
}

@media(max-width:991.98px) {
    .cpl-scope .navbar-expand-lg > .container, .cpl-scope .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:992px) {
    .cpl-scope .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .cpl-scope .navbar-expand-lg .navbar-nav {
            flex-direction: row
        }

            .cpl-scope .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute
            }

            .cpl-scope .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .cpl-scope .navbar-expand-lg > .container, .cpl-scope .navbar-expand-lg > .container-fluid {
            flex-wrap: nowrap
        }

        .cpl-scope .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .cpl-scope .navbar-expand-lg .navbar-toggler {
            display: none
        }
}

@media(max-width:1199.98px) {
    .cpl-scope .navbar-expand-xl > .container, .cpl-scope .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:1200px) {
    .cpl-scope .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .cpl-scope .navbar-expand-xl .navbar-nav {
            flex-direction: row
        }

            .cpl-scope .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .cpl-scope .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .cpl-scope .navbar-expand-xl > .container, .cpl-scope .navbar-expand-xl > .container-fluid {
            flex-wrap: nowrap
        }

        .cpl-scope .navbar-expand-xl .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .cpl-scope .navbar-expand-xl .navbar-toggler {
            display: none
        }
}

.cpl-scope .navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

    .cpl-scope .navbar-expand > .container, .cpl-scope .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }

    .cpl-scope .navbar-expand .navbar-nav {
        flex-direction: row
    }

        .cpl-scope .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute
        }

        .cpl-scope .navbar-expand .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
        }

    .cpl-scope .navbar-expand > .container, .cpl-scope .navbar-expand > .container-fluid {
        flex-wrap: nowrap
    }

    .cpl-scope .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .cpl-scope .navbar-expand .navbar-toggler {
        display: none
    }

.cpl-scope .navbar-light .navbar-brand {
    color: rgba(0,0,0,.9)
}

    .cpl-scope .navbar-light .navbar-brand:hover, .cpl-scope .navbar-light .navbar-brand:focus {
        color: rgba(0,0,0,.9)
    }

.cpl-scope .navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5)
}

    .cpl-scope .navbar-light .navbar-nav .nav-link:hover, .cpl-scope .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0,0,0,.7)
    }

    .cpl-scope .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0,.3)
    }

    .cpl-scope .navbar-light .navbar-nav .show > .nav-link, .cpl-scope .navbar-light .navbar-nav .active > .nav-link, .cpl-scope .navbar-light .navbar-nav .nav-link.show, .cpl-scope .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0,0,0,.9)
    }

.cpl-scope .navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.cpl-scope .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.cpl-scope .navbar-light .navbar-text {
    color: rgba(0,0,0,.5)
}

    .cpl-scope .navbar-light .navbar-text a {
        color: rgba(0,0,0,.9)
    }

        .cpl-scope .navbar-light .navbar-text a:hover, .cpl-scope .navbar-light .navbar-text a:focus {
            color: rgba(0,0,0,.9)
        }

.cpl-scope .navbar-dark .navbar-brand {
    color: #fff
}

    .cpl-scope .navbar-dark .navbar-brand:hover, .cpl-scope .navbar-dark .navbar-brand:focus {
        color: #fff
    }

.cpl-scope .navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5)
}

    .cpl-scope .navbar-dark .navbar-nav .nav-link:hover, .cpl-scope .navbar-dark .navbar-nav .nav-link:focus {
        color: rgba(255,255,255,.75)
    }

    .cpl-scope .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255,255,255,.25)
    }

    .cpl-scope .navbar-dark .navbar-nav .show > .nav-link, .cpl-scope .navbar-dark .navbar-nav .active > .nav-link, .cpl-scope .navbar-dark .navbar-nav .nav-link.show, .cpl-scope .navbar-dark .navbar-nav .nav-link.active {
        color: #fff
    }

.cpl-scope .navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1)
}

.cpl-scope .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.cpl-scope .navbar-dark .navbar-text {
    color: rgba(255,255,255,.5)
}

    .cpl-scope .navbar-dark .navbar-text a {
        color: #fff
    }

        .cpl-scope .navbar-dark .navbar-text a:hover, .cpl-scope .navbar-dark .navbar-text a:focus {
            color: #fff
        }

.cpl-scope .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

    .cpl-scope .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .cpl-scope .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .cpl-scope .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

.cpl-scope .card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.cpl-scope .card-title {
    margin-bottom: .75rem
}

.cpl-scope .card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.cpl-scope .card-text:last-child {
    margin-bottom: 0
}

.cpl-scope .card-link:hover {
    text-decoration: none
}

.cpl-scope .card-link + .card-link {
    margin-left: 1.25rem
}

.cpl-scope .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

    .cpl-scope .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

    .cpl-scope .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.cpl-scope .card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

    .cpl-scope .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
    }

.cpl-scope .card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.cpl-scope .card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.cpl-scope .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.cpl-scope .card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.cpl-scope .card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.cpl-scope .card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.cpl-scope .card-deck {
    display: flex;
    flex-direction: column
}

    .cpl-scope .card-deck .card {
        margin-bottom: 16px
    }

@media(min-width:576px) {
    .cpl-scope .card-deck {
        flex-flow: row wrap;
        margin-right: -16px;
        margin-left: -16px
    }

        .cpl-scope .card-deck .card {
            display: flex;
            flex: 1 0 0%;
            flex-direction: column;
            margin-right: 16px;
            margin-bottom: 0;
            margin-left: 16px
        }
}

.cpl-scope .card-group {
    display: flex;
    flex-direction: column
}

    .cpl-scope .card-group > .card {
        margin-bottom: 16px
    }

@media(min-width:576px) {
    .cpl-scope .card-group {
        flex-flow: row wrap
    }

        .cpl-scope .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .cpl-scope .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .cpl-scope .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .cpl-scope .card-group > .card:first-child .card-img-top, .cpl-scope .card-group > .card:first-child .card-header {
                    border-top-right-radius: 0
                }

                .cpl-scope .card-group > .card:first-child .card-img-bottom, .cpl-scope .card-group > .card:first-child .card-footer {
                    border-bottom-right-radius: 0
                }

            .cpl-scope .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .cpl-scope .card-group > .card:last-child .card-img-top, .cpl-scope .card-group > .card:last-child .card-header {
                    border-top-left-radius: 0
                }

                .cpl-scope .card-group > .card:last-child .card-img-bottom, .cpl-scope .card-group > .card:last-child .card-footer {
                    border-bottom-left-radius: 0
                }

            .cpl-scope .card-group > .card:only-child {
                border-radius: .25rem
            }

                .cpl-scope .card-group > .card:only-child .card-img-top, .cpl-scope .card-group > .card:only-child .card-header {
                    border-top-left-radius: .25rem;
                    border-top-right-radius: .25rem
                }

                .cpl-scope .card-group > .card:only-child .card-img-bottom, .cpl-scope .card-group > .card:only-child .card-footer {
                    border-bottom-right-radius: .25rem;
                    border-bottom-left-radius: .25rem
                }

            .cpl-scope .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
                border-radius: 0
            }

                .cpl-scope .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .cpl-scope .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .cpl-scope .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .cpl-scope .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
                    border-radius: 0
                }
}

.cpl-scope .card-columns .card {
    margin-bottom: .75rem
}

@media(min-width:576px) {
    .cpl-scope .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .cpl-scope .card-columns .card {
            display: inline-block;
            width: 100%
        }
}

.cpl-scope .accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.cpl-scope .accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.cpl-scope .accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.cpl-scope .accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.cpl-scope .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: .25rem
}

.cpl-scope .breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

    .cpl-scope .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: .5rem;
        color: #6c757d;
        content: "/"
    }

    .cpl-scope .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline
    }

    .cpl-scope .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none
    }

.cpl-scope .breadcrumb-item.active {
    color: #c1c5ca
}

.cpl-scope .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.cpl-scope .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #009596;
    background-color: #fff;
    border: 1px solid #dee2e6
}

    .cpl-scope .page-link:hover {
        z-index: 2;
        color: #007778;
        text-decoration: none;
        background-color: #eaeef3;
        border-color: #dee2e6
    }

    .cpl-scope .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,149,150,.25)
    }

    .cpl-scope .page-link:not(:disabled):not(.disabled) {
        cursor: pointer
    }

.cpl-scope .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.cpl-scope .page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.cpl-scope .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #009596;
    border-color: #009596
}

.cpl-scope .page-item.disabled .page-link {
    color: #fff;
    pointer-events: none;
    cursor: auto;
    background-color: #c1c5ca;
    border-color: #dee2e6
}

.cpl-scope .pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: .9375rem;
    line-height: 1.5
}

.cpl-scope .pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.cpl-scope .pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.cpl-scope .pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .65625rem;
    line-height: 1.5
}

.cpl-scope .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.cpl-scope .pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.cpl-scope .badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: regular;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .75rem
}

    .cpl-scope .badge:empty {
        display: none
    }

.cpl-scope .btn .badge {
    position: relative;
    top: -1px
}

.cpl-scope .badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.cpl-scope .badge-primary {
    color: #fff;
    background-color: #009596
}

    .cpl-scope .badge-primary[href]:hover, .cpl-scope .badge-primary[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #006263
    }

.cpl-scope .badge-secondary {
    color: #fff;
    background-color: #00993e
}

    .cpl-scope .badge-secondary[href]:hover, .cpl-scope .badge-secondary[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #006629
    }

.cpl-scope .badge-success {
    color: #212529;
    background-color: #8dc63f
}

    .cpl-scope .badge-success[href]:hover, .cpl-scope .badge-success[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #72a230
    }

.cpl-scope .badge-info {
    color: #fff;
    background-color: #00b5f1
}

    .cpl-scope .badge-info[href]:hover, .cpl-scope .badge-info[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #008fbe
    }

.cpl-scope .badge-warning {
    color: #212529;
    background-color: #f7941d
}

    .cpl-scope .badge-warning[href]:hover, .cpl-scope .badge-warning[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #d97a08
    }

.cpl-scope .badge-danger {
    color: #fff;
    background-color: #cf1034
}

    .cpl-scope .badge-danger[href]:hover, .cpl-scope .badge-danger[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #a00c28
    }

.cpl-scope .badge-light {
    color: #212529;
    background-color: #f8f9fa
}

    .cpl-scope .badge-light[href]:hover, .cpl-scope .badge-light[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #dae0e5
    }

.cpl-scope .badge-dark {
    color: #fff;
    background-color: #343a40
}

    .cpl-scope .badge-dark[href]:hover, .cpl-scope .badge-dark[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #1d2124
    }

.cpl-scope .jumbotron {
    padding: 1.33333rem .66667rem;
    margin-bottom: 1.33333rem;
    background-color: #eaeef3;
    border-radius: .3rem
}

@media(min-width:576px) {
    .cpl-scope .jumbotron {
        padding: 2.66667rem 1.33333rem
    }
}

.cpl-scope .jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.cpl-scope .alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 2px
}

.cpl-scope .alert-heading {
    color: inherit
}

.cpl-scope .alert-link {
    font-weight: bold
}

.cpl-scope .alert-dismissible {
    padding-right: 3.625rem
}

    .cpl-scope .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: .75rem 1.25rem;
        color: inherit
    }

.cpl-scope .alert-primary {
    color: #004d4e;
    background-color: #cceaea;
    border-color: #b8e1e2
}

    .cpl-scope .alert-primary hr {
        border-top-color: #a6d9db
    }

    .cpl-scope .alert-primary .alert-link {
        color: #001b1b
    }

.cpl-scope .alert-secondary {
    color: #005020;
    background-color: #ccebd8;
    border-color: #b8e2c9
}

    .cpl-scope .alert-secondary hr {
        border-top-color: #a6dbbb
    }

    .cpl-scope .alert-secondary .alert-link {
        color: #001d0c
    }

.cpl-scope .alert-success {
    color: #496721;
    background-color: #e8f4d9;
    border-color: #dfefc9
}

    .cpl-scope .alert-success hr {
        border-top-color: #d3e9b5
    }

    .cpl-scope .alert-success .alert-link {
        color: #2e4015
    }

.cpl-scope .alert-info {
    color: #005e7d;
    background-color: #ccf0fc;
    border-color: #b8eafb
}

    .cpl-scope .alert-info hr {
        border-top-color: #a0e3fa
    }

    .cpl-scope .alert-info .alert-link {
        color: #00384a
    }

.cpl-scope .alert-warning {
    color: #804d0f;
    background-color: #fdead2;
    border-color: #fde1c0
}

    .cpl-scope .alert-warning hr {
        border-top-color: #fcd5a7
    }

    .cpl-scope .alert-warning .alert-link {
        color: #52320a
    }

.cpl-scope .alert-danger {
    color: #6c081b;
    background-color: #f5cfd6;
    border-color: #f2bcc6
}

    .cpl-scope .alert-danger hr {
        border-top-color: #eea7b4
    }

    .cpl-scope .alert-danger .alert-link {
        color: #3d040f
    }

.cpl-scope .alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

    .cpl-scope .alert-light hr {
        border-top-color: #ececf6
    }

    .cpl-scope .alert-light .alert-link {
        color: #686868
    }

.cpl-scope .alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

    .cpl-scope .alert-dark hr {
        border-top-color: #b9bbbe
    }

    .cpl-scope .alert-dark .alert-link {
        color: #040505
    }

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.cpl-scope .progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .5625rem;
    background-color: #eaeef3;
    border-radius: 2px
}

.cpl-scope .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #009596;
    transition: width .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .cpl-scope .progress-bar {
        transition: none
    }
}

.cpl-scope .progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.cpl-scope .progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

.cpl-scope .media {
    display: flex;
    align-items: flex-start
}

.cpl-scope .media-body {
    flex: 1
}

.cpl-scope .list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.cpl-scope .list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

    .cpl-scope .list-group-item-action:hover, .cpl-scope .list-group-item-action:focus {
        color: #495057;
        text-decoration: none;
        background-color: #eaeef3
    }

    .cpl-scope .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef
    }

.cpl-scope .list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

    .cpl-scope .list-group-item:first-child {
        border-top-left-radius: 2px;
        border-top-right-radius: 2px
    }

    .cpl-scope .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px
    }

    .cpl-scope .list-group-item:hover, .cpl-scope .list-group-item:focus {
        z-index: 1;
        text-decoration: none
    }

    .cpl-scope .list-group-item.disabled, .cpl-scope .list-group-item:disabled {
        color: #c1c5ca;
        background-color: #eaeef3
    }

    .cpl-scope .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #009596;
        border-color: #009596
    }

.cpl-scope .list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.cpl-scope .list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.cpl-scope .list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.cpl-scope .list-group-item-primary {
    color: #004d4e;
    background-color: #b8e1e2
}

    .cpl-scope .list-group-item-primary.list-group-item-action:hover, .cpl-scope .list-group-item-primary.list-group-item-action:focus {
        color: #004d4e;
        background-color: #a6d9db
    }

    .cpl-scope .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #004d4e;
        border-color: #004d4e
    }

.cpl-scope .list-group-item-secondary {
    color: #005020;
    background-color: #b8e2c9
}

    .cpl-scope .list-group-item-secondary.list-group-item-action:hover, .cpl-scope .list-group-item-secondary.list-group-item-action:focus {
        color: #005020;
        background-color: #a6dbbb
    }

    .cpl-scope .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #005020;
        border-color: #005020
    }

.cpl-scope .list-group-item-success {
    color: #496721;
    background-color: #dfefc9
}

    .cpl-scope .list-group-item-success.list-group-item-action:hover, .cpl-scope .list-group-item-success.list-group-item-action:focus {
        color: #496721;
        background-color: #d3e9b5
    }

    .cpl-scope .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #496721;
        border-color: #496721
    }

.cpl-scope .list-group-item-info {
    color: #005e7d;
    background-color: #b8eafb
}

    .cpl-scope .list-group-item-info.list-group-item-action:hover, .cpl-scope .list-group-item-info.list-group-item-action:focus {
        color: #005e7d;
        background-color: #a0e3fa
    }

    .cpl-scope .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #005e7d;
        border-color: #005e7d
    }

.cpl-scope .list-group-item-warning {
    color: #804d0f;
    background-color: #fde1c0
}

    .cpl-scope .list-group-item-warning.list-group-item-action:hover, .cpl-scope .list-group-item-warning.list-group-item-action:focus {
        color: #804d0f;
        background-color: #fcd5a7
    }

    .cpl-scope .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #804d0f;
        border-color: #804d0f
    }

.cpl-scope .list-group-item-danger {
    color: #6c081b;
    background-color: #f2bcc6
}

    .cpl-scope .list-group-item-danger.list-group-item-action:hover, .cpl-scope .list-group-item-danger.list-group-item-action:focus {
        color: #6c081b;
        background-color: #eea7b4
    }

    .cpl-scope .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #6c081b;
        border-color: #6c081b
    }

.cpl-scope .list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

    .cpl-scope .list-group-item-light.list-group-item-action:hover, .cpl-scope .list-group-item-light.list-group-item-action:focus {
        color: #818182;
        background-color: #ececf6
    }

    .cpl-scope .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #818182;
        border-color: #818182
    }

.cpl-scope .list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

    .cpl-scope .list-group-item-dark.list-group-item-action:hover, .cpl-scope .list-group-item-dark.list-group-item-action:focus {
        color: #1b1e21;
        background-color: #b9bbbe
    }

    .cpl-scope .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #1b1e21;
        border-color: #1b1e21
    }

.cpl-scope .close {
    float: right;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1;
    color: #c1c5ca;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

    .cpl-scope .close:not(:disabled):not(.disabled) {
        cursor: pointer
    }

        .cpl-scope .close:not(:disabled):not(.disabled):hover, .cpl-scope .close:not(:disabled):not(.disabled):focus {
            color: #c1c5ca;
            text-decoration: none;
            opacity: .75
        }

.cpl-scope button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.cpl-scope .modal-open {
    overflow: hidden
}

    .cpl-scope .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto
    }

.cpl-scope .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.cpl-scope .modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .cpl-scope .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,-25%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .cpl-scope .modal-dialog {
        transition: none
    }
}

.modal.show .cpl-scope .modal-dialog {
    transform: translate(0,0)
}

.cpl-scope .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (.5rem*2))
}

    .cpl-scope .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - (.5rem*2));
        content: ""
    }

.cpl-scope .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #eaeef3;
    border-radius: .3rem;
    outline: 0
}

.cpl-scope .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #32363b
}

    .cpl-scope .modal-backdrop.fade {
        opacity: 0
    }

    .cpl-scope .modal-backdrop.show {
        opacity: .5
    }

.cpl-scope .modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #009596;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

    .cpl-scope .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto
    }

.cpl-scope .modal-title {
    margin-bottom: 0;
    line-height: 1.3
}

.cpl-scope .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1.16667rem
}

.cpl-scope .modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1.16667rem;
    border-top: 1px solid #fff
}

    .cpl-scope .modal-footer > :not(:first-child) {
        margin-left: .25rem
    }

    .cpl-scope .modal-footer > :not(:last-child) {
        margin-right: .25rem
    }

.cpl-scope .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:576px) {
    .cpl-scope .modal-dialog {
        max-width: 60%;
        margin: 1.75rem auto
    }

    .cpl-scope .modal-dialog-centered {
        min-height: calc(100% - (1.75rem*2))
    }

        .cpl-scope .modal-dialog-centered::before {
            height: calc(100vh - (1.75rem*2))
        }

    .cpl-scope .modal-sm {
        max-width: 30%
    }
}

@media(min-width:992px) {
    .cpl-scope .modal-lg {
        max-width: 90%
    }
}

.cpl-scope .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: 'AkkuratLLTT-Regular';
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .65625rem;
    word-wrap: break-word;
    opacity: 0
}

    .cpl-scope .tooltip.show {
        opacity: .9
    }

    .cpl-scope .tooltip .arrow {
        position: absolute;
        display: block;
        width: 8px;
        height: .4rem
    }

        .cpl-scope .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.cpl-scope .bs-tooltip-top, .cpl-scope .bs-tooltip-auto[x-placement^="top"] {
    padding: .4rem 0
}

    .cpl-scope .bs-tooltip-top .arrow, .cpl-scope .bs-tooltip-auto[x-placement^="top"] .arrow {
        bottom: 0
    }

        .cpl-scope .bs-tooltip-top .arrow::before, .cpl-scope .bs-tooltip-auto[x-placement^="top"] .arrow::before {
            top: 0;
            border-width: .4rem 4px 0;
            border-top-color: #fff
        }

.cpl-scope .bs-tooltip-right, .cpl-scope .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 .4rem
}

    .cpl-scope .bs-tooltip-right .arrow, .cpl-scope .bs-tooltip-auto[x-placement^="right"] .arrow {
        left: 0;
        width: .4rem;
        height: 8px
    }

        .cpl-scope .bs-tooltip-right .arrow::before, .cpl-scope .bs-tooltip-auto[x-placement^="right"] .arrow::before {
            right: 0;
            border-width: 4px .4rem 4px 0;
            border-right-color: #fff
        }

.cpl-scope .bs-tooltip-bottom, .cpl-scope .bs-tooltip-auto[x-placement^="bottom"] {
    padding: .4rem 0
}

    .cpl-scope .bs-tooltip-bottom .arrow, .cpl-scope .bs-tooltip-auto[x-placement^="bottom"] .arrow {
        top: 0
    }

        .cpl-scope .bs-tooltip-bottom .arrow::before, .cpl-scope .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
            bottom: 0;
            border-width: 0 4px .4rem;
            border-bottom-color: #fff
        }

.cpl-scope .bs-tooltip-left, .cpl-scope .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 .4rem
}

    .cpl-scope .bs-tooltip-left .arrow, .cpl-scope .bs-tooltip-auto[x-placement^="left"] .arrow {
        right: 0;
        width: .4rem;
        height: 8px
    }

        .cpl-scope .bs-tooltip-left .arrow::before, .cpl-scope .bs-tooltip-auto[x-placement^="left"] .arrow::before {
            left: 0;
            border-width: 4px 0 4px .4rem;
            border-left-color: #fff
        }

.cpl-scope .tooltip-inner {
    max-width: 16.66667;
    padding: .25rem .5rem;
    color: #32363b;
    text-align: center;
    background-color: #fff;
    border-radius: .25rem
}

.cpl-scope .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 23rem;
    font-family: 'AkkuratLLTT-Regular';
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .65625rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c1c5ca;
    border-radius: .3rem
}

    .cpl-scope .popover .arrow {
        position: absolute;
        display: block;
        width: 8px;
        height: .5rem;
        margin: 0 .3rem
    }

        .cpl-scope .popover .arrow::before, .cpl-scope .popover .arrow::after {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.cpl-scope .bs-popover-top, .cpl-scope .bs-popover-auto[x-placement^="top"] {
    margin-bottom: .5rem
}

    .cpl-scope .bs-popover-top .arrow, .cpl-scope .bs-popover-auto[x-placement^="top"] .arrow {
        bottom: calc((.5rem + 1px)*-1)
    }

        .cpl-scope .bs-popover-top .arrow::before, .cpl-scope .bs-popover-auto[x-placement^="top"] .arrow::before, .cpl-scope .bs-popover-top .arrow::after, .cpl-scope .bs-popover-auto[x-placement^="top"] .arrow::after {
            border-width: .5rem 4px 0
        }

        .cpl-scope .bs-popover-top .arrow::before, .cpl-scope .bs-popover-auto[x-placement^="top"] .arrow::before {
            bottom: 0;
            border-top-color: #84888d
        }

        .cpl-scope .bs-popover-top .arrow::after, .cpl-scope .bs-popover-auto[x-placement^="top"] .arrow::after {
            bottom: 1px;
            border-top-color: #fff
        }

.cpl-scope .bs-popover-right, .cpl-scope .bs-popover-auto[x-placement^="right"] {
    margin-left: .5rem
}

    .cpl-scope .bs-popover-right .arrow, .cpl-scope .bs-popover-auto[x-placement^="right"] .arrow {
        left: calc((.5rem + 1px)*-1);
        width: .5rem;
        height: 8px;
        margin: .3rem 0
    }

        .cpl-scope .bs-popover-right .arrow::before, .cpl-scope .bs-popover-auto[x-placement^="right"] .arrow::before, .cpl-scope .bs-popover-right .arrow::after, .cpl-scope .bs-popover-auto[x-placement^="right"] .arrow::after {
            border-width: 4px .5rem 4px 0
        }

        .cpl-scope .bs-popover-right .arrow::before, .cpl-scope .bs-popover-auto[x-placement^="right"] .arrow::before {
            left: 0;
            border-right-color: #84888d
        }

        .cpl-scope .bs-popover-right .arrow::after, .cpl-scope .bs-popover-auto[x-placement^="right"] .arrow::after {
            left: 1px;
            border-right-color: #fff
        }

.cpl-scope .bs-popover-bottom, .cpl-scope .bs-popover-auto[x-placement^="bottom"] {
    margin-top: .5rem
}

    .cpl-scope .bs-popover-bottom .arrow, .cpl-scope .bs-popover-auto[x-placement^="bottom"] .arrow {
        top: calc((.5rem + 1px)*-1)
    }

        .cpl-scope .bs-popover-bottom .arrow::before, .cpl-scope .bs-popover-auto[x-placement^="bottom"] .arrow::before, .cpl-scope .bs-popover-bottom .arrow::after, .cpl-scope .bs-popover-auto[x-placement^="bottom"] .arrow::after {
            border-width: 0 4px .5rem 4px
        }

        .cpl-scope .bs-popover-bottom .arrow::before, .cpl-scope .bs-popover-auto[x-placement^="bottom"] .arrow::before {
            top: 0;
            border-bottom-color: #84888d
        }

        .cpl-scope .bs-popover-bottom .arrow::after, .cpl-scope .bs-popover-auto[x-placement^="bottom"] .arrow::after {
            top: 1px;
            border-bottom-color: #fff
        }

    .cpl-scope .bs-popover-bottom .popover-header::before, .cpl-scope .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 8px;
        margin-left: -4px;
        content: "";
        border-bottom: 1px solid #f7f7f7
    }

.cpl-scope .bs-popover-left, .cpl-scope .bs-popover-auto[x-placement^="left"] {
    margin-right: .5rem
}

    .cpl-scope .bs-popover-left .arrow, .cpl-scope .bs-popover-auto[x-placement^="left"] .arrow {
        right: calc((.5rem + 1px)*-1);
        width: .5rem;
        height: 8px;
        margin: .3rem 0
    }

        .cpl-scope .bs-popover-left .arrow::before, .cpl-scope .bs-popover-auto[x-placement^="left"] .arrow::before, .cpl-scope .bs-popover-left .arrow::after, .cpl-scope .bs-popover-auto[x-placement^="left"] .arrow::after {
            border-width: 4px 0 4px .5rem
        }

        .cpl-scope .bs-popover-left .arrow::before, .cpl-scope .bs-popover-auto[x-placement^="left"] .arrow::before {
            right: 0;
            border-left-color: #84888d
        }

        .cpl-scope .bs-popover-left .arrow::after, .cpl-scope .bs-popover-auto[x-placement^="left"] .arrow::after {
            right: 1px;
            border-left-color: #fff
        }

.cpl-scope .popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: .75rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .cpl-scope .popover-header:empty {
        display: none
    }

.cpl-scope .popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.cpl-scope .carousel {
    position: relative
}

.cpl-scope .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.cpl-scope .carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    backface-visibility: hidden;
    perspective: 1000px
}

    .cpl-scope .carousel-item.active, .cpl-scope .carousel-item-next, .cpl-scope .carousel-item-prev {
        display: block;
        transition: transform .6s ease
    }

@media screen and (prefers-reduced-motion:reduce) {
    .cpl-scope .carousel-item.active, .cpl-scope .carousel-item-next, .cpl-scope .carousel-item-prev {
        transition: none
    }
}

.cpl-scope .carousel-item-next, .cpl-scope .carousel-item-prev {
    position: absolute;
    top: 0
}

    .cpl-scope .carousel-item-next.carousel-item-left, .cpl-scope .carousel-item-prev.carousel-item-right {
        transform: translateX(0)
    }

@supports (transform-style:preserve-3d) {
    .cpl-scope .carousel-item-next.carousel-item-left, .cpl-scope .carousel-item-prev.carousel-item-right {
        transform: translate3d(0,0,0);
    }
}

.cpl-scope .carousel-item-next, .cpl-scope .active.carousel-item-right {
    transform: translateX(100%)
}

@supports (transform-style:preserve-3d) {
    .cpl-scope .carousel-item-next, .cpl-scope .active.carousel-item-right {
        transform: translate3d(100%,0,0);
    }
}

.cpl-scope .carousel-item-prev, .cpl-scope .active.carousel-item-left {
    transform: translateX(-100%)
}

@supports (transform-style:preserve-3d) {
    .cpl-scope .carousel-item-prev, .cpl-scope .active.carousel-item-left {
        transform: translate3d(-100%,0,0);
    }
}

.cpl-scope .carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}

    .cpl-scope .carousel-fade .carousel-item.active, .cpl-scope .carousel-fade .carousel-item-next.carousel-item-left, .cpl-scope .carousel-fade .carousel-item-prev.carousel-item-right {
        opacity: 1
    }

.cpl-scope .carousel-fade .active.carousel-item-left, .cpl-scope .carousel-fade .active.carousel-item-right {
    opacity: 0
}

.cpl-scope .carousel-fade .carousel-item-next, .cpl-scope .carousel-fade .carousel-item-prev, .cpl-scope .carousel-fade .carousel-item.active, .cpl-scope .carousel-fade .active.carousel-item-left, .cpl-scope .carousel-fade .active.carousel-item-prev {
    transform: translateX(0)
}

@supports (transform-style:preserve-3d) {
    .cpl-scope .carousel-fade .carousel-item-next, .cpl-scope .carousel-fade .carousel-item-prev, .cpl-scope .carousel-fade .carousel-item.active, .cpl-scope .carousel-fade .active.carousel-item-left, .cpl-scope .carousel-fade .active.carousel-item-prev {
        transform: translate3d(0,0,0);
    }
}

.cpl-scope .carousel-control-prev, .cpl-scope .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

    .cpl-scope .carousel-control-prev:hover, .cpl-scope .carousel-control-prev:focus, .cpl-scope .carousel-control-next:hover, .cpl-scope .carousel-control-next:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9
    }

.cpl-scope .carousel-control-prev {
    left: 0
}

.cpl-scope .carousel-control-next {
    right: 0
}

.cpl-scope .carousel-control-prev-icon, .cpl-scope .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.cpl-scope .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.cpl-scope .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.cpl-scope .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .cpl-scope .carousel-indicators li {
        position: relative;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: rgba(255,255,255,.5)
    }

        .cpl-scope .carousel-indicators li::before {
            position: absolute;
            top: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: ""
        }

        .cpl-scope .carousel-indicators li::after {
            position: absolute;
            bottom: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: ""
        }

    .cpl-scope .carousel-indicators .active {
        background-color: #fff
    }

.cpl-scope .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.cpl-scope .align-baseline {
    vertical-align: baseline !important
}

.cpl-scope .align-top {
    vertical-align: top !important
}

.cpl-scope .align-middle {
    vertical-align: middle !important
}

.cpl-scope .align-bottom {
    vertical-align: bottom !important
}

.cpl-scope .align-text-bottom {
    vertical-align: text-bottom !important
}

.cpl-scope .align-text-top {
    vertical-align: text-top !important
}

.cpl-scope .bg-primary {
    background-color: #009596 !important
}

.cpl-scope a.bg-primary:hover, .cpl-scope a.bg-primary:focus, .cpl-scope button.bg-primary:hover, .cpl-scope button.bg-primary:focus {
    background-color: #006263 !important
}

.cpl-scope .bg-secondary {
    background-color: #00993e !important
}

.cpl-scope a.bg-secondary:hover, .cpl-scope a.bg-secondary:focus, .cpl-scope button.bg-secondary:hover, .cpl-scope button.bg-secondary:focus {
    background-color: #006629 !important
}

.cpl-scope .bg-success {
    background-color: #8dc63f !important
}

.cpl-scope a.bg-success:hover, .cpl-scope a.bg-success:focus, .cpl-scope button.bg-success:hover, .cpl-scope button.bg-success:focus {
    background-color: #72a230 !important
}

.cpl-scope .bg-info {
    background-color: #00b5f1 !important
}

.cpl-scope a.bg-info:hover, .cpl-scope a.bg-info:focus, .cpl-scope button.bg-info:hover, .cpl-scope button.bg-info:focus {
    background-color: #008fbe !important
}

.cpl-scope .bg-warning {
    background-color: #f7941d !important
}

.cpl-scope a.bg-warning:hover, .cpl-scope a.bg-warning:focus, .cpl-scope button.bg-warning:hover, .cpl-scope button.bg-warning:focus {
    background-color: #d97a08 !important
}

.cpl-scope .bg-danger {
    background-color: #cf1034 !important
}

.cpl-scope a.bg-danger:hover, .cpl-scope a.bg-danger:focus, .cpl-scope button.bg-danger:hover, .cpl-scope button.bg-danger:focus {
    background-color: #a00c28 !important
}

.cpl-scope .bg-light {
    background-color: #f8f9fa !important
}

.cpl-scope a.bg-light:hover, .cpl-scope a.bg-light:focus, .cpl-scope button.bg-light:hover, .cpl-scope button.bg-light:focus {
    background-color: #dae0e5 !important
}

.cpl-scope .bg-dark {
    background-color: #343a40 !important
}

.cpl-scope a.bg-dark:hover, .cpl-scope a.bg-dark:focus, .cpl-scope button.bg-dark:hover, .cpl-scope button.bg-dark:focus {
    background-color: #1d2124 !important
}

.cpl-scope .bg-white {
    background-color: #fff !important
}

.cpl-scope .bg-transparent {
    background-color: transparent !important
}

.cpl-scope .border {
    border: 1px solid #dee2e6 !important
}

.cpl-scope .border-top {
    border-top: 1px solid #dee2e6 !important
}

.cpl-scope .border-right {
    border-right: 1px solid #dee2e6 !important
}

.cpl-scope .border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.cpl-scope .border-left {
    border-left: 1px solid #dee2e6 !important
}

.cpl-scope .border-0 {
    border: 0 !important
}

.cpl-scope .border-top-0 {
    border-top: 0 !important
}

.cpl-scope .border-right-0 {
    border-right: 0 !important
}

.cpl-scope .border-bottom-0 {
    border-bottom: 0 !important
}

.cpl-scope .border-left-0 {
    border-left: 0 !important
}

.cpl-scope .border-primary {
    border-color: #009596 !important
}

.cpl-scope .border-secondary {
    border-color: #00993e !important
}

.cpl-scope .border-success {
    border-color: #8dc63f !important
}

.cpl-scope .border-info {
    border-color: #00b5f1 !important
}

.cpl-scope .border-warning {
    border-color: #f7941d !important
}

.cpl-scope .border-danger {
    border-color: #cf1034 !important
}

.cpl-scope .border-light {
    border-color: #f8f9fa !important
}

.cpl-scope .border-dark {
    border-color: #343a40 !important
}

.cpl-scope .border-white {
    border-color: #fff !important
}

.cpl-scope .rounded {
    border-radius: .25rem !important
}

.cpl-scope .rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.cpl-scope .rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.cpl-scope .rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.cpl-scope .rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.cpl-scope .rounded-circle {
    border-radius: 50% !important
}

.cpl-scope .rounded-0 {
    border-radius: 0 !important
}

.cpl-scope .clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.cpl-scope .d-none {
    display: none !important
}

.cpl-scope .d-inline {
    display: inline !important
}

.cpl-scope .d-inline-block {
    display: inline-block !important
}

.cpl-scope .d-block {
    display: block !important
}

.cpl-scope .d-table {
    display: table !important
}

.cpl-scope .d-table-row {
    display: table-row !important
}

.cpl-scope .d-table-cell {
    display: table-cell !important
}

.cpl-scope .d-flex {
    display: flex !important
}

.cpl-scope .d-inline-flex {
    display: inline-flex !important
}

@media(min-width:576px) {
    .cpl-scope .d-sm-none {
        display: none !important
    }

    .cpl-scope .d-sm-inline {
        display: inline !important
    }

    .cpl-scope .d-sm-inline-block {
        display: inline-block !important
    }

    .cpl-scope .d-sm-block {
        display: block !important
    }

    .cpl-scope .d-sm-table {
        display: table !important
    }

    .cpl-scope .d-sm-table-row {
        display: table-row !important
    }

    .cpl-scope .d-sm-table-cell {
        display: table-cell !important
    }

    .cpl-scope .d-sm-flex {
        display: flex !important
    }

    .cpl-scope .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:768px) {
    .cpl-scope .d-md-none {
        display: none !important
    }

    .cpl-scope .d-md-inline {
        display: inline !important
    }

    .cpl-scope .d-md-inline-block {
        display: inline-block !important
    }

    .cpl-scope .d-md-block {
        display: block !important
    }

    .cpl-scope .d-md-table {
        display: table !important
    }

    .cpl-scope .d-md-table-row {
        display: table-row !important
    }

    .cpl-scope .d-md-table-cell {
        display: table-cell !important
    }

    .cpl-scope .d-md-flex {
        display: flex !important
    }

    .cpl-scope .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:992px) {
    .cpl-scope .d-lg-none {
        display: none !important
    }

    .cpl-scope .d-lg-inline {
        display: inline !important
    }

    .cpl-scope .d-lg-inline-block {
        display: inline-block !important
    }

    .cpl-scope .d-lg-block {
        display: block !important
    }

    .cpl-scope .d-lg-table {
        display: table !important
    }

    .cpl-scope .d-lg-table-row {
        display: table-row !important
    }

    .cpl-scope .d-lg-table-cell {
        display: table-cell !important
    }

    .cpl-scope .d-lg-flex {
        display: flex !important
    }

    .cpl-scope .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:1200px) {
    .cpl-scope .d-xl-none {
        display: none !important
    }

    .cpl-scope .d-xl-inline {
        display: inline !important
    }

    .cpl-scope .d-xl-inline-block {
        display: inline-block !important
    }

    .cpl-scope .d-xl-block {
        display: block !important
    }

    .cpl-scope .d-xl-table {
        display: table !important
    }

    .cpl-scope .d-xl-table-row {
        display: table-row !important
    }

    .cpl-scope .d-xl-table-cell {
        display: table-cell !important
    }

    .cpl-scope .d-xl-flex {
        display: flex !important
    }

    .cpl-scope .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .cpl-scope .d-print-none {
        display: none !important
    }

    .cpl-scope .d-print-inline {
        display: inline !important
    }

    .cpl-scope .d-print-inline-block {
        display: inline-block !important
    }

    .cpl-scope .d-print-block {
        display: block !important
    }

    .cpl-scope .d-print-table {
        display: table !important
    }

    .cpl-scope .d-print-table-row {
        display: table-row !important
    }

    .cpl-scope .d-print-table-cell {
        display: table-cell !important
    }

    .cpl-scope .d-print-flex {
        display: flex !important
    }

    .cpl-scope .d-print-inline-flex {
        display: inline-flex !important
    }
}

.cpl-scope .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .cpl-scope .embed-responsive::before {
        display: block;
        content: ""
    }

    .cpl-scope .embed-responsive .embed-responsive-item, .cpl-scope .embed-responsive iframe, .cpl-scope .embed-responsive embed, .cpl-scope .embed-responsive object, .cpl-scope .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.cpl-scope .embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.cpl-scope .embed-responsive-16by9::before {
    padding-top: 56.25%
}

.cpl-scope .embed-responsive-4by3::before {
    padding-top: 75%
}

.cpl-scope .embed-responsive-1by1::before {
    padding-top: 100%
}

.cpl-scope .flex-row {
    flex-direction: row !important
}

.cpl-scope .flex-column {
    flex-direction: column !important
}

.cpl-scope .flex-row-reverse {
    flex-direction: row-reverse !important
}

.cpl-scope .flex-column-reverse {
    flex-direction: column-reverse !important
}

.cpl-scope .flex-wrap {
    flex-wrap: wrap !important
}

.cpl-scope .flex-nowrap {
    flex-wrap: nowrap !important
}

.cpl-scope .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.cpl-scope .flex-fill {
    flex: 1 1 auto !important
}

.cpl-scope .flex-grow-0 {
    flex-grow: 0 !important
}

.cpl-scope .flex-grow-1 {
    flex-grow: 1 !important
}

.cpl-scope .flex-shrink-0 {
    flex-shrink: 0 !important
}

.cpl-scope .flex-shrink-1 {
    flex-shrink: 1 !important
}

.cpl-scope .justify-content-start {
    justify-content: flex-start !important
}

.cpl-scope .justify-content-end {
    justify-content: flex-end !important
}

.cpl-scope .justify-content-center {
    justify-content: center !important
}

.cpl-scope .justify-content-between {
    justify-content: space-between !important
}

.cpl-scope .justify-content-around {
    justify-content: space-around !important
}

.cpl-scope .align-items-start {
    align-items: flex-start !important
}

.cpl-scope .align-items-end {
    align-items: flex-end !important
}

.cpl-scope .align-items-center {
    align-items: center !important
}

.cpl-scope .align-items-baseline {
    align-items: baseline !important
}

.cpl-scope .align-items-stretch {
    align-items: stretch !important
}

.cpl-scope .align-content-start {
    align-content: flex-start !important
}

.cpl-scope .align-content-end {
    align-content: flex-end !important
}

.cpl-scope .align-content-center {
    align-content: center !important
}

.cpl-scope .align-content-between {
    align-content: space-between !important
}

.cpl-scope .align-content-around {
    align-content: space-around !important
}

.cpl-scope .align-content-stretch {
    align-content: stretch !important
}

.cpl-scope .align-self-auto {
    align-self: auto !important
}

.cpl-scope .align-self-start {
    align-self: flex-start !important
}

.cpl-scope .align-self-end {
    align-self: flex-end !important
}

.cpl-scope .align-self-center {
    align-self: center !important
}

.cpl-scope .align-self-baseline {
    align-self: baseline !important
}

.cpl-scope .align-self-stretch {
    align-self: stretch !important
}

@media(min-width:576px) {
    .cpl-scope .flex-sm-row {
        flex-direction: row !important
    }

    .cpl-scope .flex-sm-column {
        flex-direction: column !important
    }

    .cpl-scope .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .cpl-scope .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .cpl-scope .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .cpl-scope .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .cpl-scope .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .cpl-scope .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .cpl-scope .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .cpl-scope .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .cpl-scope .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .cpl-scope .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .cpl-scope .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .cpl-scope .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .cpl-scope .justify-content-sm-center {
        justify-content: center !important
    }

    .cpl-scope .justify-content-sm-between {
        justify-content: space-between !important
    }

    .cpl-scope .justify-content-sm-around {
        justify-content: space-around !important
    }

    .cpl-scope .align-items-sm-start {
        align-items: flex-start !important
    }

    .cpl-scope .align-items-sm-end {
        align-items: flex-end !important
    }

    .cpl-scope .align-items-sm-center {
        align-items: center !important
    }

    .cpl-scope .align-items-sm-baseline {
        align-items: baseline !important
    }

    .cpl-scope .align-items-sm-stretch {
        align-items: stretch !important
    }

    .cpl-scope .align-content-sm-start {
        align-content: flex-start !important
    }

    .cpl-scope .align-content-sm-end {
        align-content: flex-end !important
    }

    .cpl-scope .align-content-sm-center {
        align-content: center !important
    }

    .cpl-scope .align-content-sm-between {
        align-content: space-between !important
    }

    .cpl-scope .align-content-sm-around {
        align-content: space-around !important
    }

    .cpl-scope .align-content-sm-stretch {
        align-content: stretch !important
    }

    .cpl-scope .align-self-sm-auto {
        align-self: auto !important
    }

    .cpl-scope .align-self-sm-start {
        align-self: flex-start !important
    }

    .cpl-scope .align-self-sm-end {
        align-self: flex-end !important
    }

    .cpl-scope .align-self-sm-center {
        align-self: center !important
    }

    .cpl-scope .align-self-sm-baseline {
        align-self: baseline !important
    }

    .cpl-scope .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media(min-width:768px) {
    .cpl-scope .flex-md-row {
        flex-direction: row !important
    }

    .cpl-scope .flex-md-column {
        flex-direction: column !important
    }

    .cpl-scope .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .cpl-scope .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .cpl-scope .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .cpl-scope .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .cpl-scope .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .cpl-scope .flex-md-fill {
        flex: 1 1 auto !important
    }

    .cpl-scope .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .cpl-scope .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .cpl-scope .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .cpl-scope .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .cpl-scope .justify-content-md-start {
        justify-content: flex-start !important
    }

    .cpl-scope .justify-content-md-end {
        justify-content: flex-end !important
    }

    .cpl-scope .justify-content-md-center {
        justify-content: center !important
    }

    .cpl-scope .justify-content-md-between {
        justify-content: space-between !important
    }

    .cpl-scope .justify-content-md-around {
        justify-content: space-around !important
    }

    .cpl-scope .align-items-md-start {
        align-items: flex-start !important
    }

    .cpl-scope .align-items-md-end {
        align-items: flex-end !important
    }

    .cpl-scope .align-items-md-center {
        align-items: center !important
    }

    .cpl-scope .align-items-md-baseline {
        align-items: baseline !important
    }

    .cpl-scope .align-items-md-stretch {
        align-items: stretch !important
    }

    .cpl-scope .align-content-md-start {
        align-content: flex-start !important
    }

    .cpl-scope .align-content-md-end {
        align-content: flex-end !important
    }

    .cpl-scope .align-content-md-center {
        align-content: center !important
    }

    .cpl-scope .align-content-md-between {
        align-content: space-between !important
    }

    .cpl-scope .align-content-md-around {
        align-content: space-around !important
    }

    .cpl-scope .align-content-md-stretch {
        align-content: stretch !important
    }

    .cpl-scope .align-self-md-auto {
        align-self: auto !important
    }

    .cpl-scope .align-self-md-start {
        align-self: flex-start !important
    }

    .cpl-scope .align-self-md-end {
        align-self: flex-end !important
    }

    .cpl-scope .align-self-md-center {
        align-self: center !important
    }

    .cpl-scope .align-self-md-baseline {
        align-self: baseline !important
    }

    .cpl-scope .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media(min-width:992px) {
    .cpl-scope .flex-lg-row {
        flex-direction: row !important
    }

    .cpl-scope .flex-lg-column {
        flex-direction: column !important
    }

    .cpl-scope .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .cpl-scope .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .cpl-scope .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .cpl-scope .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .cpl-scope .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .cpl-scope .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .cpl-scope .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .cpl-scope .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .cpl-scope .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .cpl-scope .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .cpl-scope .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .cpl-scope .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .cpl-scope .justify-content-lg-center {
        justify-content: center !important
    }

    .cpl-scope .justify-content-lg-between {
        justify-content: space-between !important
    }

    .cpl-scope .justify-content-lg-around {
        justify-content: space-around !important
    }

    .cpl-scope .align-items-lg-start {
        align-items: flex-start !important
    }

    .cpl-scope .align-items-lg-end {
        align-items: flex-end !important
    }

    .cpl-scope .align-items-lg-center {
        align-items: center !important
    }

    .cpl-scope .align-items-lg-baseline {
        align-items: baseline !important
    }

    .cpl-scope .align-items-lg-stretch {
        align-items: stretch !important
    }

    .cpl-scope .align-content-lg-start {
        align-content: flex-start !important
    }

    .cpl-scope .align-content-lg-end {
        align-content: flex-end !important
    }

    .cpl-scope .align-content-lg-center {
        align-content: center !important
    }

    .cpl-scope .align-content-lg-between {
        align-content: space-between !important
    }

    .cpl-scope .align-content-lg-around {
        align-content: space-around !important
    }

    .cpl-scope .align-content-lg-stretch {
        align-content: stretch !important
    }

    .cpl-scope .align-self-lg-auto {
        align-self: auto !important
    }

    .cpl-scope .align-self-lg-start {
        align-self: flex-start !important
    }

    .cpl-scope .align-self-lg-end {
        align-self: flex-end !important
    }

    .cpl-scope .align-self-lg-center {
        align-self: center !important
    }

    .cpl-scope .align-self-lg-baseline {
        align-self: baseline !important
    }

    .cpl-scope .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media(min-width:1200px) {
    .cpl-scope .flex-xl-row {
        flex-direction: row !important
    }

    .cpl-scope .flex-xl-column {
        flex-direction: column !important
    }

    .cpl-scope .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .cpl-scope .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .cpl-scope .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .cpl-scope .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .cpl-scope .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .cpl-scope .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .cpl-scope .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .cpl-scope .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .cpl-scope .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .cpl-scope .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .cpl-scope .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .cpl-scope .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .cpl-scope .justify-content-xl-center {
        justify-content: center !important
    }

    .cpl-scope .justify-content-xl-between {
        justify-content: space-between !important
    }

    .cpl-scope .justify-content-xl-around {
        justify-content: space-around !important
    }

    .cpl-scope .align-items-xl-start {
        align-items: flex-start !important
    }

    .cpl-scope .align-items-xl-end {
        align-items: flex-end !important
    }

    .cpl-scope .align-items-xl-center {
        align-items: center !important
    }

    .cpl-scope .align-items-xl-baseline {
        align-items: baseline !important
    }

    .cpl-scope .align-items-xl-stretch {
        align-items: stretch !important
    }

    .cpl-scope .align-content-xl-start {
        align-content: flex-start !important
    }

    .cpl-scope .align-content-xl-end {
        align-content: flex-end !important
    }

    .cpl-scope .align-content-xl-center {
        align-content: center !important
    }

    .cpl-scope .align-content-xl-between {
        align-content: space-between !important
    }

    .cpl-scope .align-content-xl-around {
        align-content: space-around !important
    }

    .cpl-scope .align-content-xl-stretch {
        align-content: stretch !important
    }

    .cpl-scope .align-self-xl-auto {
        align-self: auto !important
    }

    .cpl-scope .align-self-xl-start {
        align-self: flex-start !important
    }

    .cpl-scope .align-self-xl-end {
        align-self: flex-end !important
    }

    .cpl-scope .align-self-xl-center {
        align-self: center !important
    }

    .cpl-scope .align-self-xl-baseline {
        align-self: baseline !important
    }

    .cpl-scope .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.cpl-scope .float-left {
    float: left !important
}

.cpl-scope .float-right {
    float: right !important
}

.cpl-scope .float-none {
    float: none !important
}

@media(min-width:576px) {
    .cpl-scope .float-sm-left {
        float: left !important
    }

    .cpl-scope .float-sm-right {
        float: right !important
    }

    .cpl-scope .float-sm-none {
        float: none !important
    }
}

@media(min-width:768px) {
    .cpl-scope .float-md-left {
        float: left !important
    }

    .cpl-scope .float-md-right {
        float: right !important
    }

    .cpl-scope .float-md-none {
        float: none !important
    }
}

@media(min-width:992px) {
    .cpl-scope .float-lg-left {
        float: left !important
    }

    .cpl-scope .float-lg-right {
        float: right !important
    }

    .cpl-scope .float-lg-none {
        float: none !important
    }
}

@media(min-width:1200px) {
    .cpl-scope .float-xl-left {
        float: left !important
    }

    .cpl-scope .float-xl-right {
        float: right !important
    }

    .cpl-scope .float-xl-none {
        float: none !important
    }
}

.cpl-scope .position-static {
    position: static !important
}

.cpl-scope .position-relative {
    position: relative !important
}

.cpl-scope .position-absolute {
    position: absolute !important
}

.cpl-scope .position-fixed {
    position: fixed !important
}

.cpl-scope .position-sticky {
    position: sticky !important
}

.cpl-scope .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.cpl-scope .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports (position:sticky) {
    .cpl-scope .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.cpl-scope .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.cpl-scope .sr-only-focusable:active, .cpl-scope .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.cpl-scope .shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important
}

.cpl-scope .shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.cpl-scope .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important
}

.cpl-scope .shadow-none {
    box-shadow: none !important
}

.cpl-scope .w-25 {
    width: 25% !important
}

.cpl-scope .w-50 {
    width: 50% !important
}

.cpl-scope .w-75 {
    width: 75% !important
}

.cpl-scope .w-100 {
    width: 100% !important
}

.cpl-scope .w-auto {
    width: auto !important
}

.cpl-scope .h-25 {
    height: 25% !important
}

.cpl-scope .h-50 {
    height: 50% !important
}

.cpl-scope .h-75 {
    height: 75% !important
}

.cpl-scope .h-100 {
    height: 100% !important
}

.cpl-scope .h-auto {
    height: auto !important
}

.cpl-scope .mw-100 {
    max-width: 100% !important
}

.cpl-scope .mh-100 {
    max-height: 100% !important
}

.cpl-scope .m-0 {
    margin: 0 !important
}

.cpl-scope .mt-0, .cpl-scope .my-0 {
    margin-top: 0 !important
}

.cpl-scope .mr-0, .cpl-scope .mx-0 {
    margin-right: 0 !important
}

.cpl-scope .mb-0, .cpl-scope .my-0 {
    margin-bottom: 0 !important
}

.cpl-scope .ml-0, .cpl-scope .mx-0 {
    margin-left: 0 !important
}

.cpl-scope .m-1 {
    margin: .25rem !important
}

.cpl-scope .mt-1, .cpl-scope .my-1 {
    margin-top: .25rem !important
}

.cpl-scope .mr-1, .cpl-scope .mx-1 {
    margin-right: .25rem !important
}

.cpl-scope .mb-1, .cpl-scope .my-1 {
    margin-bottom: .25rem !important
}

.cpl-scope .ml-1, .cpl-scope .mx-1 {
    margin-left: .25rem !important
}

.cpl-scope .m-2 {
    margin: .5rem !important
}

.cpl-scope .mt-2, .cpl-scope .my-2 {
    margin-top: .5rem !important
}

.cpl-scope .mr-2, .cpl-scope .mx-2 {
    margin-right: .5rem !important
}

.cpl-scope .mb-2, .cpl-scope .my-2 {
    margin-bottom: .5rem !important
}

.cpl-scope .ml-2, .cpl-scope .mx-2 {
    margin-left: .5rem !important
}

.cpl-scope .m-3 {
    margin: 1rem !important
}

.cpl-scope .mt-3, .cpl-scope .my-3 {
    margin-top: 1rem !important
}

.cpl-scope .mr-3, .cpl-scope .mx-3 {
    margin-right: 1rem !important
}

.cpl-scope .mb-3, .cpl-scope .my-3 {
    margin-bottom: 1rem !important
}

.cpl-scope .ml-3, .cpl-scope .mx-3 {
    margin-left: 1rem !important
}

.cpl-scope .m-4 {
    margin: 1.5rem !important
}

.cpl-scope .mt-4, .cpl-scope .my-4 {
    margin-top: 1.5rem !important
}

.cpl-scope .mr-4, .cpl-scope .mx-4 {
    margin-right: 1.5rem !important
}

.cpl-scope .mb-4, .cpl-scope .my-4 {
    margin-bottom: 1.5rem !important
}

.cpl-scope .ml-4, .cpl-scope .mx-4 {
    margin-left: 1.5rem !important
}

.cpl-scope .m-5 {
    margin: 3rem !important
}

.cpl-scope .mt-5, .cpl-scope .my-5 {
    margin-top: 3rem !important
}

.cpl-scope .mr-5, .cpl-scope .mx-5 {
    margin-right: 3rem !important
}

.cpl-scope .mb-5, .cpl-scope .my-5 {
    margin-bottom: 3rem !important
}

.cpl-scope .ml-5, .cpl-scope .mx-5 {
    margin-left: 3rem !important
}

.cpl-scope .p-0 {
    padding: 0 !important
}

.cpl-scope .pt-0, .cpl-scope .py-0 {
    padding-top: 0 !important
}

.cpl-scope .pr-0, .cpl-scope .px-0 {
    padding-right: 0 !important
}

.cpl-scope .pb-0, .cpl-scope .py-0 {
    padding-bottom: 0 !important
}

.cpl-scope .pl-0, .cpl-scope .px-0 {
    padding-left: 0 !important
}

.cpl-scope .p-1 {
    padding: .25rem !important
}

.cpl-scope .pt-1, .cpl-scope .py-1 {
    padding-top: .25rem !important
}

.cpl-scope .pr-1, .cpl-scope .px-1 {
    padding-right: .25rem !important
}

.cpl-scope .pb-1, .cpl-scope .py-1 {
    padding-bottom: .25rem !important
}

.cpl-scope .pl-1, .cpl-scope .px-1 {
    padding-left: .25rem !important
}

.cpl-scope .p-2 {
    padding: .5rem !important
}

.cpl-scope .pt-2, .cpl-scope .py-2 {
    padding-top: .5rem !important
}

.cpl-scope .pr-2, .cpl-scope .px-2 {
    padding-right: .5rem !important
}

.cpl-scope .pb-2, .cpl-scope .py-2 {
    padding-bottom: .5rem !important
}

.cpl-scope .pl-2, .cpl-scope .px-2 {
    padding-left: .5rem !important
}

.cpl-scope .p-3 {
    padding: 1rem !important
}

.cpl-scope .pt-3, .cpl-scope .py-3 {
    padding-top: 1rem !important
}

.cpl-scope .pr-3, .cpl-scope .px-3 {
    padding-right: 1rem !important
}

.cpl-scope .pb-3, .cpl-scope .py-3 {
    padding-bottom: 1rem !important
}

.cpl-scope .pl-3, .cpl-scope .px-3 {
    padding-left: 1rem !important
}

.cpl-scope .p-4 {
    padding: 1.5rem !important
}

.cpl-scope .pt-4, .cpl-scope .py-4 {
    padding-top: 1.5rem !important
}

.cpl-scope .pr-4, .cpl-scope .px-4 {
    padding-right: 1.5rem !important
}

.cpl-scope .pb-4, .cpl-scope .py-4 {
    padding-bottom: 1.5rem !important
}

.cpl-scope .pl-4, .cpl-scope .px-4 {
    padding-left: 1.5rem !important
}

.cpl-scope .p-5 {
    padding: 3rem !important
}

.cpl-scope .pt-5, .cpl-scope .py-5 {
    padding-top: 3rem !important
}

.cpl-scope .pr-5, .cpl-scope .px-5 {
    padding-right: 3rem !important
}

.cpl-scope .pb-5, .cpl-scope .py-5 {
    padding-bottom: 3rem !important
}

.cpl-scope .pl-5, .cpl-scope .px-5 {
    padding-left: 3rem !important
}

.cpl-scope .m-auto {
    margin: auto !important
}

.cpl-scope .mt-auto, .cpl-scope .my-auto {
    margin-top: auto !important
}

.cpl-scope .mr-auto, .cpl-scope .mx-auto {
    margin-right: auto !important
}

.cpl-scope .mb-auto, .cpl-scope .my-auto {
    margin-bottom: auto !important
}

.cpl-scope .ml-auto, .cpl-scope .mx-auto {
    margin-left: auto !important
}

@media(min-width:576px) {
    .cpl-scope .m-sm-0 {
        margin: 0 !important
    }

    .cpl-scope .mt-sm-0, .cpl-scope .my-sm-0 {
        margin-top: 0 !important
    }

    .cpl-scope .mr-sm-0, .cpl-scope .mx-sm-0 {
        margin-right: 0 !important
    }

    .cpl-scope .mb-sm-0, .cpl-scope .my-sm-0 {
        margin-bottom: 0 !important
    }

    .cpl-scope .ml-sm-0, .cpl-scope .mx-sm-0 {
        margin-left: 0 !important
    }

    .cpl-scope .m-sm-1 {
        margin: .25rem !important
    }

    .cpl-scope .mt-sm-1, .cpl-scope .my-sm-1 {
        margin-top: .25rem !important
    }

    .cpl-scope .mr-sm-1, .cpl-scope .mx-sm-1 {
        margin-right: .25rem !important
    }

    .cpl-scope .mb-sm-1, .cpl-scope .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .cpl-scope .ml-sm-1, .cpl-scope .mx-sm-1 {
        margin-left: .25rem !important
    }

    .cpl-scope .m-sm-2 {
        margin: .5rem !important
    }

    .cpl-scope .mt-sm-2, .cpl-scope .my-sm-2 {
        margin-top: .5rem !important
    }

    .cpl-scope .mr-sm-2, .cpl-scope .mx-sm-2 {
        margin-right: .5rem !important
    }

    .cpl-scope .mb-sm-2, .cpl-scope .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .cpl-scope .ml-sm-2, .cpl-scope .mx-sm-2 {
        margin-left: .5rem !important
    }

    .cpl-scope .m-sm-3 {
        margin: 1rem !important
    }

    .cpl-scope .mt-sm-3, .cpl-scope .my-sm-3 {
        margin-top: 1rem !important
    }

    .cpl-scope .mr-sm-3, .cpl-scope .mx-sm-3 {
        margin-right: 1rem !important
    }

    .cpl-scope .mb-sm-3, .cpl-scope .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .cpl-scope .ml-sm-3, .cpl-scope .mx-sm-3 {
        margin-left: 1rem !important
    }

    .cpl-scope .m-sm-4 {
        margin: 1.5rem !important
    }

    .cpl-scope .mt-sm-4, .cpl-scope .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .cpl-scope .mr-sm-4, .cpl-scope .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .cpl-scope .mb-sm-4, .cpl-scope .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .cpl-scope .ml-sm-4, .cpl-scope .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .cpl-scope .m-sm-5 {
        margin: 3rem !important
    }

    .cpl-scope .mt-sm-5, .cpl-scope .my-sm-5 {
        margin-top: 3rem !important
    }

    .cpl-scope .mr-sm-5, .cpl-scope .mx-sm-5 {
        margin-right: 3rem !important
    }

    .cpl-scope .mb-sm-5, .cpl-scope .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .cpl-scope .ml-sm-5, .cpl-scope .mx-sm-5 {
        margin-left: 3rem !important
    }

    .cpl-scope .p-sm-0 {
        padding: 0 !important
    }

    .cpl-scope .pt-sm-0, .cpl-scope .py-sm-0 {
        padding-top: 0 !important
    }

    .cpl-scope .pr-sm-0, .cpl-scope .px-sm-0 {
        padding-right: 0 !important
    }

    .cpl-scope .pb-sm-0, .cpl-scope .py-sm-0 {
        padding-bottom: 0 !important
    }

    .cpl-scope .pl-sm-0, .cpl-scope .px-sm-0 {
        padding-left: 0 !important
    }

    .cpl-scope .p-sm-1 {
        padding: .25rem !important
    }

    .cpl-scope .pt-sm-1, .cpl-scope .py-sm-1 {
        padding-top: .25rem !important
    }

    .cpl-scope .pr-sm-1, .cpl-scope .px-sm-1 {
        padding-right: .25rem !important
    }

    .cpl-scope .pb-sm-1, .cpl-scope .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .cpl-scope .pl-sm-1, .cpl-scope .px-sm-1 {
        padding-left: .25rem !important
    }

    .cpl-scope .p-sm-2 {
        padding: .5rem !important
    }

    .cpl-scope .pt-sm-2, .cpl-scope .py-sm-2 {
        padding-top: .5rem !important
    }

    .cpl-scope .pr-sm-2, .cpl-scope .px-sm-2 {
        padding-right: .5rem !important
    }

    .cpl-scope .pb-sm-2, .cpl-scope .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .cpl-scope .pl-sm-2, .cpl-scope .px-sm-2 {
        padding-left: .5rem !important
    }

    .cpl-scope .p-sm-3 {
        padding: 1rem !important
    }

    .cpl-scope .pt-sm-3, .cpl-scope .py-sm-3 {
        padding-top: 1rem !important
    }

    .cpl-scope .pr-sm-3, .cpl-scope .px-sm-3 {
        padding-right: 1rem !important
    }

    .cpl-scope .pb-sm-3, .cpl-scope .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .cpl-scope .pl-sm-3, .cpl-scope .px-sm-3 {
        padding-left: 1rem !important
    }

    .cpl-scope .p-sm-4 {
        padding: 1.5rem !important
    }

    .cpl-scope .pt-sm-4, .cpl-scope .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .cpl-scope .pr-sm-4, .cpl-scope .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .cpl-scope .pb-sm-4, .cpl-scope .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .cpl-scope .pl-sm-4, .cpl-scope .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .cpl-scope .p-sm-5 {
        padding: 3rem !important
    }

    .cpl-scope .pt-sm-5, .cpl-scope .py-sm-5 {
        padding-top: 3rem !important
    }

    .cpl-scope .pr-sm-5, .cpl-scope .px-sm-5 {
        padding-right: 3rem !important
    }

    .cpl-scope .pb-sm-5, .cpl-scope .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .cpl-scope .pl-sm-5, .cpl-scope .px-sm-5 {
        padding-left: 3rem !important
    }

    .cpl-scope .m-sm-auto {
        margin: auto !important
    }

    .cpl-scope .mt-sm-auto, .cpl-scope .my-sm-auto {
        margin-top: auto !important
    }

    .cpl-scope .mr-sm-auto, .cpl-scope .mx-sm-auto {
        margin-right: auto !important
    }

    .cpl-scope .mb-sm-auto, .cpl-scope .my-sm-auto {
        margin-bottom: auto !important
    }

    .cpl-scope .ml-sm-auto, .cpl-scope .mx-sm-auto {
        margin-left: auto !important
    }
}

@media(min-width:768px) {
    .cpl-scope .m-md-0 {
        margin: 0 !important
    }

    .cpl-scope .mt-md-0, .cpl-scope .my-md-0 {
        margin-top: 0 !important
    }

    .cpl-scope .mr-md-0, .cpl-scope .mx-md-0 {
        margin-right: 0 !important
    }

    .cpl-scope .mb-md-0, .cpl-scope .my-md-0 {
        margin-bottom: 0 !important
    }

    .cpl-scope .ml-md-0, .cpl-scope .mx-md-0 {
        margin-left: 0 !important
    }

    .cpl-scope .m-md-1 {
        margin: .25rem !important
    }

    .cpl-scope .mt-md-1, .cpl-scope .my-md-1 {
        margin-top: .25rem !important
    }

    .cpl-scope .mr-md-1, .cpl-scope .mx-md-1 {
        margin-right: .25rem !important
    }

    .cpl-scope .mb-md-1, .cpl-scope .my-md-1 {
        margin-bottom: .25rem !important
    }

    .cpl-scope .ml-md-1, .cpl-scope .mx-md-1 {
        margin-left: .25rem !important
    }

    .cpl-scope .m-md-2 {
        margin: .5rem !important
    }

    .cpl-scope .mt-md-2, .cpl-scope .my-md-2 {
        margin-top: .5rem !important
    }

    .cpl-scope .mr-md-2, .cpl-scope .mx-md-2 {
        margin-right: .5rem !important
    }

    .cpl-scope .mb-md-2, .cpl-scope .my-md-2 {
        margin-bottom: .5rem !important
    }

    .cpl-scope .ml-md-2, .cpl-scope .mx-md-2 {
        margin-left: .5rem !important
    }

    .cpl-scope .m-md-3 {
        margin: 1rem !important
    }

    .cpl-scope .mt-md-3, .cpl-scope .my-md-3 {
        margin-top: 1rem !important
    }

    .cpl-scope .mr-md-3, .cpl-scope .mx-md-3 {
        margin-right: 1rem !important
    }

    .cpl-scope .mb-md-3, .cpl-scope .my-md-3 {
        margin-bottom: 1rem !important
    }

    .cpl-scope .ml-md-3, .cpl-scope .mx-md-3 {
        margin-left: 1rem !important
    }

    .cpl-scope .m-md-4 {
        margin: 1.5rem !important
    }

    .cpl-scope .mt-md-4, .cpl-scope .my-md-4 {
        margin-top: 1.5rem !important
    }

    .cpl-scope .mr-md-4, .cpl-scope .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .cpl-scope .mb-md-4, .cpl-scope .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .cpl-scope .ml-md-4, .cpl-scope .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .cpl-scope .m-md-5 {
        margin: 3rem !important
    }

    .cpl-scope .mt-md-5, .cpl-scope .my-md-5 {
        margin-top: 3rem !important
    }

    .cpl-scope .mr-md-5, .cpl-scope .mx-md-5 {
        margin-right: 3rem !important
    }

    .cpl-scope .mb-md-5, .cpl-scope .my-md-5 {
        margin-bottom: 3rem !important
    }

    .cpl-scope .ml-md-5, .cpl-scope .mx-md-5 {
        margin-left: 3rem !important
    }

    .cpl-scope .p-md-0 {
        padding: 0 !important
    }

    .cpl-scope .pt-md-0, .cpl-scope .py-md-0 {
        padding-top: 0 !important
    }

    .cpl-scope .pr-md-0, .cpl-scope .px-md-0 {
        padding-right: 0 !important
    }

    .cpl-scope .pb-md-0, .cpl-scope .py-md-0 {
        padding-bottom: 0 !important
    }

    .cpl-scope .pl-md-0, .cpl-scope .px-md-0 {
        padding-left: 0 !important
    }

    .cpl-scope .p-md-1 {
        padding: .25rem !important
    }

    .cpl-scope .pt-md-1, .cpl-scope .py-md-1 {
        padding-top: .25rem !important
    }

    .cpl-scope .pr-md-1, .cpl-scope .px-md-1 {
        padding-right: .25rem !important
    }

    .cpl-scope .pb-md-1, .cpl-scope .py-md-1 {
        padding-bottom: .25rem !important
    }

    .cpl-scope .pl-md-1, .cpl-scope .px-md-1 {
        padding-left: .25rem !important
    }

    .cpl-scope .p-md-2 {
        padding: .5rem !important
    }

    .cpl-scope .pt-md-2, .cpl-scope .py-md-2 {
        padding-top: .5rem !important
    }

    .cpl-scope .pr-md-2, .cpl-scope .px-md-2 {
        padding-right: .5rem !important
    }

    .cpl-scope .pb-md-2, .cpl-scope .py-md-2 {
        padding-bottom: .5rem !important
    }

    .cpl-scope .pl-md-2, .cpl-scope .px-md-2 {
        padding-left: .5rem !important
    }

    .cpl-scope .p-md-3 {
        padding: 1rem !important
    }

    .cpl-scope .pt-md-3, .cpl-scope .py-md-3 {
        padding-top: 1rem !important
    }

    .cpl-scope .pr-md-3, .cpl-scope .px-md-3 {
        padding-right: 1rem !important
    }

    .cpl-scope .pb-md-3, .cpl-scope .py-md-3 {
        padding-bottom: 1rem !important
    }

    .cpl-scope .pl-md-3, .cpl-scope .px-md-3 {
        padding-left: 1rem !important
    }

    .cpl-scope .p-md-4 {
        padding: 1.5rem !important
    }

    .cpl-scope .pt-md-4, .cpl-scope .py-md-4 {
        padding-top: 1.5rem !important
    }

    .cpl-scope .pr-md-4, .cpl-scope .px-md-4 {
        padding-right: 1.5rem !important
    }

    .cpl-scope .pb-md-4, .cpl-scope .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .cpl-scope .pl-md-4, .cpl-scope .px-md-4 {
        padding-left: 1.5rem !important
    }

    .cpl-scope .p-md-5 {
        padding: 3rem !important
    }

    .cpl-scope .pt-md-5, .cpl-scope .py-md-5 {
        padding-top: 3rem !important
    }

    .cpl-scope .pr-md-5, .cpl-scope .px-md-5 {
        padding-right: 3rem !important
    }

    .cpl-scope .pb-md-5, .cpl-scope .py-md-5 {
        padding-bottom: 3rem !important
    }

    .cpl-scope .pl-md-5, .cpl-scope .px-md-5 {
        padding-left: 3rem !important
    }

    .cpl-scope .m-md-auto {
        margin: auto !important
    }

    .cpl-scope .mt-md-auto, .cpl-scope .my-md-auto {
        margin-top: auto !important
    }

    .cpl-scope .mr-md-auto, .cpl-scope .mx-md-auto {
        margin-right: auto !important
    }

    .cpl-scope .mb-md-auto, .cpl-scope .my-md-auto {
        margin-bottom: auto !important
    }

    .cpl-scope .ml-md-auto, .cpl-scope .mx-md-auto {
        margin-left: auto !important
    }
}

@media(min-width:992px) {
    .cpl-scope .m-lg-0 {
        margin: 0 !important
    }

    .cpl-scope .mt-lg-0, .cpl-scope .my-lg-0 {
        margin-top: 0 !important
    }

    .cpl-scope .mr-lg-0, .cpl-scope .mx-lg-0 {
        margin-right: 0 !important
    }

    .cpl-scope .mb-lg-0, .cpl-scope .my-lg-0 {
        margin-bottom: 0 !important
    }

    .cpl-scope .ml-lg-0, .cpl-scope .mx-lg-0 {
        margin-left: 0 !important
    }

    .cpl-scope .m-lg-1 {
        margin: .25rem !important
    }

    .cpl-scope .mt-lg-1, .cpl-scope .my-lg-1 {
        margin-top: .25rem !important
    }

    .cpl-scope .mr-lg-1, .cpl-scope .mx-lg-1 {
        margin-right: .25rem !important
    }

    .cpl-scope .mb-lg-1, .cpl-scope .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .cpl-scope .ml-lg-1, .cpl-scope .mx-lg-1 {
        margin-left: .25rem !important
    }

    .cpl-scope .m-lg-2 {
        margin: .5rem !important
    }

    .cpl-scope .mt-lg-2, .cpl-scope .my-lg-2 {
        margin-top: .5rem !important
    }

    .cpl-scope .mr-lg-2, .cpl-scope .mx-lg-2 {
        margin-right: .5rem !important
    }

    .cpl-scope .mb-lg-2, .cpl-scope .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .cpl-scope .ml-lg-2, .cpl-scope .mx-lg-2 {
        margin-left: .5rem !important
    }

    .cpl-scope .m-lg-3 {
        margin: 1rem !important
    }

    .cpl-scope .mt-lg-3, .cpl-scope .my-lg-3 {
        margin-top: 1rem !important
    }

    .cpl-scope .mr-lg-3, .cpl-scope .mx-lg-3 {
        margin-right: 1rem !important
    }

    .cpl-scope .mb-lg-3, .cpl-scope .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .cpl-scope .ml-lg-3, .cpl-scope .mx-lg-3 {
        margin-left: 1rem !important
    }

    .cpl-scope .m-lg-4 {
        margin: 1.5rem !important
    }

    .cpl-scope .mt-lg-4, .cpl-scope .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .cpl-scope .mr-lg-4, .cpl-scope .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .cpl-scope .mb-lg-4, .cpl-scope .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .cpl-scope .ml-lg-4, .cpl-scope .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .cpl-scope .m-lg-5 {
        margin: 3rem !important
    }

    .cpl-scope .mt-lg-5, .cpl-scope .my-lg-5 {
        margin-top: 3rem !important
    }

    .cpl-scope .mr-lg-5, .cpl-scope .mx-lg-5 {
        margin-right: 3rem !important
    }

    .cpl-scope .mb-lg-5, .cpl-scope .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .cpl-scope .ml-lg-5, .cpl-scope .mx-lg-5 {
        margin-left: 3rem !important
    }

    .cpl-scope .p-lg-0 {
        padding: 0 !important
    }

    .cpl-scope .pt-lg-0, .cpl-scope .py-lg-0 {
        padding-top: 0 !important
    }

    .cpl-scope .pr-lg-0, .cpl-scope .px-lg-0 {
        padding-right: 0 !important
    }

    .cpl-scope .pb-lg-0, .cpl-scope .py-lg-0 {
        padding-bottom: 0 !important
    }

    .cpl-scope .pl-lg-0, .cpl-scope .px-lg-0 {
        padding-left: 0 !important
    }

    .cpl-scope .p-lg-1 {
        padding: .25rem !important
    }

    .cpl-scope .pt-lg-1, .cpl-scope .py-lg-1 {
        padding-top: .25rem !important
    }

    .cpl-scope .pr-lg-1, .cpl-scope .px-lg-1 {
        padding-right: .25rem !important
    }

    .cpl-scope .pb-lg-1, .cpl-scope .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .cpl-scope .pl-lg-1, .cpl-scope .px-lg-1 {
        padding-left: .25rem !important
    }

    .cpl-scope .p-lg-2 {
        padding: .5rem !important
    }

    .cpl-scope .pt-lg-2, .cpl-scope .py-lg-2 {
        padding-top: .5rem !important
    }

    .cpl-scope .pr-lg-2, .cpl-scope .px-lg-2 {
        padding-right: .5rem !important
    }

    .cpl-scope .pb-lg-2, .cpl-scope .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .cpl-scope .pl-lg-2, .cpl-scope .px-lg-2 {
        padding-left: .5rem !important
    }

    .cpl-scope .p-lg-3 {
        padding: 1rem !important
    }

    .cpl-scope .pt-lg-3, .cpl-scope .py-lg-3 {
        padding-top: 1rem !important
    }

    .cpl-scope .pr-lg-3, .cpl-scope .px-lg-3 {
        padding-right: 1rem !important
    }

    .cpl-scope .pb-lg-3, .cpl-scope .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .cpl-scope .pl-lg-3, .cpl-scope .px-lg-3 {
        padding-left: 1rem !important
    }

    .cpl-scope .p-lg-4 {
        padding: 1.5rem !important
    }

    .cpl-scope .pt-lg-4, .cpl-scope .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .cpl-scope .pr-lg-4, .cpl-scope .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .cpl-scope .pb-lg-4, .cpl-scope .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .cpl-scope .pl-lg-4, .cpl-scope .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .cpl-scope .p-lg-5 {
        padding: 3rem !important
    }

    .cpl-scope .pt-lg-5, .cpl-scope .py-lg-5 {
        padding-top: 3rem !important
    }

    .cpl-scope .pr-lg-5, .cpl-scope .px-lg-5 {
        padding-right: 3rem !important
    }

    .cpl-scope .pb-lg-5, .cpl-scope .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .cpl-scope .pl-lg-5, .cpl-scope .px-lg-5 {
        padding-left: 3rem !important
    }

    .cpl-scope .m-lg-auto {
        margin: auto !important
    }

    .cpl-scope .mt-lg-auto, .cpl-scope .my-lg-auto {
        margin-top: auto !important
    }

    .cpl-scope .mr-lg-auto, .cpl-scope .mx-lg-auto {
        margin-right: auto !important
    }

    .cpl-scope .mb-lg-auto, .cpl-scope .my-lg-auto {
        margin-bottom: auto !important
    }

    .cpl-scope .ml-lg-auto, .cpl-scope .mx-lg-auto {
        margin-left: auto !important
    }
}

@media(min-width:1200px) {
    .cpl-scope .m-xl-0 {
        margin: 0 !important
    }

    .cpl-scope .mt-xl-0, .cpl-scope .my-xl-0 {
        margin-top: 0 !important
    }

    .cpl-scope .mr-xl-0, .cpl-scope .mx-xl-0 {
        margin-right: 0 !important
    }

    .cpl-scope .mb-xl-0, .cpl-scope .my-xl-0 {
        margin-bottom: 0 !important
    }

    .cpl-scope .ml-xl-0, .cpl-scope .mx-xl-0 {
        margin-left: 0 !important
    }

    .cpl-scope .m-xl-1 {
        margin: .25rem !important
    }

    .cpl-scope .mt-xl-1, .cpl-scope .my-xl-1 {
        margin-top: .25rem !important
    }

    .cpl-scope .mr-xl-1, .cpl-scope .mx-xl-1 {
        margin-right: .25rem !important
    }

    .cpl-scope .mb-xl-1, .cpl-scope .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .cpl-scope .ml-xl-1, .cpl-scope .mx-xl-1 {
        margin-left: .25rem !important
    }

    .cpl-scope .m-xl-2 {
        margin: .5rem !important
    }

    .cpl-scope .mt-xl-2, .cpl-scope .my-xl-2 {
        margin-top: .5rem !important
    }

    .cpl-scope .mr-xl-2, .cpl-scope .mx-xl-2 {
        margin-right: .5rem !important
    }

    .cpl-scope .mb-xl-2, .cpl-scope .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .cpl-scope .ml-xl-2, .cpl-scope .mx-xl-2 {
        margin-left: .5rem !important
    }

    .cpl-scope .m-xl-3 {
        margin: 1rem !important
    }

    .cpl-scope .mt-xl-3, .cpl-scope .my-xl-3 {
        margin-top: 1rem !important
    }

    .cpl-scope .mr-xl-3, .cpl-scope .mx-xl-3 {
        margin-right: 1rem !important
    }

    .cpl-scope .mb-xl-3, .cpl-scope .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .cpl-scope .ml-xl-3, .cpl-scope .mx-xl-3 {
        margin-left: 1rem !important
    }

    .cpl-scope .m-xl-4 {
        margin: 1.5rem !important
    }

    .cpl-scope .mt-xl-4, .cpl-scope .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .cpl-scope .mr-xl-4, .cpl-scope .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .cpl-scope .mb-xl-4, .cpl-scope .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .cpl-scope .ml-xl-4, .cpl-scope .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .cpl-scope .m-xl-5 {
        margin: 3rem !important
    }

    .cpl-scope .mt-xl-5, .cpl-scope .my-xl-5 {
        margin-top: 3rem !important
    }

    .cpl-scope .mr-xl-5, .cpl-scope .mx-xl-5 {
        margin-right: 3rem !important
    }

    .cpl-scope .mb-xl-5, .cpl-scope .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .cpl-scope .ml-xl-5, .cpl-scope .mx-xl-5 {
        margin-left: 3rem !important
    }

    .cpl-scope .p-xl-0 {
        padding: 0 !important
    }

    .cpl-scope .pt-xl-0, .cpl-scope .py-xl-0 {
        padding-top: 0 !important
    }

    .cpl-scope .pr-xl-0, .cpl-scope .px-xl-0 {
        padding-right: 0 !important
    }

    .cpl-scope .pb-xl-0, .cpl-scope .py-xl-0 {
        padding-bottom: 0 !important
    }

    .cpl-scope .pl-xl-0, .cpl-scope .px-xl-0 {
        padding-left: 0 !important
    }

    .cpl-scope .p-xl-1 {
        padding: .25rem !important
    }

    .cpl-scope .pt-xl-1, .cpl-scope .py-xl-1 {
        padding-top: .25rem !important
    }

    .cpl-scope .pr-xl-1, .cpl-scope .px-xl-1 {
        padding-right: .25rem !important
    }

    .cpl-scope .pb-xl-1, .cpl-scope .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .cpl-scope .pl-xl-1, .cpl-scope .px-xl-1 {
        padding-left: .25rem !important
    }

    .cpl-scope .p-xl-2 {
        padding: .5rem !important
    }

    .cpl-scope .pt-xl-2, .cpl-scope .py-xl-2 {
        padding-top: .5rem !important
    }

    .cpl-scope .pr-xl-2, .cpl-scope .px-xl-2 {
        padding-right: .5rem !important
    }

    .cpl-scope .pb-xl-2, .cpl-scope .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .cpl-scope .pl-xl-2, .cpl-scope .px-xl-2 {
        padding-left: .5rem !important
    }

    .cpl-scope .p-xl-3 {
        padding: 1rem !important
    }

    .cpl-scope .pt-xl-3, .cpl-scope .py-xl-3 {
        padding-top: 1rem !important
    }

    .cpl-scope .pr-xl-3, .cpl-scope .px-xl-3 {
        padding-right: 1rem !important
    }

    .cpl-scope .pb-xl-3, .cpl-scope .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .cpl-scope .pl-xl-3, .cpl-scope .px-xl-3 {
        padding-left: 1rem !important
    }

    .cpl-scope .p-xl-4 {
        padding: 1.5rem !important
    }

    .cpl-scope .pt-xl-4, .cpl-scope .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .cpl-scope .pr-xl-4, .cpl-scope .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .cpl-scope .pb-xl-4, .cpl-scope .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .cpl-scope .pl-xl-4, .cpl-scope .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .cpl-scope .p-xl-5 {
        padding: 3rem !important
    }

    .cpl-scope .pt-xl-5, .cpl-scope .py-xl-5 {
        padding-top: 3rem !important
    }

    .cpl-scope .pr-xl-5, .cpl-scope .px-xl-5 {
        padding-right: 3rem !important
    }

    .cpl-scope .pb-xl-5, .cpl-scope .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .cpl-scope .pl-xl-5, .cpl-scope .px-xl-5 {
        padding-left: 3rem !important
    }

    .cpl-scope .m-xl-auto {
        margin: auto !important
    }

    .cpl-scope .mt-xl-auto, .cpl-scope .my-xl-auto {
        margin-top: auto !important
    }

    .cpl-scope .mr-xl-auto, .cpl-scope .mx-xl-auto {
        margin-right: auto !important
    }

    .cpl-scope .mb-xl-auto, .cpl-scope .my-xl-auto {
        margin-bottom: auto !important
    }

    .cpl-scope .ml-xl-auto, .cpl-scope .mx-xl-auto {
        margin-left: auto !important
    }
}

.cpl-scope .text-monospace {
    font-family: 'AkkuratLLTT-Regular'
}

.cpl-scope .text-justify {
    text-align: justify !important
}

.cpl-scope .text-nowrap {
    white-space: nowrap !important
}

.cpl-scope .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cpl-scope .text-left {
    text-align: left !important
}

.cpl-scope .text-right {
    text-align: right !important
}

.cpl-scope .text-center {
    text-align: center !important
}

@media(min-width:576px) {
    .cpl-scope .text-sm-left {
        text-align: left !important
    }

    .cpl-scope .text-sm-right {
        text-align: right !important
    }

    .cpl-scope .text-sm-center {
        text-align: center !important
    }
}

@media(min-width:768px) {
    .cpl-scope .text-md-left {
        text-align: left !important
    }

    .cpl-scope .text-md-right {
        text-align: right !important
    }

    .cpl-scope .text-md-center {
        text-align: center !important
    }
}

@media(min-width:992px) {
    .cpl-scope .text-lg-left {
        text-align: left !important
    }

    .cpl-scope .text-lg-right {
        text-align: right !important
    }

    .cpl-scope .text-lg-center {
        text-align: center !important
    }
}

@media(min-width:1200px) {
    .cpl-scope .text-xl-left {
        text-align: left !important
    }

    .cpl-scope .text-xl-right {
        text-align: right !important
    }

    .cpl-scope .text-xl-center {
        text-align: center !important
    }
}

.cpl-scope .text-lowercase {
    text-transform: lowercase !important
}

.cpl-scope .text-uppercase {
    text-transform: uppercase !important
}

.cpl-scope .text-capitalize {
    text-transform: capitalize !important
}

.cpl-scope .font-weight-light {
    font-weight: 300 !important
}

.cpl-scope .font-weight-normal {
    font-weight: 400 !important
}

.cpl-scope .font-italic {
    font-style: italic !important
}

.cpl-scope .text-white {
    color: #fff !important
}

.cpl-scope .text-primary {
    color: #009596 !important
}

.cpl-scope a.text-primary:hover, .cpl-scope a.text-primary:focus {
    color: #006263 !important
}

.cpl-scope .text-secondary {
    color: #00993e !important
}

.cpl-scope a.text-secondary:hover, .cpl-scope a.text-secondary:focus {
    color: #006629 !important
}

.cpl-scope .text-success {
    color: #8dc63f !important
}

.cpl-scope a.text-success:hover, .cpl-scope a.text-success:focus {
    color: #72a230 !important
}

.cpl-scope .text-info {
    color: #00b5f1 !important
}

.cpl-scope a.text-info:hover, .cpl-scope a.text-info:focus {
    color: #008fbe !important
}

.cpl-scope .text-warning {
    color: #f7941d !important
}

.cpl-scope a.text-warning:hover, .cpl-scope a.text-warning:focus {
    color: #d97a08 !important
}

.cpl-scope .text-danger {
    color: #cf1034 !important
}

.cpl-scope a.text-danger:hover, .cpl-scope a.text-danger:focus {
    color: #a00c28 !important
}

.cpl-scope .text-light {
    color: #f8f9fa !important
}

.cpl-scope a.text-light:hover, .cpl-scope a.text-light:focus {
    color: #dae0e5 !important
}

.cpl-scope .text-dark {
    color: #343a40 !important
}

.cpl-scope a.text-dark:hover, .cpl-scope a.text-dark:focus {
    color: #1d2124 !important
}

.cpl-scope .text-body {
    color: #212529 !important
}

.cpl-scope .text-muted {
    color: #c1c5ca !important
}

.cpl-scope .text-black-50 {
    color: rgba(0,0,0,.5) !important
}

.cpl-scope .text-white-50 {
    color: rgba(255,255,255,.5) !important
}

.cpl-scope .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.cpl-scope .visible {
    visibility: visible !important
}

.cpl-scope .invisible {
    visibility: hidden !important
}

@media print {
    .cpl-scope *, .cpl-scope *::before, .cpl-scope *::after {
        text-shadow: none !important;
        box-shadow: none !important
    }

    .cpl-scope a:not(.btn) {
        text-decoration: underline
    }

    .cpl-scope abbr[title]::after {
        content: " (" attr(title) ")"
    }

    .cpl-scope pre {
        white-space: pre-wrap !important
    }

    .cpl-scope pre, .cpl-scope blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    .cpl-scope thead {
        display: table-header-group
    }

    .cpl-scope tr, .cpl-scope img {
        page-break-inside: avoid
    }

    .cpl-scope p, .cpl-scope h2, .cpl-scope h3 {
        orphans: 3;
        widows: 3
    }

    .cpl-scope h2, .cpl-scope h3 {
        page-break-after: avoid
    }

    .cpl-scope body {
        min-width: 992px !important
    }

    .cpl-scope .container {
        min-width: 992px !important
    }

    .cpl-scope .navbar {
        display: none
    }

    .cpl-scope .badge {
        border: 1px solid #000
    }

    .cpl-scope .table {
        border-collapse: collapse !important
    }

        .cpl-scope .table td, .cpl-scope .table th {
            background-color: #fff !important
        }

    .cpl-scope .table-bordered th, .cpl-scope .table-bordered td {
        border: 1px solid #dee2e6 !important
    }

    .cpl-scope .table-dark {
        color: inherit
    }

        .cpl-scope .table-dark th, .cpl-scope .table-dark td, .cpl-scope .table-dark thead th, .cpl-scope .table-dark tbody + tbody {
            border-color: #f1f1f2
        }

    .cpl-scope .table .thead-dark th {
        color: inherit;
        border-color: #f1f1f2
    }
}

.cpl-scope .was-validated .form-control:valid, .cpl-scope .form-control.is-valid, .cpl-scope .was-validated .custom-select:valid, .cpl-scope .custom-select.is-valid {
    border-color: #28a745
}

    .cpl-scope .was-validated .form-control:valid:focus, .cpl-scope .form-control.is-valid:focus, .cpl-scope .was-validated .custom-select:valid:focus, .cpl-scope .custom-select.is-valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
    }

    .cpl-scope .was-validated .form-control:valid ~ .valid-feedback, .cpl-scope .was-validated .form-control:valid ~ .valid-tooltip, .cpl-scope .form-control.is-valid ~ .valid-feedback, .cpl-scope .form-control.is-valid ~ .valid-tooltip, .cpl-scope .was-validated .custom-select:valid ~ .valid-feedback, .cpl-scope .was-validated .custom-select:valid ~ .valid-tooltip, .cpl-scope .custom-select.is-valid ~ .valid-feedback, .cpl-scope .custom-select.is-valid ~ .valid-tooltip {
        display: block
    }

.cpl-scope .was-validated .form-control-file:valid ~ .valid-feedback, .cpl-scope .was-validated .form-control-file:valid ~ .valid-tooltip, .cpl-scope .form-control-file.is-valid ~ .valid-feedback, .cpl-scope .form-control-file.is-valid ~ .valid-tooltip {
    display: block
}

.cpl-scope .was-validated .form-check-input:valid ~ .form-check-label, .cpl-scope .form-check-input.is-valid ~ .form-check-label {
    color: #28a745
}

.cpl-scope .was-validated .form-check-input:valid ~ .valid-feedback, .cpl-scope .was-validated .form-check-input:valid ~ .valid-tooltip, .cpl-scope .form-check-input.is-valid ~ .valid-feedback, .cpl-scope .form-check-input.is-valid ~ .valid-tooltip {
    display: block
}

.cpl-scope .was-validated .custom-control-input:valid ~ .custom-control-label, .cpl-scope .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745
}

    .cpl-scope .was-validated .custom-control-input:valid ~ .custom-control-label::before, .cpl-scope .custom-control-input.is-valid ~ .custom-control-label::before {
        background-color: #71dd8a
    }

.cpl-scope .was-validated .custom-control-input:valid ~ .valid-feedback, .cpl-scope .was-validated .custom-control-input:valid ~ .valid-tooltip, .cpl-scope .custom-control-input.is-valid ~ .valid-feedback, .cpl-scope .custom-control-input.is-valid ~ .valid-tooltip {
    display: block
}

.cpl-scope .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .cpl-scope .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    background-color: #34ce57
}

.cpl-scope .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .cpl-scope .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)
}

.cpl-scope .was-validated .custom-file-input:valid ~ .custom-file-label, .cpl-scope .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745
}

    .cpl-scope .was-validated .custom-file-input:valid ~ .custom-file-label::after, .cpl-scope .custom-file-input.is-valid ~ .custom-file-label::after {
        border-color: inherit
    }

.cpl-scope .was-validated .custom-file-input:valid ~ .valid-feedback, .cpl-scope .was-validated .custom-file-input:valid ~ .valid-tooltip, .cpl-scope .custom-file-input.is-valid ~ .valid-feedback, .cpl-scope .custom-file-input.is-valid ~ .valid-tooltip {
    display: block
}

.cpl-scope .was-validated .custom-file-input:valid:focus ~ .custom-file-label, .cpl-scope .custom-file-input.is-valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.cpl-scope .modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,-25%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .cpl-scope .modal.fade .modal-dialog {
        transition: none
    }
}

.cpl-scope .modal.show .modal-dialog, .cpl-scope .modal.fade.show .modal-dialog {
    transform: translate(0,0)
}

@media print {
    @page {
        size: a3
    }
}

:root, html, body {
    font-size: .75rem
}

.cpl-scope .ihs-header.navbar {
    padding: 0
}

.cpl-scope .ihs-header .brand.pull-left {
    margin-right: auto;
    margin-left: 0
}

.cpl-scope .ihs-header .ihs-menu.navbar-nav {
    flex-direction: row;
    flex-wrap: wrap
}

    .cpl-scope .ihs-header .ihs-menu.navbar-nav li.pull-right {
        margin-left: auto !important
    }

        .cpl-scope .ihs-header .ihs-menu.navbar-nav li.pull-right ~ .pull-right {
            margin-left: 1px !important
        }

.cpl-scope .ihs-header .icon-set.navbar-nav {
    display: block
}

    .cpl-scope .ihs-header .icon-set.navbar-nav > .icon-area {
        box-sizing: content-box
    }

        .cpl-scope .ihs-header .icon-set.navbar-nav > .icon-area > .dropdown-menu {
            position: absolute
        }

.cpl-scope .ihs-header .icon-set > .icon-area:last-child, .cpl-scope .ihs-header .icon-set > .icon-area:last-child:hover {
    padding-right: 23px
}

.cpl-scope .navbar-fixed-top, .cpl-scope .navbar-fixed-bottom {
    z-index: 1050
}

.cpl-scope .display-1, .cpl-scope .display-2, .cpl-scope .display-3, .cpl-scope .display-4 {
    line-height: 1
}

.cpl-scope .alert-dismissible .close {
    padding: 0 .33333rem 0 .66667rem
}

    .cpl-scope .alert-dismissible .close:not(:disabled):not(.disabled):hover, .cpl-scope .alert-dismissible .close:focus {
        color: currentColor;
        fill: currentColor
    }

.cpl-scope .dropdown-toggle::after {
    display: none !important
}

.cpl-scope .dropdown.show, .cpl-scope .dropup.show {
    display: inline-block !important
}

.cpl-scope .dropdown .dropdown-menu, .cpl-scope .dropdown > .dropdown-menu {
    position: relative
}

.cpl-scope .dropdown .dropdown-menu {
    top: 0
}

    .cpl-scope .dropdown .dropdown-menu.has-pintail {
        top: 8px
    }

.cpl-scope .dropup .dropdown-menu, .cpl-scope .dropup .dropdown-menu.has-pintail {
    bottom: auto
}

.cpl-scope .search-group {
    display: table !important
}

    .cpl-scope .search-group > * {
        display: table-cell !important
    }

    .cpl-scope .search-group .dropdown-menu, .cpl-scope .search-group .dropdown-menu.show, .cpl-scope .search-group.show .dropdown-menu, .cpl-scope .search-group.show .dropdown-menu.show {
        position: absolute !important
    }

    .cpl-scope .search-group .dropdown-menu {
        display: none !important
    }

    .cpl-scope .search-group.open .dropdown-menu, .cpl-scope .search-group.show .dropdown-menu {
        display: block !important
    }

.cpl-scope .form-inline .checkbox input[type="checkbox"], .cpl-scope .form-inline .radio input[type="radio"] {
    margin-right: .66667rem
}

.cpl-scope .fade {
    transition: opacity .15s linear
}

    .cpl-scope .fade:not(show) {
        opacity: 1
    }

.cpl-scope .modal .modal-header::before, .cpl-scope .modal .modal-header::after {
    display: none
}

.cpl-scope .modal .modal-title {
    order: -1
}

.cpl-scope .modal .modal-1 .modal-content {
    width: 240px
}

.cpl-scope .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #32363b
}

    .cpl-scope .modal-backdrop.fade {
        opacity: 0
    }

    .cpl-scope .modal-backdrop.show {
        opacity: .5
    }

.cpl-scope .nav-pills.nav-stacked {
    flex-direction: column
}

.cpl-scope .popover .popover-header {
    margin-top: 0;
    font-size: 1.166666666666667rem
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #009596;
    --secondary: #00993e;
    --success: #8dc63f;
    --info: #00b5f1;
    --warning: #f7941d;
    --danger: #cf1034;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: 'AkkuratLLTT-Regular';
    --font-family-monospace: Menlo,Monaco,Consolas,"Courier New",monospace
}

.cpl-scope .container, .cpl-scope.container {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {
    .cpl-scope .container, .cpl-scope.container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .cpl-scope .container, .cpl-scope.container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .cpl-scope .container, .cpl-scope.container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .cpl-scope .container, .cpl-scope.container {
        max-width: 1140px
    }
}

.cpl-scope .container-fluid, .cpl-scope.container-fluid {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto
}

    .cpl-scope .container-fluid.no-gutters, .cpl-scope.container-fluid.no-gutters {
        padding-right: 0;
        padding-left: 0
    }

.cpl-scope .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px
}

    .cpl-scope .row.no-gutters, .cpl-scope.row.no-gutters {
        margin-right: 0;
        margin-left: 0
    }

        .cpl-scope .row.no-gutters > .col, .cpl-scope .row.no-gutters > [class*="col-"], .cpl-scope.row.no-gutters > .col, .cpl-scope.row.no-gutters > [class*="col-"] {
            padding-right: 0;
            padding-left: 0
        }

            .cpl-scope .row.no-gutters > .col .row:not(.no-gutters), .cpl-scope .row.no-gutters > .col .row.has-gutters, .cpl-scope .row.no-gutters > [class*="col-"] .row:not(.no-gutters), .cpl-scope .row.no-gutters > [class*="col-"] .row.has-gutters, .cpl-scope.row.no-gutters > .col .row:not(.no-gutters), .cpl-scope.row.no-gutters > .col .row.has-gutters, .cpl-scope.row.no-gutters > [class*="col-"] .row:not(.no-gutters), .cpl-scope.row.no-gutters > [class*="col-"] .row.has-gutters {
                margin-right: 0;
                margin-left: 0
            }

                .cpl-scope .row.no-gutters > .col .row:not(.no-gutters) .row:not(.no-gutters), .cpl-scope .row.no-gutters > .col .row:not(.no-gutters) .row.has-gutters, .cpl-scope .row.no-gutters > .col .row.has-gutters .row:not(.no-gutters), .cpl-scope .row.no-gutters > .col .row.has-gutters .row.has-gutters, .cpl-scope .row.no-gutters > [class*="col-"] .row:not(.no-gutters) .row:not(.no-gutters), .cpl-scope .row.no-gutters > [class*="col-"] .row:not(.no-gutters) .row.has-gutters, .cpl-scope .row.no-gutters > [class*="col-"] .row.has-gutters .row:not(.no-gutters), .cpl-scope .row.no-gutters > [class*="col-"] .row.has-gutters .row.has-gutters, .cpl-scope.row.no-gutters > .col .row:not(.no-gutters) .row:not(.no-gutters), .cpl-scope.row.no-gutters > .col .row:not(.no-gutters) .row.has-gutters, .cpl-scope.row.no-gutters > .col .row.has-gutters .row:not(.no-gutters), .cpl-scope.row.no-gutters > .col .row.has-gutters .row.has-gutters, .cpl-scope.row.no-gutters > [class*="col-"] .row:not(.no-gutters) .row:not(.no-gutters), .cpl-scope.row.no-gutters > [class*="col-"] .row:not(.no-gutters) .row.has-gutters, .cpl-scope.row.no-gutters > [class*="col-"] .row.has-gutters .row:not(.no-gutters), .cpl-scope.row.no-gutters > [class*="col-"] .row.has-gutters .row.has-gutters {
                    margin-right: -16px;
                    margin-left: -16px
                }

        .cpl-scope .row.no-gutters .row:not(.no-gutters), .cpl-scope .row.no-gutters .row.has-gutters, .cpl-scope.row.no-gutters .row:not(.no-gutters), .cpl-scope.row.no-gutters .row.has-gutters {
            margin-right: -16px;
            margin-left: -16px
        }

            .cpl-scope .row.no-gutters .row:not(.no-gutters) > .col, .cpl-scope .row.no-gutters .row:not(.no-gutters) > [class*="col-"], .cpl-scope .row.no-gutters .row.has-gutters > .col, .cpl-scope .row.no-gutters .row.has-gutters > [class*="col-"], .cpl-scope.row.no-gutters .row:not(.no-gutters) > .col, .cpl-scope.row.no-gutters .row:not(.no-gutters) > [class*="col-"], .cpl-scope.row.no-gutters .row.has-gutters > .col, .cpl-scope.row.no-gutters .row.has-gutters > [class*="col-"] {
                padding-right: 16px;
                padding-left: 16px
            }

                .cpl-scope .row.no-gutters .row:not(.no-gutters) > .col.no-gutters, .cpl-scope .row.no-gutters .row:not(.no-gutters) > [class*="col-"].no-gutters, .cpl-scope .row.no-gutters .row.has-gutters > .col.no-gutters, .cpl-scope .row.no-gutters .row.has-gutters > [class*="col-"].no-gutters, .cpl-scope.row.no-gutters .row:not(.no-gutters) > .col.no-gutters, .cpl-scope.row.no-gutters .row:not(.no-gutters) > [class*="col-"].no-gutters, .cpl-scope.row.no-gutters .row.has-gutters > .col.no-gutters, .cpl-scope.row.no-gutters .row.has-gutters > [class*="col-"].no-gutters {
                    padding-right: 0;
                    padding-left: 0
                }

        .cpl-scope .row.no-gutters .col.has-gutters, .cpl-scope .row.no-gutters [class*="col-"].has-gutters, .cpl-scope.row.no-gutters .col.has-gutters, .cpl-scope.row.no-gutters [class*="col-"].has-gutters {
            padding-right: 16px;
            padding-left: 16px
        }

.cpl-scope .col.no-gutters, .cpl-scope [class*="col-"].no-gutters {
    padding-right: 0;
    padding-left: 0
}

.cpl-scope .col-xs, .cpl-scope .col, .cpl-scope .col-xs-auto, .cpl-scope .col-auto, .cpl-scope .col-sm, .cpl-scope .col-sm-auto, .cpl-scope .col-md, .cpl-scope .col-md-auto, .cpl-scope .col-lg, .cpl-scope .col-lg-auto, .cpl-scope .col-xl, .cpl-scope .col-xl-auto, .cpl-scope .col-xs-1-1, .cpl-scope .col-1-1, .cpl-scope .col-sm-1-1, .cpl-scope .col-md-1-1, .cpl-scope .col-lg-1-1, .cpl-scope .col-xl-1-1, .cpl-scope .col-xs-1-2, .cpl-scope .col-1-2, .cpl-scope .col-xs-2-2, .cpl-scope .col-2-2, .cpl-scope .col-sm-1-2, .cpl-scope .col-sm-2-2, .cpl-scope .col-md-1-2, .cpl-scope .col-md-2-2, .cpl-scope .col-lg-1-2, .cpl-scope .col-lg-2-2, .cpl-scope .col-xl-1-2, .cpl-scope .col-xl-2-2, .cpl-scope .col-xs-1-3, .cpl-scope .col-1-3, .cpl-scope .col-xs-2-3, .cpl-scope .col-2-3, .cpl-scope .col-xs-3-3, .cpl-scope .col-3-3, .cpl-scope .col-sm-1-3, .cpl-scope .col-sm-2-3, .cpl-scope .col-sm-3-3, .cpl-scope .col-md-1-3, .cpl-scope .col-md-2-3, .cpl-scope .col-md-3-3, .cpl-scope .col-lg-1-3, .cpl-scope .col-lg-2-3, .cpl-scope .col-lg-3-3, .cpl-scope .col-xl-1-3, .cpl-scope .col-xl-2-3, .cpl-scope .col-xl-3-3, .cpl-scope .col-xs-1-4, .cpl-scope .col-1-4, .cpl-scope .col-xs-2-4, .cpl-scope .col-2-4, .cpl-scope .col-xs-3-4, .cpl-scope .col-3-4, .cpl-scope .col-xs-4-4, .cpl-scope .col-4-4, .cpl-scope .col-sm-1-4, .cpl-scope .col-sm-2-4, .cpl-scope .col-sm-3-4, .cpl-scope .col-sm-4-4, .cpl-scope .col-md-1-4, .cpl-scope .col-md-2-4, .cpl-scope .col-md-3-4, .cpl-scope .col-md-4-4, .cpl-scope .col-lg-1-4, .cpl-scope .col-lg-2-4, .cpl-scope .col-lg-3-4, .cpl-scope .col-lg-4-4, .cpl-scope .col-xl-1-4, .cpl-scope .col-xl-2-4, .cpl-scope .col-xl-3-4, .cpl-scope .col-xl-4-4, .cpl-scope .col-xs-1-5, .cpl-scope .col-1-5, .cpl-scope .col-xs-2-5, .cpl-scope .col-2-5, .cpl-scope .col-xs-3-5, .cpl-scope .col-3-5, .cpl-scope .col-xs-4-5, .cpl-scope .col-4-5, .cpl-scope .col-xs-5-5, .cpl-scope .col-5-5, .cpl-scope .col-sm-1-5, .cpl-scope .col-sm-2-5, .cpl-scope .col-sm-3-5, .cpl-scope .col-sm-4-5, .cpl-scope .col-sm-5-5, .cpl-scope .col-md-1-5, .cpl-scope .col-md-2-5, .cpl-scope .col-md-3-5, .cpl-scope .col-md-4-5, .cpl-scope .col-md-5-5, .cpl-scope .col-lg-1-5, .cpl-scope .col-lg-2-5, .cpl-scope .col-lg-3-5, .cpl-scope .col-lg-4-5, .cpl-scope .col-lg-5-5, .cpl-scope .col-xl-1-5, .cpl-scope .col-xl-2-5, .cpl-scope .col-xl-3-5, .cpl-scope .col-xl-4-5, .cpl-scope .col-xl-5-5, .cpl-scope .col-xs-1-7, .cpl-scope .col-1-7, .cpl-scope .col-xs-2-7, .cpl-scope .col-2-7, .cpl-scope .col-xs-3-7, .cpl-scope .col-3-7, .cpl-scope .col-xs-4-7, .cpl-scope .col-4-7, .cpl-scope .col-xs-5-7, .cpl-scope .col-5-7, .cpl-scope .col-xs-6-7, .cpl-scope .col-6-7, .cpl-scope .col-xs-7-7, .cpl-scope .col-7-7, .cpl-scope .col-sm-1-7, .cpl-scope .col-sm-2-7, .cpl-scope .col-sm-3-7, .cpl-scope .col-sm-4-7, .cpl-scope .col-sm-5-7, .cpl-scope .col-sm-6-7, .cpl-scope .col-sm-7-7, .cpl-scope .col-md-1-7, .cpl-scope .col-md-2-7, .cpl-scope .col-md-3-7, .cpl-scope .col-md-4-7, .cpl-scope .col-md-5-7, .cpl-scope .col-md-6-7, .cpl-scope .col-md-7-7, .cpl-scope .col-lg-1-7, .cpl-scope .col-lg-2-7, .cpl-scope .col-lg-3-7, .cpl-scope .col-lg-4-7, .cpl-scope .col-lg-5-7, .cpl-scope .col-lg-6-7, .cpl-scope .col-lg-7-7, .cpl-scope .col-xl-1-7, .cpl-scope .col-xl-2-7, .cpl-scope .col-xl-3-7, .cpl-scope .col-xl-4-7, .cpl-scope .col-xl-5-7, .cpl-scope .col-xl-6-7, .cpl-scope .col-xl-7-7, .cpl-scope .col-xs-1-8, .cpl-scope .col-1-8, .cpl-scope .col-xs-2-8, .cpl-scope .col-2-8, .cpl-scope .col-xs-3-8, .cpl-scope .col-3-8, .cpl-scope .col-xs-4-8, .cpl-scope .col-4-8, .cpl-scope .col-xs-5-8, .cpl-scope .col-5-8, .cpl-scope .col-xs-6-8, .cpl-scope .col-6-8, .cpl-scope .col-xs-7-8, .cpl-scope .col-7-8, .cpl-scope .col-xs-8-8, .cpl-scope .col-8-8, .cpl-scope .col-sm-1-8, .cpl-scope .col-sm-2-8, .cpl-scope .col-sm-3-8, .cpl-scope .col-sm-4-8, .cpl-scope .col-sm-5-8, .cpl-scope .col-sm-6-8, .cpl-scope .col-sm-7-8, .cpl-scope .col-sm-8-8, .cpl-scope .col-md-1-8, .cpl-scope .col-md-2-8, .cpl-scope .col-md-3-8, .cpl-scope .col-md-4-8, .cpl-scope .col-md-5-8, .cpl-scope .col-md-6-8, .cpl-scope .col-md-7-8, .cpl-scope .col-md-8-8, .cpl-scope .col-lg-1-8, .cpl-scope .col-lg-2-8, .cpl-scope .col-lg-3-8, .cpl-scope .col-lg-4-8, .cpl-scope .col-lg-5-8, .cpl-scope .col-lg-6-8, .cpl-scope .col-lg-7-8, .cpl-scope .col-lg-8-8, .cpl-scope .col-xl-1-8, .cpl-scope .col-xl-2-8, .cpl-scope .col-xl-3-8, .cpl-scope .col-xl-4-8, .cpl-scope .col-xl-5-8, .cpl-scope .col-xl-6-8, .cpl-scope .col-xl-7-8, .cpl-scope .col-xl-8-8, .cpl-scope .col-xs-1-9, .cpl-scope .col-1-9, .cpl-scope .col-xs-2-9, .cpl-scope .col-2-9, .cpl-scope .col-xs-3-9, .cpl-scope .col-3-9, .cpl-scope .col-xs-4-9, .cpl-scope .col-4-9, .cpl-scope .col-xs-5-9, .cpl-scope .col-5-9, .cpl-scope .col-xs-6-9, .cpl-scope .col-6-9, .cpl-scope .col-xs-7-9, .cpl-scope .col-7-9, .cpl-scope .col-xs-8-9, .cpl-scope .col-8-9, .cpl-scope .col-xs-9-9, .cpl-scope .col-9-9, .cpl-scope .col-sm-1-9, .cpl-scope .col-sm-2-9, .cpl-scope .col-sm-3-9, .cpl-scope .col-sm-4-9, .cpl-scope .col-sm-5-9, .cpl-scope .col-sm-6-9, .cpl-scope .col-sm-7-9, .cpl-scope .col-sm-8-9, .cpl-scope .col-sm-9-9, .cpl-scope .col-md-1-9, .cpl-scope .col-md-2-9, .cpl-scope .col-md-3-9, .cpl-scope .col-md-4-9, .cpl-scope .col-md-5-9, .cpl-scope .col-md-6-9, .cpl-scope .col-md-7-9, .cpl-scope .col-md-8-9, .cpl-scope .col-md-9-9, .cpl-scope .col-lg-1-9, .cpl-scope .col-lg-2-9, .cpl-scope .col-lg-3-9, .cpl-scope .col-lg-4-9, .cpl-scope .col-lg-5-9, .cpl-scope .col-lg-6-9, .cpl-scope .col-lg-7-9, .cpl-scope .col-lg-8-9, .cpl-scope .col-lg-9-9, .cpl-scope .col-xl-1-9, .cpl-scope .col-xl-2-9, .cpl-scope .col-xl-3-9, .cpl-scope .col-xl-4-9, .cpl-scope .col-xl-5-9, .cpl-scope .col-xl-6-9, .cpl-scope .col-xl-7-9, .cpl-scope .col-xl-8-9, .cpl-scope .col-xl-9-9, .cpl-scope .col-xs-1-10, .cpl-scope .col-1-10, .cpl-scope .col-xs-2-10, .cpl-scope .col-2-10, .cpl-scope .col-xs-3-10, .cpl-scope .col-3-10, .cpl-scope .col-xs-4-10, .cpl-scope .col-4-10, .cpl-scope .col-xs-5-10, .cpl-scope .col-5-10, .cpl-scope .col-xs-6-10, .cpl-scope .col-6-10, .cpl-scope .col-xs-7-10, .cpl-scope .col-7-10, .cpl-scope .col-xs-8-10, .cpl-scope .col-8-10, .cpl-scope .col-xs-9-10, .cpl-scope .col-9-10, .cpl-scope .col-xs-10-10, .cpl-scope .col-10-10, .cpl-scope .col-sm-1-10, .cpl-scope .col-sm-2-10, .cpl-scope .col-sm-3-10, .cpl-scope .col-sm-4-10, .cpl-scope .col-sm-5-10, .cpl-scope .col-sm-6-10, .cpl-scope .col-sm-7-10, .cpl-scope .col-sm-8-10, .cpl-scope .col-sm-9-10, .cpl-scope .col-sm-10-10, .cpl-scope .col-md-1-10, .cpl-scope .col-md-2-10, .cpl-scope .col-md-3-10, .cpl-scope .col-md-4-10, .cpl-scope .col-md-5-10, .cpl-scope .col-md-6-10, .cpl-scope .col-md-7-10, .cpl-scope .col-md-8-10, .cpl-scope .col-md-9-10, .cpl-scope .col-md-10-10, .cpl-scope .col-lg-1-10, .cpl-scope .col-lg-2-10, .cpl-scope .col-lg-3-10, .cpl-scope .col-lg-4-10, .cpl-scope .col-lg-5-10, .cpl-scope .col-lg-6-10, .cpl-scope .col-lg-7-10, .cpl-scope .col-lg-8-10, .cpl-scope .col-lg-9-10, .cpl-scope .col-lg-10-10, .cpl-scope .col-xl-1-10, .cpl-scope .col-xl-2-10, .cpl-scope .col-xl-3-10, .cpl-scope .col-xl-4-10, .cpl-scope .col-xl-5-10, .cpl-scope .col-xl-6-10, .cpl-scope .col-xl-7-10, .cpl-scope .col-xl-8-10, .cpl-scope .col-xl-9-10, .cpl-scope .col-xl-10-10, .cpl-scope .col-xs-1-12, .cpl-scope .col-1-12, .cpl-scope .col-xs-2-12, .cpl-scope .col-2-12, .cpl-scope .col-xs-3-12, .cpl-scope .col-3-12, .cpl-scope .col-xs-4-12, .cpl-scope .col-4-12, .cpl-scope .col-xs-5-12, .cpl-scope .col-5-12, .cpl-scope .col-xs-6-12, .cpl-scope .col-6-12, .cpl-scope .col-xs-7-12, .cpl-scope .col-7-12, .cpl-scope .col-xs-8-12, .cpl-scope .col-8-12, .cpl-scope .col-xs-9-12, .cpl-scope .col-9-12, .cpl-scope .col-xs-10-12, .cpl-scope .col-10-12, .cpl-scope .col-xs-11-12, .cpl-scope .col-11-12, .cpl-scope .col-xs-12-12, .cpl-scope .col-12-12, .cpl-scope .col-sm-1-12, .cpl-scope .col-sm-2-12, .cpl-scope .col-sm-3-12, .cpl-scope .col-sm-4-12, .cpl-scope .col-sm-5-12, .cpl-scope .col-sm-6-12, .cpl-scope .col-sm-7-12, .cpl-scope .col-sm-8-12, .cpl-scope .col-sm-9-12, .cpl-scope .col-sm-10-12, .cpl-scope .col-sm-11-12, .cpl-scope .col-sm-12-12, .cpl-scope .col-md-1-12, .cpl-scope .col-md-2-12, .cpl-scope .col-md-3-12, .cpl-scope .col-md-4-12, .cpl-scope .col-md-5-12, .cpl-scope .col-md-6-12, .cpl-scope .col-md-7-12, .cpl-scope .col-md-8-12, .cpl-scope .col-md-9-12, .cpl-scope .col-md-10-12, .cpl-scope .col-md-11-12, .cpl-scope .col-md-12-12, .cpl-scope .col-lg-1-12, .cpl-scope .col-lg-2-12, .cpl-scope .col-lg-3-12, .cpl-scope .col-lg-4-12, .cpl-scope .col-lg-5-12, .cpl-scope .col-lg-6-12, .cpl-scope .col-lg-7-12, .cpl-scope .col-lg-8-12, .cpl-scope .col-lg-9-12, .cpl-scope .col-lg-10-12, .cpl-scope .col-lg-11-12, .cpl-scope .col-lg-12-12, .cpl-scope .col-xl-1-12, .cpl-scope .col-xl-2-12, .cpl-scope .col-xl-3-12, .cpl-scope .col-xl-4-12, .cpl-scope .col-xl-5-12, .cpl-scope .col-xl-6-12, .cpl-scope .col-xl-7-12, .cpl-scope .col-xl-8-12, .cpl-scope .col-xl-9-12, .cpl-scope .col-xl-10-12, .cpl-scope .col-xl-11-12, .cpl-scope .col-xl-12-12, .cpl-scope .col-xs-1-16, .cpl-scope .col-1-16, .cpl-scope .col-xs-2-16, .cpl-scope .col-2-16, .cpl-scope .col-xs-3-16, .cpl-scope .col-3-16, .cpl-scope .col-xs-4-16, .cpl-scope .col-4-16, .cpl-scope .col-xs-5-16, .cpl-scope .col-5-16, .cpl-scope .col-xs-6-16, .cpl-scope .col-6-16, .cpl-scope .col-xs-7-16, .cpl-scope .col-7-16, .cpl-scope .col-xs-8-16, .cpl-scope .col-8-16, .cpl-scope .col-xs-9-16, .cpl-scope .col-9-16, .cpl-scope .col-xs-10-16, .cpl-scope .col-10-16, .cpl-scope .col-xs-11-16, .cpl-scope .col-11-16, .cpl-scope .col-xs-12-16, .cpl-scope .col-12-16, .cpl-scope .col-xs-13-16, .cpl-scope .col-13-16, .cpl-scope .col-xs-14-16, .cpl-scope .col-14-16, .cpl-scope .col-xs-15-16, .cpl-scope .col-15-16, .cpl-scope .col-xs-16-16, .cpl-scope .col-16-16, .cpl-scope .col-sm-1-16, .cpl-scope .col-sm-2-16, .cpl-scope .col-sm-3-16, .cpl-scope .col-sm-4-16, .cpl-scope .col-sm-5-16, .cpl-scope .col-sm-6-16, .cpl-scope .col-sm-7-16, .cpl-scope .col-sm-8-16, .cpl-scope .col-sm-9-16, .cpl-scope .col-sm-10-16, .cpl-scope .col-sm-11-16, .cpl-scope .col-sm-12-16, .cpl-scope .col-sm-13-16, .cpl-scope .col-sm-14-16, .cpl-scope .col-sm-15-16, .cpl-scope .col-sm-16-16, .cpl-scope .col-md-1-16, .cpl-scope .col-md-2-16, .cpl-scope .col-md-3-16, .cpl-scope .col-md-4-16, .cpl-scope .col-md-5-16, .cpl-scope .col-md-6-16, .cpl-scope .col-md-7-16, .cpl-scope .col-md-8-16, .cpl-scope .col-md-9-16, .cpl-scope .col-md-10-16, .cpl-scope .col-md-11-16, .cpl-scope .col-md-12-16, .cpl-scope .col-md-13-16, .cpl-scope .col-md-14-16, .cpl-scope .col-md-15-16, .cpl-scope .col-md-16-16, .cpl-scope .col-lg-1-16, .cpl-scope .col-lg-2-16, .cpl-scope .col-lg-3-16, .cpl-scope .col-lg-4-16, .cpl-scope .col-lg-5-16, .cpl-scope .col-lg-6-16, .cpl-scope .col-lg-7-16, .cpl-scope .col-lg-8-16, .cpl-scope .col-lg-9-16, .cpl-scope .col-lg-10-16, .cpl-scope .col-lg-11-16, .cpl-scope .col-lg-12-16, .cpl-scope .col-lg-13-16, .cpl-scope .col-lg-14-16, .cpl-scope .col-lg-15-16, .cpl-scope .col-lg-16-16, .cpl-scope .col-xl-1-16, .cpl-scope .col-xl-2-16, .cpl-scope .col-xl-3-16, .cpl-scope .col-xl-4-16, .cpl-scope .col-xl-5-16, .cpl-scope .col-xl-6-16, .cpl-scope .col-xl-7-16, .cpl-scope .col-xl-8-16, .cpl-scope .col-xl-9-16, .cpl-scope .col-xl-10-16, .cpl-scope .col-xl-11-16, .cpl-scope .col-xl-12-16, .cpl-scope .col-xl-13-16, .cpl-scope .col-xl-14-16, .cpl-scope .col-xl-15-16, .cpl-scope .col-xl-16-16, .cpl-scope .col-xs-1-24, .cpl-scope .col-1-24, .cpl-scope .col-xs-2-24, .cpl-scope .col-2-24, .cpl-scope .col-xs-3-24, .cpl-scope .col-3-24, .cpl-scope .col-xs-4-24, .cpl-scope .col-4-24, .cpl-scope .col-xs-5-24, .cpl-scope .col-5-24, .cpl-scope .col-xs-6-24, .cpl-scope .col-6-24, .cpl-scope .col-xs-7-24, .cpl-scope .col-7-24, .cpl-scope .col-xs-8-24, .cpl-scope .col-8-24, .cpl-scope .col-xs-9-24, .cpl-scope .col-9-24, .cpl-scope .col-xs-10-24, .cpl-scope .col-10-24, .cpl-scope .col-xs-11-24, .cpl-scope .col-11-24, .cpl-scope .col-xs-12-24, .cpl-scope .col-12-24, .cpl-scope .col-xs-13-24, .cpl-scope .col-13-24, .cpl-scope .col-xs-14-24, .cpl-scope .col-14-24, .cpl-scope .col-xs-15-24, .cpl-scope .col-15-24, .cpl-scope .col-xs-16-24, .cpl-scope .col-16-24, .cpl-scope .col-xs-17-24, .cpl-scope .col-17-24, .cpl-scope .col-xs-18-24, .cpl-scope .col-18-24, .cpl-scope .col-xs-19-24, .cpl-scope .col-19-24, .cpl-scope .col-xs-20-24, .cpl-scope .col-20-24, .cpl-scope .col-xs-21-24, .cpl-scope .col-21-24, .cpl-scope .col-xs-22-24, .cpl-scope .col-22-24, .cpl-scope .col-xs-23-24, .cpl-scope .col-23-24, .cpl-scope .col-xs-24-24, .cpl-scope .col-24-24, .cpl-scope .col-sm-1-24, .cpl-scope .col-sm-2-24, .cpl-scope .col-sm-3-24, .cpl-scope .col-sm-4-24, .cpl-scope .col-sm-5-24, .cpl-scope .col-sm-6-24, .cpl-scope .col-sm-7-24, .cpl-scope .col-sm-8-24, .cpl-scope .col-sm-9-24, .cpl-scope .col-sm-10-24, .cpl-scope .col-sm-11-24, .cpl-scope .col-sm-12-24, .cpl-scope .col-sm-13-24, .cpl-scope .col-sm-14-24, .cpl-scope .col-sm-15-24, .cpl-scope .col-sm-16-24, .cpl-scope .col-sm-17-24, .cpl-scope .col-sm-18-24, .cpl-scope .col-sm-19-24, .cpl-scope .col-sm-20-24, .cpl-scope .col-sm-21-24, .cpl-scope .col-sm-22-24, .cpl-scope .col-sm-23-24, .cpl-scope .col-sm-24-24, .cpl-scope .col-md-1-24, .cpl-scope .col-md-2-24, .cpl-scope .col-md-3-24, .cpl-scope .col-md-4-24, .cpl-scope .col-md-5-24, .cpl-scope .col-md-6-24, .cpl-scope .col-md-7-24, .cpl-scope .col-md-8-24, .cpl-scope .col-md-9-24, .cpl-scope .col-md-10-24, .cpl-scope .col-md-11-24, .cpl-scope .col-md-12-24, .cpl-scope .col-md-13-24, .cpl-scope .col-md-14-24, .cpl-scope .col-md-15-24, .cpl-scope .col-md-16-24, .cpl-scope .col-md-17-24, .cpl-scope .col-md-18-24, .cpl-scope .col-md-19-24, .cpl-scope .col-md-20-24, .cpl-scope .col-md-21-24, .cpl-scope .col-md-22-24, .cpl-scope .col-md-23-24, .cpl-scope .col-md-24-24, .cpl-scope .col-lg-1-24, .cpl-scope .col-lg-2-24, .cpl-scope .col-lg-3-24, .cpl-scope .col-lg-4-24, .cpl-scope .col-lg-5-24, .cpl-scope .col-lg-6-24, .cpl-scope .col-lg-7-24, .cpl-scope .col-lg-8-24, .cpl-scope .col-lg-9-24, .cpl-scope .col-lg-10-24, .cpl-scope .col-lg-11-24, .cpl-scope .col-lg-12-24, .cpl-scope .col-lg-13-24, .cpl-scope .col-lg-14-24, .cpl-scope .col-lg-15-24, .cpl-scope .col-lg-16-24, .cpl-scope .col-lg-17-24, .cpl-scope .col-lg-18-24, .cpl-scope .col-lg-19-24, .cpl-scope .col-lg-20-24, .cpl-scope .col-lg-21-24, .cpl-scope .col-lg-22-24, .cpl-scope .col-lg-23-24, .cpl-scope .col-lg-24-24, .cpl-scope .col-xl-1-24, .cpl-scope .col-xl-2-24, .cpl-scope .col-xl-3-24, .cpl-scope .col-xl-4-24, .cpl-scope .col-xl-5-24, .cpl-scope .col-xl-6-24, .cpl-scope .col-xl-7-24, .cpl-scope .col-xl-8-24, .cpl-scope .col-xl-9-24, .cpl-scope .col-xl-10-24, .cpl-scope .col-xl-11-24, .cpl-scope .col-xl-12-24, .cpl-scope .col-xl-13-24, .cpl-scope .col-xl-14-24, .cpl-scope .col-xl-15-24, .cpl-scope .col-xl-16-24, .cpl-scope .col-xl-17-24, .cpl-scope .col-xl-18-24, .cpl-scope .col-xl-19-24, .cpl-scope .col-xl-20-24, .cpl-scope .col-xl-21-24, .cpl-scope .col-xl-22-24, .cpl-scope .col-xl-23-24, .cpl-scope .col-xl-24-24 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px
}

.cpl-scope .col-xs, .cpl-scope .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.cpl-scope .col-xs-auto, .cpl-scope .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.cpl-scope .order-first {
    order: -1
}

.cpl-scope .order-0 {
    order: 0
}

.cpl-scope .order-1 {
    order: 1
}

.cpl-scope .order-2 {
    order: 2
}

.cpl-scope .order-3 {
    order: 3
}

.cpl-scope .order-4 {
    order: 4
}

.cpl-scope .order-5 {
    order: 5
}

.cpl-scope .order-6 {
    order: 6
}

.cpl-scope .order-7 {
    order: 7
}

.cpl-scope .order-8 {
    order: 8
}

.cpl-scope .order-9 {
    order: 9
}

.cpl-scope .order-10 {
    order: 10
}

.cpl-scope .order-11 {
    order: 11
}

.cpl-scope .order-12 {
    order: 12
}

.cpl-scope .order-13 {
    order: 13
}

.cpl-scope .order-14 {
    order: 14
}

.cpl-scope .order-15 {
    order: 15
}

.cpl-scope .order-16 {
    order: 16
}

.cpl-scope .order-17 {
    order: 17
}

.cpl-scope .order-18 {
    order: 18
}

.cpl-scope .order-19 {
    order: 19
}

.cpl-scope .order-20 {
    order: 20
}

.cpl-scope .order-21 {
    order: 21
}

.cpl-scope .order-22 {
    order: 22
}

.cpl-scope .order-23 {
    order: 23
}

.cpl-scope .order-24 {
    order: 24
}

@media(min-width:576px) {
    .cpl-scope .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .cpl-scope .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .cpl-scope .order-sm-first {
        order: -1
    }

    .cpl-scope .order-sm-0 {
        order: 0
    }

    .cpl-scope .order-sm-1 {
        order: 1
    }

    .cpl-scope .order-sm-2 {
        order: 2
    }

    .cpl-scope .order-sm-3 {
        order: 3
    }

    .cpl-scope .order-sm-4 {
        order: 4
    }

    .cpl-scope .order-sm-5 {
        order: 5
    }

    .cpl-scope .order-sm-6 {
        order: 6
    }

    .cpl-scope .order-sm-7 {
        order: 7
    }

    .cpl-scope .order-sm-8 {
        order: 8
    }

    .cpl-scope .order-sm-9 {
        order: 9
    }

    .cpl-scope .order-sm-10 {
        order: 10
    }

    .cpl-scope .order-sm-11 {
        order: 11
    }

    .cpl-scope .order-sm-12 {
        order: 12
    }

    .cpl-scope .order-sm-13 {
        order: 13
    }

    .cpl-scope .order-sm-14 {
        order: 14
    }

    .cpl-scope .order-sm-15 {
        order: 15
    }

    .cpl-scope .order-sm-16 {
        order: 16
    }

    .cpl-scope .order-sm-17 {
        order: 17
    }

    .cpl-scope .order-sm-18 {
        order: 18
    }

    .cpl-scope .order-sm-19 {
        order: 19
    }

    .cpl-scope .order-sm-20 {
        order: 20
    }

    .cpl-scope .order-sm-21 {
        order: 21
    }

    .cpl-scope .order-sm-22 {
        order: 22
    }

    .cpl-scope .order-sm-23 {
        order: 23
    }

    .cpl-scope .order-sm-24 {
        order: 24
    }
}

@media(min-width:768px) {
    .cpl-scope .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .cpl-scope .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .cpl-scope .order-md-first {
        order: -1
    }

    .cpl-scope .order-md-0 {
        order: 0
    }

    .cpl-scope .order-md-1 {
        order: 1
    }

    .cpl-scope .order-md-2 {
        order: 2
    }

    .cpl-scope .order-md-3 {
        order: 3
    }

    .cpl-scope .order-md-4 {
        order: 4
    }

    .cpl-scope .order-md-5 {
        order: 5
    }

    .cpl-scope .order-md-6 {
        order: 6
    }

    .cpl-scope .order-md-7 {
        order: 7
    }

    .cpl-scope .order-md-8 {
        order: 8
    }

    .cpl-scope .order-md-9 {
        order: 9
    }

    .cpl-scope .order-md-10 {
        order: 10
    }

    .cpl-scope .order-md-11 {
        order: 11
    }

    .cpl-scope .order-md-12 {
        order: 12
    }

    .cpl-scope .order-md-13 {
        order: 13
    }

    .cpl-scope .order-md-14 {
        order: 14
    }

    .cpl-scope .order-md-15 {
        order: 15
    }

    .cpl-scope .order-md-16 {
        order: 16
    }

    .cpl-scope .order-md-17 {
        order: 17
    }

    .cpl-scope .order-md-18 {
        order: 18
    }

    .cpl-scope .order-md-19 {
        order: 19
    }

    .cpl-scope .order-md-20 {
        order: 20
    }

    .cpl-scope .order-md-21 {
        order: 21
    }

    .cpl-scope .order-md-22 {
        order: 22
    }

    .cpl-scope .order-md-23 {
        order: 23
    }

    .cpl-scope .order-md-24 {
        order: 24
    }
}

@media(min-width:992px) {
    .cpl-scope .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .cpl-scope .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .cpl-scope .order-lg-first {
        order: -1
    }

    .cpl-scope .order-lg-0 {
        order: 0
    }

    .cpl-scope .order-lg-1 {
        order: 1
    }

    .cpl-scope .order-lg-2 {
        order: 2
    }

    .cpl-scope .order-lg-3 {
        order: 3
    }

    .cpl-scope .order-lg-4 {
        order: 4
    }

    .cpl-scope .order-lg-5 {
        order: 5
    }

    .cpl-scope .order-lg-6 {
        order: 6
    }

    .cpl-scope .order-lg-7 {
        order: 7
    }

    .cpl-scope .order-lg-8 {
        order: 8
    }

    .cpl-scope .order-lg-9 {
        order: 9
    }

    .cpl-scope .order-lg-10 {
        order: 10
    }

    .cpl-scope .order-lg-11 {
        order: 11
    }

    .cpl-scope .order-lg-12 {
        order: 12
    }

    .cpl-scope .order-lg-13 {
        order: 13
    }

    .cpl-scope .order-lg-14 {
        order: 14
    }

    .cpl-scope .order-lg-15 {
        order: 15
    }

    .cpl-scope .order-lg-16 {
        order: 16
    }

    .cpl-scope .order-lg-17 {
        order: 17
    }

    .cpl-scope .order-lg-18 {
        order: 18
    }

    .cpl-scope .order-lg-19 {
        order: 19
    }

    .cpl-scope .order-lg-20 {
        order: 20
    }

    .cpl-scope .order-lg-21 {
        order: 21
    }

    .cpl-scope .order-lg-22 {
        order: 22
    }

    .cpl-scope .order-lg-23 {
        order: 23
    }

    .cpl-scope .order-lg-24 {
        order: 24
    }
}

@media(min-width:1200px) {
    .cpl-scope .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .cpl-scope .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .cpl-scope .order-xl-first {
        order: -1
    }

    .cpl-scope .order-xl-0 {
        order: 0
    }

    .cpl-scope .order-xl-1 {
        order: 1
    }

    .cpl-scope .order-xl-2 {
        order: 2
    }

    .cpl-scope .order-xl-3 {
        order: 3
    }

    .cpl-scope .order-xl-4 {
        order: 4
    }

    .cpl-scope .order-xl-5 {
        order: 5
    }

    .cpl-scope .order-xl-6 {
        order: 6
    }

    .cpl-scope .order-xl-7 {
        order: 7
    }

    .cpl-scope .order-xl-8 {
        order: 8
    }

    .cpl-scope .order-xl-9 {
        order: 9
    }

    .cpl-scope .order-xl-10 {
        order: 10
    }

    .cpl-scope .order-xl-11 {
        order: 11
    }

    .cpl-scope .order-xl-12 {
        order: 12
    }

    .cpl-scope .order-xl-13 {
        order: 13
    }

    .cpl-scope .order-xl-14 {
        order: 14
    }

    .cpl-scope .order-xl-15 {
        order: 15
    }

    .cpl-scope .order-xl-16 {
        order: 16
    }

    .cpl-scope .order-xl-17 {
        order: 17
    }

    .cpl-scope .order-xl-18 {
        order: 18
    }

    .cpl-scope .order-xl-19 {
        order: 19
    }

    .cpl-scope .order-xl-20 {
        order: 20
    }

    .cpl-scope .order-xl-21 {
        order: 21
    }

    .cpl-scope .order-xl-22 {
        order: 22
    }

    .cpl-scope .order-xl-23 {
        order: 23
    }

    .cpl-scope .order-xl-24 {
        order: 24
    }
}

.cpl-scope .col-xs-1-1, .cpl-scope .col-1-1 {
    flex: 0 0 100%;
    max-width: 100%
}

.cpl-scope .order-last-1 {
    order: 2
}

@media(min-width:576px) {
    .cpl-scope .col-sm-1-1 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-sm-last-1 {
        order: 2
    }

    .cpl-scope .col-sm-offset-0-1, .cpl-scope .offset-sm-0-1 {
        margin-left: 0
    }
}

@media(min-width:768px) {
    .cpl-scope .col-md-1-1 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-md-last-1 {
        order: 2
    }

    .cpl-scope .col-md-offset-0-1, .cpl-scope .offset-md-0-1 {
        margin-left: 0
    }
}

@media(min-width:992px) {
    .cpl-scope .col-lg-1-1 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-lg-last-1 {
        order: 2
    }

    .cpl-scope .col-lg-offset-0-1, .cpl-scope .offset-lg-0-1 {
        margin-left: 0
    }
}

@media(min-width:1200px) {
    .cpl-scope .col-xl-1-1 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-xl-last-1 {
        order: 2
    }

    .cpl-scope .col-xl-offset-0-1, .cpl-scope .offset-xl-0-1 {
        margin-left: 0
    }
}

.cpl-scope .col-xs-1-2, .cpl-scope .col-1-2 {
    flex: 0 0 50%;
    max-width: 50%
}

.cpl-scope .col-xs-2-2, .cpl-scope .col-2-2 {
    flex: 0 0 100%;
    max-width: 100%
}

.cpl-scope .order-last-2 {
    order: 3
}

.cpl-scope .col-xs-offset-1-2, .cpl-scope .offset-1-2 {
    margin-left: 50%
}

@media(min-width:576px) {
    .cpl-scope .col-sm-1-2 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cpl-scope .col-sm-2-2 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-sm-last-2 {
        order: 3
    }

    .cpl-scope .col-sm-offset-0-2, .cpl-scope .offset-sm-0-2 {
        margin-left: 0
    }

    .cpl-scope .col-sm-offset-1-2, .cpl-scope .offset-sm-1-2 {
        margin-left: 50%
    }
}

@media(min-width:768px) {
    .cpl-scope .col-md-1-2 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cpl-scope .col-md-2-2 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-md-last-2 {
        order: 3
    }

    .cpl-scope .col-md-offset-0-2, .cpl-scope .offset-md-0-2 {
        margin-left: 0
    }

    .cpl-scope .col-md-offset-1-2, .cpl-scope .offset-md-1-2 {
        margin-left: 50%
    }
}

@media(min-width:992px) {
    .cpl-scope .col-lg-1-2 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cpl-scope .col-lg-2-2 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-lg-last-2 {
        order: 3
    }

    .cpl-scope .col-lg-offset-0-2, .cpl-scope .offset-lg-0-2 {
        margin-left: 0
    }

    .cpl-scope .col-lg-offset-1-2, .cpl-scope .offset-lg-1-2 {
        margin-left: 50%
    }
}

@media(min-width:1200px) {
    .cpl-scope .col-xl-1-2 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cpl-scope .col-xl-2-2 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-xl-last-2 {
        order: 3
    }

    .cpl-scope .col-xl-offset-0-2, .cpl-scope .offset-xl-0-2 {
        margin-left: 0
    }

    .cpl-scope .col-xl-offset-1-2, .cpl-scope .offset-xl-1-2 {
        margin-left: 50%
    }
}

.cpl-scope .col-xs-1-3, .cpl-scope .col-1-3 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.cpl-scope .col-xs-2-3, .cpl-scope .col-2-3 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.cpl-scope .col-xs-3-3, .cpl-scope .col-3-3 {
    flex: 0 0 100%;
    max-width: 100%
}

.cpl-scope .order-last-3 {
    order: 4
}

.cpl-scope .col-xs-offset-1-3, .cpl-scope .offset-1-3 {
    margin-left: 33.33333%
}

.cpl-scope .col-xs-offset-2-3, .cpl-scope .offset-2-3 {
    margin-left: 66.66667%
}

@media(min-width:576px) {
    .cpl-scope .col-sm-1-3 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .cpl-scope .col-sm-2-3 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .cpl-scope .col-sm-3-3 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-sm-last-3 {
        order: 4
    }

    .cpl-scope .col-sm-offset-0-3, .cpl-scope .offset-sm-0-3 {
        margin-left: 0
    }

    .cpl-scope .col-sm-offset-1-3, .cpl-scope .offset-sm-1-3 {
        margin-left: 33.33333%
    }

    .cpl-scope .col-sm-offset-2-3, .cpl-scope .offset-sm-2-3 {
        margin-left: 66.66667%
    }
}

@media(min-width:768px) {
    .cpl-scope .col-md-1-3 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .cpl-scope .col-md-2-3 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .cpl-scope .col-md-3-3 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-md-last-3 {
        order: 4
    }

    .cpl-scope .col-md-offset-0-3, .cpl-scope .offset-md-0-3 {
        margin-left: 0
    }

    .cpl-scope .col-md-offset-1-3, .cpl-scope .offset-md-1-3 {
        margin-left: 33.33333%
    }

    .cpl-scope .col-md-offset-2-3, .cpl-scope .offset-md-2-3 {
        margin-left: 66.66667%
    }
}

@media(min-width:992px) {
    .cpl-scope .col-lg-1-3 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .cpl-scope .col-lg-2-3 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .cpl-scope .col-lg-3-3 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-lg-last-3 {
        order: 4
    }

    .cpl-scope .col-lg-offset-0-3, .cpl-scope .offset-lg-0-3 {
        margin-left: 0
    }

    .cpl-scope .col-lg-offset-1-3, .cpl-scope .offset-lg-1-3 {
        margin-left: 33.33333%
    }

    .cpl-scope .col-lg-offset-2-3, .cpl-scope .offset-lg-2-3 {
        margin-left: 66.66667%
    }
}

@media(min-width:1200px) {
    .cpl-scope .col-xl-1-3 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .cpl-scope .col-xl-2-3 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .cpl-scope .col-xl-3-3 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-xl-last-3 {
        order: 4
    }

    .cpl-scope .col-xl-offset-0-3, .cpl-scope .offset-xl-0-3 {
        margin-left: 0
    }

    .cpl-scope .col-xl-offset-1-3, .cpl-scope .offset-xl-1-3 {
        margin-left: 33.33333%
    }

    .cpl-scope .col-xl-offset-2-3, .cpl-scope .offset-xl-2-3 {
        margin-left: 66.66667%
    }
}

.cpl-scope .col-xs-1-4, .cpl-scope .col-1-4 {
    flex: 0 0 25%;
    max-width: 25%
}

.cpl-scope .col-xs-2-4, .cpl-scope .col-2-4 {
    flex: 0 0 50%;
    max-width: 50%
}

.cpl-scope .col-xs-3-4, .cpl-scope .col-3-4 {
    flex: 0 0 75%;
    max-width: 75%
}

.cpl-scope .col-xs-4-4, .cpl-scope .col-4-4 {
    flex: 0 0 100%;
    max-width: 100%
}

.cpl-scope .order-last-4 {
    order: 5
}

.cpl-scope .col-xs-offset-1-4, .cpl-scope .offset-1-4 {
    margin-left: 25%
}

.cpl-scope .col-xs-offset-2-4, .cpl-scope .offset-2-4 {
    margin-left: 50%
}

.cpl-scope .col-xs-offset-3-4, .cpl-scope .offset-3-4 {
    margin-left: 75%
}

@media(min-width:576px) {
    .cpl-scope .col-sm-1-4 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .cpl-scope .col-sm-2-4 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cpl-scope .col-sm-3-4 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .cpl-scope .col-sm-4-4 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-sm-last-4 {
        order: 5
    }

    .cpl-scope .col-sm-offset-0-4, .cpl-scope .offset-sm-0-4 {
        margin-left: 0
    }

    .cpl-scope .col-sm-offset-1-4, .cpl-scope .offset-sm-1-4 {
        margin-left: 25%
    }

    .cpl-scope .col-sm-offset-2-4, .cpl-scope .offset-sm-2-4 {
        margin-left: 50%
    }

    .cpl-scope .col-sm-offset-3-4, .cpl-scope .offset-sm-3-4 {
        margin-left: 75%
    }
}

@media(min-width:768px) {
    .cpl-scope .col-md-1-4 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .cpl-scope .col-md-2-4 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cpl-scope .col-md-3-4 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .cpl-scope .col-md-4-4 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-md-last-4 {
        order: 5
    }

    .cpl-scope .col-md-offset-0-4, .cpl-scope .offset-md-0-4 {
        margin-left: 0
    }

    .cpl-scope .col-md-offset-1-4, .cpl-scope .offset-md-1-4 {
        margin-left: 25%
    }

    .cpl-scope .col-md-offset-2-4, .cpl-scope .offset-md-2-4 {
        margin-left: 50%
    }

    .cpl-scope .col-md-offset-3-4, .cpl-scope .offset-md-3-4 {
        margin-left: 75%
    }
}

@media(min-width:992px) {
    .cpl-scope .col-lg-1-4 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .cpl-scope .col-lg-2-4 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cpl-scope .col-lg-3-4 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .cpl-scope .col-lg-4-4 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-lg-last-4 {
        order: 5
    }

    .cpl-scope .col-lg-offset-0-4, .cpl-scope .offset-lg-0-4 {
        margin-left: 0
    }

    .cpl-scope .col-lg-offset-1-4, .cpl-scope .offset-lg-1-4 {
        margin-left: 25%
    }

    .cpl-scope .col-lg-offset-2-4, .cpl-scope .offset-lg-2-4 {
        margin-left: 50%
    }

    .cpl-scope .col-lg-offset-3-4, .cpl-scope .offset-lg-3-4 {
        margin-left: 75%
    }
}

@media(min-width:1200px) {
    .cpl-scope .col-xl-1-4 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .cpl-scope .col-xl-2-4 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cpl-scope .col-xl-3-4 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .cpl-scope .col-xl-4-4 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-xl-last-4 {
        order: 5
    }

    .cpl-scope .col-xl-offset-0-4, .cpl-scope .offset-xl-0-4 {
        margin-left: 0
    }

    .cpl-scope .col-xl-offset-1-4, .cpl-scope .offset-xl-1-4 {
        margin-left: 25%
    }

    .cpl-scope .col-xl-offset-2-4, .cpl-scope .offset-xl-2-4 {
        margin-left: 50%
    }

    .cpl-scope .col-xl-offset-3-4, .cpl-scope .offset-xl-3-4 {
        margin-left: 75%
    }
}

.cpl-scope .col-xs-1-5, .cpl-scope .col-1-5 {
    flex: 0 0 20%;
    max-width: 20%
}

.cpl-scope .col-xs-2-5, .cpl-scope .col-2-5 {
    flex: 0 0 40%;
    max-width: 40%
}

.cpl-scope .col-xs-3-5, .cpl-scope .col-3-5 {
    flex: 0 0 60%;
    max-width: 60%
}

.cpl-scope .col-xs-4-5, .cpl-scope .col-4-5 {
    flex: 0 0 80%;
    max-width: 80%
}

.cpl-scope .col-xs-5-5, .cpl-scope .col-5-5 {
    flex: 0 0 100%;
    max-width: 100%
}

.cpl-scope .order-last-5 {
    order: 6
}

.cpl-scope .col-xs-offset-1-5, .cpl-scope .offset-1-5 {
    margin-left: 20%
}

.cpl-scope .col-xs-offset-2-5, .cpl-scope .offset-2-5 {
    margin-left: 40%
}

.cpl-scope .col-xs-offset-3-5, .cpl-scope .offset-3-5 {
    margin-left: 60%
}

.cpl-scope .col-xs-offset-4-5, .cpl-scope .offset-4-5 {
    margin-left: 80%
}

@media(min-width:576px) {
    .cpl-scope .col-sm-1-5 {
        flex: 0 0 20%;
        max-width: 20%
    }

    .cpl-scope .col-sm-2-5 {
        flex: 0 0 40%;
        max-width: 40%
    }

    .cpl-scope .col-sm-3-5 {
        flex: 0 0 60%;
        max-width: 60%
    }

    .cpl-scope .col-sm-4-5 {
        flex: 0 0 80%;
        max-width: 80%
    }

    .cpl-scope .col-sm-5-5 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-sm-last-5 {
        order: 6
    }

    .cpl-scope .col-sm-offset-0-5, .cpl-scope .offset-sm-0-5 {
        margin-left: 0
    }

    .cpl-scope .col-sm-offset-1-5, .cpl-scope .offset-sm-1-5 {
        margin-left: 20%
    }

    .cpl-scope .col-sm-offset-2-5, .cpl-scope .offset-sm-2-5 {
        margin-left: 40%
    }

    .cpl-scope .col-sm-offset-3-5, .cpl-scope .offset-sm-3-5 {
        margin-left: 60%
    }

    .cpl-scope .col-sm-offset-4-5, .cpl-scope .offset-sm-4-5 {
        margin-left: 80%
    }
}

@media(min-width:768px) {
    .cpl-scope .col-md-1-5 {
        flex: 0 0 20%;
        max-width: 20%
    }

    .cpl-scope .col-md-2-5 {
        flex: 0 0 40%;
        max-width: 40%
    }

    .cpl-scope .col-md-3-5 {
        flex: 0 0 60%;
        max-width: 60%
    }

    .cpl-scope .col-md-4-5 {
        flex: 0 0 80%;
        max-width: 80%
    }

    .cpl-scope .col-md-5-5 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-md-last-5 {
        order: 6
    }

    .cpl-scope .col-md-offset-0-5, .cpl-scope .offset-md-0-5 {
        margin-left: 0
    }

    .cpl-scope .col-md-offset-1-5, .cpl-scope .offset-md-1-5 {
        margin-left: 20%
    }

    .cpl-scope .col-md-offset-2-5, .cpl-scope .offset-md-2-5 {
        margin-left: 40%
    }

    .cpl-scope .col-md-offset-3-5, .cpl-scope .offset-md-3-5 {
        margin-left: 60%
    }

    .cpl-scope .col-md-offset-4-5, .cpl-scope .offset-md-4-5 {
        margin-left: 80%
    }
}

@media(min-width:992px) {
    .cpl-scope .col-lg-1-5 {
        flex: 0 0 20%;
        max-width: 20%
    }

    .cpl-scope .col-lg-2-5 {
        flex: 0 0 40%;
        max-width: 40%
    }

    .cpl-scope .col-lg-3-5 {
        flex: 0 0 60%;
        max-width: 60%
    }

    .cpl-scope .col-lg-4-5 {
        flex: 0 0 80%;
        max-width: 80%
    }

    .cpl-scope .col-lg-5-5 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-lg-last-5 {
        order: 6
    }

    .cpl-scope .col-lg-offset-0-5, .cpl-scope .offset-lg-0-5 {
        margin-left: 0
    }

    .cpl-scope .col-lg-offset-1-5, .cpl-scope .offset-lg-1-5 {
        margin-left: 20%
    }

    .cpl-scope .col-lg-offset-2-5, .cpl-scope .offset-lg-2-5 {
        margin-left: 40%
    }

    .cpl-scope .col-lg-offset-3-5, .cpl-scope .offset-lg-3-5 {
        margin-left: 60%
    }

    .cpl-scope .col-lg-offset-4-5, .cpl-scope .offset-lg-4-5 {
        margin-left: 80%
    }
}

@media(min-width:1200px) {
    .cpl-scope .col-xl-1-5 {
        flex: 0 0 20%;
        max-width: 20%
    }

    .cpl-scope .col-xl-2-5 {
        flex: 0 0 40%;
        max-width: 40%
    }

    .cpl-scope .col-xl-3-5 {
        flex: 0 0 60%;
        max-width: 60%
    }

    .cpl-scope .col-xl-4-5 {
        flex: 0 0 80%;
        max-width: 80%
    }

    .cpl-scope .col-xl-5-5 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-xl-last-5 {
        order: 6
    }

    .cpl-scope .col-xl-offset-0-5, .cpl-scope .offset-xl-0-5 {
        margin-left: 0
    }

    .cpl-scope .col-xl-offset-1-5, .cpl-scope .offset-xl-1-5 {
        margin-left: 20%
    }

    .cpl-scope .col-xl-offset-2-5, .cpl-scope .offset-xl-2-5 {
        margin-left: 40%
    }

    .cpl-scope .col-xl-offset-3-5, .cpl-scope .offset-xl-3-5 {
        margin-left: 60%
    }

    .cpl-scope .col-xl-offset-4-5, .cpl-scope .offset-xl-4-5 {
        margin-left: 80%
    }
}

.cpl-scope .col-xs-1-7, .cpl-scope .col-1-7 {
    flex: 0 0 14.28571%;
    max-width: 14.28571%
}

.cpl-scope .col-xs-2-7, .cpl-scope .col-2-7 {
    flex: 0 0 28.57143%;
    max-width: 28.57143%
}

.cpl-scope .col-xs-3-7, .cpl-scope .col-3-7 {
    flex: 0 0 42.85714%;
    max-width: 42.85714%
}

.cpl-scope .col-xs-4-7, .cpl-scope .col-4-7 {
    flex: 0 0 57.14286%;
    max-width: 57.14286%
}

.cpl-scope .col-xs-5-7, .cpl-scope .col-5-7 {
    flex: 0 0 71.42857%;
    max-width: 71.42857%
}

.cpl-scope .col-xs-6-7, .cpl-scope .col-6-7 {
    flex: 0 0 85.71429%;
    max-width: 85.71429%
}

.cpl-scope .col-xs-7-7, .cpl-scope .col-7-7 {
    flex: 0 0 100%;
    max-width: 100%
}

.cpl-scope .order-last-7 {
    order: 8
}

.cpl-scope .col-xs-offset-1-7, .cpl-scope .offset-1-7 {
    margin-left: 14.28571%
}

.cpl-scope .col-xs-offset-2-7, .cpl-scope .offset-2-7 {
    margin-left: 28.57143%
}

.cpl-scope .col-xs-offset-3-7, .cpl-scope .offset-3-7 {
    margin-left: 42.85714%
}

.cpl-scope .col-xs-offset-4-7, .cpl-scope .offset-4-7 {
    margin-left: 57.14286%
}

.cpl-scope .col-xs-offset-5-7, .cpl-scope .offset-5-7 {
    margin-left: 71.42857%
}

.cpl-scope .col-xs-offset-6-7, .cpl-scope .offset-6-7 {
    margin-left: 85.71429%
}

@media(min-width:576px) {
    .cpl-scope .col-sm-1-7 {
        flex: 0 0 14.28571%;
        max-width: 14.28571%
    }

    .cpl-scope .col-sm-2-7 {
        flex: 0 0 28.57143%;
        max-width: 28.57143%
    }

    .cpl-scope .col-sm-3-7 {
        flex: 0 0 42.85714%;
        max-width: 42.85714%
    }

    .cpl-scope .col-sm-4-7 {
        flex: 0 0 57.14286%;
        max-width: 57.14286%
    }

    .cpl-scope .col-sm-5-7 {
        flex: 0 0 71.42857%;
        max-width: 71.42857%
    }

    .cpl-scope .col-sm-6-7 {
        flex: 0 0 85.71429%;
        max-width: 85.71429%
    }

    .cpl-scope .col-sm-7-7 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-sm-last-7 {
        order: 8
    }

    .cpl-scope .col-sm-offset-0-7, .cpl-scope .offset-sm-0-7 {
        margin-left: 0
    }

    .cpl-scope .col-sm-offset-1-7, .cpl-scope .offset-sm-1-7 {
        margin-left: 14.28571%
    }

    .cpl-scope .col-sm-offset-2-7, .cpl-scope .offset-sm-2-7 {
        margin-left: 28.57143%
    }

    .cpl-scope .col-sm-offset-3-7, .cpl-scope .offset-sm-3-7 {
        margin-left: 42.85714%
    }

    .cpl-scope .col-sm-offset-4-7, .cpl-scope .offset-sm-4-7 {
        margin-left: 57.14286%
    }

    .cpl-scope .col-sm-offset-5-7, .cpl-scope .offset-sm-5-7 {
        margin-left: 71.42857%
    }

    .cpl-scope .col-sm-offset-6-7, .cpl-scope .offset-sm-6-7 {
        margin-left: 85.71429%
    }
}

@media(min-width:768px) {
    .cpl-scope .col-md-1-7 {
        flex: 0 0 14.28571%;
        max-width: 14.28571%
    }

    .cpl-scope .col-md-2-7 {
        flex: 0 0 28.57143%;
        max-width: 28.57143%
    }

    .cpl-scope .col-md-3-7 {
        flex: 0 0 42.85714%;
        max-width: 42.85714%
    }

    .cpl-scope .col-md-4-7 {
        flex: 0 0 57.14286%;
        max-width: 57.14286%
    }

    .cpl-scope .col-md-5-7 {
        flex: 0 0 71.42857%;
        max-width: 71.42857%
    }

    .cpl-scope .col-md-6-7 {
        flex: 0 0 85.71429%;
        max-width: 85.71429%
    }

    .cpl-scope .col-md-7-7 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-md-last-7 {
        order: 8
    }

    .cpl-scope .col-md-offset-0-7, .cpl-scope .offset-md-0-7 {
        margin-left: 0
    }

    .cpl-scope .col-md-offset-1-7, .cpl-scope .offset-md-1-7 {
        margin-left: 14.28571%
    }

    .cpl-scope .col-md-offset-2-7, .cpl-scope .offset-md-2-7 {
        margin-left: 28.57143%
    }

    .cpl-scope .col-md-offset-3-7, .cpl-scope .offset-md-3-7 {
        margin-left: 42.85714%
    }

    .cpl-scope .col-md-offset-4-7, .cpl-scope .offset-md-4-7 {
        margin-left: 57.14286%
    }

    .cpl-scope .col-md-offset-5-7, .cpl-scope .offset-md-5-7 {
        margin-left: 71.42857%
    }

    .cpl-scope .col-md-offset-6-7, .cpl-scope .offset-md-6-7 {
        margin-left: 85.71429%
    }
}

@media(min-width:992px) {
    .cpl-scope .col-lg-1-7 {
        flex: 0 0 14.28571%;
        max-width: 14.28571%
    }

    .cpl-scope .col-lg-2-7 {
        flex: 0 0 28.57143%;
        max-width: 28.57143%
    }

    .cpl-scope .col-lg-3-7 {
        flex: 0 0 42.85714%;
        max-width: 42.85714%
    }

    .cpl-scope .col-lg-4-7 {
        flex: 0 0 57.14286%;
        max-width: 57.14286%
    }

    .cpl-scope .col-lg-5-7 {
        flex: 0 0 71.42857%;
        max-width: 71.42857%
    }

    .cpl-scope .col-lg-6-7 {
        flex: 0 0 85.71429%;
        max-width: 85.71429%
    }

    .cpl-scope .col-lg-7-7 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-lg-last-7 {
        order: 8
    }

    .cpl-scope .col-lg-offset-0-7, .cpl-scope .offset-lg-0-7 {
        margin-left: 0
    }

    .cpl-scope .col-lg-offset-1-7, .cpl-scope .offset-lg-1-7 {
        margin-left: 14.28571%
    }

    .cpl-scope .col-lg-offset-2-7, .cpl-scope .offset-lg-2-7 {
        margin-left: 28.57143%
    }

    .cpl-scope .col-lg-offset-3-7, .cpl-scope .offset-lg-3-7 {
        margin-left: 42.85714%
    }

    .cpl-scope .col-lg-offset-4-7, .cpl-scope .offset-lg-4-7 {
        margin-left: 57.14286%
    }

    .cpl-scope .col-lg-offset-5-7, .cpl-scope .offset-lg-5-7 {
        margin-left: 71.42857%
    }

    .cpl-scope .col-lg-offset-6-7, .cpl-scope .offset-lg-6-7 {
        margin-left: 85.71429%
    }
}

@media(min-width:1200px) {
    .cpl-scope .col-xl-1-7 {
        flex: 0 0 14.28571%;
        max-width: 14.28571%
    }

    .cpl-scope .col-xl-2-7 {
        flex: 0 0 28.57143%;
        max-width: 28.57143%
    }

    .cpl-scope .col-xl-3-7 {
        flex: 0 0 42.85714%;
        max-width: 42.85714%
    }

    .cpl-scope .col-xl-4-7 {
        flex: 0 0 57.14286%;
        max-width: 57.14286%
    }

    .cpl-scope .col-xl-5-7 {
        flex: 0 0 71.42857%;
        max-width: 71.42857%
    }

    .cpl-scope .col-xl-6-7 {
        flex: 0 0 85.71429%;
        max-width: 85.71429%
    }

    .cpl-scope .col-xl-7-7 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-xl-last-7 {
        order: 8
    }

    .cpl-scope .col-xl-offset-0-7, .cpl-scope .offset-xl-0-7 {
        margin-left: 0
    }

    .cpl-scope .col-xl-offset-1-7, .cpl-scope .offset-xl-1-7 {
        margin-left: 14.28571%
    }

    .cpl-scope .col-xl-offset-2-7, .cpl-scope .offset-xl-2-7 {
        margin-left: 28.57143%
    }

    .cpl-scope .col-xl-offset-3-7, .cpl-scope .offset-xl-3-7 {
        margin-left: 42.85714%
    }

    .cpl-scope .col-xl-offset-4-7, .cpl-scope .offset-xl-4-7 {
        margin-left: 57.14286%
    }

    .cpl-scope .col-xl-offset-5-7, .cpl-scope .offset-xl-5-7 {
        margin-left: 71.42857%
    }

    .cpl-scope .col-xl-offset-6-7, .cpl-scope .offset-xl-6-7 {
        margin-left: 85.71429%
    }
}

.cpl-scope .col-xs-1-8, .cpl-scope .col-1-8 {
    flex: 0 0 12.5%;
    max-width: 12.5%
}

.cpl-scope .col-xs-2-8, .cpl-scope .col-2-8 {
    flex: 0 0 25%;
    max-width: 25%
}

.cpl-scope .col-xs-3-8, .cpl-scope .col-3-8 {
    flex: 0 0 37.5%;
    max-width: 37.5%
}

.cpl-scope .col-xs-4-8, .cpl-scope .col-4-8 {
    flex: 0 0 50%;
    max-width: 50%
}

.cpl-scope .col-xs-5-8, .cpl-scope .col-5-8 {
    flex: 0 0 62.5%;
    max-width: 62.5%
}

.cpl-scope .col-xs-6-8, .cpl-scope .col-6-8 {
    flex: 0 0 75%;
    max-width: 75%
}

.cpl-scope .col-xs-7-8, .cpl-scope .col-7-8 {
    flex: 0 0 87.5%;
    max-width: 87.5%
}

.cpl-scope .col-xs-8-8, .cpl-scope .col-8-8 {
    flex: 0 0 100%;
    max-width: 100%
}

.cpl-scope .order-last-8 {
    order: 9
}

.cpl-scope .col-xs-offset-1-8, .cpl-scope .offset-1-8 {
    margin-left: 12.5%
}

.cpl-scope .col-xs-offset-2-8, .cpl-scope .offset-2-8 {
    margin-left: 25%
}

.cpl-scope .col-xs-offset-3-8, .cpl-scope .offset-3-8 {
    margin-left: 37.5%
}

.cpl-scope .col-xs-offset-4-8, .cpl-scope .offset-4-8 {
    margin-left: 50%
}

.cpl-scope .col-xs-offset-5-8, .cpl-scope .offset-5-8 {
    margin-left: 62.5%
}

.cpl-scope .col-xs-offset-6-8, .cpl-scope .offset-6-8 {
    margin-left: 75%
}

.cpl-scope .col-xs-offset-7-8, .cpl-scope .offset-7-8 {
    margin-left: 87.5%
}

@media(min-width:576px) {
    .cpl-scope .col-sm-1-8 {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .cpl-scope .col-sm-2-8 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .cpl-scope .col-sm-3-8 {
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .cpl-scope .col-sm-4-8 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cpl-scope .col-sm-5-8 {
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .cpl-scope .col-sm-6-8 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .cpl-scope .col-sm-7-8 {
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .cpl-scope .col-sm-8-8 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-sm-last-8 {
        order: 9
    }

    .cpl-scope .col-sm-offset-0-8, .cpl-scope .offset-sm-0-8 {
        margin-left: 0
    }

    .cpl-scope .col-sm-offset-1-8, .cpl-scope .offset-sm-1-8 {
        margin-left: 12.5%
    }

    .cpl-scope .col-sm-offset-2-8, .cpl-scope .offset-sm-2-8 {
        margin-left: 25%
    }

    .cpl-scope .col-sm-offset-3-8, .cpl-scope .offset-sm-3-8 {
        margin-left: 37.5%
    }

    .cpl-scope .col-sm-offset-4-8, .cpl-scope .offset-sm-4-8 {
        margin-left: 50%
    }

    .cpl-scope .col-sm-offset-5-8, .cpl-scope .offset-sm-5-8 {
        margin-left: 62.5%
    }

    .cpl-scope .col-sm-offset-6-8, .cpl-scope .offset-sm-6-8 {
        margin-left: 75%
    }

    .cpl-scope .col-sm-offset-7-8, .cpl-scope .offset-sm-7-8 {
        margin-left: 87.5%
    }
}

@media(min-width:768px) {
    .cpl-scope .col-md-1-8 {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .cpl-scope .col-md-2-8 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .cpl-scope .col-md-3-8 {
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .cpl-scope .col-md-4-8 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cpl-scope .col-md-5-8 {
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .cpl-scope .col-md-6-8 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .cpl-scope .col-md-7-8 {
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .cpl-scope .col-md-8-8 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-md-last-8 {
        order: 9
    }

    .cpl-scope .col-md-offset-0-8, .cpl-scope .offset-md-0-8 {
        margin-left: 0
    }

    .cpl-scope .col-md-offset-1-8, .cpl-scope .offset-md-1-8 {
        margin-left: 12.5%
    }

    .cpl-scope .col-md-offset-2-8, .cpl-scope .offset-md-2-8 {
        margin-left: 25%
    }

    .cpl-scope .col-md-offset-3-8, .cpl-scope .offset-md-3-8 {
        margin-left: 37.5%
    }

    .cpl-scope .col-md-offset-4-8, .cpl-scope .offset-md-4-8 {
        margin-left: 50%
    }

    .cpl-scope .col-md-offset-5-8, .cpl-scope .offset-md-5-8 {
        margin-left: 62.5%
    }

    .cpl-scope .col-md-offset-6-8, .cpl-scope .offset-md-6-8 {
        margin-left: 75%
    }

    .cpl-scope .col-md-offset-7-8, .cpl-scope .offset-md-7-8 {
        margin-left: 87.5%
    }
}

@media(min-width:992px) {
    .cpl-scope .col-lg-1-8 {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .cpl-scope .col-lg-2-8 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .cpl-scope .col-lg-3-8 {
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .cpl-scope .col-lg-4-8 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cpl-scope .col-lg-5-8 {
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .cpl-scope .col-lg-6-8 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .cpl-scope .col-lg-7-8 {
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .cpl-scope .col-lg-8-8 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-lg-last-8 {
        order: 9
    }

    .cpl-scope .col-lg-offset-0-8, .cpl-scope .offset-lg-0-8 {
        margin-left: 0
    }

    .cpl-scope .col-lg-offset-1-8, .cpl-scope .offset-lg-1-8 {
        margin-left: 12.5%
    }

    .cpl-scope .col-lg-offset-2-8, .cpl-scope .offset-lg-2-8 {
        margin-left: 25%
    }

    .cpl-scope .col-lg-offset-3-8, .cpl-scope .offset-lg-3-8 {
        margin-left: 37.5%
    }

    .cpl-scope .col-lg-offset-4-8, .cpl-scope .offset-lg-4-8 {
        margin-left: 50%
    }

    .cpl-scope .col-lg-offset-5-8, .cpl-scope .offset-lg-5-8 {
        margin-left: 62.5%
    }

    .cpl-scope .col-lg-offset-6-8, .cpl-scope .offset-lg-6-8 {
        margin-left: 75%
    }

    .cpl-scope .col-lg-offset-7-8, .cpl-scope .offset-lg-7-8 {
        margin-left: 87.5%
    }
}

@media(min-width:1200px) {
    .cpl-scope .col-xl-1-8 {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .cpl-scope .col-xl-2-8 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .cpl-scope .col-xl-3-8 {
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .cpl-scope .col-xl-4-8 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cpl-scope .col-xl-5-8 {
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .cpl-scope .col-xl-6-8 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .cpl-scope .col-xl-7-8 {
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .cpl-scope .col-xl-8-8 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-xl-last-8 {
        order: 9
    }

    .cpl-scope .col-xl-offset-0-8, .cpl-scope .offset-xl-0-8 {
        margin-left: 0
    }

    .cpl-scope .col-xl-offset-1-8, .cpl-scope .offset-xl-1-8 {
        margin-left: 12.5%
    }

    .cpl-scope .col-xl-offset-2-8, .cpl-scope .offset-xl-2-8 {
        margin-left: 25%
    }

    .cpl-scope .col-xl-offset-3-8, .cpl-scope .offset-xl-3-8 {
        margin-left: 37.5%
    }

    .cpl-scope .col-xl-offset-4-8, .cpl-scope .offset-xl-4-8 {
        margin-left: 50%
    }

    .cpl-scope .col-xl-offset-5-8, .cpl-scope .offset-xl-5-8 {
        margin-left: 62.5%
    }

    .cpl-scope .col-xl-offset-6-8, .cpl-scope .offset-xl-6-8 {
        margin-left: 75%
    }

    .cpl-scope .col-xl-offset-7-8, .cpl-scope .offset-xl-7-8 {
        margin-left: 87.5%
    }
}

.cpl-scope .col-xs-1-9, .cpl-scope .col-1-9 {
    flex: 0 0 11.11111%;
    max-width: 11.11111%
}

.cpl-scope .col-xs-2-9, .cpl-scope .col-2-9 {
    flex: 0 0 22.22222%;
    max-width: 22.22222%
}

.cpl-scope .col-xs-3-9, .cpl-scope .col-3-9 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.cpl-scope .col-xs-4-9, .cpl-scope .col-4-9 {
    flex: 0 0 44.44444%;
    max-width: 44.44444%
}

.cpl-scope .col-xs-5-9, .cpl-scope .col-5-9 {
    flex: 0 0 55.55556%;
    max-width: 55.55556%
}

.cpl-scope .col-xs-6-9, .cpl-scope .col-6-9 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.cpl-scope .col-xs-7-9, .cpl-scope .col-7-9 {
    flex: 0 0 77.77778%;
    max-width: 77.77778%
}

.cpl-scope .col-xs-8-9, .cpl-scope .col-8-9 {
    flex: 0 0 88.88889%;
    max-width: 88.88889%
}

.cpl-scope .col-xs-9-9, .cpl-scope .col-9-9 {
    flex: 0 0 100%;
    max-width: 100%
}

.cpl-scope .order-last-9 {
    order: 10
}

.cpl-scope .col-xs-offset-1-9, .cpl-scope .offset-1-9 {
    margin-left: 11.11111%
}

.cpl-scope .col-xs-offset-2-9, .cpl-scope .offset-2-9 {
    margin-left: 22.22222%
}

.cpl-scope .col-xs-offset-3-9, .cpl-scope .offset-3-9 {
    margin-left: 33.33333%
}

.cpl-scope .col-xs-offset-4-9, .cpl-scope .offset-4-9 {
    margin-left: 44.44444%
}

.cpl-scope .col-xs-offset-5-9, .cpl-scope .offset-5-9 {
    margin-left: 55.55556%
}

.cpl-scope .col-xs-offset-6-9, .cpl-scope .offset-6-9 {
    margin-left: 66.66667%
}

.cpl-scope .col-xs-offset-7-9, .cpl-scope .offset-7-9 {
    margin-left: 77.77778%
}

.cpl-scope .col-xs-offset-8-9, .cpl-scope .offset-8-9 {
    margin-left: 88.88889%
}

@media(min-width:576px) {
    .cpl-scope .col-sm-1-9 {
        flex: 0 0 11.11111%;
        max-width: 11.11111%
    }

    .cpl-scope .col-sm-2-9 {
        flex: 0 0 22.22222%;
        max-width: 22.22222%
    }

    .cpl-scope .col-sm-3-9 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .cpl-scope .col-sm-4-9 {
        flex: 0 0 44.44444%;
        max-width: 44.44444%
    }

    .cpl-scope .col-sm-5-9 {
        flex: 0 0 55.55556%;
        max-width: 55.55556%
    }

    .cpl-scope .col-sm-6-9 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .cpl-scope .col-sm-7-9 {
        flex: 0 0 77.77778%;
        max-width: 77.77778%
    }

    .cpl-scope .col-sm-8-9 {
        flex: 0 0 88.88889%;
        max-width: 88.88889%
    }

    .cpl-scope .col-sm-9-9 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-sm-last-9 {
        order: 10
    }

    .cpl-scope .col-sm-offset-0-9, .cpl-scope .offset-sm-0-9 {
        margin-left: 0
    }

    .cpl-scope .col-sm-offset-1-9, .cpl-scope .offset-sm-1-9 {
        margin-left: 11.11111%
    }

    .cpl-scope .col-sm-offset-2-9, .cpl-scope .offset-sm-2-9 {
        margin-left: 22.22222%
    }

    .cpl-scope .col-sm-offset-3-9, .cpl-scope .offset-sm-3-9 {
        margin-left: 33.33333%
    }

    .cpl-scope .col-sm-offset-4-9, .cpl-scope .offset-sm-4-9 {
        margin-left: 44.44444%
    }

    .cpl-scope .col-sm-offset-5-9, .cpl-scope .offset-sm-5-9 {
        margin-left: 55.55556%
    }

    .cpl-scope .col-sm-offset-6-9, .cpl-scope .offset-sm-6-9 {
        margin-left: 66.66667%
    }

    .cpl-scope .col-sm-offset-7-9, .cpl-scope .offset-sm-7-9 {
        margin-left: 77.77778%
    }

    .cpl-scope .col-sm-offset-8-9, .cpl-scope .offset-sm-8-9 {
        margin-left: 88.88889%
    }
}

@media(min-width:768px) {
    .cpl-scope .col-md-1-9 {
        flex: 0 0 11.11111%;
        max-width: 11.11111%
    }

    .cpl-scope .col-md-2-9 {
        flex: 0 0 22.22222%;
        max-width: 22.22222%
    }

    .cpl-scope .col-md-3-9 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .cpl-scope .col-md-4-9 {
        flex: 0 0 44.44444%;
        max-width: 44.44444%
    }

    .cpl-scope .col-md-5-9 {
        flex: 0 0 55.55556%;
        max-width: 55.55556%
    }

    .cpl-scope .col-md-6-9 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .cpl-scope .col-md-7-9 {
        flex: 0 0 77.77778%;
        max-width: 77.77778%
    }

    .cpl-scope .col-md-8-9 {
        flex: 0 0 88.88889%;
        max-width: 88.88889%
    }

    .cpl-scope .col-md-9-9 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-md-last-9 {
        order: 10
    }

    .cpl-scope .col-md-offset-0-9, .cpl-scope .offset-md-0-9 {
        margin-left: 0
    }

    .cpl-scope .col-md-offset-1-9, .cpl-scope .offset-md-1-9 {
        margin-left: 11.11111%
    }

    .cpl-scope .col-md-offset-2-9, .cpl-scope .offset-md-2-9 {
        margin-left: 22.22222%
    }

    .cpl-scope .col-md-offset-3-9, .cpl-scope .offset-md-3-9 {
        margin-left: 33.33333%
    }

    .cpl-scope .col-md-offset-4-9, .cpl-scope .offset-md-4-9 {
        margin-left: 44.44444%
    }

    .cpl-scope .col-md-offset-5-9, .cpl-scope .offset-md-5-9 {
        margin-left: 55.55556%
    }

    .cpl-scope .col-md-offset-6-9, .cpl-scope .offset-md-6-9 {
        margin-left: 66.66667%
    }

    .cpl-scope .col-md-offset-7-9, .cpl-scope .offset-md-7-9 {
        margin-left: 77.77778%
    }

    .cpl-scope .col-md-offset-8-9, .cpl-scope .offset-md-8-9 {
        margin-left: 88.88889%
    }
}

@media(min-width:992px) {
    .cpl-scope .col-lg-1-9 {
        flex: 0 0 11.11111%;
        max-width: 11.11111%
    }

    .cpl-scope .col-lg-2-9 {
        flex: 0 0 22.22222%;
        max-width: 22.22222%
    }

    .cpl-scope .col-lg-3-9 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .cpl-scope .col-lg-4-9 {
        flex: 0 0 44.44444%;
        max-width: 44.44444%
    }

    .cpl-scope .col-lg-5-9 {
        flex: 0 0 55.55556%;
        max-width: 55.55556%
    }

    .cpl-scope .col-lg-6-9 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .cpl-scope .col-lg-7-9 {
        flex: 0 0 77.77778%;
        max-width: 77.77778%
    }

    .cpl-scope .col-lg-8-9 {
        flex: 0 0 88.88889%;
        max-width: 88.88889%
    }

    .cpl-scope .col-lg-9-9 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-lg-last-9 {
        order: 10
    }

    .cpl-scope .col-lg-offset-0-9, .cpl-scope .offset-lg-0-9 {
        margin-left: 0
    }

    .cpl-scope .col-lg-offset-1-9, .cpl-scope .offset-lg-1-9 {
        margin-left: 11.11111%
    }

    .cpl-scope .col-lg-offset-2-9, .cpl-scope .offset-lg-2-9 {
        margin-left: 22.22222%
    }

    .cpl-scope .col-lg-offset-3-9, .cpl-scope .offset-lg-3-9 {
        margin-left: 33.33333%
    }

    .cpl-scope .col-lg-offset-4-9, .cpl-scope .offset-lg-4-9 {
        margin-left: 44.44444%
    }

    .cpl-scope .col-lg-offset-5-9, .cpl-scope .offset-lg-5-9 {
        margin-left: 55.55556%
    }

    .cpl-scope .col-lg-offset-6-9, .cpl-scope .offset-lg-6-9 {
        margin-left: 66.66667%
    }

    .cpl-scope .col-lg-offset-7-9, .cpl-scope .offset-lg-7-9 {
        margin-left: 77.77778%
    }

    .cpl-scope .col-lg-offset-8-9, .cpl-scope .offset-lg-8-9 {
        margin-left: 88.88889%
    }
}

@media(min-width:1200px) {
    .cpl-scope .col-xl-1-9 {
        flex: 0 0 11.11111%;
        max-width: 11.11111%
    }

    .cpl-scope .col-xl-2-9 {
        flex: 0 0 22.22222%;
        max-width: 22.22222%
    }

    .cpl-scope .col-xl-3-9 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .cpl-scope .col-xl-4-9 {
        flex: 0 0 44.44444%;
        max-width: 44.44444%
    }

    .cpl-scope .col-xl-5-9 {
        flex: 0 0 55.55556%;
        max-width: 55.55556%
    }

    .cpl-scope .col-xl-6-9 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .cpl-scope .col-xl-7-9 {
        flex: 0 0 77.77778%;
        max-width: 77.77778%
    }

    .cpl-scope .col-xl-8-9 {
        flex: 0 0 88.88889%;
        max-width: 88.88889%
    }

    .cpl-scope .col-xl-9-9 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-xl-last-9 {
        order: 10
    }

    .cpl-scope .col-xl-offset-0-9, .cpl-scope .offset-xl-0-9 {
        margin-left: 0
    }

    .cpl-scope .col-xl-offset-1-9, .cpl-scope .offset-xl-1-9 {
        margin-left: 11.11111%
    }

    .cpl-scope .col-xl-offset-2-9, .cpl-scope .offset-xl-2-9 {
        margin-left: 22.22222%
    }

    .cpl-scope .col-xl-offset-3-9, .cpl-scope .offset-xl-3-9 {
        margin-left: 33.33333%
    }

    .cpl-scope .col-xl-offset-4-9, .cpl-scope .offset-xl-4-9 {
        margin-left: 44.44444%
    }

    .cpl-scope .col-xl-offset-5-9, .cpl-scope .offset-xl-5-9 {
        margin-left: 55.55556%
    }

    .cpl-scope .col-xl-offset-6-9, .cpl-scope .offset-xl-6-9 {
        margin-left: 66.66667%
    }

    .cpl-scope .col-xl-offset-7-9, .cpl-scope .offset-xl-7-9 {
        margin-left: 77.77778%
    }

    .cpl-scope .col-xl-offset-8-9, .cpl-scope .offset-xl-8-9 {
        margin-left: 88.88889%
    }
}

.cpl-scope .col-xs-1-10, .cpl-scope .col-1-10 {
    flex: 0 0 10%;
    max-width: 10%
}

.cpl-scope .col-xs-2-10, .cpl-scope .col-2-10 {
    flex: 0 0 20%;
    max-width: 20%
}

.cpl-scope .col-xs-3-10, .cpl-scope .col-3-10 {
    flex: 0 0 30%;
    max-width: 30%
}

.cpl-scope .col-xs-4-10, .cpl-scope .col-4-10 {
    flex: 0 0 40%;
    max-width: 40%
}

.cpl-scope .col-xs-5-10, .cpl-scope .col-5-10 {
    flex: 0 0 50%;
    max-width: 50%
}

.cpl-scope .col-xs-6-10, .cpl-scope .col-6-10 {
    flex: 0 0 60%;
    max-width: 60%
}

.cpl-scope .col-xs-7-10, .cpl-scope .col-7-10 {
    flex: 0 0 70%;
    max-width: 70%
}

.cpl-scope .col-xs-8-10, .cpl-scope .col-8-10 {
    flex: 0 0 80%;
    max-width: 80%
}

.cpl-scope .col-xs-9-10, .cpl-scope .col-9-10 {
    flex: 0 0 90%;
    max-width: 90%
}

.cpl-scope .col-xs-10-10, .cpl-scope .col-10-10 {
    flex: 0 0 100%;
    max-width: 100%
}

.cpl-scope .order-last-10 {
    order: 11
}

.cpl-scope .col-xs-offset-1-10, .cpl-scope .offset-1-10 {
    margin-left: 10%
}

.cpl-scope .col-xs-offset-2-10, .cpl-scope .offset-2-10 {
    margin-left: 20%
}

.cpl-scope .col-xs-offset-3-10, .cpl-scope .offset-3-10 {
    margin-left: 30%
}

.cpl-scope .col-xs-offset-4-10, .cpl-scope .offset-4-10 {
    margin-left: 40%
}

.cpl-scope .col-xs-offset-5-10, .cpl-scope .offset-5-10 {
    margin-left: 50%
}

.cpl-scope .col-xs-offset-6-10, .cpl-scope .offset-6-10 {
    margin-left: 60%
}

.cpl-scope .col-xs-offset-7-10, .cpl-scope .offset-7-10 {
    margin-left: 70%
}

.cpl-scope .col-xs-offset-8-10, .cpl-scope .offset-8-10 {
    margin-left: 80%
}

.cpl-scope .col-xs-offset-9-10, .cpl-scope .offset-9-10 {
    margin-left: 90%
}

@media(min-width:576px) {
    .cpl-scope .col-sm-1-10 {
        flex: 0 0 10%;
        max-width: 10%
    }

    .cpl-scope .col-sm-2-10 {
        flex: 0 0 20%;
        max-width: 20%
    }

    .cpl-scope .col-sm-3-10 {
        flex: 0 0 30%;
        max-width: 30%
    }

    .cpl-scope .col-sm-4-10 {
        flex: 0 0 40%;
        max-width: 40%
    }

    .cpl-scope .col-sm-5-10 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cpl-scope .col-sm-6-10 {
        flex: 0 0 60%;
        max-width: 60%
    }

    .cpl-scope .col-sm-7-10 {
        flex: 0 0 70%;
        max-width: 70%
    }

    .cpl-scope .col-sm-8-10 {
        flex: 0 0 80%;
        max-width: 80%
    }

    .cpl-scope .col-sm-9-10 {
        flex: 0 0 90%;
        max-width: 90%
    }

    .cpl-scope .col-sm-10-10 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-sm-last-10 {
        order: 11
    }

    .cpl-scope .col-sm-offset-0-10, .cpl-scope .offset-sm-0-10 {
        margin-left: 0
    }

    .cpl-scope .col-sm-offset-1-10, .cpl-scope .offset-sm-1-10 {
        margin-left: 10%
    }

    .cpl-scope .col-sm-offset-2-10, .cpl-scope .offset-sm-2-10 {
        margin-left: 20%
    }

    .cpl-scope .col-sm-offset-3-10, .cpl-scope .offset-sm-3-10 {
        margin-left: 30%
    }

    .cpl-scope .col-sm-offset-4-10, .cpl-scope .offset-sm-4-10 {
        margin-left: 40%
    }

    .cpl-scope .col-sm-offset-5-10, .cpl-scope .offset-sm-5-10 {
        margin-left: 50%
    }

    .cpl-scope .col-sm-offset-6-10, .cpl-scope .offset-sm-6-10 {
        margin-left: 60%
    }

    .cpl-scope .col-sm-offset-7-10, .cpl-scope .offset-sm-7-10 {
        margin-left: 70%
    }

    .cpl-scope .col-sm-offset-8-10, .cpl-scope .offset-sm-8-10 {
        margin-left: 80%
    }

    .cpl-scope .col-sm-offset-9-10, .cpl-scope .offset-sm-9-10 {
        margin-left: 90%
    }
}

@media(min-width:768px) {
    .cpl-scope .col-md-1-10 {
        flex: 0 0 10%;
        max-width: 10%
    }

    .cpl-scope .col-md-2-10 {
        flex: 0 0 20%;
        max-width: 20%
    }

    .cpl-scope .col-md-3-10 {
        flex: 0 0 30%;
        max-width: 30%
    }

    .cpl-scope .col-md-4-10 {
        flex: 0 0 40%;
        max-width: 40%
    }

    .cpl-scope .col-md-5-10 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cpl-scope .col-md-6-10 {
        flex: 0 0 60%;
        max-width: 60%
    }

    .cpl-scope .col-md-7-10 {
        flex: 0 0 70%;
        max-width: 70%
    }

    .cpl-scope .col-md-8-10 {
        flex: 0 0 80%;
        max-width: 80%
    }

    .cpl-scope .col-md-9-10 {
        flex: 0 0 90%;
        max-width: 90%
    }

    .cpl-scope .col-md-10-10 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-md-last-10 {
        order: 11
    }

    .cpl-scope .col-md-offset-0-10, .cpl-scope .offset-md-0-10 {
        margin-left: 0
    }

    .cpl-scope .col-md-offset-1-10, .cpl-scope .offset-md-1-10 {
        margin-left: 10%
    }

    .cpl-scope .col-md-offset-2-10, .cpl-scope .offset-md-2-10 {
        margin-left: 20%
    }

    .cpl-scope .col-md-offset-3-10, .cpl-scope .offset-md-3-10 {
        margin-left: 30%
    }

    .cpl-scope .col-md-offset-4-10, .cpl-scope .offset-md-4-10 {
        margin-left: 40%
    }

    .cpl-scope .col-md-offset-5-10, .cpl-scope .offset-md-5-10 {
        margin-left: 50%
    }

    .cpl-scope .col-md-offset-6-10, .cpl-scope .offset-md-6-10 {
        margin-left: 60%
    }

    .cpl-scope .col-md-offset-7-10, .cpl-scope .offset-md-7-10 {
        margin-left: 70%
    }

    .cpl-scope .col-md-offset-8-10, .cpl-scope .offset-md-8-10 {
        margin-left: 80%
    }

    .cpl-scope .col-md-offset-9-10, .cpl-scope .offset-md-9-10 {
        margin-left: 90%
    }
}

@media(min-width:992px) {
    .cpl-scope .col-lg-1-10 {
        flex: 0 0 10%;
        max-width: 10%
    }

    .cpl-scope .col-lg-2-10 {
        flex: 0 0 20%;
        max-width: 20%
    }

    .cpl-scope .col-lg-3-10 {
        flex: 0 0 30%;
        max-width: 30%
    }

    .cpl-scope .col-lg-4-10 {
        flex: 0 0 40%;
        max-width: 40%
    }

    .cpl-scope .col-lg-5-10 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cpl-scope .col-lg-6-10 {
        flex: 0 0 60%;
        max-width: 60%
    }

    .cpl-scope .col-lg-7-10 {
        flex: 0 0 70%;
        max-width: 70%
    }

    .cpl-scope .col-lg-8-10 {
        flex: 0 0 80%;
        max-width: 80%
    }

    .cpl-scope .col-lg-9-10 {
        flex: 0 0 90%;
        max-width: 90%
    }

    .cpl-scope .col-lg-10-10 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-lg-last-10 {
        order: 11
    }

    .cpl-scope .col-lg-offset-0-10, .cpl-scope .offset-lg-0-10 {
        margin-left: 0
    }

    .cpl-scope .col-lg-offset-1-10, .cpl-scope .offset-lg-1-10 {
        margin-left: 10%
    }

    .cpl-scope .col-lg-offset-2-10, .cpl-scope .offset-lg-2-10 {
        margin-left: 20%
    }

    .cpl-scope .col-lg-offset-3-10, .cpl-scope .offset-lg-3-10 {
        margin-left: 30%
    }

    .cpl-scope .col-lg-offset-4-10, .cpl-scope .offset-lg-4-10 {
        margin-left: 40%
    }

    .cpl-scope .col-lg-offset-5-10, .cpl-scope .offset-lg-5-10 {
        margin-left: 50%
    }

    .cpl-scope .col-lg-offset-6-10, .cpl-scope .offset-lg-6-10 {
        margin-left: 60%
    }

    .cpl-scope .col-lg-offset-7-10, .cpl-scope .offset-lg-7-10 {
        margin-left: 70%
    }

    .cpl-scope .col-lg-offset-8-10, .cpl-scope .offset-lg-8-10 {
        margin-left: 80%
    }

    .cpl-scope .col-lg-offset-9-10, .cpl-scope .offset-lg-9-10 {
        margin-left: 90%
    }
}

@media(min-width:1200px) {
    .cpl-scope .col-xl-1-10 {
        flex: 0 0 10%;
        max-width: 10%
    }

    .cpl-scope .col-xl-2-10 {
        flex: 0 0 20%;
        max-width: 20%
    }

    .cpl-scope .col-xl-3-10 {
        flex: 0 0 30%;
        max-width: 30%
    }

    .cpl-scope .col-xl-4-10 {
        flex: 0 0 40%;
        max-width: 40%
    }

    .cpl-scope .col-xl-5-10 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cpl-scope .col-xl-6-10 {
        flex: 0 0 60%;
        max-width: 60%
    }

    .cpl-scope .col-xl-7-10 {
        flex: 0 0 70%;
        max-width: 70%
    }

    .cpl-scope .col-xl-8-10 {
        flex: 0 0 80%;
        max-width: 80%
    }

    .cpl-scope .col-xl-9-10 {
        flex: 0 0 90%;
        max-width: 90%
    }

    .cpl-scope .col-xl-10-10 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-xl-last-10 {
        order: 11
    }

    .cpl-scope .col-xl-offset-0-10, .cpl-scope .offset-xl-0-10 {
        margin-left: 0
    }

    .cpl-scope .col-xl-offset-1-10, .cpl-scope .offset-xl-1-10 {
        margin-left: 10%
    }

    .cpl-scope .col-xl-offset-2-10, .cpl-scope .offset-xl-2-10 {
        margin-left: 20%
    }

    .cpl-scope .col-xl-offset-3-10, .cpl-scope .offset-xl-3-10 {
        margin-left: 30%
    }

    .cpl-scope .col-xl-offset-4-10, .cpl-scope .offset-xl-4-10 {
        margin-left: 40%
    }

    .cpl-scope .col-xl-offset-5-10, .cpl-scope .offset-xl-5-10 {
        margin-left: 50%
    }

    .cpl-scope .col-xl-offset-6-10, .cpl-scope .offset-xl-6-10 {
        margin-left: 60%
    }

    .cpl-scope .col-xl-offset-7-10, .cpl-scope .offset-xl-7-10 {
        margin-left: 70%
    }

    .cpl-scope .col-xl-offset-8-10, .cpl-scope .offset-xl-8-10 {
        margin-left: 80%
    }

    .cpl-scope .col-xl-offset-9-10, .cpl-scope .offset-xl-9-10 {
        margin-left: 90%
    }
}

.cpl-scope .col-xs-1-12, .cpl-scope .col-1-12 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.cpl-scope .col-xs-2-12, .cpl-scope .col-2-12 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.cpl-scope .col-xs-3-12, .cpl-scope .col-3-12 {
    flex: 0 0 25%;
    max-width: 25%
}

.cpl-scope .col-xs-4-12, .cpl-scope .col-4-12 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.cpl-scope .col-xs-5-12, .cpl-scope .col-5-12 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.cpl-scope .col-xs-6-12, .cpl-scope .col-6-12 {
    flex: 0 0 50%;
    max-width: 50%
}

.cpl-scope .col-xs-7-12, .cpl-scope .col-7-12 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.cpl-scope .col-xs-8-12, .cpl-scope .col-8-12 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.cpl-scope .col-xs-9-12, .cpl-scope .col-9-12 {
    flex: 0 0 75%;
    max-width: 75%
}

.cpl-scope .col-xs-10-12, .cpl-scope .col-10-12 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.cpl-scope .col-xs-11-12, .cpl-scope .col-11-12 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.cpl-scope .col-xs-12-12, .cpl-scope .col-12-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.cpl-scope .order-last-12 {
    order: 13
}

.cpl-scope .col-xs-offset-1-12, .cpl-scope .offset-1-12 {
    margin-left: 8.33333%
}

.cpl-scope .col-xs-offset-2-12, .cpl-scope .offset-2-12 {
    margin-left: 16.66667%
}

.cpl-scope .col-xs-offset-3-12, .cpl-scope .offset-3-12 {
    margin-left: 25%
}

.cpl-scope .col-xs-offset-4-12, .cpl-scope .offset-4-12 {
    margin-left: 33.33333%
}

.cpl-scope .col-xs-offset-5-12, .cpl-scope .offset-5-12 {
    margin-left: 41.66667%
}

.cpl-scope .col-xs-offset-6-12, .cpl-scope .offset-6-12 {
    margin-left: 50%
}

.cpl-scope .col-xs-offset-7-12, .cpl-scope .offset-7-12 {
    margin-left: 58.33333%
}

.cpl-scope .col-xs-offset-8-12, .cpl-scope .offset-8-12 {
    margin-left: 66.66667%
}

.cpl-scope .col-xs-offset-9-12, .cpl-scope .offset-9-12 {
    margin-left: 75%
}

.cpl-scope .col-xs-offset-10-12, .cpl-scope .offset-10-12 {
    margin-left: 83.33333%
}

.cpl-scope .col-xs-offset-11-12, .cpl-scope .offset-11-12 {
    margin-left: 91.66667%
}

@media(min-width:576px) {
    .cpl-scope .col-sm-1-12 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .cpl-scope .col-sm-2-12 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .cpl-scope .col-sm-3-12 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .cpl-scope .col-sm-4-12 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .cpl-scope .col-sm-5-12 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .cpl-scope .col-sm-6-12 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cpl-scope .col-sm-7-12 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .cpl-scope .col-sm-8-12 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .cpl-scope .col-sm-9-12 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .cpl-scope .col-sm-10-12 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .cpl-scope .col-sm-11-12 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .cpl-scope .col-sm-12-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-sm-last-12 {
        order: 13
    }

    .cpl-scope .col-sm-offset-0-12, .cpl-scope .offset-sm-0-12 {
        margin-left: 0
    }

    .cpl-scope .col-sm-offset-1-12, .cpl-scope .offset-sm-1-12 {
        margin-left: 8.33333%
    }

    .cpl-scope .col-sm-offset-2-12, .cpl-scope .offset-sm-2-12 {
        margin-left: 16.66667%
    }

    .cpl-scope .col-sm-offset-3-12, .cpl-scope .offset-sm-3-12 {
        margin-left: 25%
    }

    .cpl-scope .col-sm-offset-4-12, .cpl-scope .offset-sm-4-12 {
        margin-left: 33.33333%
    }

    .cpl-scope .col-sm-offset-5-12, .cpl-scope .offset-sm-5-12 {
        margin-left: 41.66667%
    }

    .cpl-scope .col-sm-offset-6-12, .cpl-scope .offset-sm-6-12 {
        margin-left: 50%
    }

    .cpl-scope .col-sm-offset-7-12, .cpl-scope .offset-sm-7-12 {
        margin-left: 58.33333%
    }

    .cpl-scope .col-sm-offset-8-12, .cpl-scope .offset-sm-8-12 {
        margin-left: 66.66667%
    }

    .cpl-scope .col-sm-offset-9-12, .cpl-scope .offset-sm-9-12 {
        margin-left: 75%
    }

    .cpl-scope .col-sm-offset-10-12, .cpl-scope .offset-sm-10-12 {
        margin-left: 83.33333%
    }

    .cpl-scope .col-sm-offset-11-12, .cpl-scope .offset-sm-11-12 {
        margin-left: 91.66667%
    }
}

@media(min-width:768px) {
    .cpl-scope .col-md-1-12 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .cpl-scope .col-md-2-12 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .cpl-scope .col-md-3-12 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .cpl-scope .col-md-4-12 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .cpl-scope .col-md-5-12 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .cpl-scope .col-md-6-12 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cpl-scope .col-md-7-12 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .cpl-scope .col-md-8-12 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .cpl-scope .col-md-9-12 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .cpl-scope .col-md-10-12 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .cpl-scope .col-md-11-12 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .cpl-scope .col-md-12-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-md-last-12 {
        order: 13
    }

    .cpl-scope .col-md-offset-0-12, .cpl-scope .offset-md-0-12 {
        margin-left: 0
    }

    .cpl-scope .col-md-offset-1-12, .cpl-scope .offset-md-1-12 {
        margin-left: 8.33333%
    }

    .cpl-scope .col-md-offset-2-12, .cpl-scope .offset-md-2-12 {
        margin-left: 16.66667%
    }

    .cpl-scope .col-md-offset-3-12, .cpl-scope .offset-md-3-12 {
        margin-left: 25%
    }

    .cpl-scope .col-md-offset-4-12, .cpl-scope .offset-md-4-12 {
        margin-left: 33.33333%
    }

    .cpl-scope .col-md-offset-5-12, .cpl-scope .offset-md-5-12 {
        margin-left: 41.66667%
    }

    .cpl-scope .col-md-offset-6-12, .cpl-scope .offset-md-6-12 {
        margin-left: 50%
    }

    .cpl-scope .col-md-offset-7-12, .cpl-scope .offset-md-7-12 {
        margin-left: 58.33333%
    }

    .cpl-scope .col-md-offset-8-12, .cpl-scope .offset-md-8-12 {
        margin-left: 66.66667%
    }

    .cpl-scope .col-md-offset-9-12, .cpl-scope .offset-md-9-12 {
        margin-left: 75%
    }

    .cpl-scope .col-md-offset-10-12, .cpl-scope .offset-md-10-12 {
        margin-left: 83.33333%
    }

    .cpl-scope .col-md-offset-11-12, .cpl-scope .offset-md-11-12 {
        margin-left: 91.66667%
    }
}

@media(min-width:992px) {
    .cpl-scope .col-lg-1-12 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .cpl-scope .col-lg-2-12 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .cpl-scope .col-lg-3-12 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .cpl-scope .col-lg-4-12 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .cpl-scope .col-lg-5-12 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .cpl-scope .col-lg-6-12 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cpl-scope .col-lg-7-12 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .cpl-scope .col-lg-8-12 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .cpl-scope .col-lg-9-12 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .cpl-scope .col-lg-10-12 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .cpl-scope .col-lg-11-12 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .cpl-scope .col-lg-12-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-lg-last-12 {
        order: 13
    }

    .cpl-scope .col-lg-offset-0-12, .cpl-scope .offset-lg-0-12 {
        margin-left: 0
    }

    .cpl-scope .col-lg-offset-1-12, .cpl-scope .offset-lg-1-12 {
        margin-left: 8.33333%
    }

    .cpl-scope .col-lg-offset-2-12, .cpl-scope .offset-lg-2-12 {
        margin-left: 16.66667%
    }

    .cpl-scope .col-lg-offset-3-12, .cpl-scope .offset-lg-3-12 {
        margin-left: 25%
    }

    .cpl-scope .col-lg-offset-4-12, .cpl-scope .offset-lg-4-12 {
        margin-left: 33.33333%
    }

    .cpl-scope .col-lg-offset-5-12, .cpl-scope .offset-lg-5-12 {
        margin-left: 41.66667%
    }

    .cpl-scope .col-lg-offset-6-12, .cpl-scope .offset-lg-6-12 {
        margin-left: 50%
    }

    .cpl-scope .col-lg-offset-7-12, .cpl-scope .offset-lg-7-12 {
        margin-left: 58.33333%
    }

    .cpl-scope .col-lg-offset-8-12, .cpl-scope .offset-lg-8-12 {
        margin-left: 66.66667%
    }

    .cpl-scope .col-lg-offset-9-12, .cpl-scope .offset-lg-9-12 {
        margin-left: 75%
    }

    .cpl-scope .col-lg-offset-10-12, .cpl-scope .offset-lg-10-12 {
        margin-left: 83.33333%
    }

    .cpl-scope .col-lg-offset-11-12, .cpl-scope .offset-lg-11-12 {
        margin-left: 91.66667%
    }
}

@media(min-width:1200px) {
    .cpl-scope .col-xl-1-12 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .cpl-scope .col-xl-2-12 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .cpl-scope .col-xl-3-12 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .cpl-scope .col-xl-4-12 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .cpl-scope .col-xl-5-12 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .cpl-scope .col-xl-6-12 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cpl-scope .col-xl-7-12 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .cpl-scope .col-xl-8-12 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .cpl-scope .col-xl-9-12 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .cpl-scope .col-xl-10-12 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .cpl-scope .col-xl-11-12 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .cpl-scope .col-xl-12-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-xl-last-12 {
        order: 13
    }

    .cpl-scope .col-xl-offset-0-12, .cpl-scope .offset-xl-0-12 {
        margin-left: 0
    }

    .cpl-scope .col-xl-offset-1-12, .cpl-scope .offset-xl-1-12 {
        margin-left: 8.33333%
    }

    .cpl-scope .col-xl-offset-2-12, .cpl-scope .offset-xl-2-12 {
        margin-left: 16.66667%
    }

    .cpl-scope .col-xl-offset-3-12, .cpl-scope .offset-xl-3-12 {
        margin-left: 25%
    }

    .cpl-scope .col-xl-offset-4-12, .cpl-scope .offset-xl-4-12 {
        margin-left: 33.33333%
    }

    .cpl-scope .col-xl-offset-5-12, .cpl-scope .offset-xl-5-12 {
        margin-left: 41.66667%
    }

    .cpl-scope .col-xl-offset-6-12, .cpl-scope .offset-xl-6-12 {
        margin-left: 50%
    }

    .cpl-scope .col-xl-offset-7-12, .cpl-scope .offset-xl-7-12 {
        margin-left: 58.33333%
    }

    .cpl-scope .col-xl-offset-8-12, .cpl-scope .offset-xl-8-12 {
        margin-left: 66.66667%
    }

    .cpl-scope .col-xl-offset-9-12, .cpl-scope .offset-xl-9-12 {
        margin-left: 75%
    }

    .cpl-scope .col-xl-offset-10-12, .cpl-scope .offset-xl-10-12 {
        margin-left: 83.33333%
    }

    .cpl-scope .col-xl-offset-11-12, .cpl-scope .offset-xl-11-12 {
        margin-left: 91.66667%
    }
}

.cpl-scope .col-xs-1-16, .cpl-scope .col-1-16 {
    flex: 0 0 6.25%;
    max-width: 6.25%
}

.cpl-scope .col-xs-2-16, .cpl-scope .col-2-16 {
    flex: 0 0 12.5%;
    max-width: 12.5%
}

.cpl-scope .col-xs-3-16, .cpl-scope .col-3-16 {
    flex: 0 0 18.75%;
    max-width: 18.75%
}

.cpl-scope .col-xs-4-16, .cpl-scope .col-4-16 {
    flex: 0 0 25%;
    max-width: 25%
}

.cpl-scope .col-xs-5-16, .cpl-scope .col-5-16 {
    flex: 0 0 31.25%;
    max-width: 31.25%
}

.cpl-scope .col-xs-6-16, .cpl-scope .col-6-16 {
    flex: 0 0 37.5%;
    max-width: 37.5%
}

.cpl-scope .col-xs-7-16, .cpl-scope .col-7-16 {
    flex: 0 0 43.75%;
    max-width: 43.75%
}

.cpl-scope .col-xs-8-16, .cpl-scope .col-8-16 {
    flex: 0 0 50%;
    max-width: 50%
}

.cpl-scope .col-xs-9-16, .cpl-scope .col-9-16 {
    flex: 0 0 56.25%;
    max-width: 56.25%
}

.cpl-scope .col-xs-10-16, .cpl-scope .col-10-16 {
    flex: 0 0 62.5%;
    max-width: 62.5%
}

.cpl-scope .col-xs-11-16, .cpl-scope .col-11-16 {
    flex: 0 0 68.75%;
    max-width: 68.75%
}

.cpl-scope .col-xs-12-16, .cpl-scope .col-12-16 {
    flex: 0 0 75%;
    max-width: 75%
}

.cpl-scope .col-xs-13-16, .cpl-scope .col-13-16 {
    flex: 0 0 81.25%;
    max-width: 81.25%
}

.cpl-scope .col-xs-14-16, .cpl-scope .col-14-16 {
    flex: 0 0 87.5%;
    max-width: 87.5%
}

.cpl-scope .col-xs-15-16, .cpl-scope .col-15-16 {
    flex: 0 0 93.75%;
    max-width: 93.75%
}

.cpl-scope .col-xs-16-16, .cpl-scope .col-16-16 {
    flex: 0 0 100%;
    max-width: 100%
}

.cpl-scope .order-last-16 {
    order: 17
}

.cpl-scope .col-xs-offset-1-16, .cpl-scope .offset-1-16 {
    margin-left: 6.25%
}

.cpl-scope .col-xs-offset-2-16, .cpl-scope .offset-2-16 {
    margin-left: 12.5%
}

.cpl-scope .col-xs-offset-3-16, .cpl-scope .offset-3-16 {
    margin-left: 18.75%
}

.cpl-scope .col-xs-offset-4-16, .cpl-scope .offset-4-16 {
    margin-left: 25%
}

.cpl-scope .col-xs-offset-5-16, .cpl-scope .offset-5-16 {
    margin-left: 31.25%
}

.cpl-scope .col-xs-offset-6-16, .cpl-scope .offset-6-16 {
    margin-left: 37.5%
}

.cpl-scope .col-xs-offset-7-16, .cpl-scope .offset-7-16 {
    margin-left: 43.75%
}

.cpl-scope .col-xs-offset-8-16, .cpl-scope .offset-8-16 {
    margin-left: 50%
}

.cpl-scope .col-xs-offset-9-16, .cpl-scope .offset-9-16 {
    margin-left: 56.25%
}

.cpl-scope .col-xs-offset-10-16, .cpl-scope .offset-10-16 {
    margin-left: 62.5%
}

.cpl-scope .col-xs-offset-11-16, .cpl-scope .offset-11-16 {
    margin-left: 68.75%
}

.cpl-scope .col-xs-offset-12-16, .cpl-scope .offset-12-16 {
    margin-left: 75%
}

.cpl-scope .col-xs-offset-13-16, .cpl-scope .offset-13-16 {
    margin-left: 81.25%
}

.cpl-scope .col-xs-offset-14-16, .cpl-scope .offset-14-16 {
    margin-left: 87.5%
}

.cpl-scope .col-xs-offset-15-16, .cpl-scope .offset-15-16 {
    margin-left: 93.75%
}

@media(min-width:576px) {
    .cpl-scope .col-sm-1-16 {
        flex: 0 0 6.25%;
        max-width: 6.25%
    }

    .cpl-scope .col-sm-2-16 {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .cpl-scope .col-sm-3-16 {
        flex: 0 0 18.75%;
        max-width: 18.75%
    }

    .cpl-scope .col-sm-4-16 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .cpl-scope .col-sm-5-16 {
        flex: 0 0 31.25%;
        max-width: 31.25%
    }

    .cpl-scope .col-sm-6-16 {
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .cpl-scope .col-sm-7-16 {
        flex: 0 0 43.75%;
        max-width: 43.75%
    }

    .cpl-scope .col-sm-8-16 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cpl-scope .col-sm-9-16 {
        flex: 0 0 56.25%;
        max-width: 56.25%
    }

    .cpl-scope .col-sm-10-16 {
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .cpl-scope .col-sm-11-16 {
        flex: 0 0 68.75%;
        max-width: 68.75%
    }

    .cpl-scope .col-sm-12-16 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .cpl-scope .col-sm-13-16 {
        flex: 0 0 81.25%;
        max-width: 81.25%
    }

    .cpl-scope .col-sm-14-16 {
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .cpl-scope .col-sm-15-16 {
        flex: 0 0 93.75%;
        max-width: 93.75%
    }

    .cpl-scope .col-sm-16-16 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-sm-last-16 {
        order: 17
    }

    .cpl-scope .col-sm-offset-0-16, .cpl-scope .offset-sm-0-16 {
        margin-left: 0
    }

    .cpl-scope .col-sm-offset-1-16, .cpl-scope .offset-sm-1-16 {
        margin-left: 6.25%
    }

    .cpl-scope .col-sm-offset-2-16, .cpl-scope .offset-sm-2-16 {
        margin-left: 12.5%
    }

    .cpl-scope .col-sm-offset-3-16, .cpl-scope .offset-sm-3-16 {
        margin-left: 18.75%
    }

    .cpl-scope .col-sm-offset-4-16, .cpl-scope .offset-sm-4-16 {
        margin-left: 25%
    }

    .cpl-scope .col-sm-offset-5-16, .cpl-scope .offset-sm-5-16 {
        margin-left: 31.25%
    }

    .cpl-scope .col-sm-offset-6-16, .cpl-scope .offset-sm-6-16 {
        margin-left: 37.5%
    }

    .cpl-scope .col-sm-offset-7-16, .cpl-scope .offset-sm-7-16 {
        margin-left: 43.75%
    }

    .cpl-scope .col-sm-offset-8-16, .cpl-scope .offset-sm-8-16 {
        margin-left: 50%
    }

    .cpl-scope .col-sm-offset-9-16, .cpl-scope .offset-sm-9-16 {
        margin-left: 56.25%
    }

    .cpl-scope .col-sm-offset-10-16, .cpl-scope .offset-sm-10-16 {
        margin-left: 62.5%
    }

    .cpl-scope .col-sm-offset-11-16, .cpl-scope .offset-sm-11-16 {
        margin-left: 68.75%
    }

    .cpl-scope .col-sm-offset-12-16, .cpl-scope .offset-sm-12-16 {
        margin-left: 75%
    }

    .cpl-scope .col-sm-offset-13-16, .cpl-scope .offset-sm-13-16 {
        margin-left: 81.25%
    }

    .cpl-scope .col-sm-offset-14-16, .cpl-scope .offset-sm-14-16 {
        margin-left: 87.5%
    }

    .cpl-scope .col-sm-offset-15-16, .cpl-scope .offset-sm-15-16 {
        margin-left: 93.75%
    }
}

@media(min-width:768px) {
    .cpl-scope .col-md-1-16 {
        flex: 0 0 6.25%;
        max-width: 6.25%
    }

    .cpl-scope .col-md-2-16 {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .cpl-scope .col-md-3-16 {
        flex: 0 0 18.75%;
        max-width: 18.75%
    }

    .cpl-scope .col-md-4-16 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .cpl-scope .col-md-5-16 {
        flex: 0 0 31.25%;
        max-width: 31.25%
    }

    .cpl-scope .col-md-6-16 {
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .cpl-scope .col-md-7-16 {
        flex: 0 0 43.75%;
        max-width: 43.75%
    }

    .cpl-scope .col-md-8-16 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cpl-scope .col-md-9-16 {
        flex: 0 0 56.25%;
        max-width: 56.25%
    }

    .cpl-scope .col-md-10-16 {
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .cpl-scope .col-md-11-16 {
        flex: 0 0 68.75%;
        max-width: 68.75%
    }

    .cpl-scope .col-md-12-16 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .cpl-scope .col-md-13-16 {
        flex: 0 0 81.25%;
        max-width: 81.25%
    }

    .cpl-scope .col-md-14-16 {
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .cpl-scope .col-md-15-16 {
        flex: 0 0 93.75%;
        max-width: 93.75%
    }

    .cpl-scope .col-md-16-16 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-md-last-16 {
        order: 17
    }

    .cpl-scope .col-md-offset-0-16, .cpl-scope .offset-md-0-16 {
        margin-left: 0
    }

    .cpl-scope .col-md-offset-1-16, .cpl-scope .offset-md-1-16 {
        margin-left: 6.25%
    }

    .cpl-scope .col-md-offset-2-16, .cpl-scope .offset-md-2-16 {
        margin-left: 12.5%
    }

    .cpl-scope .col-md-offset-3-16, .cpl-scope .offset-md-3-16 {
        margin-left: 18.75%
    }

    .cpl-scope .col-md-offset-4-16, .cpl-scope .offset-md-4-16 {
        margin-left: 25%
    }

    .cpl-scope .col-md-offset-5-16, .cpl-scope .offset-md-5-16 {
        margin-left: 31.25%
    }

    .cpl-scope .col-md-offset-6-16, .cpl-scope .offset-md-6-16 {
        margin-left: 37.5%
    }

    .cpl-scope .col-md-offset-7-16, .cpl-scope .offset-md-7-16 {
        margin-left: 43.75%
    }

    .cpl-scope .col-md-offset-8-16, .cpl-scope .offset-md-8-16 {
        margin-left: 50%
    }

    .cpl-scope .col-md-offset-9-16, .cpl-scope .offset-md-9-16 {
        margin-left: 56.25%
    }

    .cpl-scope .col-md-offset-10-16, .cpl-scope .offset-md-10-16 {
        margin-left: 62.5%
    }

    .cpl-scope .col-md-offset-11-16, .cpl-scope .offset-md-11-16 {
        margin-left: 68.75%
    }

    .cpl-scope .col-md-offset-12-16, .cpl-scope .offset-md-12-16 {
        margin-left: 75%
    }

    .cpl-scope .col-md-offset-13-16, .cpl-scope .offset-md-13-16 {
        margin-left: 81.25%
    }

    .cpl-scope .col-md-offset-14-16, .cpl-scope .offset-md-14-16 {
        margin-left: 87.5%
    }

    .cpl-scope .col-md-offset-15-16, .cpl-scope .offset-md-15-16 {
        margin-left: 93.75%
    }
}

@media(min-width:992px) {
    .cpl-scope .col-lg-1-16 {
        flex: 0 0 6.25%;
        max-width: 6.25%
    }

    .cpl-scope .col-lg-2-16 {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .cpl-scope .col-lg-3-16 {
        flex: 0 0 18.75%;
        max-width: 18.75%
    }

    .cpl-scope .col-lg-4-16 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .cpl-scope .col-lg-5-16 {
        flex: 0 0 31.25%;
        max-width: 31.25%
    }

    .cpl-scope .col-lg-6-16 {
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .cpl-scope .col-lg-7-16 {
        flex: 0 0 43.75%;
        max-width: 43.75%
    }

    .cpl-scope .col-lg-8-16 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cpl-scope .col-lg-9-16 {
        flex: 0 0 56.25%;
        max-width: 56.25%
    }

    .cpl-scope .col-lg-10-16 {
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .cpl-scope .col-lg-11-16 {
        flex: 0 0 68.75%;
        max-width: 68.75%
    }

    .cpl-scope .col-lg-12-16 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .cpl-scope .col-lg-13-16 {
        flex: 0 0 81.25%;
        max-width: 81.25%
    }

    .cpl-scope .col-lg-14-16 {
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .cpl-scope .col-lg-15-16 {
        flex: 0 0 93.75%;
        max-width: 93.75%
    }

    .cpl-scope .col-lg-16-16 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-lg-last-16 {
        order: 17
    }

    .cpl-scope .col-lg-offset-0-16, .cpl-scope .offset-lg-0-16 {
        margin-left: 0
    }

    .cpl-scope .col-lg-offset-1-16, .cpl-scope .offset-lg-1-16 {
        margin-left: 6.25%
    }

    .cpl-scope .col-lg-offset-2-16, .cpl-scope .offset-lg-2-16 {
        margin-left: 12.5%
    }

    .cpl-scope .col-lg-offset-3-16, .cpl-scope .offset-lg-3-16 {
        margin-left: 18.75%
    }

    .cpl-scope .col-lg-offset-4-16, .cpl-scope .offset-lg-4-16 {
        margin-left: 25%
    }

    .cpl-scope .col-lg-offset-5-16, .cpl-scope .offset-lg-5-16 {
        margin-left: 31.25%
    }

    .cpl-scope .col-lg-offset-6-16, .cpl-scope .offset-lg-6-16 {
        margin-left: 37.5%
    }

    .cpl-scope .col-lg-offset-7-16, .cpl-scope .offset-lg-7-16 {
        margin-left: 43.75%
    }

    .cpl-scope .col-lg-offset-8-16, .cpl-scope .offset-lg-8-16 {
        margin-left: 50%
    }

    .cpl-scope .col-lg-offset-9-16, .cpl-scope .offset-lg-9-16 {
        margin-left: 56.25%
    }

    .cpl-scope .col-lg-offset-10-16, .cpl-scope .offset-lg-10-16 {
        margin-left: 62.5%
    }

    .cpl-scope .col-lg-offset-11-16, .cpl-scope .offset-lg-11-16 {
        margin-left: 68.75%
    }

    .cpl-scope .col-lg-offset-12-16, .cpl-scope .offset-lg-12-16 {
        margin-left: 75%
    }

    .cpl-scope .col-lg-offset-13-16, .cpl-scope .offset-lg-13-16 {
        margin-left: 81.25%
    }

    .cpl-scope .col-lg-offset-14-16, .cpl-scope .offset-lg-14-16 {
        margin-left: 87.5%
    }

    .cpl-scope .col-lg-offset-15-16, .cpl-scope .offset-lg-15-16 {
        margin-left: 93.75%
    }
}

@media(min-width:1200px) {
    .cpl-scope .col-xl-1-16 {
        flex: 0 0 6.25%;
        max-width: 6.25%
    }

    .cpl-scope .col-xl-2-16 {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .cpl-scope .col-xl-3-16 {
        flex: 0 0 18.75%;
        max-width: 18.75%
    }

    .cpl-scope .col-xl-4-16 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .cpl-scope .col-xl-5-16 {
        flex: 0 0 31.25%;
        max-width: 31.25%
    }

    .cpl-scope .col-xl-6-16 {
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .cpl-scope .col-xl-7-16 {
        flex: 0 0 43.75%;
        max-width: 43.75%
    }

    .cpl-scope .col-xl-8-16 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cpl-scope .col-xl-9-16 {
        flex: 0 0 56.25%;
        max-width: 56.25%
    }

    .cpl-scope .col-xl-10-16 {
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .cpl-scope .col-xl-11-16 {
        flex: 0 0 68.75%;
        max-width: 68.75%
    }

    .cpl-scope .col-xl-12-16 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .cpl-scope .col-xl-13-16 {
        flex: 0 0 81.25%;
        max-width: 81.25%
    }

    .cpl-scope .col-xl-14-16 {
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .cpl-scope .col-xl-15-16 {
        flex: 0 0 93.75%;
        max-width: 93.75%
    }

    .cpl-scope .col-xl-16-16 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-xl-last-16 {
        order: 17
    }

    .cpl-scope .col-xl-offset-0-16, .cpl-scope .offset-xl-0-16 {
        margin-left: 0
    }

    .cpl-scope .col-xl-offset-1-16, .cpl-scope .offset-xl-1-16 {
        margin-left: 6.25%
    }

    .cpl-scope .col-xl-offset-2-16, .cpl-scope .offset-xl-2-16 {
        margin-left: 12.5%
    }

    .cpl-scope .col-xl-offset-3-16, .cpl-scope .offset-xl-3-16 {
        margin-left: 18.75%
    }

    .cpl-scope .col-xl-offset-4-16, .cpl-scope .offset-xl-4-16 {
        margin-left: 25%
    }

    .cpl-scope .col-xl-offset-5-16, .cpl-scope .offset-xl-5-16 {
        margin-left: 31.25%
    }

    .cpl-scope .col-xl-offset-6-16, .cpl-scope .offset-xl-6-16 {
        margin-left: 37.5%
    }

    .cpl-scope .col-xl-offset-7-16, .cpl-scope .offset-xl-7-16 {
        margin-left: 43.75%
    }

    .cpl-scope .col-xl-offset-8-16, .cpl-scope .offset-xl-8-16 {
        margin-left: 50%
    }

    .cpl-scope .col-xl-offset-9-16, .cpl-scope .offset-xl-9-16 {
        margin-left: 56.25%
    }

    .cpl-scope .col-xl-offset-10-16, .cpl-scope .offset-xl-10-16 {
        margin-left: 62.5%
    }

    .cpl-scope .col-xl-offset-11-16, .cpl-scope .offset-xl-11-16 {
        margin-left: 68.75%
    }

    .cpl-scope .col-xl-offset-12-16, .cpl-scope .offset-xl-12-16 {
        margin-left: 75%
    }

    .cpl-scope .col-xl-offset-13-16, .cpl-scope .offset-xl-13-16 {
        margin-left: 81.25%
    }

    .cpl-scope .col-xl-offset-14-16, .cpl-scope .offset-xl-14-16 {
        margin-left: 87.5%
    }

    .cpl-scope .col-xl-offset-15-16, .cpl-scope .offset-xl-15-16 {
        margin-left: 93.75%
    }
}

.cpl-scope .col-xs-1-24, .cpl-scope .col-1-24 {
    flex: 0 0 4.16667%;
    max-width: 4.16667%
}

.cpl-scope .col-xs-2-24, .cpl-scope .col-2-24 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.cpl-scope .col-xs-3-24, .cpl-scope .col-3-24 {
    flex: 0 0 12.5%;
    max-width: 12.5%
}

.cpl-scope .col-xs-4-24, .cpl-scope .col-4-24 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.cpl-scope .col-xs-5-24, .cpl-scope .col-5-24 {
    flex: 0 0 20.83333%;
    max-width: 20.83333%
}

.cpl-scope .col-xs-6-24, .cpl-scope .col-6-24 {
    flex: 0 0 25%;
    max-width: 25%
}

.cpl-scope .col-xs-7-24, .cpl-scope .col-7-24 {
    flex: 0 0 29.16667%;
    max-width: 29.16667%
}

.cpl-scope .col-xs-8-24, .cpl-scope .col-8-24 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.cpl-scope .col-xs-9-24, .cpl-scope .col-9-24 {
    flex: 0 0 37.5%;
    max-width: 37.5%
}

.cpl-scope .col-xs-10-24, .cpl-scope .col-10-24 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.cpl-scope .col-xs-11-24, .cpl-scope .col-11-24 {
    flex: 0 0 45.83333%;
    max-width: 45.83333%
}

.cpl-scope .col-xs-12-24, .cpl-scope .col-12-24 {
    flex: 0 0 50%;
    max-width: 50%
}

.cpl-scope .col-xs-13-24, .cpl-scope .col-13-24 {
    flex: 0 0 54.16667%;
    max-width: 54.16667%
}

.cpl-scope .col-xs-14-24, .cpl-scope .col-14-24 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.cpl-scope .col-xs-15-24, .cpl-scope .col-15-24 {
    flex: 0 0 62.5%;
    max-width: 62.5%
}

.cpl-scope .col-xs-16-24, .cpl-scope .col-16-24 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.cpl-scope .col-xs-17-24, .cpl-scope .col-17-24 {
    flex: 0 0 70.83333%;
    max-width: 70.83333%
}

.cpl-scope .col-xs-18-24, .cpl-scope .col-18-24 {
    flex: 0 0 75%;
    max-width: 75%
}

.cpl-scope .col-xs-19-24, .cpl-scope .col-19-24 {
    flex: 0 0 79.16667%;
    max-width: 79.16667%
}

.cpl-scope .col-xs-20-24, .cpl-scope .col-20-24 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.cpl-scope .col-xs-21-24, .cpl-scope .col-21-24 {
    flex: 0 0 87.5%;
    max-width: 87.5%
}

.cpl-scope .col-xs-22-24, .cpl-scope .col-22-24 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.cpl-scope .col-xs-23-24, .cpl-scope .col-23-24 {
    flex: 0 0 95.83333%;
    max-width: 95.83333%
}

.cpl-scope .col-xs-24-24, .cpl-scope .col-24-24 {
    flex: 0 0 100%;
    max-width: 100%
}

.cpl-scope .order-last-24 {
    order: 25
}

.cpl-scope .col-xs-offset-1-24, .cpl-scope .offset-1-24 {
    margin-left: 4.16667%
}

.cpl-scope .col-xs-offset-2-24, .cpl-scope .offset-2-24 {
    margin-left: 8.33333%
}

.cpl-scope .col-xs-offset-3-24, .cpl-scope .offset-3-24 {
    margin-left: 12.5%
}

.cpl-scope .col-xs-offset-4-24, .cpl-scope .offset-4-24 {
    margin-left: 16.66667%
}

.cpl-scope .col-xs-offset-5-24, .cpl-scope .offset-5-24 {
    margin-left: 20.83333%
}

.cpl-scope .col-xs-offset-6-24, .cpl-scope .offset-6-24 {
    margin-left: 25%
}

.cpl-scope .col-xs-offset-7-24, .cpl-scope .offset-7-24 {
    margin-left: 29.16667%
}

.cpl-scope .col-xs-offset-8-24, .cpl-scope .offset-8-24 {
    margin-left: 33.33333%
}

.cpl-scope .col-xs-offset-9-24, .cpl-scope .offset-9-24 {
    margin-left: 37.5%
}

.cpl-scope .col-xs-offset-10-24, .cpl-scope .offset-10-24 {
    margin-left: 41.66667%
}

.cpl-scope .col-xs-offset-11-24, .cpl-scope .offset-11-24 {
    margin-left: 45.83333%
}

.cpl-scope .col-xs-offset-12-24, .cpl-scope .offset-12-24 {
    margin-left: 50%
}

.cpl-scope .col-xs-offset-13-24, .cpl-scope .offset-13-24 {
    margin-left: 54.16667%
}

.cpl-scope .col-xs-offset-14-24, .cpl-scope .offset-14-24 {
    margin-left: 58.33333%
}

.cpl-scope .col-xs-offset-15-24, .cpl-scope .offset-15-24 {
    margin-left: 62.5%
}

.cpl-scope .col-xs-offset-16-24, .cpl-scope .offset-16-24 {
    margin-left: 66.66667%
}

.cpl-scope .col-xs-offset-17-24, .cpl-scope .offset-17-24 {
    margin-left: 70.83333%
}

.cpl-scope .col-xs-offset-18-24, .cpl-scope .offset-18-24 {
    margin-left: 75%
}

.cpl-scope .col-xs-offset-19-24, .cpl-scope .offset-19-24 {
    margin-left: 79.16667%
}

.cpl-scope .col-xs-offset-20-24, .cpl-scope .offset-20-24 {
    margin-left: 83.33333%
}

.cpl-scope .col-xs-offset-21-24, .cpl-scope .offset-21-24 {
    margin-left: 87.5%
}

.cpl-scope .col-xs-offset-22-24, .cpl-scope .offset-22-24 {
    margin-left: 91.66667%
}

.cpl-scope .col-xs-offset-23-24, .cpl-scope .offset-23-24 {
    margin-left: 95.83333%
}

@media(min-width:576px) {
    .cpl-scope .col-sm-1-24 {
        flex: 0 0 4.16667%;
        max-width: 4.16667%
    }

    .cpl-scope .col-sm-2-24 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .cpl-scope .col-sm-3-24 {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .cpl-scope .col-sm-4-24 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .cpl-scope .col-sm-5-24 {
        flex: 0 0 20.83333%;
        max-width: 20.83333%
    }

    .cpl-scope .col-sm-6-24 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .cpl-scope .col-sm-7-24 {
        flex: 0 0 29.16667%;
        max-width: 29.16667%
    }

    .cpl-scope .col-sm-8-24 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .cpl-scope .col-sm-9-24 {
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .cpl-scope .col-sm-10-24 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .cpl-scope .col-sm-11-24 {
        flex: 0 0 45.83333%;
        max-width: 45.83333%
    }

    .cpl-scope .col-sm-12-24 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cpl-scope .col-sm-13-24 {
        flex: 0 0 54.16667%;
        max-width: 54.16667%
    }

    .cpl-scope .col-sm-14-24 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .cpl-scope .col-sm-15-24 {
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .cpl-scope .col-sm-16-24 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .cpl-scope .col-sm-17-24 {
        flex: 0 0 70.83333%;
        max-width: 70.83333%
    }

    .cpl-scope .col-sm-18-24 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .cpl-scope .col-sm-19-24 {
        flex: 0 0 79.16667%;
        max-width: 79.16667%
    }

    .cpl-scope .col-sm-20-24 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .cpl-scope .col-sm-21-24 {
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .cpl-scope .col-sm-22-24 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .cpl-scope .col-sm-23-24 {
        flex: 0 0 95.83333%;
        max-width: 95.83333%
    }

    .cpl-scope .col-sm-24-24 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-sm-last-24 {
        order: 25
    }

    .cpl-scope .col-sm-offset-0-24, .cpl-scope .offset-sm-0-24 {
        margin-left: 0
    }

    .cpl-scope .col-sm-offset-1-24, .cpl-scope .offset-sm-1-24 {
        margin-left: 4.16667%
    }

    .cpl-scope .col-sm-offset-2-24, .cpl-scope .offset-sm-2-24 {
        margin-left: 8.33333%
    }

    .cpl-scope .col-sm-offset-3-24, .cpl-scope .offset-sm-3-24 {
        margin-left: 12.5%
    }

    .cpl-scope .col-sm-offset-4-24, .cpl-scope .offset-sm-4-24 {
        margin-left: 16.66667%
    }

    .cpl-scope .col-sm-offset-5-24, .cpl-scope .offset-sm-5-24 {
        margin-left: 20.83333%
    }

    .cpl-scope .col-sm-offset-6-24, .cpl-scope .offset-sm-6-24 {
        margin-left: 25%
    }

    .cpl-scope .col-sm-offset-7-24, .cpl-scope .offset-sm-7-24 {
        margin-left: 29.16667%
    }

    .cpl-scope .col-sm-offset-8-24, .cpl-scope .offset-sm-8-24 {
        margin-left: 33.33333%
    }

    .cpl-scope .col-sm-offset-9-24, .cpl-scope .offset-sm-9-24 {
        margin-left: 37.5%
    }

    .cpl-scope .col-sm-offset-10-24, .cpl-scope .offset-sm-10-24 {
        margin-left: 41.66667%
    }

    .cpl-scope .col-sm-offset-11-24, .cpl-scope .offset-sm-11-24 {
        margin-left: 45.83333%
    }

    .cpl-scope .col-sm-offset-12-24, .cpl-scope .offset-sm-12-24 {
        margin-left: 50%
    }

    .cpl-scope .col-sm-offset-13-24, .cpl-scope .offset-sm-13-24 {
        margin-left: 54.16667%
    }

    .cpl-scope .col-sm-offset-14-24, .cpl-scope .offset-sm-14-24 {
        margin-left: 58.33333%
    }

    .cpl-scope .col-sm-offset-15-24, .cpl-scope .offset-sm-15-24 {
        margin-left: 62.5%
    }

    .cpl-scope .col-sm-offset-16-24, .cpl-scope .offset-sm-16-24 {
        margin-left: 66.66667%
    }

    .cpl-scope .col-sm-offset-17-24, .cpl-scope .offset-sm-17-24 {
        margin-left: 70.83333%
    }

    .cpl-scope .col-sm-offset-18-24, .cpl-scope .offset-sm-18-24 {
        margin-left: 75%
    }

    .cpl-scope .col-sm-offset-19-24, .cpl-scope .offset-sm-19-24 {
        margin-left: 79.16667%
    }

    .cpl-scope .col-sm-offset-20-24, .cpl-scope .offset-sm-20-24 {
        margin-left: 83.33333%
    }

    .cpl-scope .col-sm-offset-21-24, .cpl-scope .offset-sm-21-24 {
        margin-left: 87.5%
    }

    .cpl-scope .col-sm-offset-22-24, .cpl-scope .offset-sm-22-24 {
        margin-left: 91.66667%
    }

    .cpl-scope .col-sm-offset-23-24, .cpl-scope .offset-sm-23-24 {
        margin-left: 95.83333%
    }
}

@media(min-width:768px) {
    .cpl-scope .col-md-1-24 {
        flex: 0 0 4.16667%;
        max-width: 4.16667%
    }

    .cpl-scope .col-md-2-24 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .cpl-scope .col-md-3-24 {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .cpl-scope .col-md-4-24 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .cpl-scope .col-md-5-24 {
        flex: 0 0 20.83333%;
        max-width: 20.83333%
    }

    .cpl-scope .col-md-6-24 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .cpl-scope .col-md-7-24 {
        flex: 0 0 29.16667%;
        max-width: 29.16667%
    }

    .cpl-scope .col-md-8-24 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .cpl-scope .col-md-9-24 {
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .cpl-scope .col-md-10-24 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .cpl-scope .col-md-11-24 {
        flex: 0 0 45.83333%;
        max-width: 45.83333%
    }

    .cpl-scope .col-md-12-24 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cpl-scope .col-md-13-24 {
        flex: 0 0 54.16667%;
        max-width: 54.16667%
    }

    .cpl-scope .col-md-14-24 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .cpl-scope .col-md-15-24 {
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .cpl-scope .col-md-16-24 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .cpl-scope .col-md-17-24 {
        flex: 0 0 70.83333%;
        max-width: 70.83333%
    }

    .cpl-scope .col-md-18-24 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .cpl-scope .col-md-19-24 {
        flex: 0 0 79.16667%;
        max-width: 79.16667%
    }

    .cpl-scope .col-md-20-24 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .cpl-scope .col-md-21-24 {
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .cpl-scope .col-md-22-24 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .cpl-scope .col-md-23-24 {
        flex: 0 0 95.83333%;
        max-width: 95.83333%
    }

    .cpl-scope .col-md-24-24 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-md-last-24 {
        order: 25
    }

    .cpl-scope .col-md-offset-0-24, .cpl-scope .offset-md-0-24 {
        margin-left: 0
    }

    .cpl-scope .col-md-offset-1-24, .cpl-scope .offset-md-1-24 {
        margin-left: 4.16667%
    }

    .cpl-scope .col-md-offset-2-24, .cpl-scope .offset-md-2-24 {
        margin-left: 8.33333%
    }

    .cpl-scope .col-md-offset-3-24, .cpl-scope .offset-md-3-24 {
        margin-left: 12.5%
    }

    .cpl-scope .col-md-offset-4-24, .cpl-scope .offset-md-4-24 {
        margin-left: 16.66667%
    }

    .cpl-scope .col-md-offset-5-24, .cpl-scope .offset-md-5-24 {
        margin-left: 20.83333%
    }

    .cpl-scope .col-md-offset-6-24, .cpl-scope .offset-md-6-24 {
        margin-left: 25%
    }

    .cpl-scope .col-md-offset-7-24, .cpl-scope .offset-md-7-24 {
        margin-left: 29.16667%
    }

    .cpl-scope .col-md-offset-8-24, .cpl-scope .offset-md-8-24 {
        margin-left: 33.33333%
    }

    .cpl-scope .col-md-offset-9-24, .cpl-scope .offset-md-9-24 {
        margin-left: 37.5%
    }

    .cpl-scope .col-md-offset-10-24, .cpl-scope .offset-md-10-24 {
        margin-left: 41.66667%
    }

    .cpl-scope .col-md-offset-11-24, .cpl-scope .offset-md-11-24 {
        margin-left: 45.83333%
    }

    .cpl-scope .col-md-offset-12-24, .cpl-scope .offset-md-12-24 {
        margin-left: 50%
    }

    .cpl-scope .col-md-offset-13-24, .cpl-scope .offset-md-13-24 {
        margin-left: 54.16667%
    }

    .cpl-scope .col-md-offset-14-24, .cpl-scope .offset-md-14-24 {
        margin-left: 58.33333%
    }

    .cpl-scope .col-md-offset-15-24, .cpl-scope .offset-md-15-24 {
        margin-left: 62.5%
    }

    .cpl-scope .col-md-offset-16-24, .cpl-scope .offset-md-16-24 {
        margin-left: 66.66667%
    }

    .cpl-scope .col-md-offset-17-24, .cpl-scope .offset-md-17-24 {
        margin-left: 70.83333%
    }

    .cpl-scope .col-md-offset-18-24, .cpl-scope .offset-md-18-24 {
        margin-left: 75%
    }

    .cpl-scope .col-md-offset-19-24, .cpl-scope .offset-md-19-24 {
        margin-left: 79.16667%
    }

    .cpl-scope .col-md-offset-20-24, .cpl-scope .offset-md-20-24 {
        margin-left: 83.33333%
    }

    .cpl-scope .col-md-offset-21-24, .cpl-scope .offset-md-21-24 {
        margin-left: 87.5%
    }

    .cpl-scope .col-md-offset-22-24, .cpl-scope .offset-md-22-24 {
        margin-left: 91.66667%
    }

    .cpl-scope .col-md-offset-23-24, .cpl-scope .offset-md-23-24 {
        margin-left: 95.83333%
    }
}

@media(min-width:992px) {
    .cpl-scope .col-lg-1-24 {
        flex: 0 0 4.16667%;
        max-width: 4.16667%
    }

    .cpl-scope .col-lg-2-24 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .cpl-scope .col-lg-3-24 {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .cpl-scope .col-lg-4-24 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .cpl-scope .col-lg-5-24 {
        flex: 0 0 20.83333%;
        max-width: 20.83333%
    }

    .cpl-scope .col-lg-6-24 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .cpl-scope .col-lg-7-24 {
        flex: 0 0 29.16667%;
        max-width: 29.16667%
    }

    .cpl-scope .col-lg-8-24 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .cpl-scope .col-lg-9-24 {
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .cpl-scope .col-lg-10-24 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .cpl-scope .col-lg-11-24 {
        flex: 0 0 45.83333%;
        max-width: 45.83333%
    }

    .cpl-scope .col-lg-12-24 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cpl-scope .col-lg-13-24 {
        flex: 0 0 54.16667%;
        max-width: 54.16667%
    }

    .cpl-scope .col-lg-14-24 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .cpl-scope .col-lg-15-24 {
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .cpl-scope .col-lg-16-24 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .cpl-scope .col-lg-17-24 {
        flex: 0 0 70.83333%;
        max-width: 70.83333%
    }

    .cpl-scope .col-lg-18-24 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .cpl-scope .col-lg-19-24 {
        flex: 0 0 79.16667%;
        max-width: 79.16667%
    }

    .cpl-scope .col-lg-20-24 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .cpl-scope .col-lg-21-24 {
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .cpl-scope .col-lg-22-24 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .cpl-scope .col-lg-23-24 {
        flex: 0 0 95.83333%;
        max-width: 95.83333%
    }

    .cpl-scope .col-lg-24-24 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-lg-last-24 {
        order: 25
    }

    .cpl-scope .col-lg-offset-0-24, .cpl-scope .offset-lg-0-24 {
        margin-left: 0
    }

    .cpl-scope .col-lg-offset-1-24, .cpl-scope .offset-lg-1-24 {
        margin-left: 4.16667%
    }

    .cpl-scope .col-lg-offset-2-24, .cpl-scope .offset-lg-2-24 {
        margin-left: 8.33333%
    }

    .cpl-scope .col-lg-offset-3-24, .cpl-scope .offset-lg-3-24 {
        margin-left: 12.5%
    }

    .cpl-scope .col-lg-offset-4-24, .cpl-scope .offset-lg-4-24 {
        margin-left: 16.66667%
    }

    .cpl-scope .col-lg-offset-5-24, .cpl-scope .offset-lg-5-24 {
        margin-left: 20.83333%
    }

    .cpl-scope .col-lg-offset-6-24, .cpl-scope .offset-lg-6-24 {
        margin-left: 25%
    }

    .cpl-scope .col-lg-offset-7-24, .cpl-scope .offset-lg-7-24 {
        margin-left: 29.16667%
    }

    .cpl-scope .col-lg-offset-8-24, .cpl-scope .offset-lg-8-24 {
        margin-left: 33.33333%
    }

    .cpl-scope .col-lg-offset-9-24, .cpl-scope .offset-lg-9-24 {
        margin-left: 37.5%
    }

    .cpl-scope .col-lg-offset-10-24, .cpl-scope .offset-lg-10-24 {
        margin-left: 41.66667%
    }

    .cpl-scope .col-lg-offset-11-24, .cpl-scope .offset-lg-11-24 {
        margin-left: 45.83333%
    }

    .cpl-scope .col-lg-offset-12-24, .cpl-scope .offset-lg-12-24 {
        margin-left: 50%
    }

    .cpl-scope .col-lg-offset-13-24, .cpl-scope .offset-lg-13-24 {
        margin-left: 54.16667%
    }

    .cpl-scope .col-lg-offset-14-24, .cpl-scope .offset-lg-14-24 {
        margin-left: 58.33333%
    }

    .cpl-scope .col-lg-offset-15-24, .cpl-scope .offset-lg-15-24 {
        margin-left: 62.5%
    }

    .cpl-scope .col-lg-offset-16-24, .cpl-scope .offset-lg-16-24 {
        margin-left: 66.66667%
    }

    .cpl-scope .col-lg-offset-17-24, .cpl-scope .offset-lg-17-24 {
        margin-left: 70.83333%
    }

    .cpl-scope .col-lg-offset-18-24, .cpl-scope .offset-lg-18-24 {
        margin-left: 75%
    }

    .cpl-scope .col-lg-offset-19-24, .cpl-scope .offset-lg-19-24 {
        margin-left: 79.16667%
    }

    .cpl-scope .col-lg-offset-20-24, .cpl-scope .offset-lg-20-24 {
        margin-left: 83.33333%
    }

    .cpl-scope .col-lg-offset-21-24, .cpl-scope .offset-lg-21-24 {
        margin-left: 87.5%
    }

    .cpl-scope .col-lg-offset-22-24, .cpl-scope .offset-lg-22-24 {
        margin-left: 91.66667%
    }

    .cpl-scope .col-lg-offset-23-24, .cpl-scope .offset-lg-23-24 {
        margin-left: 95.83333%
    }
}

@media(min-width:1200px) {
    .cpl-scope .col-xl-1-24 {
        flex: 0 0 4.16667%;
        max-width: 4.16667%
    }

    .cpl-scope .col-xl-2-24 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .cpl-scope .col-xl-3-24 {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .cpl-scope .col-xl-4-24 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .cpl-scope .col-xl-5-24 {
        flex: 0 0 20.83333%;
        max-width: 20.83333%
    }

    .cpl-scope .col-xl-6-24 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .cpl-scope .col-xl-7-24 {
        flex: 0 0 29.16667%;
        max-width: 29.16667%
    }

    .cpl-scope .col-xl-8-24 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .cpl-scope .col-xl-9-24 {
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .cpl-scope .col-xl-10-24 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .cpl-scope .col-xl-11-24 {
        flex: 0 0 45.83333%;
        max-width: 45.83333%
    }

    .cpl-scope .col-xl-12-24 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cpl-scope .col-xl-13-24 {
        flex: 0 0 54.16667%;
        max-width: 54.16667%
    }

    .cpl-scope .col-xl-14-24 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .cpl-scope .col-xl-15-24 {
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .cpl-scope .col-xl-16-24 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .cpl-scope .col-xl-17-24 {
        flex: 0 0 70.83333%;
        max-width: 70.83333%
    }

    .cpl-scope .col-xl-18-24 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .cpl-scope .col-xl-19-24 {
        flex: 0 0 79.16667%;
        max-width: 79.16667%
    }

    .cpl-scope .col-xl-20-24 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .cpl-scope .col-xl-21-24 {
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .cpl-scope .col-xl-22-24 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .cpl-scope .col-xl-23-24 {
        flex: 0 0 95.83333%;
        max-width: 95.83333%
    }

    .cpl-scope .col-xl-24-24 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpl-scope .order-xl-last-24 {
        order: 25
    }

    .cpl-scope .col-xl-offset-0-24, .cpl-scope .offset-xl-0-24 {
        margin-left: 0
    }

    .cpl-scope .col-xl-offset-1-24, .cpl-scope .offset-xl-1-24 {
        margin-left: 4.16667%
    }

    .cpl-scope .col-xl-offset-2-24, .cpl-scope .offset-xl-2-24 {
        margin-left: 8.33333%
    }

    .cpl-scope .col-xl-offset-3-24, .cpl-scope .offset-xl-3-24 {
        margin-left: 12.5%
    }

    .cpl-scope .col-xl-offset-4-24, .cpl-scope .offset-xl-4-24 {
        margin-left: 16.66667%
    }

    .cpl-scope .col-xl-offset-5-24, .cpl-scope .offset-xl-5-24 {
        margin-left: 20.83333%
    }

    .cpl-scope .col-xl-offset-6-24, .cpl-scope .offset-xl-6-24 {
        margin-left: 25%
    }

    .cpl-scope .col-xl-offset-7-24, .cpl-scope .offset-xl-7-24 {
        margin-left: 29.16667%
    }

    .cpl-scope .col-xl-offset-8-24, .cpl-scope .offset-xl-8-24 {
        margin-left: 33.33333%
    }

    .cpl-scope .col-xl-offset-9-24, .cpl-scope .offset-xl-9-24 {
        margin-left: 37.5%
    }

    .cpl-scope .col-xl-offset-10-24, .cpl-scope .offset-xl-10-24 {
        margin-left: 41.66667%
    }

    .cpl-scope .col-xl-offset-11-24, .cpl-scope .offset-xl-11-24 {
        margin-left: 45.83333%
    }

    .cpl-scope .col-xl-offset-12-24, .cpl-scope .offset-xl-12-24 {
        margin-left: 50%
    }

    .cpl-scope .col-xl-offset-13-24, .cpl-scope .offset-xl-13-24 {
        margin-left: 54.16667%
    }

    .cpl-scope .col-xl-offset-14-24, .cpl-scope .offset-xl-14-24 {
        margin-left: 58.33333%
    }

    .cpl-scope .col-xl-offset-15-24, .cpl-scope .offset-xl-15-24 {
        margin-left: 62.5%
    }

    .cpl-scope .col-xl-offset-16-24, .cpl-scope .offset-xl-16-24 {
        margin-left: 66.66667%
    }

    .cpl-scope .col-xl-offset-17-24, .cpl-scope .offset-xl-17-24 {
        margin-left: 70.83333%
    }

    .cpl-scope .col-xl-offset-18-24, .cpl-scope .offset-xl-18-24 {
        margin-left: 75%
    }

    .cpl-scope .col-xl-offset-19-24, .cpl-scope .offset-xl-19-24 {
        margin-left: 79.16667%
    }

    .cpl-scope .col-xl-offset-20-24, .cpl-scope .offset-xl-20-24 {
        margin-left: 83.33333%
    }

    .cpl-scope .col-xl-offset-21-24, .cpl-scope .offset-xl-21-24 {
        margin-left: 87.5%
    }

    .cpl-scope .col-xl-offset-22-24, .cpl-scope .offset-xl-22-24 {
        margin-left: 91.66667%
    }

    .cpl-scope .col-xl-offset-23-24, .cpl-scope .offset-xl-23-24 {
        margin-left: 95.83333%
    }
}

.smallfooter .logo .snp-logo-footer {
    background: url(../img/spg_logo_footer.svg) no-repeat;
    width: 84px;
    height: 16px;
    margin: 16px 30px 0px 0px;
    float: right;
}

.smallfooter .logo .snp-footer-text {
    position: relative;
    top: 30px;
    color: #F7F9F9;
    font-weight: normal;
    margin-left: 0;
    font-size: 10px;
    white-space: nowrap
}

